Domoticz 2023.1 - new behaviour of the Color Widget

Python and python framework

Moderator: leecollings

Post Reply
pipiche
Posts: 2034
Joined: Monday 02 April 2018 20:33
Target OS: Linux
Domoticz version:
Contact:

Domoticz 2023.1 - new behaviour of the Color Widget

Post by pipiche »

It looks like 2023.1 has a new behaviour of the Color Widget. I don't know if that is related to Domoticz or just to the python framework, but that is something which is happening using python plugin.
Screenshot 2023-05-12 at 11.51.27.png
Screenshot 2023-05-12 at 11.51.27.png (101.55 KiB) Viewed 562 times
While pressing the Off button it generates a onCommand - unit: 34, command: Off, level: 100, color:
When pressing the On button it generates a onCommand - unit: 34, command: Set Level, level: 53, color:

Previously pressing the On Button what generating an On Command and not a Set Level.

Even more if you use

Code: Select all

/json.htm?type=command&param=switchlight&idx=1408&switchcmd=On
it does generate a SetLevel and not a On
Post Reply