MCPcopy 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
39float getTargetTemperature(void) {
40 return targetTemperature;
41}
42float getActualTemperature(void) {
43 return actualTemperature;
44}

Callers 6

doLogFunction · 0.85
onClickFunction · 0.85
draw_screenFunction · 0.85
mqtt_publish_teleFunction · 0.85
callbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected