mirror of https://github.com/arendst/Tasmota.git
unified serial and rf ir
parent
38da1388bc
commit
daa4965e97
11
Rules.md
11
Rules.md
|
@ -113,21 +113,16 @@ Trigger | When it occurs |
|
|||
|INA219#Current>0.100| whenever the current drawn is more than 0.1A|
|
||||
|Energy#Power>100| whenever the power used is more than 100W|
|
||||
|
||||
Devices using RF (e.g. [Sonoff RF Bridge](Sonoff-RF-Bridge-433)) or IR are also supported based on their [JSON](JSON-Status-Responses) status message:
|
||||
Hardware and software serial interface, RF or IR are also supported based on their [JSON](JSON-Status-Responses) status message:
|
||||
|
||||
Trigger | When it occurs |
|
||||
------------------|-------------|
|
||||
|SerialReceived#Data=\<string\>| whenever \<string\> is received via hardware serial|
|
||||
|SSerialReceived#Data=\<string\>| whenever \<string\> is received via software serial|
|
||||
|IrReceived#Data=801| whenever an IR signal for a RC5 remote control button 1 is received|
|
||||
|IrReceived#Data=0x00FF9867|whenever an IR signal with hex code 0x00FF9867 is received|
|
||||
|RfReceived#RfKey=4| whenever the [RF Bridge](Sonoff-RF-Bridge-433) receives a recognized RfKey 4 signal
|
||||
|
||||
Devices using Software Serial function are supported based on their JSON ([example](https://github.com/arendst/Sonoff-Tasmota/wiki/Rule-Cookbook#27-switch-relais-via-serial-interface)) status message:
|
||||
|
||||
Trigger | When it occurs |
|
||||
------------------|-------------|
|
||||
|SSerialReceived#Data=\<string\>| whenever \<string\> is received via software serial|
|
||||
|
||||
|
||||
[Back To Top](#top)
|
||||
|
||||
### Rule Command
|
||||
|
|
Loading…
Reference in New Issue