Change initial state

This commit is contained in:
Mike Cifelli 2022-12-30 14:38:23 -05:00
parent 5fc8b04986
commit 88f5086701
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ from threading import Lock
threadLock = Lock()
stateFile = 'www/garage.json'
state = {'east-door': 'opened', 'west-door': 'opened'}
state = {'east-door': 'init', 'west-door': 'init'}
config = ConfigParser()
config.read('garage.cfg')