Hubitat icon indicating copy to clipboard operation
Hubitat copied to clipboard

Fix issue with switch property not turning on

Open zsaffir opened this issue 3 years ago • 1 comments

With LZW45 off, using the setColor() method turns the actual device on but leaves the device's switch property set to off. This issue is not present when using the setLevel() method. This fix simply copies the set level functionality from the setLevel() method to the setColor() method which fixes the problem.

zsaffir avatar Oct 15 '22 18:10 zsaffir

I believe this makes it so that the ramp rate (parameter 3) is not used when the device is turning on. Could we keep it as Basic set but send a Basic Get to update the status?

InovelliUSA avatar Jan 23 '24 22:01 InovelliUSA