mirror of https://github.com/arendst/Tasmota.git
Update decode-status.py
This commit is contained in:
parent
1526a59162
commit
be29e71c96
|
@ -132,7 +132,7 @@ a_setoption = [[
|
|||
"Enable incrementing bootcount when deepsleep is enabled",
|
||||
"Do not power off if slider moved to far left",
|
||||
"Bypass Compatibility check",
|
||||
"",
|
||||
"Enable resetting of counters after telemetry was sent",
|
||||
"Enable shutter support",
|
||||
"Invert PCF8574 ports"
|
||||
],[
|
||||
|
@ -188,7 +188,7 @@ a_features = [[
|
|||
"USE_SHUTTER","USE_PCF8574","USE_DDSU666","USE_DEEPSLEEP",
|
||||
"USE_SONOFF_SC","USE_SONOFF_RF","USE_SONOFF_L1","USE_EXS_DIMMER",
|
||||
"USE_ARDUINO_SLAVE","USE_HIH6","USE_HPMA","USE_TSL2591",
|
||||
"USE_DHT12","USE_DS1624","USE_GPS","",
|
||||
"USE_DHT12","USE_DS1624","USE_GPS","USE_HOTPLUG",
|
||||
"","","","",
|
||||
"","","",""
|
||||
]]
|
||||
|
|
Loading…
Reference in New Issue