dresden-elektronik / deconz-rest-plugin

deCONZ REST-API plugin to control ZigBee devices
BSD 3-Clause "New" or "Revised" License
1.9k stars 498 forks source link

Remove legacy FLS-PP (version 1) color XY quirk #7569

Closed manup closed 7 months ago

manup commented 7 months ago

The device is the old black one, not the white FLS-PP lp. Since the firmware didn't support XY color mode there was a loop in the idleTimer handler iterating over all lights to find out if this device is present. Since the device is likely not in use anymore we can get rid of this CPU cycle eater. If needed introduce a DDF later on.