8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3576bb commit 239587fCopy full SHA for 239587f
libraries/Matter/examples/MatterThermostat/MatterThermostat.ino
@@ -234,7 +234,7 @@ void loop() {
234
// Onboard User Button is kept pressed for longer than 5 seconds in order to decommission matter node
235
uint32_t time_diff = millis() - button_time_stamp;
236
if (button_state && time_diff > decommissioningTimeout) {
237
- Serial.println("Decommissioning Thremostat Matter Accessory. It shall be commissioned again.");
+ Serial.println("Decommissioning Thermostat Matter Accessory. It shall be commissioned again.");
238
Matter.decommission();
239
button_time_stamp = millis(); // avoid running decommissining again, reboot takes a second or so
240
}
0 commit comments