From 9edccbbca596271b1349ee5b0c39861f2a8bcfcf Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 22 Feb 2021 13:59:45 +0100 Subject: [PATCH] Add commands ``StateRetain`` and ``InfoRetain`` (#11084) --- CHANGELOG.md | 1 + RELEASENOTES.md | 1 + tools/decode-status.py | 8 +++++--- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a11f5d49b..2f4e55b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. ## [9.3.0.1] ### Added - Animate PWM dimmer brightness LEDs during transitions and with variable brightness (#11076) +- Commands ``StateRetain`` and ``InfoRetain`` (#11084) ### Changed - Remove the need to start filenames with a slash (/) in Ufs commands diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 7f9ceeb22..ec5a31a34 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -81,6 +81,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota ## Changelog v9.3.0.1 ### Added - Animate PWM dimmer brightness LEDs during transitions and with variable brightness [#11076](https://github.com/arendst/Tasmota/issues/11076) +- Commands ``StateRetain`` and ``InfoRetain`` [#11084](https://github.com/arendst/Tasmota/issues/11084) ### Changed - Remove the need to start filenames with a slash (/) in Ufs commands diff --git a/tools/decode-status.py b/tools/decode-status.py index 9ab99763f..bd1f959a8 100755 --- a/tools/decode-status.py +++ b/tools/decode-status.py @@ -174,8 +174,10 @@ a_setoption = [[ "(Light) run fading at fixed duration instead of fixed slew rate", "(Zigbee) Move ZbReceived from JSON message and into the subtopic replacing SENSOR default", "(Zigbee) Remove the device addr from json payload, can be used with zb_topic_fname where the addr is already known from the topic", - "","", - "","","","", + "(Zigbee) Append endpoint number to topic if device dependent (use with SetOption89)", + "(MQTT) Retain on State", + "(MQTT) Retain on Info", + "","","", "","","","", "","","","", "","","","", @@ -282,7 +284,7 @@ else: obj = json.load(fp) def StartDecode(): - print ("\n*** decode-status.py v20210217 by Theo Arends and Jacek Ziolkowski ***") + print ("\n*** decode-status.py v20210222 by Theo Arends and Jacek Ziolkowski ***") # print("Decoding\n{}".format(obj))