mirror of
https://github.com/beestat/app.git
synced 2025-06-03 13:46:54 -04:00
Fixed Thermostat Detail sometimes getting stuck at "Syncing"
This commit is contained in:
parent
f6d17e279d
commit
98e3c9f20d
@ -219,6 +219,7 @@ beestat.component.card.runtime_thermostat_detail.prototype.decorate_contents_ =
|
|||||||
)
|
)
|
||||||
.set_callback(function(response) {
|
.set_callback(function(response) {
|
||||||
beestat.cache.set('thermostat', response);
|
beestat.cache.set('thermostat', response);
|
||||||
|
self.rerender();
|
||||||
})
|
})
|
||||||
.send();
|
.send();
|
||||||
}, 2000);
|
}, 2000);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user