]> git.basschouten.com Git - openhab-addons.git/commit
[mqtt.espmilighthub] Use system channel types for color temp and brightness (#13801)
authorCody Cutrer <cody@cutrer.us>
Sat, 16 Dec 2023 08:49:35 +0000 (01:49 -0700)
committerGitHub <noreply@github.com>
Sat, 16 Dec 2023 08:49:35 +0000 (09:49 +0100)
commitde418fe42c703cd3c7b34cb1e18240f414951727
tree333be522f3da38b99fce2f89097de85ebc1fd2c3
parent71066837dc85237554db388efac19b4f326855bd
[mqtt.espmilighthub] Use system channel types for color temp and brightness (#13801)

* [mqtt.espmilighthub] use system channel types for color temp and brightness

closes #10096

also add absolute color temp channel. and remove level channel when we
already have a color channel (you can link a DimmerItem to a color
channel if your light doesn't happen to have color or you want direct
control of brightness only for some reason)

---------

Signed-off-by: Cody Cutrer <cody@cutrer.us>
bundles/org.openhab.binding.mqtt.espmilighthub/README.md
bundles/org.openhab.binding.mqtt.espmilighthub/src/main/java/org/openhab/binding/mqtt/espmilighthub/internal/EspMilightHubBindingConstants.java
bundles/org.openhab.binding.mqtt.espmilighthub/src/main/java/org/openhab/binding/mqtt/espmilighthub/internal/EspMilightStateDescriptionProvider.java [new file with mode: 0644]
bundles/org.openhab.binding.mqtt.espmilighthub/src/main/java/org/openhab/binding/mqtt/espmilighthub/internal/handler/EspMilightHubHandler.java
bundles/org.openhab.binding.mqtt.espmilighthub/src/main/resources/OH-INF/i18n/mqtt.properties
bundles/org.openhab.binding.mqtt.espmilighthub/src/main/resources/OH-INF/thing/thing-types.xml
bundles/org.openhab.binding.mqtt.espmilighthub/src/main/resources/OH-INF/update/instructions.xml [new file with mode: 0644]