Skip to content

Commit 390140c

Browse files
SuGliderCopilot
andauthored
fix(matter): typo
Co-authored-by: Copilot <[email protected]>
1 parent 132e752 commit 390140c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Matter/examples/MatterTemperatureControlledCabinetLevels/MatterTemperatureControlledCabinetLevels.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ void handleButtonPress() {
186186
if (button_state && time_diff > decommissioningTimeout) {
187187
Serial.println("Decommissioning Temperature Controlled Cabinet Matter Accessory. It shall be commissioned again.");
188188
Matter.decommission();
189-
button_time_stamp = millis(); // avoid running decommissining again, reboot takes a second or so
189+
button_time_stamp = millis(); // avoid running decommissioning again, reboot takes a second or so
190190
}
191191
}
192192

0 commit comments

Comments
 (0)