1786113917
This commit is contained in:
2
build
2
build
@@ -3,4 +3,4 @@ git add .
|
||||
git commit -am "$(date +%s)"
|
||||
git push
|
||||
|
||||
# ssh -t trekstor -- "cd dashboard && git pull && cargo r -r"
|
||||
ssh -t trekstor -- "cd dashboard && git pull && cargo b -r && systemctl --user restart dashboard"
|
||||
|
||||
@@ -293,7 +293,6 @@ export component AppWindow inherits Window {
|
||||
in property <string> updated-text: "WAITING FOR HOME ASSISTANT";
|
||||
in property <string> action-status: "TAP A ROOM TO CONTROL";
|
||||
in property <string> lights-summary: "LOADING LIGHTS";
|
||||
in-out property <bool> dark-mode: false;
|
||||
|
||||
callback select-room(int);
|
||||
callback change-target(int);
|
||||
|
||||
Reference in New Issue
Block a user