Actally enable setting the flag on the hue bridge
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dreaded_X 2022-11-23 22:33:13 +01:00
parent abda5cc24f
commit 00f623ab45
Signed by: Dreaded_X
GPG Key ID: 76BDEC4E165D8AD9

View File

@ -9,6 +9,6 @@ import (
func darknessAutomation(client paho.Client, hue *hue.Hue) {
on(client, "automation/darkness/living", func(message zigbee.DarknessPayload) {
// hue.SetFlag(43, message.IsDark)
hue.SetFlag(43, message.IsDark)
})
}