Skip to content

Commit

Permalink
v20210627
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Jul 5, 2021
1 parent 67d9154 commit 28bf2ee
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions decode-status.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@
"(Wiegand) send key pad stroke as single char (0) or one tag (ending char #) (1)",
"(Zigbee) Hide bridge topic from zigbee topic (use with SetOption89) (1)",
"(DS18x20) Enable arithmetic mean over teleperiod for JSON temperature (1)",
"","","",
"(Wifi) Keep wifi in no-sleep mode, prevents some occasional unresponsiveness",
"","",
"","","","",
"","","","",
"","","","",
Expand Down Expand Up @@ -252,8 +253,8 @@
"USE_BS814A2","USE_SEESAW_SOIL","USE_WIEGAND","USE_NEOPOOL",
"USE_TOF10120","USE_SDM72","USE_DISPLAY_TM1637","USE_PROJECTOR_CTRL"
],[
"USE_MPU6886","USE_TFMINIPLUS","USE_CSE7761","USE_BERRY",
"USE_HALLEFFECT","USE_ENERGY_DUMMY","","",
"USE_MPU_ACCEL","USE_TFMINIPLUS","USE_CSE7761","USE_BERRY",
"USE_BM8563","USE_ENERGY_DUMMY","USE_AM2320","",
"","","","",
"","","","",
"","","","",
Expand Down Expand Up @@ -287,7 +288,7 @@
obj = json.load(fp)

def StartDecode():
print ("\n*** decode-status.py v20210406 by Theo Arends and Jacek Ziolkowski ***")
print ("\n*** decode-status.py v20210627 by Theo Arends and Jacek Ziolkowski ***")

# print("Decoding\n{}".format(obj))

Expand Down

0 comments on commit 28bf2ee

Please sign in to comment.