MCPcopy Create free account
hub / github.com/Arduino-IRremote/Arduino-IRremote / printMenu

Method printMenu

src/ac_LG.hpp:69–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void Aircondition_LG::printMenu(Print *aSerial) {
70 aSerial->println();
71 aSerial->println();
72 aSerial->println(F("Type command and optional parameter without a separator"));
73 aSerial->println(F("0 Off"));
74 aSerial->println(F("1 On"));
75 aSerial->println(F("s Swing <0 or 1>"));
76 aSerial->println(F("a Auto clean <0 or 1>"));
77 aSerial->println(F("j Jet on"));
78 aSerial->println(F("e Energy saving <0 or 1>"));
79 aSerial->println(F("l Lights toggle"));
80 aSerial->println(F("f Fan speed <0 to 2 or 3 for cycle>"));
81 aSerial->println(F("t Temperature <18 to 30> degree"));
82 aSerial->println(F("+ Temperature + 1"));
83 aSerial->println(F("- Temperature - 1"));
84 aSerial->println(F("m <c(ool) or a(uto) or d(ehumidifying) or h(eating) or f(an) mode>"));
85 aSerial->println(F("S Sleep after <0 to 420> minutes"));
86 aSerial->println(F("T Timer on after <0 to 1439> minutes"));
87 aSerial->println(F("O Timer off after <0 to 1439> minutes"));
88 aSerial->println(F("C Clear all timer and sleep"));
89 aSerial->println(F("e.g. \"s1\" or \"t23\" or \"mc\" or \"O60\" or \"+\""));
90 aSerial->println(F("No plausibility check is made!"));
91 aSerial->println();
92}
93
94/*
95 * Send repeat

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected