ESPHome  2024.3.1
Public Member Functions | Data Fields
esphome::remote_base::NexaData Struct Reference

#include <nexa_protocol.h>

Public Member Functions

bool operator== (const NexaData &rhs) const
 

Data Fields

uint32_t device
 
uint8_t group
 
uint8_t state
 
uint8_t channel
 
uint8_t level
 

Detailed Description

Definition at line 10 of file nexa_protocol.h.

Member Function Documentation

◆ operator==()

bool esphome::remote_base::NexaData::operator== ( const NexaData rhs) const
inline

Definition at line 16 of file nexa_protocol.h.

Field Documentation

◆ channel

uint8_t esphome::remote_base::NexaData::channel

Definition at line 14 of file nexa_protocol.h.

◆ device

uint32_t esphome::remote_base::NexaData::device

Definition at line 11 of file nexa_protocol.h.

◆ group

uint8_t esphome::remote_base::NexaData::group

Definition at line 12 of file nexa_protocol.h.

◆ level

uint8_t esphome::remote_base::NexaData::level

Definition at line 15 of file nexa_protocol.h.

◆ state

uint8_t esphome::remote_base::NexaData::state

Definition at line 13 of file nexa_protocol.h.


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