Skip to content

Commit 4fffeff

Browse files
authored
fix(matter): commentaries and messages related to the factory reset
1 parent b21b8f2 commit 4fffeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/Matter/examples/MatterFan/MatterFan.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ void loop() {
180180

181181
// Onboard User Button is kept pressed for longer than 5 seconds in order to decommission matter node
182182
if (button_state && time_diff > decommissioningTimeout) {
183-
Serial.println("Decommissioning the Generic Switch Matter Accessory. It shall be commissioned again.");
183+
Serial.println("Decommissioning Fan Matter Accessory. It shall be commissioned again.");
184184
Matter.decommission();
185185
button_time_stamp = millis(); // avoid running decommissining again, reboot takes a second or so
186186
}

0 commit comments

Comments
 (0)