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
With the move to #3464, EMBER_AF_PLUGIN_REPORTING is enabled globally (see #3608)
It should be enable only if needed.
Proposed Solution
One possible solution would be to fix the templates helper and add an hasReportableAttributes method that will conditionally include this macro in gen_config.zapt
One other possible solution would be for the gen_config.zapt #define to be part of a global header that is generated at built-time. It may also enable the ability to automatically include the right dependencies for building depending on the set of choosen cluster.
The text was updated successfully, but these errors were encountered:
I believe in practice in CHIP all attributes are reportable, and all nodes have attributes that can change (e.g. in Basic), so reporting is always needed...
Problem
With the move to #3464,
EMBER_AF_PLUGIN_REPORTING
is enabled globally (see #3608)It should be enable only if needed.
Proposed Solution
One possible solution would be to fix the templates helper and add an
hasReportableAttributes
method that will conditionally include this macro ingen_config.zapt
One other possible solution would be for the
gen_config.zapt
#define to be part of a global header that is generated at built-time. It may also enable the ability to automatically include the right dependencies for building depending on the set of choosen cluster.The text was updated successfully, but these errors were encountered: