ilcato / homebridge-mqttswitch

Homebridge accessory plugin that create an HomeKit Switch based on MQTT topics
Apache License 2.0
31 stars 41 forks source link

i have found a mistake at the line 108 of the file index.js #19

Open joupil opened 6 years ago

joupil commented 6 years ago

Hello,

Thank for the projet. I use it for frive a DYT lamp.

But, i think the line 108 must be replace by :

that.service.getCharacteristic(Characteristic.Saturation).setValue(that.saturation, undefined, 'fromSetValue');

Best Regard

ilcato commented 6 years ago

Not sure to understand: line 108 contains a "}".

joupil commented 6 years ago

I'am sorry my post is for lightbulb project.