Skip to content

Commit b21b8f2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

141141
// Onboard User Button is kept pressed for longer than 5 seconds in order to decommission matter node
142142
if (button_state && time_diff > decommissioningTimeout) {
143-
Serial.println("Decommissioning the Generic Switch Matter Accessory. It shall be commissioned again.");
143+
Serial.println("Decommissioning Contact Sensor Matter Accessory. It shall be commissioned again.");
144144
Matter.decommission();
145145
button_time_stamp = millis(); // avoid running decommissining again, reboot takes a second or so
146146
}

0 commit comments

Comments
 (0)