Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[occupancy-sensing] Follow up improvements for Occupancy Sensing Cluster updates for Matter 1.4 #34658

Merged
merged 10 commits into from
Aug 8, 2024
Prev Previous commit
Next Next commit
Add an error print in occupancy-sensing-stub.cpp
Signed-off-by: Oliver Fan <oliver.fan@nxp.com>
  • Loading branch information
OliverFan1 committed Aug 1, 2024
commit ff9272d210a1b5a531d69bd44027a8ce6af01f05
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@ void emberAfOccupancySensingClusterInitCallback(EndpointId endpointId)
}
else
{
jadhavrohit924 marked this conversation as resolved.
Show resolved Hide resolved
ChipLogError(AppServer, "Error: invalid/unexpected OccupancySensing Cluster endpoint index.");
}
}
Loading