README update

This commit is contained in:
valeklubomir
2022-10-27 00:13:52 +02:00
parent d7d08db1e3
commit 9abab46464

View File

@@ -211,6 +211,8 @@ There are multiple console commands that allow you to automate your devices. Com
| DGR_SendBrightness | [GroupName][Brightness] | Sends a Brightness message to given Tasmota Device Group with no reliability. Requires no prior setup and can control any group, but won't retransmit. |
| EnergyCntReset | | Used for BL0942/BL0937/etc consumption measurement data reset |
| SetupEnergyStats | [enable] [sample_time] [sample_count] [enableJSON] | Used for BL0942/BL0937/etc. Configure consumptio history stats. enable: 0/1 sample_time:10..900 sample_count: 10..180 enableJSON: 0/1 |
| PowerMax | [limit] | Used for BL0937 to setup limiter for maximal output based on device definition 3680W for 16A devices |
| ConsumptionThreshold | [threshold] | Used for BL0942/BL0937/etc for define threshold for automatic store of consumption counter to flash |
There is also a conditional exec command. Example:
if MQTTOn then "backlog led_dimmer 100; led_enableAll" else "backlog led_dimmer 10; led_enableAll"