Skip to content

Commit 59bc50c

Browse files
SuGliderCopilot
andauthored
fix(matter): typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 390140c commit 59bc50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Matter/examples/MatterTemperatureControlledCabinet/MatterTemperatureControlledCabinet.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ void handleButtonPress() {
162162
if (button_state && time_diff > decommissioningTimeout) {
163163
Serial.println("Decommissioning Temperature Controlled Cabinet Matter Accessory. It shall be commissioned again.");
164164
Matter.decommission();
165-
button_time_stamp = millis(); // avoid running decommissining again, reboot takes a second or so
165+
button_time_stamp = millis(); // avoid running decommissioning again, reboot takes a second or so
166166
}
167167
}
168168

0 commit comments

Comments
 (0)