Skip to content

Commit

Permalink
Fix one more use of WindowCoveringFeature
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Mar 30, 2023
1 parent 1e63744 commit 0bd4a49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct AbsoluteLimits
uint16_t closed;
};

bool HasFeature(chip::EndpointId endpoint, Feature feature);
bool HasFeature(chip::EndpointId endpoint, WindowCoveringFeature feature);
bool HasFeaturePaLift(chip::EndpointId endpoint);
bool HasFeaturePaTilt(chip::EndpointId endpoint);

Expand Down

0 comments on commit 0bd4a49

Please sign in to comment.