diff --git a/index.html b/index.html index dd614d5..6d2f311 100644 --- a/index.html +++ b/index.html @@ -342,9 +342,9 @@ newSelect(relayIndex, config, "config initial", "initial", [["OFF", "Init: Aus"], ["ON", "Init: Ein"], ["CYCLE", "Init: Zyklus"]]); 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 switchOff", "state", "false", "Aus"); - newButton(relayIndex, switches, "switch switchCycle", "onCount", -1, "Zyklus"); return relay; }