ESPHome  2024.4.2
Public Member Functions | Data Fields
esphome::remote_base::DooyaData Struct Reference

#include <dooya_protocol.h>

Public Member Functions

bool operator== (const DooyaData &rhs) const
 

Data Fields

uint32_t id
 
uint8_t channel
 
uint8_t button
 
uint8_t check
 

Detailed Description

Definition at line 11 of file dooya_protocol.h.

Member Function Documentation

◆ operator==()

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

Definition at line 17 of file dooya_protocol.h.

Field Documentation

◆ button

uint8_t esphome::remote_base::DooyaData::button

Definition at line 14 of file dooya_protocol.h.

◆ channel

uint8_t esphome::remote_base::DooyaData::channel

Definition at line 13 of file dooya_protocol.h.

◆ check

uint8_t esphome::remote_base::DooyaData::check

Definition at line 15 of file dooya_protocol.h.

◆ id

uint32_t esphome::remote_base::DooyaData::id

Definition at line 12 of file dooya_protocol.h.


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