There is an issue in the device with dimming. I have fixed it on line 127 by changing
sendEvent( name: “switch.setLevel”, value: level )
to
sendEvent( name: “Switch Level”, value: level )
for some reason. I've created a fork and fixed it. You don't seem active anymore but I'll post here to see if you notice, and want to update the official source.
Thanks!
There is an issue in the device with dimming. I have fixed it on line 127 by changing
sendEvent( name: “switch.setLevel”, value: level )
to
sendEvent( name: “Switch Level”, value: level )
for some reason. I've created a fork and fixed it. You don't seem active anymore but I'll post here to see if you notice, and want to update the official source.
Thanks!