SensESP 3.0.1
Universal Signal K sensor toolkit ESP32
|
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_ |
std::shared_ptr< BoolSKPutRequest > | put_request_ |
Friends | |
bool | operator< (const SyncPath &lhs, const SyncPath &rhs) |
Used to store configuration internally.
Definition at line 114 of file smart_switch_controller.h.
sensesp::SmartSwitchController::SyncPath::SyncPath | ( | ) |
Definition at line 51 of file smart_switch_controller.cpp.
sensesp::SmartSwitchController::SyncPath::SyncPath | ( | String | sk_sync_path | ) |
Definition at line 53 of file smart_switch_controller.cpp.
Definition at line 122 of file smart_switch_controller.h.
std::shared_ptr<BoolSKPutRequest> sensesp::SmartSwitchController::SyncPath::put_request_ |
Definition at line 117 of file smart_switch_controller.h.
String sensesp::SmartSwitchController::SyncPath::sk_sync_path_ |
Definition at line 116 of file smart_switch_controller.h.