Support for indoor humidity
copied form other branch
This commit is contained in:
@@ -23,6 +23,7 @@ $sql = "CREATE TABLE IF NOT EXISTS `stat` (
|
||||
`heatSetpoint` float NOT NULL,
|
||||
`heatUpperSetptLimit` float NOT NULL,
|
||||
`isInVacationHoldMode` tinyint(1) NOT NULL,
|
||||
`indoorHumidity` int(11) NOT NULL,
|
||||
`schedCoolSp` float NOT NULL,
|
||||
`schedHeatSp` float NOT NULL,
|
||||
`scheduleCapable` tinyint(1) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user