Skip to content

Commit 10b77bb

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 3ad6107 commit 10b77bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Matter/src/MatterEndpoints/MatterWindowCovering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ bool MatterWindowCovering::attributeChangeCB(uint16_t endpoint_id, uint32_t clus
214214
log_d("Window Covering Current Lift Percentage is %d%%", (uint8_t)(currentLiftPercent100ths / 100));
215215
}
216216
}
217-
217+
218218
// Detect command type based on target value and call appropriate callbacks
219219
// Commands modify TargetPositionLiftPercent100ths:
220220
// - UpOrOpen: sets TargetPosition = 0 (WC_PERCENT100THS_MIN_OPEN)
@@ -244,7 +244,7 @@ bool MatterWindowCovering::attributeChangeCB(uint16_t endpoint_id, uint32_t clus
244244
ret &= _onStopCB();
245245
}
246246
}
247-
247+
248248
// Always call the generic onGoToLiftPercentage callback for compatibility
249249
// This handles all target position changes, including commands and direct attribute writes
250250
if (_onGoToLiftPercentageCB != NULL) {

0 commit comments

Comments
 (0)