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 9a0f1bd commit 962f870Copy full SHA for 962f870
libraries/Matter/examples/MatterHumiditySensor/MatterHumiditySensor.ino
@@ -122,7 +122,6 @@ void loop() {
122
// Onboard User Button is kept pressed for longer than 5 seconds in order to decommission matter node
123
uint32_t time_diff = millis() - button_time_stamp;
124
if (button_state && time_diff > decommissioningTimeout) {
125
- // Factory reset is triggered if the button is pressed longer than 10 seconds
126
Serial.println("Decommissioning the Light Matter Accessory. It shall be commissioned again.");
127
Matter.decommission();
128
}
0 commit comments