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
DiscoveredSensorSnapshot Struct Reference

Diagnostic data for one discovered OneWire sensor. More...

#include <sensor_manager.h>

Public Attributes

bool present
 True when this entry contains a discovered device.
 
bool assigned
 True when this device is assigned to a tracked sensor.
 
bool externallyPowered
 True when the device reports external power.
 
uint8_t romCode [8]
 OneWire ROM code for the discovered device.
 

Detailed Description

Diagnostic data for one discovered OneWire sensor.

Discovered sensors are retained even when they are not assigned to a tracked role. This helps identify swapped probes or unexpected devices on the bus.


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