We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d3c4a commit 44af4b0Copy full SHA for 44af4b0
libraries/Matter/examples/MatterPressureSensor/MatterPressureSensor.ino
@@ -123,7 +123,7 @@ void loop() {
123
uint32_t time_diff = millis() - button_time_stamp;
124
if (button_state && time_diff > decommissioningTimeout) {
125
// Factory reset is triggered if the button is pressed longer than 5 seconds
126
- Serial.println("Decommissioning the Matter Accessory. It shall be commissioned again.");
+ Serial.println("Decommissioning Pressure Sensor Matter Accessory. It shall be commissioned again.");
127
Matter.decommission();
128
}
129
0 commit comments