Added Whynter A/C remote protocol

Tested with Whynter ARC-110WD
This commit is contained in:
Francesco Meschia
2015-02-06 21:29:56 -08:00
parent a881523044
commit 0fce321c94
4 changed files with 108 additions and 6 deletions

View File

@@ -55,6 +55,9 @@ void dump(decode_results *results) {
else if (results->decode_type == JVC) {
Serial.print("Decoded JVC: ");
}
else if (results->decode_type == WHYNTER) {
Serial.print("Decoded Whynter: ");
}
Serial.print(results->value, HEX);
Serial.print(" (");
Serial.print(results->bits, DEC);