Global

Type Definitions

DiscoverAttributeExtendedResponse

DiscoverAttributeExtendedResponse

Type

  • object

Properties

Name Type Description
id
number

Attribute id

dataTypeId
number

ZCLDataType id

acl
Array.<string>

Can hold values "readable"/"writable"/"reportable"

DiscoverAttributeResponse

DiscoverAttributeResponse

Type

  • object

Properties

Name Type Description
id
number

Attribute id

dataTypeId
number

ZCLDataType id

DiscoverAttributesExtendedResponse

DiscoverAttributesExtendedResponse

Type

  • object

Properties

Name Type Description
lastResponse
boolean
attributes
Array.<DiscoverAttributeExtendedResponse>

DiscoverAttributesResponse

DiscoverAttributesResponse

Type

  • object

Properties

Name Type Description
lastResponse
boolean
attributes
Array.<DiscoverAttributeResponse>

ReadReportingConfiguration

ReadReportingConfiguration

Type

  • object

Properties

Name Type Description
status
ZCLDataTypes.enum8Status
direction
'reported' | 'received'
attributeId
number
attributeDataType
ZCLDataType.id <optional>
minInterval
number <optional>
maxInterval
number <optional>
minChange
number <optional>
timeoutPeriod
number <optional>