We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b21b8f2 commit 4fffeffCopy full SHA for 4fffeff
libraries/Matter/examples/MatterFan/MatterFan.ino
@@ -180,7 +180,7 @@ void loop() {
180
181
// Onboard User Button is kept pressed for longer than 5 seconds in order to decommission matter node
182
if (button_state && time_diff > decommissioningTimeout) {
183
- Serial.println("Decommissioning the Generic Switch Matter Accessory. It shall be commissioned again.");
+ Serial.println("Decommissioning Fan Matter Accessory. It shall be commissioned again.");
184
Matter.decommission();
185
button_time_stamp = millis(); // avoid running decommissining again, reboot takes a second or so
186
}
0 commit comments