homebridge-http-webhooks
homebridge-http-webhooks copied to clipboard
Add state toggling for switch
trafficstars
This PR adds logic to the switch to toggle state instead of sending a fixed state=true or state=false. Now you can send state=toggle in order to make the switch go into the other state
Solves #177
it would probably make sense to add this logic to all boolean accessories...