diff --git a/src/App.svelte b/src/App.svelte index f5f9f6b..103c304 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -39,13 +39,8 @@ pages = [ { - widget: "input", - type: "time", - status: "12:00", - page: "Inputs", - order: "3", - descr: "Switch on boiler time", - topic: "/prefix/00000-00003/temp3", + 1: "page1", + 2: "page2", }, ]; @@ -128,6 +123,10 @@