I have yeelight bulb configured with Mozilla WebThings on RPI.
It seems that when I’m sending PUT REST via POSTMAN with following parameters
(A) https://{gateway}.mozilla-iot.org/things/yeelight-{bulb_id}/properties/on
body: {“on”:false}
Current state is:
- When bulb is ON request (A) make it OFF
- When bulb is OFF request (A) make it ON
Is it work as design or it is a bug?
Expected state
When bulb is OFF request (A) make it OFF (OFF state remains)