SMerrony / aghast

AGHAST is A Go Home Automation SysTem closely coupled with MQTT.
MIT License
6 stars 0 forks source link

Even simpler Automation Conditions using original message #15

Closed SMerrony closed 3 years ago

SMerrony commented 3 years ago

Sometimes a Condition needs to examine the Payload from the triggering MQTT message.

In this case, there's no need to re-query.

Suggest that if QueryTopic is simply omitted from a Condition, then the original Payload value is implicitly used.

SMerrony commented 3 years ago

Done