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.
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?
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.