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
'chip_cluster_command_arguments_with_structs_expanded has been deprecated. Use if_is_struct and zcl_struct_items_by_struct_name to expand the structs.'
'chip_server_cluster_attributes has been deprecated. Use \
781
801
enabled_attributes_for_cluster_and_side and \
782
-
zcl_attributes_server to get enabled and all server attributes respectively'
802
+
zcl_attributes_server to get enabled and all server attributes respectively.'
803
+
);
804
+
exports.chip_server_cluster_events=dep(
805
+
chip_server_cluster_events,
806
+
'chip_server_cluster_events has been deprecated. Use zcl_events.'
807
+
);
808
+
exports.chip_server_has_list_attributes=dep(
809
+
chip_server_has_list_attributes,
810
+
'chip_server_has_list_attributes has been deprecated. Use isArray option to fiter array type attributes and use first/last blocks for one time checks.'
'chip_server_has_reportable_attributes has been deprecated. Use isReportableAttribute option to fiter reportable attributes and use first/last blocks for one time checks.'
815
+
);
816
+
exports.chip_available_cluster_commands=dep(
817
+
chip_available_cluster_commands,
818
+
'chip_available_cluster_commands has been deprecated. Use zcl_commands or all_user_cluster_generated_commands.'
819
+
);
820
+
exports.chip_endpoints=dep(
821
+
chip_endpoints,
822
+
'chip_endpoints has been deprecated. Use user_endpoints.'
823
+
);
824
+
exports.chip_endpoint_clusters=dep(
825
+
chip_endpoint_clusters,
826
+
'chip_endpoint_clusters has been deprecated. Use user_clusters or all_user_clusters.'
0 commit comments