mirror of https://github.com/arendst/Tasmota.git
FanSpeed#Data
parent
b98caa02a9
commit
fad13cedf0
1
Rules.md
1
Rules.md
|
@ -68,6 +68,7 @@ Clock#Timer=3<a id="ClockTimer"></a>|when global `Timer3` is activated
|
|||
Dimmer#Boot<a id="DimmerBoot"></a>|occurs after Tasmota starts<a id="ADC0"></a>
|
||||
Dimmer#State<a id="DimmerState"></a>|when the value for Dimmer is changed
|
||||
Event#eventName<a id="EventeventName"></a>|when command `Event eventName` is executed. You can define your own event values and trigger them with the [`Event`](commands#event) command.
|
||||
FanSpeed#Data=3|when the fan speed is set to `3`
|
||||
Mem\<x>#State<a id="MemState"></a>|when the value for Mem\<x> is changed
|
||||
Http#Initialized<a id="HttpInitialized"></a>|
|
||||
Mqtt#Connected<a id="MqttConnected"></a>|when MQTT is connected
|
||||
|
|
Loading…
Reference in New Issue