You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an application with mode select server and no on-off cluster. Try to build and it will fail since EMBER_AF_ON_OFF_CLUSTER_SERVER_ENDPOINT_COUNT is not defined.
Bug prevalence
Whenever I do this
GitHub hash of the SDK that was being used
Latest
Platform
darwin
Platform Version(s)
No response
Anything else?
I think the include of on-off-server.h should be gated, similar to what is done in emberAfModeSelectClusterServerInitCallback. I don't know if the same macro should be used, but the general idea is the same.
Dependency with On/Off is optional in the spec.
The text was updated successfully, but these errors were encountered:
Reproduction steps
Create an application with mode select server and no on-off cluster. Try to build and it will fail since EMBER_AF_ON_OFF_CLUSTER_SERVER_ENDPOINT_COUNT is not defined.
Bug prevalence
Whenever I do this
GitHub hash of the SDK that was being used
Latest
Platform
darwin
Platform Version(s)
No response
Anything else?
I think the include of on-off-server.h should be gated, similar to what is done in emberAfModeSelectClusterServerInitCallback. I don't know if the same macro should be used, but the general idea is the same.
Dependency with On/Off is optional in the spec.
The text was updated successfully, but these errors were encountered: