ZeroOne3010 / yetanotherhueapi

A Java library for controlling Philips Hue lights. Available from the Maven Central.
MIT License
68 stars 21 forks source link

Add getUnassignedLightByName #26

Closed ZeroOne3010 closed 3 years ago

ZeroOne3010 commented 3 years ago

Access to unassigned lights was added in 1.4.0. Other kinds of items can be accessed with "getXByName(String)" method. Add one for the unassigned lights as well.