Skip to content

Commit

Permalink
Add exception to rule triggers (#1246)
Browse files Browse the repository at this point in the history
Power#data and Switch do not trigger rule engine.
  • Loading branch information
pkkrusty authored Jun 27, 2023
1 parent 79f0588 commit 9078ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Tele-Wifi#RSSI<a id="tele-Wifi-RSSI"></a>|when a teleperiod message is sent with
Tele-Wifi#LinkCount<a id="tele-Wifi-LinkCount"></a>|when a teleperiod message is sent with the number of wifi disconnections
Tele-Wifi#Downtime<a id="tele-Wifi-Downtime"></a>|when a teleperiod message is sent with the total seconds of wifi disconnections

Every [command](Commands.md) with a JSON payload response has an associated rule trigger.
Every [command](Commands.md) with a JSON payload response has an associated rule trigger, with the exception of Power<x>#Data and Switch<x>, which are superseded by by the Power<x>#State and Switch<x>#State trigger.

|Trigger | When it occurs |
|------------------|----------------|
Expand Down

0 comments on commit 9078ecc

Please sign in to comment.