Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/protocol
createAttributeClient
Function createAttributeClient
create
Attribute
Client
<
T
>
(
attribute
,
name
,
endpointId
,
clusterId
,
interactionClient
,
present
?
)
:
AttributeClient
<
T
>
Factory function to create an AttributeClient for a given attribute.
Type Parameters
T
Parameters
attribute
:
Attribute
<
T
,
any
>
name
:
string
endpointId
:
EndpointNumber
clusterId
:
ClusterId
interactionClient
:
InteractionClient
present
:
boolean
= false
Returns
AttributeClient
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
matter.js-monorepo
Loading...
Factory function to create an AttributeClient for a given attribute.