mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Add commands `StateRetain
and
InfoRetain
` (#11084)
This commit is contained in:
parent
14db5ea0dd
commit
9edccbbca5
@ -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
|
||||
|
@ -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
|
||||
|
@ -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))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user