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

Don't show non-public items in `lights` resources #7894

Closed ebaauw closed 1 month ago

ebaauw commented 1 month ago

Suppress non-public items from being displayed in a lights resource. Needed for #7653.

This has been a long-standing omission on my side, refactoring lightToMap().

manup commented 1 month ago

Good catch, I thought this was already the case.