moved "Zyklus" button to the right
This commit is contained in:
parent
177cb68987
commit
1b1f295b23
@ -342,9 +342,9 @@
|
|||||||
newSelect(relayIndex, config, "config initial", "initial", [["OFF", "Init: Aus"], ["ON", "Init: Ein"], ["CYCLE", "Init: Zyklus"]]);
|
newSelect(relayIndex, config, "config initial", "initial", [["OFF", "Init: Aus"], ["ON", "Init: Ein"], ["CYCLE", "Init: Zyklus"]]);
|
||||||
|
|
||||||
const switches = newDiv(relay, "flex");
|
const switches = newDiv(relay, "flex");
|
||||||
|
newButton(relayIndex, switches, "switch switchCycle", "onCount", -1, "Zyklus");
|
||||||
newButton(relayIndex, switches, "switch switchOn", "state", "true", "Ein");
|
newButton(relayIndex, switches, "switch switchOn", "state", "true", "Ein");
|
||||||
newButton(relayIndex, switches, "switch switchOff", "state", "false", "Aus");
|
newButton(relayIndex, switches, "switch switchOff", "state", "false", "Aus");
|
||||||
newButton(relayIndex, switches, "switch switchCycle", "onCount", -1, "Zyklus");
|
|
||||||
return relay;
|
return relay;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user