Aquarium Cooling Controller
ESP32 firmware for aquarium cooling fan control, monitoring, telemetry, and fault handling.
Loading...
Searching...
No Matches
Public Attributes | List of all members
TrackedSensorConfig Struct Reference

Configuration for one named temperature sensor. More...

#include <sensor_manager.h>

Public Attributes

bool hasPreferredAddress
 True when preferredAddress should be matched.
 
uint8_t preferredAddress [8]
 Expected OneWire ROM code for this sensor.
 
const char * sensorLabel
 Human-readable label for diagnostics.
 

Detailed Description

Configuration for one named temperature sensor.

A tracked sensor is a role used by the control logic, such as the water sensor. Preferred ROM codes keep those roles stable even when more devices are present on the bus.


The documentation for this struct was generated from the following file: