IRremoteESP8266
Public Attributes | List of all members
GoodweatherProtocol Union Reference

Native representation of a Goodweather A/C message. More...

#include <ir_Goodweather.h>

Public Attributes

uint64_t raw
 The state of the IR remote in IR code form. More...
 
struct {
   uint8_t   __pad0__:8
 
   uint8_t   Light:1
 
   uint8_t   __pad1__:2
 
   uint8_t   Turbo:1
 
   uint8_t   __pad2__:0
 
   uint8_t   Command:4
 
   uint8_t   __pad3__:0
 
   uint8_t   Sleep:1
 
   uint8_t   Power:1
 
   uint8_t   Swing:2
 
   uint8_t   AirFlow:1
 
   uint8_t   Fan:2
 
   uint8_t   __pad4__:0
 
   uint8_t   Temp:4
 
   uint8_t   __pad5__:1
 
   uint8_t   Mode:3
 
   uint8_t   __pad6__:0
 
}; 
 

Detailed Description

Native representation of a Goodweather A/C message.

Member Data Documentation

◆ @51

struct { ... }

◆ __pad0__

uint8_t GoodweatherProtocol::__pad0__

◆ __pad1__

uint8_t GoodweatherProtocol::__pad1__

◆ __pad2__

uint8_t GoodweatherProtocol::__pad2__

◆ __pad3__

uint8_t GoodweatherProtocol::__pad3__

◆ __pad4__

uint8_t GoodweatherProtocol::__pad4__

◆ __pad5__

uint8_t GoodweatherProtocol::__pad5__

◆ __pad6__

uint8_t GoodweatherProtocol::__pad6__

◆ AirFlow

uint8_t GoodweatherProtocol::AirFlow

◆ Command

uint8_t GoodweatherProtocol::Command

◆ Fan

uint8_t GoodweatherProtocol::Fan

◆ Light

uint8_t GoodweatherProtocol::Light

◆ Mode

uint8_t GoodweatherProtocol::Mode

◆ Power

uint8_t GoodweatherProtocol::Power

◆ raw

uint64_t GoodweatherProtocol::raw

The state of the IR remote in IR code form.

◆ Sleep

uint8_t GoodweatherProtocol::Sleep

◆ Swing

uint8_t GoodweatherProtocol::Swing

◆ Temp

uint8_t GoodweatherProtocol::Temp

◆ Turbo

uint8_t GoodweatherProtocol::Turbo

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