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:
Theo Arends 2019-08-04 17:48:21 +02:00
parent 14e0654c03
commit 7ff13f4fd5
1 changed files with 1 additions and 0 deletions

View File

@ -563,6 +563,7 @@ void HueLights(String *path)
} else {
MqttPublishPrefixTopic_P(RESULT_OR_STAT, PSTR(D_CMND_DIMMER));
}
XdrvRulesProcess();
}
change = false;
}