steve228uk / homebridge-dash

A quick and dirty Homebridge plugin for Amazon Dash
MIT License
13 stars 4 forks source link

state bug #8

Open nkpm opened 4 years ago

nkpm commented 4 years ago

Hey there,

i fixed it in my local installation, a very small thing:

            this.on = !this.on;
            this.switchService.setCharacteristic(Characteristic.On, this.on);

Als the this.on should be this.isOn.

Best Nils

DarKOrange75 commented 4 years ago

Thank you, can you please give us the complete syntax of this line?

Best Laurent