E-Stop IP

This commit is contained in:
chk
2026-06-12 18:59:56 +02:00
parent 3e3023fa63
commit bfb84fab50
8 changed files with 78 additions and 12 deletions

View File

@@ -97,7 +97,10 @@ function createApp(options = {}) {
if (ctrl.protocol === 'shelly') {
// Shelly Smart Plug: kein GCode-Empfänger, nur Emergency-Stop-Aktor
const instance = new ShellyClass(ctrl.url);
const instance = new ShellyClass(ctrl.url, {
urlOn: ctrl.urlOn,
urlStatus: ctrl.urlStatus,
});
senders.push({ name, instance, isGCodeReceiver: false });
} else {
// Telnet (FluidNC): Konstruktor erwartet 7 Achsen-Slots (x y z a b c e) vor dem