Skip to content

Commit

Permalink
feat: presignals get turned off when main signal is present
Browse files Browse the repository at this point in the history
  • Loading branch information
Uhutown committed Sep 27, 2023
1 parent 3910af7 commit 748dd0a
Showing 1 changed file with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
{
"currentSignal": "hvsignal",
"values": [
"stopsignal.HP0",
"hphome.HP0",
"hpblock.HP0",
"distantsignal.VR0",
"zs3.OFF",
"zs3v.OFF",
"zs1.FALSE",
"zs7.FALSE"
]
"values": {
"true": ["stopsignal.HP0","hphome.HP0","hpblock.HP0","distantsignal.VR0","zs3.OFF","zs3v.OFF","zs1.FALSE","zs7.FALSE"],
"!config(HPTYPE.OFF)": ["distantsignal.OFF"]
}
}

0 comments on commit 748dd0a

Please sign in to comment.