From d475ccd5c59502be736c4da636f06e744768bdf4 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 25 Jul 2022 10:00:12 +0200 Subject: [PATCH] Update decode-status.py --- tools/decode-status.py | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/tools/decode-status.py b/tools/decode-status.py index bc06a682a..b9ad7287e 100755 --- a/tools/decode-status.py +++ b/tools/decode-status.py @@ -83,20 +83,20 @@ a_setoption = [[ "(HAss) enforce autodiscovery as light (1)", "(Wifi, MQTT) Control link led blinking (1)" ],[ - "(Button) Key hold time (ms)", - "(Pow) Sonoff POW Max_Power_Retry", - "(Backlog) Delay (ms)", + "(Button/Switch) Key hold time detection in decaseconds (default 40)", + "(Energy) Maximum number of retries before deciding power limit overflow (default 5)", + "(Backlog) Minimal delay in milliseconds between executing backlog commands (default 200)", "(not used) mDNS delayed start (Sec)", - "(Boot loop) Retry offset (0 = disable)", - "(Light) RGBWW remap", - "(IR) Unknown threshold", - "(CSE7766) invalid power margin", - "(Button) Ignore hold time (s)", - "(Wifi) Gratuitous ARP repeat time", - "(Temperature) Over temperature threshold (celsius)", - "(Rotary) Max allowed steps", - "(Bistable) Pulse time for two coil bistable latching relays (default 40)", - "(not used) Tuya MCU current Id", + "(Restart) Number of restarts to start detecting boot loop (default 1)", + "(Light) RGB and White channel separation (default 0)", + "(IR) Set the smallest sized UNKNOWN message packets we actually care about (default 6, max 255)", + "(CSE7766) Number of invalid power measurements before declaring it invalid allowing low load measurments (default 128)", + "(Button/Shutter) Ignore button change in seconds (default 0)", + "(Wifi) Interval in seconds between gratuitous ARP requests (default 60)", + "(Energy) Turn all power off at or above this temperature (default 90C)", + "(Rotary) Rotary step boundary (default 10)", + "(IR) Base tolerance percentage for matching incoming IR messages (default 25, max 100)", + "(Bistable) Pulse time in milliseconds for two coil bistable latching relays (default 40)", "(not used) Tuya MCU power Id", "(not used) Energy Tariff1 start hour", "(not used) Energy Tariff2 start hour",