Add events and device triggers to LCN (#58745)

This commit is contained in:
Andre Lengwenus 2021-12-11 06:02:17 +01:00 committed by GitHub
parent 5e750a0625
commit 74d5cbd3a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 831 additions and 6 deletions

View file

@ -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",