IRremoteESP8266
|
Structure to hold a common A/C state. More...
#include <IRsend.h>
Public Attributes | |
decode_type_t | protocol = decode_type_t::UNKNOWN |
int16_t | model = -1 |
bool | power = false |
stdAc::opmode_t | mode = stdAc::opmode_t::kOff |
float | degrees = 25 |
bool | celsius = true |
stdAc::fanspeed_t | fanspeed = stdAc::fanspeed_t::kAuto |
stdAc::swingv_t | swingv = stdAc::swingv_t::kOff |
stdAc::swingh_t | swingh = stdAc::swingh_t::kOff |
bool | quiet = false |
bool | turbo = false |
bool | econo = false |
bool | light = false |
bool | filter = false |
bool | clean = false |
bool | beep = false |
int16_t | sleep = -1 |
int16_t | clock = -1 |
stdAc::ac_command_t | command = stdAc::ac_command_t::kControlCommand |
bool | iFeel = false |
float | sensorTemperature = kNoTempValue |
Structure to hold a common A/C state.
bool stdAc::state_t::beep = false |
bool stdAc::state_t::celsius = true |
bool stdAc::state_t::clean = false |
int16_t stdAc::state_t::clock = -1 |
stdAc::ac_command_t stdAc::state_t::command = stdAc::ac_command_t::kControlCommand |
float stdAc::state_t::degrees = 25 |
bool stdAc::state_t::econo = false |
stdAc::fanspeed_t stdAc::state_t::fanspeed = stdAc::fanspeed_t::kAuto |
bool stdAc::state_t::filter = false |
bool stdAc::state_t::iFeel = false |
bool stdAc::state_t::light = false |
stdAc::opmode_t stdAc::state_t::mode = stdAc::opmode_t::kOff |
int16_t stdAc::state_t::model = -1 |
bool stdAc::state_t::power = false |
decode_type_t stdAc::state_t::protocol = decode_type_t::UNKNOWN |
bool stdAc::state_t::quiet = false |
float stdAc::state_t::sensorTemperature = kNoTempValue |
int16_t stdAc::state_t::sleep = -1 |
stdAc::swingh_t stdAc::state_t::swingh = stdAc::swingh_t::kOff |
stdAc::swingv_t stdAc::state_t::swingv = stdAc::swingv_t::kOff |
bool stdAc::state_t::turbo = false |