ZeroOne3010 / yetanotherhueapi

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

Rename "LightType.ON_OFF" to "LightType.ON_OFF_LIGHT" #28

Closed ZeroOne3010 closed 3 years ago

ZeroOne3010 commented 3 years ago

LightType.ON_OFF should be renamed to LightType.ON_OFF_LIGHT so that it cannot be confused with on/off plugin units, which were added recently (in 1.4.0).

This is a breaking change.