| 247 | } |
| 248 | |
| 249 | void Aircondition_LG::sendIRCommand(uint16_t aCommand) { |
| 250 | |
| 251 | INFO(F("Send code=0x")); |
| 252 | INFO_PRINT(aCommand, HEX); |
| 253 | INFO_PRINT(F(" | 0b")); |
| 254 | INFO_PRINTLN(aCommand, BIN); |
| 255 | |
| 256 | |
| 257 | IrSender.sendLG((uint8_t) LG_ADDRESS, aCommand, 0); |
| 258 | } |
| 259 | |
| 260 | /* |
| 261 | * Takes values from static variables |