Add temperature and humidity stuff

This commit is contained in:
hmelder 2024-11-10 01:22:18 +01:00 committed by Rahix
parent 52231a9e9c
commit 4edabc5c56
4 changed files with 57 additions and 1 deletions

View file

@ -55,6 +55,13 @@ type daemonState struct {
pumpdown momentaryOutput
aboveRough thresholdOutput
aboveHigh thresholdOutput
tempDPBottom float32
tempDPTop float32
tempDPInlet float32
tempSEM float32
humiditySEM float32
}
func (d *daemonState) vacuumStatus() (rough, high bool) {