I am doing ToHex and FromHex on publish and receive;
Based on the log: it gets the Hex #1c44a3 converts it to 1852579 (which is within the range of 1-16777215) and pushes that to the Device #1121.
However, the log says Range=0 to 0, which doesn't match the UI.
nValue=0, ControlValue=0, Range=0 to 0
03/03/2021 18:46:10 2905228 | Update Accepted 1121 to #1c44a3 StatusType=0 Payload=#1c44a3 RegExValue=#1c44a3
03/03/2021 18:46:10 2905228 | Update Accepted 1121 to #1c44a3 StatusType=0 Payload=#1c44a3 RegExValue=#1c44a3
03/03/2021 18:46:10 2905234 | Non-plugin Update Expression <<FromHex("$$PAYLOAD:")>> on payload #1c44a3
03/03/2021 18:46:10 2905236 | ApplyExpression FromHex("#1c44a3") Result=1852579
03/03/2021 18:46:10 2905236 | Substituted Payload 1852579, Expression Result 1852579
03/03/2021 18:46:10 2905254 | Command nonPlugin Device 1121 to 1852579
03/03/2021 18:46:10 2905254 | Command 1121 to 1852579, nValue=0, ControlValue=0, Range=0 to 0, ControlType=ColorPicker, ControlString=, Label=, ControlUse=ColorControl, UpdateLastChange=False
03/03/2021 18:46:10 2905254 | Command nonPlugin Device 1121 to 1852579
03/03/2021 18:46:10 2905254 | Command 1121 to 1852579, nValue=0, ControlValue=0, Range=0 to 0, ControlType=ColorPicker, ControlString=, Label=, ControlUse=ColorControl, UpdateLastChange=False
03/03/2021 18:46:10 2905228 | Update Accepted 1121 to #1c44a3 StatusType=0 Payload=#1c44a3 RegExValue=#1c44a3
03/03/2021 18:46:10 2905234 | Non-plugin Update Expression <<FromHex("$$PAYLOAD:")>> on payload #1c44a3
03/03/2021 18:46:10 2905236 | ApplyExpression FromHex("#1c44a3") Result=1852579
03/03/2021 18:46:10 2905236 | Substituted Payload 1852579, Expression Result 1852579
03/03/2021 18:46:10 2905254 | Command nonPlugin Device 1121 to 1852579
03/03/2021 18:46:10 2905254 | Command 1121 to 1852579, nValue=0, ControlValue=0, Range=0 to 0, ControlType=ColorPicker, ControlString=, Label=, ControlUse=ColorControl, UpdateLastChange=False
03/03/2021 18:46:10 2905254 | Command nonPlugin Device 1121 to 1852579
03/03/2021 18:46:10 2905254 | Command 1121 to 1852579, nValue=0, ControlValue=0, Range=0 to 0, ControlType=ColorPicker, ControlString=, Label=, ControlUse=ColorControl, UpdateLastChange=False
Comment