Skip to content

Commit a9d3c4a

Browse files
authored
fix(matter): commentaries and messages related to the factory reset
1 parent b31e214 commit a9d3c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ void loop() {
116116
// Onboard User Button is kept pressed for longer than 5 seconds in order to decommission matter node
117117
uint32_t time_diff = millis() - button_time_stamp;
118118
if (button_state && time_diff > decommissioningTimeout) {
119-
Serial.println("Decommissioning the Generic Switch Matter Accessory. It shall be commissioned again.");
119+
Serial.println("Decommissioning Occupancy Sensor Matter Accessory. It shall be commissioned again.");
120120
Matter.decommission();
121121
button_time_stamp = millis(); // avoid running decommissining again, reboot takes a second or so
122122
}

0 commit comments

Comments
 (0)