Skip to content

Commit

Permalink
v20210116
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Jan 21, 2021
1 parent db31b36 commit 815b4e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions decode-status.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
decode-status.py - decode status for Tasmota
Copyright (C) 2020 Theo Arends
Copyright (C) 2021 Theo Arends
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -244,7 +244,7 @@
"USE_SHELLY_DIMMER","USE_RC522","USE_FTC532","USE_DISPLAY_EPAPER_42",
"USE_DISPLAY_ILI9488","USE_DISPLAY_SSD1351","USE_DISPLAY_RA8876","USE_DISPLAY_ST7789",
"USE_DISPLAY_SSD1331","USE_UFILESYS","USE_TIMEPROP","USE_PID",
"USE_BS814A2","USE_SEESAW_SOIL","","",
"USE_BS814A2","USE_SEESAW_SOIL","USE_WIEGAND","USE_NEOPOOL",
"","","",""
]]

Expand Down Expand Up @@ -273,7 +273,7 @@
obj = json.load(fp)

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

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

Expand Down

0 comments on commit 815b4e2

Please sign in to comment.