Native representation of a Goodweather A/C message.
More...
#include <ir_Goodweather.h>
|
| uint64_t | raw |
| | The state of the IR remote in IR code form.
|
| |
| struct { | |
| |
| uint8_t :8 | |
| |
| uint8_t Light:1 | |
| |
| uint8_t :2 | |
| |
| uint8_t Turbo:1 | |
| |
| uint8_t :0 | |
| |
| uint8_t Command:4 | |
| |
| uint8_t :0 | |
| |
| uint8_t Sleep:1 | |
| |
| uint8_t Power:1 | |
| |
| uint8_t Swing:2 | |
| |
| uint8_t AirFlow:1 | |
| |
| uint8_t Fan:2 | |
| |
| uint8_t :0 | |
| |
| uint8_t Temp:4 | |
| |
| uint8_t :1 | |
| |
| uint8_t Mode:3 | |
| |
| uint8_t :0 | |
| |
| }; | | |
| |
Native representation of a Goodweather A/C message.
◆ [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: