Skip to content

Commit b31e214

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ void loop() {
128128
// Onboard User Button is kept pressed for longer than 5 seconds in order to decommission matter node
129129
uint32_t time_diff = millis() - button_time_stamp;
130130
if (button_state && time_diff > decommissioningTimeout) {
131-
Serial.println("Decommissioning the Light Matter Accessory. It shall be commissioned again.");
131+
Serial.println("Decommissioning the Composed Light Matter Accessory. It shall be commissioned again.");
132132
Matter.decommission();
133133
button_time_stamp = millis(); // avoid running decommissining again, reboot takes a second or so
134134
}

0 commit comments

Comments
 (0)