NorthernMan54 / homebridge-mcuiot

Homebridge platform plugin that support's a network of nodemcu's running nodemcu-dht-yl69-mdns to display Temperature and Humidity.
30 stars 11 forks source link

Negative temperatures not working #1

Closed NorthernMan54 closed 7 years ago

NorthernMan54 commented 7 years ago

Need to add this

sensor .getService(Service.TemperatureSensor) .getCharacteristic(Characteristic.CurrentTemperature) .setProps({ minValue: -100, maxValue: 100 });

NorthernMan54 commented 7 years ago

Fixed