Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KlausMu/esp32-fan-controller
/ getTargetTemperature
Function
getTargetTemperature
src/temperatureController.cpp:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
float getTargetTemperature(void) {
40
return targetTemperature;
41
}
42
float getActualTemperature(void) {
43
return actualTemperature;
44
}
Callers
6
doLog
Function · 0.85
onClick
Function · 0.85
draw_screen
Function · 0.85
mqtt_publish_stat_targetTemp
Function · 0.85
mqtt_publish_tele
Function · 0.85
callback
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected