nfarina / homebridge-dummy

Dummy switches for Homebridge: https://github.com/nfarina/homebridge
277 stars 83 forks source link

Using stateless dummy switch sends 2 commands #30

Open jw172 opened 4 years ago

jw172 commented 4 years ago

I'm using a stateless dummy switch to send a command to my sonos speaker (via Node-Red) to skip to next track. Unfortunately, a stateless dummy switvh appears to send 2 commands (On and then Off), causing the speaker to skip 2 tracks. I'm not sure if this is intentional or not?

mkz212 commented 1 year ago

You need to set "stateful" in config - this will disable timer and switch will not change it's state. If You want more options see #84