Skip to content

Commit

Permalink
fix: Vr1 with Zs3V number 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Uhutown committed Oct 20, 2024
1 parent 9440d00 commit fb06334
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"slow": "config(stopsignal.HP2) || config(hphome.HP2)"
},
"values": {

"map(drive)": ["distantsignal.VR1"],

"(config(zs3.Z1) || config(zs3plate.Z1))": ["zs3v.Z1"],
"(config(zs3.Z2) || config(zs3plate.Z2))": ["zs3v.Z2"],
Expand All @@ -25,7 +27,6 @@
"(config(zs3.Z15) || config(zs3plate.Z15))": ["zs3v.Z15"],

"map(stop)": ["distantsignal.VR0", "zs3v.OFF"],
"map(drive)": ["distantsignal.VR1"],
"map(slow)": ["distantsignal.VR2"],
"signalRepeater(true)": ["vrlight.true"],

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
},
"values": {

"map(drive)": ["distantsignal.VR1"],

"(config(zs3.Z1) || config(zs3plate.Z1))": ["zs3v.Z1", "distantsignal.VR2"],
"(config(zs3.Z2) || config(zs3plate.Z2))": ["zs3v.Z2", "distantsignal.VR2"],
"(config(zs3.Z3) || config(zs3plate.Z3))": ["zs3v.Z3", "distantsignal.VR2"],
Expand All @@ -24,7 +26,6 @@
"(config(zs3.Z15) || config(zs3plate.Z15))": ["zs3v.Z15", "distantsignal.VR1"],

"map(stop)": ["distantsignal.VR0", "zs3v.OFF"],
"map(drive)": ["distantsignal.VR1"],
"signalRepeater(true)": ["vrlight.true"],

"speed(<.1) || speed(>.15)": ["stopsignal.HP1", "hphome.HP1", "hpblock.HP1"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
},
"values": {

"map(drive)": ["distantsignal.VR1"],

"(config(zs3.Z1) || config(zs3plate.Z1))": ["zs3v.Z1"],
"(config(zs3.Z2) || config(zs3plate.Z2))": ["zs3v.Z2"],
"(config(zs3.Z3) || config(zs3plate.Z3))": ["zs3v.Z3"],
Expand All @@ -25,7 +27,6 @@
"(config(zs3.Z15) || config(zs3plate.Z15))": ["zs3v.Z15"],

"map(stop)": ["distantsignal.VR0", "zs3v.OFF"],
"map(drive)": ["distantsignal.VR1"],
"map(slow)": ["distantsignal.VR2"],
"signalRepeater(true)": ["vrlight.true"],

Expand Down

0 comments on commit fb06334

Please sign in to comment.