|
Home IO Control
ESPHome add-on for IO-Homecontrol devices
|
One piece of advice, with the node/RSSI it pertains to (if any). More...
#include <pairing_advisor.h>
Public Attributes | |
| PairingAdviceCode | code {PairingAdviceCode::NONE} |
| uint8_t | subject_node [NODE_ID_SIZE] {} |
| Node the advice is about; zero if not applicable. | |
| int16_t | rssi {0} |
| RSSI associated with the observation; zero if not applicable. | |
One piece of advice, with the node/RSSI it pertains to (if any).
Definition at line 36 of file pairing_advisor.h.
| PairingAdviceCode esphome::home_io_control::advisor::PairingAdvice::code {PairingAdviceCode::NONE} |
Definition at line 37 of file pairing_advisor.h.
| int16_t esphome::home_io_control::advisor::PairingAdvice::rssi {0} |
RSSI associated with the observation; zero if not applicable.
Definition at line 39 of file pairing_advisor.h.
| uint8_t esphome::home_io_control::advisor::PairingAdvice::subject_node[NODE_ID_SIZE] {} |
Node the advice is about; zero if not applicable.
Definition at line 38 of file pairing_advisor.h.