mirror of
https://github.com/arendst/Tasmota.git
synced 2026-07-27 20:05:46 +00:00
Add feature10 bitmap
This commit is contained in:
+11
-2
@@ -212,7 +212,7 @@ a_setoption = [[
|
||||
"(Berry) Handle berry led using RMT0 as additional WS2812 scheme",
|
||||
"(ZCDimmer) Enable rare falling Edge dimmer instead of leading edge",
|
||||
"(Sen5x) Run in passive mode when there is another I2C master (e.g. Ikea Vindstyrka), i.e. do not set up Sen5x sensor, higher polling interval",
|
||||
"",
|
||||
"(NeoPool) Output sensitive data (1)",
|
||||
"","","","",
|
||||
"","","","",
|
||||
"","","","",
|
||||
@@ -301,6 +301,15 @@ a_features = [[
|
||||
"USE_GDK101","USE_GM861","USE_TC74","USE_PCA9557",
|
||||
"USE_SGP4X","USE_MAX17043","USE_ENS16x","USE_ENS210",
|
||||
"USE_HC8","","",""
|
||||
],[
|
||||
"","","","",
|
||||
"","","","",
|
||||
"","","","",
|
||||
"","","","",
|
||||
"","","","",
|
||||
"","","","",
|
||||
"","","","",
|
||||
"","","",""
|
||||
]]
|
||||
|
||||
usage = "usage: decode-status {-d | -f} arg"
|
||||
@@ -328,7 +337,7 @@ else:
|
||||
obj = json.load(fp)
|
||||
|
||||
def StartDecode():
|
||||
print ("\n*** decode-status.py v13.1.0.4 by Theo Arends and Jacek Ziolkowski ***")
|
||||
print ("\n*** decode-status.py v13.2.0.2 by Theo Arends and Jacek Ziolkowski ***")
|
||||
|
||||
# print("Decoding\n{}".format(obj))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user