mirror of
https://github.com/beestat/app.git
synced 2025-05-24 02:14:03 -04:00
Facepalm
This commit is contained in:
parent
8771388336
commit
960e2e491b
@ -130,7 +130,7 @@ beestat.component.card.temperature_profiles.prototype.get_data_ = function() {
|
|||||||
console.log('a');
|
console.log('a');
|
||||||
console.log(thermostat);
|
console.log(thermostat);
|
||||||
console.log(thermostat.profile);
|
console.log(thermostat.profile);
|
||||||
thermostat.profile = null;
|
// thermostat.profile = null;
|
||||||
for (var type in thermostat.profile.temperature) {
|
for (var type in thermostat.profile.temperature) {
|
||||||
// Cloned because I mutate this data for temperature conversions.
|
// Cloned because I mutate this data for temperature conversions.
|
||||||
var profile = beestat.clone(
|
var profile = beestat.clone(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user