diff --git a/src/App.svelte b/src/App.svelte index b69041d..6a21145 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -38,6 +38,15 @@ let wigets = []; wigets = [ + { + widget: "input", + type: "time", + status: "12:00", + page: "", + order: "3", + descr: "Switch on boiler time", + topic: "/prefix/00000-00003/temp3", + }, { widget: "input", type: "number", @@ -62,18 +71,9 @@ status: "2021.09.15", page: "", order: "2", - descr: "Switch on boiled date", + descr: "Switch on boiler date", topic: "/prefix/00000-00002/temp2", }, - { - widget: "input", - type: "time", - status: "12:00", - page: "", - order: "3", - descr: "Switch on boiler time", - topic: "/prefix/00000-00003/temp3", - }, ]; @@ -116,9 +116,6 @@