Skip to content

Commit e8d315f

Browse files
authored
fix(matter): commentaries and old work
1 parent 66193fc commit e8d315f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: libraries/Matter/src/MatterEndpoints/MatterFan.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ class MatterFan : public MatterEndPoint {
8686
return currentFanMode;
8787
}
8888
// used to update the state of the Fan using the current Matter Fan internal state
89-
// It is necessary to set a user callback function using onChange() to handle the physical light state
89+
// It is necessary to set a user callback function using onChange() to handle the physical Fan motor state
90+
9091
void updateAccessory() {
9192
if (_onChangeCB != NULL) {
9293
_onChangeCB(currentFanMode, currentPercent);

0 commit comments

Comments
 (0)