circuitmatter.clusters.system_model.descriptor ============================================== .. py:module:: circuitmatter.clusters.system_model.descriptor Classes ------- .. autoapisummary:: circuitmatter.clusters.system_model.descriptor.DescriptorCluster Module Contents --------------- .. py:class:: DescriptorCluster Bases: :py:obj:`circuitmatter.data_model.Cluster` .. py:attribute:: CLUSTER_ID :value: 29 .. py:class:: DeviceTypeStruct Bases: :py:obj:`circuitmatter.tlv.Structure` .. py:attribute:: DeviceType .. py:attribute:: Revision .. py:method:: __str__() .. py:method:: encode() -> memoryview .. py:method:: encode_into(buffer: bytearray, offset: int = 0) -> int .. py:method:: decode(buffer: memoryview, offset=0) -> Structure :classmethod: .. py:method:: decode_member(control_octet, buffer, offset=0, depth=0) -> tuple[dict, int] :classmethod: .. py:method:: construct_containers() .. py:method:: from_value(value) :classmethod: .. py:attribute:: values .. py:method:: max_length() :classmethod: .. py:method:: set_value(tag, value) .. py:method:: delete_value(tag) .. py:attribute:: DeviceTypeList .. py:attribute:: ServerList .. py:attribute:: ClientList .. py:attribute:: PartsList .. py:attribute:: cluster_revision .. py:attribute:: feature_map .. py:attribute:: attribute_list .. py:attribute:: event_list .. py:attribute:: accepted_command_list .. py:attribute:: generated_command_list .. py:attribute:: data_version .. py:method:: __contains__(descriptor_id) .. py:method:: restore(nonvolatile) .. py:method:: get_attribute_data(session, path, subscription=None) -> list[circuitmatter.interaction_model.AttributeDataIB] .. py:method:: set_attribute(context, attribute_data) -> circuitmatter.interaction_model.AttributeStatusIB .. py:method:: invoke(session, path, fields) -> circuitmatter.interaction_model.CommandDataIB | circuitmatter.interaction_model.StatusCode | None