Skip to content

Commit

Permalink
changed default interval
Browse files Browse the repository at this point in the history
  • Loading branch information
JavanXD committed Dec 8, 2020
1 parent c23429a commit d3bc4d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions read_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def get_defaults():
settings["button_pin"] = 16
settings["led_pin"] = 21
settings["w1gpio"] = 11
# settings["interval"] = 0
settings["debug"] = True
settings["offline"] = 0
router = {}
Expand Down Expand Up @@ -59,7 +58,7 @@ def get_defaults():
normalVoltage["schedule"] = "BEGIN 2015-08-01 00:00:00 \nEND 2025-07-31 23:59:59 \nON M5 WAIT\nOFF M10"
normalVoltage["voltage"] = 12.8
normalVoltage["shutdownAfterTransfer"] = False
normalVoltage["interval"] = 0
normalVoltage["interval"] = 600
wittyPi["normal"] = normalVoltage
settings['wittyPi'] = wittyPi

Expand Down

0 comments on commit d3bc4d7

Please sign in to comment.