Skip to content

Commit a6054c4

Browse files
SuGliderCopilot
andauthored
fix(matter): fix commentary
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b83cff7 commit a6054c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Matter/src/MatterEndpoints/MatterWindowCovering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ bool MatterWindowCovering::attributeChangeCB(uint16_t endpoint_id, uint32_t clus
205205
uint8_t targetLiftPercent = (uint8_t)(targetLiftPercent100ths / 100);
206206
log_d("Window Covering Target Lift Percentage changed to %d%%", targetLiftPercent);
207207
// Call callback to trigger movement - do NOT update currentLiftPercent here
208-
// CurrentPosition will be updated by the application when the device actually moves
208+
// `CurrentPosition` will be updated by the application when the device actually moves
209209
if (_onGoToLiftPercentageCB != NULL) {
210210
ret &= _onGoToLiftPercentageCB(targetLiftPercent);
211211
}

0 commit comments

Comments
 (0)