Update decode-status.py

This commit is contained in:
Theo Arends 2019-12-30 14:24:00 +01:00
parent 1526a59162
commit be29e71c96
1 changed files with 2 additions and 2 deletions

View File

@ -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",
"","","","",
"","","",""
]]