1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00
This commit is contained in:
Jon Ziebell 2024-05-23 17:34:29 -04:00
parent 8771388336
commit 960e2e491b

View File

@ -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(