Add events and device triggers to LCN (#58745)
This commit is contained in:
parent
5e750a0625
commit
74d5cbd3a9
13 changed files with 831 additions and 6 deletions
|
@ -192,6 +192,35 @@ RELVARREF = ["CURRENT", "PROG"]
|
|||
|
||||
SENDKEYCOMMANDS = ["HIT", "MAKE", "BREAK", "DONTSEND"]
|
||||
|
||||
SENDKEYS = [
|
||||
"A1",
|
||||
"A2",
|
||||
"A3",
|
||||
"A4",
|
||||
"A5",
|
||||
"A6",
|
||||
"A7",
|
||||
"A8",
|
||||
"B1",
|
||||
"B2",
|
||||
"B3",
|
||||
"B4",
|
||||
"B5",
|
||||
"B6",
|
||||
"B7",
|
||||
"B8",
|
||||
"C1",
|
||||
"C2",
|
||||
"C3",
|
||||
"C4",
|
||||
"C5",
|
||||
"C6",
|
||||
"C7",
|
||||
"C8",
|
||||
]
|
||||
|
||||
KEY_ACTIONS = ["HIT", "MAKE", "BREAK"]
|
||||
|
||||
TIME_UNITS = [
|
||||
"SECONDS",
|
||||
"SECOND",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue