I developed a driver for Bond Bridge with your API. Few of our mutual consumer reported about how lighting control handled with your API and I’m trying to get this resolved.
First one is SetBrightness command doesn’t do anything. Our consumers told me their app has up, down and stop control that do work to adjust their light brightness. I’m not sure what command is needed to accomplish this. Why is SetBrightness command isn’t working? I dont see any response message nor error message. Power switch command do work but it act as toggling. See the SetBrightness command I used below. Is there a solution?
http:///actions/SetBrightness
body: { “_token”: “**********”,“argument”: 78 }
Second is TurnLightOn command is acting as toggle light control. This was unexpected. How is that possible? See the TurnLightOn command I used below.
http:///actions/TurnLightOn
body: { “_token”: “**********”,“argument”: 1 }