Update relocated third boiler position

This commit is contained in:
2026-07-16 23:26:15 +02:00
parent 28b3dc0494
commit a0302d764d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ Waehrend der Computer aus ist, bleibt die Hardware durch den Fackel-Inverter abg
nach erfolgreichem Programmstart wird ein zuvor gespeicherter RUNNING-Zustand wieder aktiviert. nach erfolgreichem Programmstart wird ein zuvor gespeicherter RUNNING-Zustand wieder aktiviert.
Die Boiler werden nicht anhand wechselnder Peripheral-Namen, sondern fest ueber ihre Die Boiler werden nicht anhand wechselnder Peripheral-Namen, sondern fest ueber ihre
Controller-Koordinaten `11266/64/10810`, `11260/64/10810` und `11252/64/10810` zugeordnet. Controller-Koordinaten `11266/64/10810`, `11260/64/10810` und `11254/64/10810` zugeordnet.
Fehlt ein Reader, bleibt dadurch exakt die betroffene Boiler-Zeile auf `MISSING / NO READER`. Fehlt ein Reader, bleibt dadurch exakt die betroffene Boiler-Zeile auf `MISSING / NO READER`.
Jeder Block Reader muss direkt auf den Controller-Tank seines Boiler-Multiblocks zeigen. Jeder Block Reader muss direkt auf den Controller-Tank seines Boiler-Multiblocks zeigen.
+1 -1
View File
@@ -10,7 +10,7 @@ local STATE_FILE = "create_boiler_state.txt"
local BOILERS = { local BOILERS = {
{ label = "BOILER 1", position = { 11266, 64, 10810 } }, { label = "BOILER 1", position = { 11266, 64, 10810 } },
{ label = "BOILER 2", position = { 11260, 64, 10810 } }, { label = "BOILER 2", position = { 11260, 64, 10810 } },
{ label = "BOILER 3", position = { 11252, 64, 10810 } }, { label = "BOILER 3", position = { 11254, 64, 10810 } },
} }
local clutchButton = { x1 = 0, x2 = 0, y = 0 } local clutchButton = { x1 = 0, x2 = 0, y = 0 }