1
0
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:
Jon Ziebell 2023-08-27 21:39:15 -04:00
parent 181bc3e0b1
commit ec98c6be7f

View File

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