SensESP 2.7.2
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
sensesp::SmartSwitchController::SyncPath Class Reference

Used to store configuration internally. More...

#include <sensesp/controllers/smart_switch_controller.h>

Public Member Functions

 SyncPath ()
 
 SyncPath (String sk_sync_path)
 

Public Attributes

String sk_sync_path
 
BoolSKPutRequestput_request
 

Friends

bool operator< (const SyncPath &lhs, const SyncPath &rhs)
 

Detailed Description

Used to store configuration internally.

Definition at line 76 of file smart_switch_controller.h.

Constructor & Destructor Documentation

◆ SyncPath() [1/2]

sensesp::SmartSwitchController::SyncPath::SyncPath ( )

Definition at line 105 of file smart_switch_controller.cpp.

◆ SyncPath() [2/2]

sensesp::SmartSwitchController::SyncPath::SyncPath ( String  sk_sync_path)

Definition at line 107 of file smart_switch_controller.cpp.

Friends And Related Symbol Documentation

◆ operator<

bool operator< ( const SyncPath lhs,
const SyncPath rhs 
)
friend

Definition at line 84 of file smart_switch_controller.h.

Member Data Documentation

◆ put_request

BoolSKPutRequest* sensesp::SmartSwitchController::SyncPath::put_request

Definition at line 79 of file smart_switch_controller.h.

◆ sk_sync_path

String sensesp::SmartSwitchController::SyncPath::sk_sync_path

Definition at line 78 of file smart_switch_controller.h.


The documentation for this class was generated from the following files: