Replies: 1 comment
-
Some systems (e.g. HomeAssistant & Google Home) require an Here is an example in code: IRremoteESP8266/src/ir_Kelvinator.cpp Lines 256 to 276 in 00b27cc Ditto here: IRremoteESP8266/src/ir_Kelvinator.cpp Lines 400 to 411 in 00b27cc Setting a See some code with how I try to deal with it in the examples: IRremoteESP8266/examples/IRMQTTServer/IRMQTTServer.ino Lines 3074 to 3086 in 00b27cc And also read: IRremoteESP8266/examples/IRMQTTServer/IRMQTTServer.h Lines 138 to 152 in 00b27cc |
Beta Was this translation helpful? Give feedback.
-
Hello,
What is the difference between:
st.mode = stdAc::opmode_t::kOff and st.power = false ?
Beta Was this translation helpful? Give feedback.
All reactions