Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e3576bb

Browse files
authoredFeb 19, 2025··
fix(matter): commentaries and messages related to the factory reset
1 parent 311a2d4 commit e3576bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎libraries/Matter/examples/MatterThermostat/MatterThermostat.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ void loop() {
234234
// Onboard User Button is kept pressed for longer than 5 seconds in order to decommission matter node
235235
uint32_t time_diff = millis() - button_time_stamp;
236236
if (button_state && time_diff > decommissioningTimeout) {
237-
Serial.println("Decommissioning the Light Matter Accessory. It shall be commissioned again.");
237+
Serial.println("Decommissioning Thremostat Matter Accessory. It shall be commissioned again.");
238238
Matter.decommission();
239239
button_time_stamp = millis(); // avoid running decommissining again, reboot takes a second or so
240240
}

0 commit comments

Comments
 (0)
Please sign in to comment.