From 9abab46464fbf8db3fc400d5fc279e32e4d60d8a Mon Sep 17 00:00:00 2001 From: valeklubomir Date: Thu, 27 Oct 2022 00:13:52 +0200 Subject: [PATCH] README update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4e674803a..c35f7fa72 100644 --- a/README.md +++ b/README.md @@ -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"