Bulb powers ON when REST PUT on=false

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:

  1. When bulb is ON request (A) make it OFF
  2. 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)

I’m working on it, no need to create duplicate posts. :smiley:

Sorry for the duplicate. I was thinking that the topic is not clear.
Please close dup if possible.

Regards