initial single press integration

This commit is contained in:
chrys
2016-09-25 15:20:40 +02:00
parent a880368f7e
commit e66d07bec7
12 changed files with 22 additions and 359 deletions

View File

@ -14,7 +14,6 @@ class applicationManager():
def shutdown(self):
pass
def getCurrentApplication(self):
print(self.env['screenData']['newApplication'])
currApp = self.env['screenData']['newApplication'].upper()
if not currApp:
currApp == 'DEFAULT'