• Preparing search index...
  • The search index is not available
matter.js-monorepo
  • matter.js-monorepo
  • @matter/protocol
  • createAttributeClient

Function createAttributeClient

  • createAttributeClient<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>

    • Defined in packages/protocol/src/cluster/client/AttributeClient.ts:16

Settings

Member Visibility
matter.js-monorepo
  • Loading...

Generated using TypeDoc