LSH-Core
A robust C++ framework for Arduino-based home automation nodes
Loading...
Searching...
No Matches
Deserializer::DispatchResult Struct Reference

Represents the result of a dispatch operation. More...

#include <deserializer.hpp>

Collaboration diagram for Deserializer::DispatchResult:
Collaboration graph

Public Attributes

bool stateChanged = false
 True if the device state was changed by the command.
 
bool networkClickHandled = false
 True if a network click was confirmed or handled.
 

Detailed Description

Represents the result of a dispatch operation.

Contains flags indicating the outcome of a command dispatched from the ESP bridge.


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