#6 UI Updates senden und anzeigen
This commit is contained in:
parent
0a7aea4f35
commit
8cc9e20741
@ -142,9 +142,8 @@ $(function() {
|
||||
}
|
||||
|
||||
self.mystromswitchEnabled(data.mystromswitchEnabled);
|
||||
if (data.type == "timeout") {
|
||||
if ((data.timeout_value != null) && (data.timeout_value > 0)) {
|
||||
self.timeoutPopupOptions.text = self.timeoutPopupText + data.timeout_value;
|
||||
if (data.power != null) {
|
||||
self.timeoutPopupOptions.text = self.timeoutPopupText + data.power;
|
||||
if (typeof self.timeoutPopup != "undefined") {
|
||||
self.timeoutPopup.update(self.timeoutPopupOptions);
|
||||
} else {
|
||||
@ -158,7 +157,6 @@ $(function() {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
self.abortShutdown = function(abortShutdownValue) {
|
||||
self.timeoutPopup.remove();
|
||||
|
Loading…
Reference in New Issue
Block a user