projects
/
kiosk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
429de39
)
This globals thing is a POS
author
Scott Gasch
<scott@gasch.org>
Sun, 7 Jan 2024 19:15:31 +0000
(11:15 -0800)
committer
Scott Gasch
<scott@gasch.org>
Sun, 7 Jan 2024 19:15:31 +0000
(11:15 -0800)
ratago_trigger.py
patch
|
blob
|
history
diff --git
a/ratago_trigger.py
b/ratago_trigger.py
index a0fc310bb05ad7c26972a9a0678bc3f51afe3218..a54573cdde8580cc3d896e7008e84836a2aa2ce0 100644
(file)
--- a/
ratago_trigger.py
+++ b/
ratago_trigger.py
@@
-8,7
+8,7
@@
from typing import List, Optional, Tuple
class ratago_trigger(trigger.trigger):
def get_triggered_page_list(self) -> Optional[List[Tuple[str, int]]]:
- if globals.get("ratago_triggered"
, False
):
+ if globals.get("ratago_triggered"):
print("****** MyQ garage door is open page trigger ******")
return [(kiosk_constants.ratago_pagename, trigger.trigger.PRIORITY_HIGH)]
else: