EnigmaIOT  0.9.8
Secure sensor and gateway platform based on ESP8266 and ESP32
Public Attributes | List of all members
smartSwitchControllerHw_t Struct Reference

#include <SmartSwitchController.h>

Public Attributes

int relayPin
 
bool relayStatus
 
uint8_t buttonPin
 
bool linked
 
bootRelayStatus_t bootStatus
 
int ON_STATE
 

Detailed Description

Definition at line 41 of file SmartSwitchController.h.

Member Data Documentation

◆ bootStatus

bootRelayStatus_t smartSwitchControllerHw_t::bootStatus

Definition at line 46 of file SmartSwitchController.h.

◆ buttonPin

uint8_t smartSwitchControllerHw_t::buttonPin

Definition at line 44 of file SmartSwitchController.h.

◆ linked

bool smartSwitchControllerHw_t::linked

Definition at line 45 of file SmartSwitchController.h.

◆ ON_STATE

int smartSwitchControllerHw_t::ON_STATE

Definition at line 47 of file SmartSwitchController.h.

◆ relayPin

int smartSwitchControllerHw_t::relayPin

Definition at line 42 of file SmartSwitchController.h.

◆ relayStatus

bool smartSwitchControllerHw_t::relayStatus

Definition at line 43 of file SmartSwitchController.h.


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