EnigmaIOT
0.9.8
Secure sensor and gateway platform based on ESP8266 and ESP32
|
#include <SmartSwitchController.h>
Public Attributes | |
int | relayPin |
bool | relayStatus |
uint8_t | buttonPin |
bool | linked |
bootRelayStatus_t | bootStatus |
int | ON_STATE |
Definition at line 41 of file SmartSwitchController.h.
bootRelayStatus_t smartSwitchControllerHw_t::bootStatus |
Definition at line 46 of file SmartSwitchController.h.
uint8_t smartSwitchControllerHw_t::buttonPin |
Definition at line 44 of file SmartSwitchController.h.
bool smartSwitchControllerHw_t::linked |
Definition at line 45 of file SmartSwitchController.h.
int smartSwitchControllerHw_t::ON_STATE |
Definition at line 47 of file SmartSwitchController.h.
int smartSwitchControllerHw_t::relayPin |
Definition at line 42 of file SmartSwitchController.h.
bool smartSwitchControllerHw_t::relayStatus |
Definition at line 43 of file SmartSwitchController.h.