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

Last-result summary for MQTT remote configuration commands. More...

#include <mqtt_telemetry.h>

Public Attributes

bool lastCommandSeen
 True once at least one remote command was processed.
 
bool lastCommandAccepted
 True when the last command was accepted.
 
uint32_t acceptedCount
 Total accepted remote commands since boot.
 
uint32_t rejectedCount
 Total rejected remote commands since boot.
 
char lastKey [32]
 Key name of the last processed command.
 
char lastDetail [96]
 Short apply/reject detail for the last command.
 

Detailed Description

Last-result summary for MQTT remote configuration commands.


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