0.0.2 • Published 6 years ago

homebridge-temphumd-sensor v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

control through RESTful API over HTTP on LAN

sensor IP 192.168.0.10

GET/ requests towards /api/status returns state

POST/ requests towards /api/order contains a boolean to update state

Services

AccessoryInformation

required for all,

type

info broadcasted

HumiditySensor

this.addCharacteristic(Characteristic.CurrentRelativeHumidity);

TemperatureSensor

this.addCharacteristic(Characteristic.CurrentTemperature);

ASSUMES: GET requests on http://192.168.0.10/api/status returns a { currentState: }