IRremoteESP8266
|
Native representation of a Gree A/C message. More...
#include <ir_Gree.h>
Public Attributes | |
uint8_t | remote_state [kGreeStateLength] |
The state in native IR code form. More... | |
struct { | |
uint8_t Mode:3 | |
uint8_t Power:1 | |
uint8_t Fan:2 | |
uint8_t SwingAuto:1 | |
uint8_t Sleep:1 | |
uint8_t Temp:4 | |
uint8_t TimerHalfHr:1 | |
uint8_t TimerTensHr:2 | |
uint8_t TimerEnabled:1 | |
uint8_t TimerHours:4 | |
uint8_t Turbo:1 | |
uint8_t Light:1 | |
uint8_t ModelA:1 | |
uint8_t Xfan:1 | |
uint8_t __pad0__:2 | |
uint8_t TempExtraDegreeF:1 | |
uint8_t UseFahrenheit:1 | |
uint8_t unknown1:4 | |
uint8_t SwingV:4 | |
uint8_t SwingH:3 | |
uint8_t __pad1__:1 | |
uint8_t DisplayTemp:2 | |
uint8_t IFeel:1 | |
uint8_t unknown2:3 | |
uint8_t WiFi:1 | |
uint8_t __pad2__:1 | |
uint8_t __pad3__:8 | |
uint8_t __pad4__:2 | |
uint8_t Econo:1 | |
uint8_t __pad5__:1 | |
uint8_t Sum:4 | |
}; | |
Native representation of a Gree A/C message.
struct { ... } |
uint8_t GreeProtocol::__pad0__ |
uint8_t GreeProtocol::__pad1__ |
uint8_t GreeProtocol::__pad2__ |
uint8_t GreeProtocol::__pad3__ |
uint8_t GreeProtocol::__pad4__ |
uint8_t GreeProtocol::__pad5__ |
uint8_t GreeProtocol::DisplayTemp |
uint8_t GreeProtocol::Econo |
uint8_t GreeProtocol::Fan |
uint8_t GreeProtocol::IFeel |
uint8_t GreeProtocol::Light |
uint8_t GreeProtocol::Mode |
uint8_t GreeProtocol::ModelA |
uint8_t GreeProtocol::Power |
uint8_t GreeProtocol::remote_state[kGreeStateLength] |
The state in native IR code form.
uint8_t GreeProtocol::Sleep |
uint8_t GreeProtocol::Sum |
uint8_t GreeProtocol::SwingAuto |
uint8_t GreeProtocol::SwingH |
uint8_t GreeProtocol::SwingV |
uint8_t GreeProtocol::Temp |
uint8_t GreeProtocol::TempExtraDegreeF |
uint8_t GreeProtocol::TimerEnabled |
uint8_t GreeProtocol::TimerHalfHr |
uint8_t GreeProtocol::TimerHours |
uint8_t GreeProtocol::TimerTensHr |
uint8_t GreeProtocol::Turbo |
uint8_t GreeProtocol::unknown1 |
uint8_t GreeProtocol::unknown2 |
uint8_t GreeProtocol::UseFahrenheit |
uint8_t GreeProtocol::WiFi |
uint8_t GreeProtocol::Xfan |