E-Stop IP
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user