Skip to content

Commit 4714c4e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void loop() {
122122
// Onboard User Button is kept pressed for longer than 5 seconds in order to decommission matter node
123123
uint32_t time_diff = millis() - button_time_stamp;
124124
if (button_state && time_diff > decommissioningTimeout) {
125-
Serial.println("Decommissioning the Light Matter Accessory. It shall be commissioned again.");
125+
Serial.println("Decommissioning Humidity Sensor Matter Accessory. It shall be commissioned again.");
126126
Matter.decommission();
127127
}
128128

0 commit comments

Comments
 (0)