mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-23 07:54:25 +01:00
Fix Startup routine
This commit is contained in:
@@ -158,6 +158,7 @@ function HandleMessage(typ: string, method: string, page: number, words: Array<s
|
||||
case "startup":
|
||||
UnsubscribeWatcher();
|
||||
HandleStartupProcess();
|
||||
GeneratePage(config.pages[0]);
|
||||
break;
|
||||
case "buttonPress2":
|
||||
HandleButtonEvent(words);
|
||||
@@ -808,4 +809,4 @@ type Config = {
|
||||
pages: (PageThermo | PageEntities | PageGrid)[],
|
||||
button1Page: (PageThermo | PageEntities | PageGrid | null),
|
||||
button2Page: (PageThermo | PageEntities | PageGrid | null),
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user