1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

Enabled system off time for all users

This commit is contained in:
Jon Ziebell 2024-08-18 13:08:33 -04:00
parent de225617c9
commit 6b1533f852

View File

@ -408,9 +408,7 @@ beestat.component.chart.runtime_thermostat_detail_temperature.prototype.get_opti
sections.push(groups.data);
sections.push(groups.equipment);
if(beestat.user.has_early_access() === true) {
sections.push(groups.off);
}
var title = this.x.format('ddd, MMM D @ h:mma');