IRremoteESP8266
|
Native representation of a Midea A/C message. More...
#include <ir_Midea.h>
Public Attributes | |
uint64_t | remote_state |
The state in native IR code form. More... | |
struct { | |
uint8_t Sum | |
uint8_t SensorTemp:7 | |
Degrees or OnTimer. More... | |
uint8_t disableSensor:1 | |
uint8_t __pad0__:1 | |
uint8_t OffTimer:6 | |
Nr of Half hours. Off is 0b111111. More... | |
uint8_t BeepDisable:1 | |
0 = no beep in follow me messages, 1 = beep. More... | |
uint8_t Temp:5 | |
uint8_t useFahrenheit:1 | |
uint8_t __pad1__:0 | |
uint8_t Mode:3 | |
uint8_t Fan:2 | |
uint8_t __pad2__:1 | |
uint8_t Sleep:1 | |
uint8_t Power:1 | |
uint8_t Type:3 | |
Normal, Special, or FollowMe message type. More... | |
uint8_t Header:5 | |
Typically 0b10100. More... | |
}; | |
Native representation of a Midea A/C message.
struct { ... } |
uint8_t MideaProtocol::__pad0__ |
uint8_t MideaProtocol::__pad1__ |
uint8_t MideaProtocol::__pad2__ |
uint8_t MideaProtocol::BeepDisable |
0 = no beep in follow me messages, 1 = beep.
uint8_t MideaProtocol::disableSensor |
uint8_t MideaProtocol::Fan |
uint8_t MideaProtocol::Header |
Typically 0b10100.
uint8_t MideaProtocol::Mode |
uint8_t MideaProtocol::OffTimer |
Nr of Half hours. Off is 0b111111.
uint8_t MideaProtocol::Power |
uint64_t MideaProtocol::remote_state |
The state in native IR code form.
uint8_t MideaProtocol::SensorTemp |
Degrees or OnTimer.
uint8_t MideaProtocol::Sleep |
uint8_t MideaProtocol::Sum |
uint8_t MideaProtocol::Temp |
uint8_t MideaProtocol::Type |
Normal, Special, or FollowMe message type.
uint8_t MideaProtocol::useFahrenheit |