Home IO Control
ESPHome add-on for IO-Homecontrol devices
Loading...
Searching...
No Matches
esphome::home_io_control::advisor::PairingAdvice Struct Reference

One piece of advice, with the node/RSSI it pertains to (if any). More...

#include <pairing_advisor.h>

Collaboration diagram for esphome::home_io_control::advisor::PairingAdvice:

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.

Detailed Description

One piece of advice, with the node/RSSI it pertains to (if any).

Definition at line 36 of file pairing_advisor.h.

Member Data Documentation

◆ code

PairingAdviceCode esphome::home_io_control::advisor::PairingAdvice::code {PairingAdviceCode::NONE}

Definition at line 37 of file pairing_advisor.h.

◆ rssi

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.

◆ subject_node

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.


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