mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-30 14:16:32 +00:00
Add rule/script trigger to Hue color or dimmer change
Add rule/script trigger to Hue color or dimmer change (#6085)
This commit is contained in:
parent
14e0654c03
commit
7ff13f4fd5
@ -563,6 +563,7 @@ void HueLights(String *path)
|
|||||||
} else {
|
} else {
|
||||||
MqttPublishPrefixTopic_P(RESULT_OR_STAT, PSTR(D_CMND_DIMMER));
|
MqttPublishPrefixTopic_P(RESULT_OR_STAT, PSTR(D_CMND_DIMMER));
|
||||||
}
|
}
|
||||||
|
XdrvRulesProcess();
|
||||||
}
|
}
|
||||||
change = false;
|
change = false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user