mirror of
https://github.com/beestat/app.git
synced 2025-07-09 03:04:07 -04:00
Altered runtime summary table to include degree days.
This commit is contained in:
parent
181bc3e0b1
commit
ec98c6be7f
@ -489,7 +489,8 @@ CREATE TABLE `runtime_thermostat_summary` (
|
||||
`sum_dehumidifier` mediumint unsigned NOT NULL,
|
||||
`sum_ventilator` mediumint unsigned NOT NULL,
|
||||
`sum_economizer` mediumint unsigned NOT NULL,
|
||||
`sum_degree_days` decimal(3,1) DEFAULT NULL,
|
||||
`sum_heating_degree_days` smallint unsigned NOT NULL,
|
||||
`sum_cooling_degree_days` smallint unsigned NOT NULL,
|
||||
`avg_outdoor_temperature` smallint NOT NULL,
|
||||
`avg_outdoor_humidity` tinyint unsigned NOT NULL,
|
||||
`min_outdoor_temperature` smallint NOT NULL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user