@matter/types 0.11.0-alpha.0-20241005-e3e4e4a7a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/README.md +13 -0
- package/dist/cjs/cluster/Cluster.d.ts +250 -0
- package/dist/cjs/cluster/Cluster.d.ts.map +1 -0
- package/dist/cjs/cluster/Cluster.js +607 -0
- package/dist/cjs/cluster/Cluster.js.map +6 -0
- package/dist/cjs/cluster/ClusterHelper.d.ts +30 -0
- package/dist/cjs/cluster/ClusterHelper.d.ts.map +1 -0
- package/dist/cjs/cluster/ClusterHelper.js +178 -0
- package/dist/cjs/cluster/ClusterHelper.js.map +6 -0
- package/dist/cjs/cluster/ClusterRegistry.d.ts +23 -0
- package/dist/cjs/cluster/ClusterRegistry.d.ts.map +1 -0
- package/dist/cjs/cluster/ClusterRegistry.js +47 -0
- package/dist/cjs/cluster/ClusterRegistry.js.map +6 -0
- package/dist/cjs/cluster/ClusterType.d.ts +227 -0
- package/dist/cjs/cluster/ClusterType.d.ts.map +1 -0
- package/dist/cjs/cluster/ClusterType.js +64 -0
- package/dist/cjs/cluster/ClusterType.js.map +6 -0
- package/dist/cjs/cluster/index.d.ts +12 -0
- package/dist/cjs/cluster/index.d.ts.map +1 -0
- package/dist/cjs/cluster/index.js +29 -0
- package/dist/cjs/cluster/index.js.map +6 -0
- package/dist/cjs/cluster/mutation/ClusterComposer.d.ts +115 -0
- package/dist/cjs/cluster/mutation/ClusterComposer.d.ts.map +1 -0
- package/dist/cjs/cluster/mutation/ClusterComposer.js +151 -0
- package/dist/cjs/cluster/mutation/ClusterComposer.js.map +6 -0
- package/dist/cjs/cluster/mutation/ElementModifier.d.ts +124 -0
- package/dist/cjs/cluster/mutation/ElementModifier.d.ts.map +1 -0
- package/dist/cjs/cluster/mutation/ElementModifier.js +100 -0
- package/dist/cjs/cluster/mutation/ElementModifier.js.map +6 -0
- package/dist/cjs/cluster/mutation/MutableCluster.d.ts +75 -0
- package/dist/cjs/cluster/mutation/MutableCluster.d.ts.map +1 -0
- package/dist/cjs/cluster/mutation/MutableCluster.js +83 -0
- package/dist/cjs/cluster/mutation/MutableCluster.js.map +6 -0
- package/dist/cjs/cluster/mutation/index.d.ts +9 -0
- package/dist/cjs/cluster/mutation/index.d.ts.map +1 -0
- package/dist/cjs/cluster/mutation/index.js +26 -0
- package/dist/cjs/cluster/mutation/index.js.map +6 -0
- package/dist/cjs/clusters/access-control.d.ts +850 -0
- package/dist/cjs/clusters/access-control.d.ts.map +1 -0
- package/dist/cjs/clusters/access-control.js +372 -0
- package/dist/cjs/clusters/access-control.js.map +6 -0
- package/dist/cjs/clusters/account-login.d.ts +359 -0
- package/dist/cjs/clusters/account-login.d.ts.map +1 -0
- package/dist/cjs/clusters/account-login.js +245 -0
- package/dist/cjs/clusters/account-login.js.map +6 -0
- package/dist/cjs/clusters/actions.d.ts +1170 -0
- package/dist/cjs/clusters/actions.d.ts.map +1 -0
- package/dist/cjs/clusters/actions.js +556 -0
- package/dist/cjs/clusters/actions.js.map +6 -0
- package/dist/cjs/clusters/activated-carbon-filter-monitoring.d.ts +162 -0
- package/dist/cjs/clusters/activated-carbon-filter-monitoring.d.ts.map +1 -0
- package/dist/cjs/clusters/activated-carbon-filter-monitoring.js +47 -0
- package/dist/cjs/clusters/activated-carbon-filter-monitoring.js.map +6 -0
- package/dist/cjs/clusters/administrator-commissioning.d.ts +885 -0
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -0
- package/dist/cjs/clusters/administrator-commissioning.js +315 -0
- package/dist/cjs/clusters/administrator-commissioning.js.map +6 -0
- package/dist/cjs/clusters/air-quality.d.ts +189 -0
- package/dist/cjs/clusters/air-quality.d.ts.map +1 -0
- package/dist/cjs/clusters/air-quality.js +104 -0
- package/dist/cjs/clusters/air-quality.js.map +6 -0
- package/dist/cjs/clusters/alarm-base.d.ts +451 -0
- package/dist/cjs/clusters/alarm-base.d.ts.map +1 -0
- package/dist/cjs/clusters/alarm-base.js +200 -0
- package/dist/cjs/clusters/alarm-base.js.map +6 -0
- package/dist/cjs/clusters/application-basic.d.ts +169 -0
- package/dist/cjs/clusters/application-basic.d.ts.map +1 -0
- package/dist/cjs/clusters/application-basic.js +140 -0
- package/dist/cjs/clusters/application-basic.js.map +6 -0
- package/dist/cjs/clusters/application-launcher.d.ts +1084 -0
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -0
- package/dist/cjs/clusters/application-launcher.js +250 -0
- package/dist/cjs/clusters/application-launcher.js.map +6 -0
- package/dist/cjs/clusters/audio-output.d.ts +439 -0
- package/dist/cjs/clusters/audio-output.d.ts.map +1 -0
- package/dist/cjs/clusters/audio-output.js +163 -0
- package/dist/cjs/clusters/audio-output.js.map +6 -0
- package/dist/cjs/clusters/ballast-configuration.d.ts +248 -0
- package/dist/cjs/clusters/ballast-configuration.d.ts.map +1 -0
- package/dist/cjs/clusters/ballast-configuration.js +256 -0
- package/dist/cjs/clusters/ballast-configuration.js.map +6 -0
- package/dist/cjs/clusters/basic-information.d.ts +628 -0
- package/dist/cjs/clusters/basic-information.d.ts.map +1 -0
- package/dist/cjs/clusters/basic-information.js +458 -0
- package/dist/cjs/clusters/basic-information.js.map +6 -0
- package/dist/cjs/clusters/binding.d.ts +136 -0
- package/dist/cjs/clusters/binding.d.ts.map +1 -0
- package/dist/cjs/clusters/binding.js +96 -0
- package/dist/cjs/clusters/binding.js.map +6 -0
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +1737 -0
- package/dist/cjs/clusters/boolean-state-configuration.d.ts.map +1 -0
- package/dist/cjs/clusters/boolean-state-configuration.js +361 -0
- package/dist/cjs/clusters/boolean-state-configuration.js.map +6 -0
- package/dist/cjs/clusters/boolean-state.d.ts +79 -0
- package/dist/cjs/clusters/boolean-state.d.ts.map +1 -0
- package/dist/cjs/clusters/boolean-state.js +75 -0
- package/dist/cjs/clusters/boolean-state.js.map +6 -0
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +159 -0
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts.map +1 -0
- package/dist/cjs/clusters/bridged-device-basic-information.js +155 -0
- package/dist/cjs/clusters/bridged-device-basic-information.js.map +6 -0
- package/dist/cjs/clusters/carbon-dioxide-concentration-measurement.d.ts +310 -0
- package/dist/cjs/clusters/carbon-dioxide-concentration-measurement.d.ts.map +1 -0
- package/dist/cjs/clusters/carbon-dioxide-concentration-measurement.js +51 -0
- package/dist/cjs/clusters/carbon-dioxide-concentration-measurement.js.map +6 -0
- package/dist/cjs/clusters/carbon-monoxide-concentration-measurement.d.ts +310 -0
- package/dist/cjs/clusters/carbon-monoxide-concentration-measurement.d.ts.map +1 -0
- package/dist/cjs/clusters/carbon-monoxide-concentration-measurement.js +51 -0
- package/dist/cjs/clusters/carbon-monoxide-concentration-measurement.js.map +6 -0
- package/dist/cjs/clusters/channel.d.ts +4764 -0
- package/dist/cjs/clusters/channel.d.ts.map +1 -0
- package/dist/cjs/clusters/channel.js +737 -0
- package/dist/cjs/clusters/channel.js.map +6 -0
- package/dist/cjs/clusters/color-control.d.ts +5084 -0
- package/dist/cjs/clusters/color-control.d.ts.map +1 -0
- package/dist/cjs/clusters/color-control.js +1392 -0
- package/dist/cjs/clusters/color-control.js.map +6 -0
- package/dist/cjs/clusters/concentration-measurement.d.ts +566 -0
- package/dist/cjs/clusters/concentration-measurement.d.ts.map +1 -0
- package/dist/cjs/clusters/concentration-measurement.js +275 -0
- package/dist/cjs/clusters/concentration-measurement.js.map +6 -0
- package/dist/cjs/clusters/content-app-observer.d.ts +183 -0
- package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -0
- package/dist/cjs/clusters/content-app-observer.js +99 -0
- package/dist/cjs/clusters/content-app-observer.js.map +6 -0
- package/dist/cjs/clusters/content-control.d.ts +3879 -0
- package/dist/cjs/clusters/content-control.d.ts.map +1 -0
- package/dist/cjs/clusters/content-control.js +975 -0
- package/dist/cjs/clusters/content-control.js.map +6 -0
- package/dist/cjs/clusters/content-launcher.d.ts +4265 -0
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -0
- package/dist/cjs/clusters/content-launcher.js +513 -0
- package/dist/cjs/clusters/content-launcher.js.map +6 -0
- package/dist/cjs/clusters/descriptor.d.ts +413 -0
- package/dist/cjs/clusters/descriptor.d.ts.map +1 -0
- package/dist/cjs/clusters/descriptor.js +161 -0
- package/dist/cjs/clusters/descriptor.js.map +6 -0
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +374 -0
- package/dist/cjs/clusters/device-energy-management-mode.d.ts.map +1 -0
- package/dist/cjs/clusters/device-energy-management-mode.js +157 -0
- package/dist/cjs/clusters/device-energy-management-mode.js.map +6 -0
- package/dist/cjs/clusters/device-energy-management.d.ts +6333 -0
- package/dist/cjs/clusters/device-energy-management.d.ts.map +1 -0
- package/dist/cjs/clusters/device-energy-management.js +1277 -0
- package/dist/cjs/clusters/device-energy-management.js.map +6 -0
- package/dist/cjs/clusters/diagnostic-logs.d.ts +341 -0
- package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -0
- package/dist/cjs/clusters/diagnostic-logs.js +161 -0
- package/dist/cjs/clusters/diagnostic-logs.js.map +6 -0
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +380 -0
- package/dist/cjs/clusters/dishwasher-alarm.d.ts.map +1 -0
- package/dist/cjs/clusters/dishwasher-alarm.js +172 -0
- package/dist/cjs/clusters/dishwasher-alarm.js.map +6 -0
- package/dist/cjs/clusters/dishwasher-mode.d.ts +194 -0
- package/dist/cjs/clusters/dishwasher-mode.d.ts.map +1 -0
- package/dist/cjs/clusters/dishwasher-mode.js +112 -0
- package/dist/cjs/clusters/dishwasher-mode.js.map +6 -0
- package/dist/cjs/clusters/door-lock.d.ts +15808 -0
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -0
- package/dist/cjs/clusters/door-lock.js +3216 -0
- package/dist/cjs/clusters/door-lock.js.map +6 -0
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +4074 -0
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts.map +1 -0
- package/dist/cjs/clusters/electrical-energy-measurement.js +469 -0
- package/dist/cjs/clusters/electrical-energy-measurement.js.map +6 -0
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +2565 -0
- package/dist/cjs/clusters/electrical-power-measurement.d.ts.map +1 -0
- package/dist/cjs/clusters/electrical-power-measurement.js +659 -0
- package/dist/cjs/clusters/electrical-power-measurement.js.map +6 -0
- package/dist/cjs/clusters/energy-evse-mode.d.ts +367 -0
- package/dist/cjs/clusters/energy-evse-mode.d.ts.map +1 -0
- package/dist/cjs/clusters/energy-evse-mode.js +156 -0
- package/dist/cjs/clusters/energy-evse-mode.js.map +6 -0
- package/dist/cjs/clusters/energy-evse.d.ts +4153 -0
- package/dist/cjs/clusters/energy-evse.d.ts.map +1 -0
- package/dist/cjs/clusters/energy-evse.js +993 -0
- package/dist/cjs/clusters/energy-evse.js.map +6 -0
- package/dist/cjs/clusters/energy-preference.d.ts +665 -0
- package/dist/cjs/clusters/energy-preference.d.ts.map +1 -0
- package/dist/cjs/clusters/energy-preference.js +226 -0
- package/dist/cjs/clusters/energy-preference.js.map +6 -0
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +623 -0
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts.map +1 -0
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +235 -0
- package/dist/cjs/clusters/ethernet-network-diagnostics.js.map +6 -0
- package/dist/cjs/clusters/fan-control.d.ts +1289 -0
- package/dist/cjs/clusters/fan-control.d.ts.map +1 -0
- package/dist/cjs/clusters/fan-control.js +385 -0
- package/dist/cjs/clusters/fan-control.js.map +6 -0
- package/dist/cjs/clusters/fixed-label.d.ts +53 -0
- package/dist/cjs/clusters/fixed-label.d.ts.map +1 -0
- package/dist/cjs/clusters/fixed-label.js +53 -0
- package/dist/cjs/clusters/fixed-label.js.map +6 -0
- package/dist/cjs/clusters/flow-measurement.d.ts +69 -0
- package/dist/cjs/clusters/flow-measurement.d.ts.map +1 -0
- package/dist/cjs/clusters/flow-measurement.js +84 -0
- package/dist/cjs/clusters/flow-measurement.js.map +6 -0
- package/dist/cjs/clusters/formaldehyde-concentration-measurement.d.ts +310 -0
- package/dist/cjs/clusters/formaldehyde-concentration-measurement.d.ts.map +1 -0
- package/dist/cjs/clusters/formaldehyde-concentration-measurement.js +51 -0
- package/dist/cjs/clusters/formaldehyde-concentration-measurement.js.map +6 -0
- package/dist/cjs/clusters/general-commissioning.d.ts +575 -0
- package/dist/cjs/clusters/general-commissioning.d.ts.map +1 -0
- package/dist/cjs/clusters/general-commissioning.js +447 -0
- package/dist/cjs/clusters/general-commissioning.js.map +6 -0
- package/dist/cjs/clusters/general-diagnostics.d.ts +1891 -0
- package/dist/cjs/clusters/general-diagnostics.d.ts.map +1 -0
- package/dist/cjs/clusters/general-diagnostics.js +563 -0
- package/dist/cjs/clusters/general-diagnostics.js.map +6 -0
- package/dist/cjs/clusters/group-key-management.d.ts +1254 -0
- package/dist/cjs/clusters/group-key-management.d.ts.map +1 -0
- package/dist/cjs/clusters/group-key-management.js +401 -0
- package/dist/cjs/clusters/group-key-management.js.map +6 -0
- package/dist/cjs/clusters/groups.d.ts +710 -0
- package/dist/cjs/clusters/groups.d.ts.map +1 -0
- package/dist/cjs/clusters/groups.js +270 -0
- package/dist/cjs/clusters/groups.js.map +6 -0
- package/dist/cjs/clusters/hepa-filter-monitoring.d.ts +162 -0
- package/dist/cjs/clusters/hepa-filter-monitoring.d.ts.map +1 -0
- package/dist/cjs/clusters/hepa-filter-monitoring.js +47 -0
- package/dist/cjs/clusters/hepa-filter-monitoring.js.map +6 -0
- package/dist/cjs/clusters/icd-management.d.ts +1744 -0
- package/dist/cjs/clusters/icd-management.d.ts.map +1 -0
- package/dist/cjs/clusters/icd-management.js +516 -0
- package/dist/cjs/clusters/icd-management.js.map +6 -0
- package/dist/cjs/clusters/identify.d.ts +219 -0
- package/dist/cjs/clusters/identify.d.ts.map +1 -0
- package/dist/cjs/clusters/identify.js +142 -0
- package/dist/cjs/clusters/identify.js.map +6 -0
- package/dist/cjs/clusters/illuminance-measurement.d.ts +94 -0
- package/dist/cjs/clusters/illuminance-measurement.d.ts.map +1 -0
- package/dist/cjs/clusters/illuminance-measurement.js +101 -0
- package/dist/cjs/clusters/illuminance-measurement.js.map +6 -0
- package/dist/cjs/clusters/index.d.ts +121 -0
- package/dist/cjs/clusters/index.d.ts.map +1 -0
- package/dist/cjs/clusters/index.js +365 -0
- package/dist/cjs/clusters/index.js.map +6 -0
- package/dist/cjs/clusters/keypad-input.d.ts +341 -0
- package/dist/cjs/clusters/keypad-input.d.ts.map +1 -0
- package/dist/cjs/clusters/keypad-input.js +207 -0
- package/dist/cjs/clusters/keypad-input.js.map +6 -0
- package/dist/cjs/clusters/label.d.ts +96 -0
- package/dist/cjs/clusters/label.d.ts.map +1 -0
- package/dist/cjs/clusters/label.js +66 -0
- package/dist/cjs/clusters/label.js.map +6 -0
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +82 -0
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts.map +1 -0
- package/dist/cjs/clusters/laundry-dryer-controls.js +83 -0
- package/dist/cjs/clusters/laundry-dryer-controls.js.map +6 -0
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +379 -0
- package/dist/cjs/clusters/laundry-washer-controls.d.ts.map +1 -0
- package/dist/cjs/clusters/laundry-washer-controls.js +162 -0
- package/dist/cjs/clusters/laundry-washer-controls.js.map +6 -0
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +200 -0
- package/dist/cjs/clusters/laundry-washer-mode.d.ts.map +1 -0
- package/dist/cjs/clusters/laundry-washer-mode.js +113 -0
- package/dist/cjs/clusters/laundry-washer-mode.js.map +6 -0
- package/dist/cjs/clusters/level-control.d.ts +2945 -0
- package/dist/cjs/clusters/level-control.d.ts.map +1 -0
- package/dist/cjs/clusters/level-control.js +419 -0
- package/dist/cjs/clusters/level-control.js.map +6 -0
- package/dist/cjs/clusters/localization-configuration.d.ts +60 -0
- package/dist/cjs/clusters/localization-configuration.d.ts.map +1 -0
- package/dist/cjs/clusters/localization-configuration.js +75 -0
- package/dist/cjs/clusters/localization-configuration.js.map +6 -0
- package/dist/cjs/clusters/low-power.d.ts +52 -0
- package/dist/cjs/clusters/low-power.d.ts.map +1 -0
- package/dist/cjs/clusters/low-power.js +54 -0
- package/dist/cjs/clusters/low-power.js.map +6 -0
- package/dist/cjs/clusters/media-input.d.ts +493 -0
- package/dist/cjs/clusters/media-input.d.ts.map +1 -0
- package/dist/cjs/clusters/media-input.js +181 -0
- package/dist/cjs/clusters/media-input.js.map +6 -0
- package/dist/cjs/clusters/media-playback.d.ts +3558 -0
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -0
- package/dist/cjs/clusters/media-playback.js +734 -0
- package/dist/cjs/clusters/media-playback.js.map +6 -0
- package/dist/cjs/clusters/messages.d.ts +1369 -0
- package/dist/cjs/clusters/messages.d.ts.map +1 -0
- package/dist/cjs/clusters/messages.js +421 -0
- package/dist/cjs/clusters/messages.js.map +6 -0
- package/dist/cjs/clusters/microwave-oven-control.d.ts +859 -0
- package/dist/cjs/clusters/microwave-oven-control.d.ts.map +1 -0
- package/dist/cjs/clusters/microwave-oven-control.js +295 -0
- package/dist/cjs/clusters/microwave-oven-control.js.map +6 -0
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +140 -0
- package/dist/cjs/clusters/microwave-oven-mode.d.ts.map +1 -0
- package/dist/cjs/clusters/microwave-oven-mode.js +89 -0
- package/dist/cjs/clusters/microwave-oven-mode.js.map +6 -0
- package/dist/cjs/clusters/mode-base.d.ts +716 -0
- package/dist/cjs/clusters/mode-base.d.ts.map +1 -0
- package/dist/cjs/clusters/mode-base.js +275 -0
- package/dist/cjs/clusters/mode-base.js.map +6 -0
- package/dist/cjs/clusters/mode-select.d.ts +638 -0
- package/dist/cjs/clusters/mode-select.d.ts.map +1 -0
- package/dist/cjs/clusters/mode-select.js +224 -0
- package/dist/cjs/clusters/mode-select.js.map +6 -0
- package/dist/cjs/clusters/network-commissioning.d.ts +5310 -0
- package/dist/cjs/clusters/network-commissioning.d.ts.map +1 -0
- package/dist/cjs/clusters/network-commissioning.js +1026 -0
- package/dist/cjs/clusters/network-commissioning.js.map +6 -0
- package/dist/cjs/clusters/nitrogen-dioxide-concentration-measurement.d.ts +310 -0
- package/dist/cjs/clusters/nitrogen-dioxide-concentration-measurement.d.ts.map +1 -0
- package/dist/cjs/clusters/nitrogen-dioxide-concentration-measurement.js +51 -0
- package/dist/cjs/clusters/nitrogen-dioxide-concentration-measurement.js.map +6 -0
- package/dist/cjs/clusters/occupancy-sensing.d.ts +196 -0
- package/dist/cjs/clusters/occupancy-sensing.d.ts.map +1 -0
- package/dist/cjs/clusters/occupancy-sensing.js +204 -0
- package/dist/cjs/clusters/occupancy-sensing.js.map +6 -0
- package/dist/cjs/clusters/on-off.d.ts +1399 -0
- package/dist/cjs/clusters/on-off.d.ts.map +1 -0
- package/dist/cjs/clusters/on-off.js +347 -0
- package/dist/cjs/clusters/on-off.js.map +6 -0
- package/dist/cjs/clusters/operational-credentials.d.ts +1307 -0
- package/dist/cjs/clusters/operational-credentials.d.ts.map +1 -0
- package/dist/cjs/clusters/operational-credentials.js +717 -0
- package/dist/cjs/clusters/operational-credentials.js.map +6 -0
- package/dist/cjs/clusters/operational-state.d.ts +711 -0
- package/dist/cjs/clusters/operational-state.d.ts.map +1 -0
- package/dist/cjs/clusters/operational-state.js +365 -0
- package/dist/cjs/clusters/operational-state.js.map +6 -0
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +928 -0
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -0
- package/dist/cjs/clusters/ota-software-update-provider.js +471 -0
- package/dist/cjs/clusters/ota-software-update-provider.js.map +6 -0
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +688 -0
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts.map +1 -0
- package/dist/cjs/clusters/ota-software-update-requestor.js +351 -0
- package/dist/cjs/clusters/ota-software-update-requestor.js.map +6 -0
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +273 -0
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts.map +1 -0
- package/dist/cjs/clusters/oven-cavity-operational-state.js +280 -0
- package/dist/cjs/clusters/oven-cavity-operational-state.js.map +6 -0
- package/dist/cjs/clusters/oven-mode.d.ts +399 -0
- package/dist/cjs/clusters/oven-mode.d.ts.map +1 -0
- package/dist/cjs/clusters/oven-mode.js +162 -0
- package/dist/cjs/clusters/oven-mode.js.map +6 -0
- package/dist/cjs/clusters/ozone-concentration-measurement.d.ts +309 -0
- package/dist/cjs/clusters/ozone-concentration-measurement.d.ts.map +1 -0
- package/dist/cjs/clusters/ozone-concentration-measurement.js +47 -0
- package/dist/cjs/clusters/ozone-concentration-measurement.js.map +6 -0
- package/dist/cjs/clusters/pm1-concentration-measurement.d.ts +309 -0
- package/dist/cjs/clusters/pm1-concentration-measurement.d.ts.map +1 -0
- package/dist/cjs/clusters/pm1-concentration-measurement.js +47 -0
- package/dist/cjs/clusters/pm1-concentration-measurement.js.map +6 -0
- package/dist/cjs/clusters/pm10-concentration-measurement.d.ts +309 -0
- package/dist/cjs/clusters/pm10-concentration-measurement.d.ts.map +1 -0
- package/dist/cjs/clusters/pm10-concentration-measurement.js +47 -0
- package/dist/cjs/clusters/pm10-concentration-measurement.js.map +6 -0
- package/dist/cjs/clusters/pm25-concentration-measurement.d.ts +309 -0
- package/dist/cjs/clusters/pm25-concentration-measurement.d.ts.map +1 -0
- package/dist/cjs/clusters/pm25-concentration-measurement.js +47 -0
- package/dist/cjs/clusters/pm25-concentration-measurement.js.map +6 -0
- package/dist/cjs/clusters/power-source-configuration.d.ts +48 -0
- package/dist/cjs/clusters/power-source-configuration.d.ts.map +1 -0
- package/dist/cjs/clusters/power-source-configuration.js +63 -0
- package/dist/cjs/clusters/power-source-configuration.js.map +6 -0
- package/dist/cjs/clusters/power-source.d.ts +2377 -0
- package/dist/cjs/clusters/power-source.d.ts.map +1 -0
- package/dist/cjs/clusters/power-source.js +786 -0
- package/dist/cjs/clusters/power-source.js.map +6 -0
- package/dist/cjs/clusters/power-topology.d.ts +346 -0
- package/dist/cjs/clusters/power-topology.d.ts.map +1 -0
- package/dist/cjs/clusters/power-topology.js +139 -0
- package/dist/cjs/clusters/power-topology.js.map +6 -0
- package/dist/cjs/clusters/pressure-measurement.d.ts +377 -0
- package/dist/cjs/clusters/pressure-measurement.d.ts.map +1 -0
- package/dist/cjs/clusters/pressure-measurement.js +168 -0
- package/dist/cjs/clusters/pressure-measurement.js.map +6 -0
- package/dist/cjs/clusters/proxy-configuration.d.ts +79 -0
- package/dist/cjs/clusters/proxy-configuration.d.ts.map +1 -0
- package/dist/cjs/clusters/proxy-configuration.js +73 -0
- package/dist/cjs/clusters/proxy-configuration.js.map +6 -0
- package/dist/cjs/clusters/proxy-discovery.d.ts +98 -0
- package/dist/cjs/clusters/proxy-discovery.d.ts.map +1 -0
- package/dist/cjs/clusters/proxy-discovery.js +79 -0
- package/dist/cjs/clusters/proxy-discovery.js.map +6 -0
- package/dist/cjs/clusters/pulse-width-modulation.d.ts +2031 -0
- package/dist/cjs/clusters/pulse-width-modulation.d.ts.map +1 -0
- package/dist/cjs/clusters/pulse-width-modulation.js +51 -0
- package/dist/cjs/clusters/pulse-width-modulation.js.map +6 -0
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +2203 -0
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts.map +1 -0
- package/dist/cjs/clusters/pump-configuration-and-control.js +750 -0
- package/dist/cjs/clusters/pump-configuration-and-control.js.map +6 -0
- package/dist/cjs/clusters/radon-concentration-measurement.d.ts +309 -0
- package/dist/cjs/clusters/radon-concentration-measurement.d.ts.map +1 -0
- package/dist/cjs/clusters/radon-concentration-measurement.js +47 -0
- package/dist/cjs/clusters/radon-concentration-measurement.js.map +6 -0
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +332 -0
- package/dist/cjs/clusters/refrigerator-alarm.d.ts.map +1 -0
- package/dist/cjs/clusters/refrigerator-alarm.js +142 -0
- package/dist/cjs/clusters/refrigerator-alarm.js.map +6 -0
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +180 -0
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -0
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +107 -0
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +6 -0
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +73 -0
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts.map +1 -0
- package/dist/cjs/clusters/relative-humidity-measurement.js +87 -0
- package/dist/cjs/clusters/relative-humidity-measurement.js.map +6 -0
- package/dist/cjs/clusters/resource-monitoring.d.ts +353 -0
- package/dist/cjs/clusters/resource-monitoring.d.ts.map +1 -0
- package/dist/cjs/clusters/resource-monitoring.js +194 -0
- package/dist/cjs/clusters/resource-monitoring.js.map +6 -0
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +174 -0
- package/dist/cjs/clusters/rvc-clean-mode.d.ts.map +1 -0
- package/dist/cjs/clusters/rvc-clean-mode.js +104 -0
- package/dist/cjs/clusters/rvc-clean-mode.js.map +6 -0
- package/dist/cjs/clusters/rvc-operational-state.d.ts +242 -0
- package/dist/cjs/clusters/rvc-operational-state.d.ts.map +1 -0
- package/dist/cjs/clusters/rvc-operational-state.js +194 -0
- package/dist/cjs/clusters/rvc-operational-state.js.map +6 -0
- package/dist/cjs/clusters/rvc-run-mode.d.ts +217 -0
- package/dist/cjs/clusters/rvc-run-mode.d.ts.map +1 -0
- package/dist/cjs/clusters/rvc-run-mode.js +111 -0
- package/dist/cjs/clusters/rvc-run-mode.js.map +6 -0
- package/dist/cjs/clusters/scenes-management.d.ts +2351 -0
- package/dist/cjs/clusters/scenes-management.d.ts.map +1 -0
- package/dist/cjs/clusters/scenes-management.js +684 -0
- package/dist/cjs/clusters/scenes-management.js.map +6 -0
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +1304 -0
- package/dist/cjs/clusters/smoke-co-alarm.d.ts.map +1 -0
- package/dist/cjs/clusters/smoke-co-alarm.js +409 -0
- package/dist/cjs/clusters/smoke-co-alarm.js.map +6 -0
- package/dist/cjs/clusters/software-diagnostics.d.ts +590 -0
- package/dist/cjs/clusters/software-diagnostics.d.ts.map +1 -0
- package/dist/cjs/clusters/software-diagnostics.js +218 -0
- package/dist/cjs/clusters/software-diagnostics.js.map +6 -0
- package/dist/cjs/clusters/switch.d.ts +1222 -0
- package/dist/cjs/clusters/switch.d.ts.map +1 -0
- package/dist/cjs/clusters/switch.js +356 -0
- package/dist/cjs/clusters/switch.js.map +6 -0
- package/dist/cjs/clusters/target-navigator.d.ts +261 -0
- package/dist/cjs/clusters/target-navigator.d.ts.map +1 -0
- package/dist/cjs/clusters/target-navigator.js +140 -0
- package/dist/cjs/clusters/target-navigator.js.map +6 -0
- package/dist/cjs/clusters/temperature-control.d.ts +626 -0
- package/dist/cjs/clusters/temperature-control.d.ts.map +1 -0
- package/dist/cjs/clusters/temperature-control.js +224 -0
- package/dist/cjs/clusters/temperature-control.js.map +6 -0
- package/dist/cjs/clusters/temperature-measurement.d.ts +64 -0
- package/dist/cjs/clusters/temperature-measurement.d.ts.map +1 -0
- package/dist/cjs/clusters/temperature-measurement.js +79 -0
- package/dist/cjs/clusters/temperature-measurement.js.map +6 -0
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +115 -0
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts.map +1 -0
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +104 -0
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js.map +6 -0
- package/dist/cjs/clusters/thermostat.d.ts +4485 -0
- package/dist/cjs/clusters/thermostat.d.ts.map +1 -0
- package/dist/cjs/clusters/thermostat.js +1371 -0
- package/dist/cjs/clusters/thermostat.js.map +6 -0
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +3308 -0
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts.map +1 -0
- package/dist/cjs/clusters/thread-network-diagnostics.js +1127 -0
- package/dist/cjs/clusters/thread-network-diagnostics.js.map +6 -0
- package/dist/cjs/clusters/time-format-localization.d.ts +331 -0
- package/dist/cjs/clusters/time-format-localization.d.ts.map +1 -0
- package/dist/cjs/clusters/time-format-localization.js +154 -0
- package/dist/cjs/clusters/time-format-localization.js.map +6 -0
- package/dist/cjs/clusters/time-synchronization.d.ts +2597 -0
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -0
- package/dist/cjs/clusters/time-synchronization.js +713 -0
- package/dist/cjs/clusters/time-synchronization.js.map +6 -0
- package/dist/cjs/clusters/total-volatile-organic-compounds-concentration-measurement.d.ts +311 -0
- package/dist/cjs/clusters/total-volatile-organic-compounds-concentration-measurement.d.ts.map +1 -0
- package/dist/cjs/clusters/total-volatile-organic-compounds-concentration-measurement.js +51 -0
- package/dist/cjs/clusters/total-volatile-organic-compounds-concentration-measurement.js.map +6 -0
- package/dist/cjs/clusters/unit-localization.d.ts +187 -0
- package/dist/cjs/clusters/unit-localization.d.ts.map +1 -0
- package/dist/cjs/clusters/unit-localization.js +101 -0
- package/dist/cjs/clusters/unit-localization.js.map +6 -0
- package/dist/cjs/clusters/user-label.d.ts +43 -0
- package/dist/cjs/clusters/user-label.d.ts.map +1 -0
- package/dist/cjs/clusters/user-label.js +61 -0
- package/dist/cjs/clusters/user-label.js.map +6 -0
- package/dist/cjs/clusters/valid-proxies.d.ts +84 -0
- package/dist/cjs/clusters/valid-proxies.d.ts.map +1 -0
- package/dist/cjs/clusters/valid-proxies.js +68 -0
- package/dist/cjs/clusters/valid-proxies.js.map +6 -0
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +1146 -0
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -0
- package/dist/cjs/clusters/valve-configuration-and-control.js +375 -0
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +6 -0
- package/dist/cjs/clusters/wake-on-lan.d.ts +78 -0
- package/dist/cjs/clusters/wake-on-lan.d.ts.map +1 -0
- package/dist/cjs/clusters/wake-on-lan.js +71 -0
- package/dist/cjs/clusters/wake-on-lan.js.map +6 -0
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +928 -0
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts.map +1 -0
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +344 -0
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js.map +6 -0
- package/dist/cjs/clusters/window-covering.d.ts +2864 -0
- package/dist/cjs/clusters/window-covering.d.ts.map +1 -0
- package/dist/cjs/clusters/window-covering.js +907 -0
- package/dist/cjs/clusters/window-covering.js.map +6 -0
- package/dist/cjs/commissioning/CommissioningConstants.d.ts +11 -0
- package/dist/cjs/commissioning/CommissioningConstants.d.ts.map +1 -0
- package/dist/cjs/commissioning/CommissioningConstants.js +39 -0
- package/dist/cjs/commissioning/CommissioningConstants.js.map +6 -0
- package/dist/cjs/commissioning/CommissioningOptions.d.ts +38 -0
- package/dist/cjs/commissioning/CommissioningOptions.d.ts.map +1 -0
- package/dist/cjs/commissioning/CommissioningOptions.js +46 -0
- package/dist/cjs/commissioning/CommissioningOptions.js.map +6 -0
- package/dist/cjs/commissioning/index.d.ts +8 -0
- package/dist/cjs/commissioning/index.d.ts.map +1 -0
- package/dist/cjs/commissioning/index.js +25 -0
- package/dist/cjs/commissioning/index.js.map +6 -0
- package/dist/cjs/common/DeviceClassification.d.ts +44 -0
- package/dist/cjs/common/DeviceClassification.d.ts.map +1 -0
- package/dist/cjs/common/DeviceClassification.js +38 -0
- package/dist/cjs/common/DeviceClassification.js.map +6 -0
- package/dist/cjs/common/ProductDescription.d.ts +25 -0
- package/dist/cjs/common/ProductDescription.d.ts.map +1 -0
- package/dist/cjs/common/ProductDescription.js +22 -0
- package/dist/cjs/common/ProductDescription.js.map +6 -0
- package/dist/cjs/common/StatusCode.d.ts +17 -0
- package/dist/cjs/common/StatusCode.d.ts.map +1 -0
- package/dist/cjs/common/StatusCode.js +44 -0
- package/dist/cjs/common/StatusCode.js.map +6 -0
- package/dist/cjs/common/ValidationError.d.ts +38 -0
- package/dist/cjs/common/ValidationError.d.ts.map +1 -0
- package/dist/cjs/common/ValidationError.js +64 -0
- package/dist/cjs/common/ValidationError.js.map +6 -0
- package/dist/cjs/common/index.d.ts +9 -0
- package/dist/cjs/common/index.d.ts.map +1 -0
- package/dist/cjs/common/index.js +26 -0
- package/dist/cjs/common/index.js.map +6 -0
- package/dist/cjs/datatype/AttributeId.d.ts +21 -0
- package/dist/cjs/datatype/AttributeId.d.ts.map +1 -0
- package/dist/cjs/datatype/AttributeId.js +59 -0
- package/dist/cjs/datatype/AttributeId.js.map +6 -0
- package/dist/cjs/datatype/CaseAuthenticatedTag.d.ts +28 -0
- package/dist/cjs/datatype/CaseAuthenticatedTag.d.ts.map +1 -0
- package/dist/cjs/datatype/CaseAuthenticatedTag.js +75 -0
- package/dist/cjs/datatype/CaseAuthenticatedTag.js.map +6 -0
- package/dist/cjs/datatype/ClusterId.d.ts +24 -0
- package/dist/cjs/datatype/ClusterId.d.ts.map +1 -0
- package/dist/cjs/datatype/ClusterId.js +66 -0
- package/dist/cjs/datatype/ClusterId.js.map +6 -0
- package/dist/cjs/datatype/CommandId.d.ts +20 -0
- package/dist/cjs/datatype/CommandId.d.ts.map +1 -0
- package/dist/cjs/datatype/CommandId.js +53 -0
- package/dist/cjs/datatype/CommandId.js.map +6 -0
- package/dist/cjs/datatype/DataVersion.d.ts +18 -0
- package/dist/cjs/datatype/DataVersion.d.ts.map +1 -0
- package/dist/cjs/datatype/DataVersion.js +40 -0
- package/dist/cjs/datatype/DataVersion.js.map +6 -0
- package/dist/cjs/datatype/DeviceTypeId.d.ts +20 -0
- package/dist/cjs/datatype/DeviceTypeId.d.ts.map +1 -0
- package/dist/cjs/datatype/DeviceTypeId.js +53 -0
- package/dist/cjs/datatype/DeviceTypeId.js.map +6 -0
- package/dist/cjs/datatype/EndpointNumber.d.ts +20 -0
- package/dist/cjs/datatype/EndpointNumber.d.ts.map +1 -0
- package/dist/cjs/datatype/EndpointNumber.js +48 -0
- package/dist/cjs/datatype/EndpointNumber.js.map +6 -0
- package/dist/cjs/datatype/EntryIndex.d.ts +18 -0
- package/dist/cjs/datatype/EntryIndex.d.ts.map +1 -0
- package/dist/cjs/datatype/EntryIndex.js +40 -0
- package/dist/cjs/datatype/EntryIndex.js.map +6 -0
- package/dist/cjs/datatype/EventId.d.ts +20 -0
- package/dist/cjs/datatype/EventId.d.ts.map +1 -0
- package/dist/cjs/datatype/EventId.js +53 -0
- package/dist/cjs/datatype/EventId.js.map +6 -0
- package/dist/cjs/datatype/EventNumber.d.ts +18 -0
- package/dist/cjs/datatype/EventNumber.d.ts.map +1 -0
- package/dist/cjs/datatype/EventNumber.js +40 -0
- package/dist/cjs/datatype/EventNumber.js.map +6 -0
- package/dist/cjs/datatype/FabricId.d.ts +18 -0
- package/dist/cjs/datatype/FabricId.d.ts.map +1 -0
- package/dist/cjs/datatype/FabricId.js +41 -0
- package/dist/cjs/datatype/FabricId.js.map +6 -0
- package/dist/cjs/datatype/FabricIndex.d.ts +31 -0
- package/dist/cjs/datatype/FabricIndex.d.ts.map +1 -0
- package/dist/cjs/datatype/FabricIndex.js +64 -0
- package/dist/cjs/datatype/FabricIndex.js.map +6 -0
- package/dist/cjs/datatype/FieldId.d.ts +22 -0
- package/dist/cjs/datatype/FieldId.d.ts.map +1 -0
- package/dist/cjs/datatype/FieldId.js +59 -0
- package/dist/cjs/datatype/FieldId.js.map +6 -0
- package/dist/cjs/datatype/GroupId.d.ts +28 -0
- package/dist/cjs/datatype/GroupId.d.ts.map +1 -0
- package/dist/cjs/datatype/GroupId.js +49 -0
- package/dist/cjs/datatype/GroupId.js.map +6 -0
- package/dist/cjs/datatype/ManufacturerExtensibleIdentifier.d.ts +23 -0
- package/dist/cjs/datatype/ManufacturerExtensibleIdentifier.d.ts.map +1 -0
- package/dist/cjs/datatype/ManufacturerExtensibleIdentifier.js +63 -0
- package/dist/cjs/datatype/ManufacturerExtensibleIdentifier.js.map +6 -0
- package/dist/cjs/datatype/NodeId.d.ts +58 -0
- package/dist/cjs/datatype/NodeId.d.ts.map +1 -0
- package/dist/cjs/datatype/NodeId.js +97 -0
- package/dist/cjs/datatype/NodeId.js.map +6 -0
- package/dist/cjs/datatype/SubjectId.d.ts +16 -0
- package/dist/cjs/datatype/SubjectId.d.ts.map +1 -0
- package/dist/cjs/datatype/SubjectId.js +31 -0
- package/dist/cjs/datatype/SubjectId.js.map +6 -0
- package/dist/cjs/datatype/VendorId.d.ts +22 -0
- package/dist/cjs/datatype/VendorId.d.ts.map +1 -0
- package/dist/cjs/datatype/VendorId.js +55 -0
- package/dist/cjs/datatype/VendorId.js.map +6 -0
- package/dist/cjs/datatype/index.d.ts +24 -0
- package/dist/cjs/datatype/index.d.ts.map +1 -0
- package/dist/cjs/datatype/index.js +41 -0
- package/dist/cjs/datatype/index.js.map +6 -0
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +64 -0
- package/dist/cjs/globals/MeasurementAccuracy.d.ts.map +1 -0
- package/dist/cjs/globals/MeasurementAccuracy.js +67 -0
- package/dist/cjs/globals/MeasurementAccuracy.js.map +6 -0
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +135 -0
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts.map +1 -0
- package/dist/cjs/globals/MeasurementAccuracyRange.js +97 -0
- package/dist/cjs/globals/MeasurementAccuracyRange.js.map +6 -0
- package/dist/cjs/globals/MeasurementType.d.ts +69 -0
- package/dist/cjs/globals/MeasurementType.d.ts.map +1 -0
- package/dist/cjs/globals/MeasurementType.js +47 -0
- package/dist/cjs/globals/MeasurementType.js.map +6 -0
- package/dist/cjs/globals/Priority.d.ts +32 -0
- package/dist/cjs/globals/Priority.d.ts.map +1 -0
- package/dist/cjs/globals/Priority.js +35 -0
- package/dist/cjs/globals/Priority.js.map +6 -0
- package/dist/cjs/globals/Semtag.d.ts +68 -0
- package/dist/cjs/globals/Semtag.d.ts.map +1 -0
- package/dist/cjs/globals/Semtag.js +79 -0
- package/dist/cjs/globals/Semtag.js.map +6 -0
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +32 -0
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts.map +1 -0
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.js +36 -0
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.js.map +6 -0
- package/dist/cjs/globals/Status.d.ts +206 -0
- package/dist/cjs/globals/Status.d.ts.map +1 -0
- package/dist/cjs/globals/Status.js +61 -0
- package/dist/cjs/globals/Status.js.map +6 -0
- package/dist/cjs/globals/Tod.d.ts +41 -0
- package/dist/cjs/globals/Tod.d.ts.map +1 -0
- package/dist/cjs/globals/Tod.js +49 -0
- package/dist/cjs/globals/Tod.js.map +6 -0
- package/dist/cjs/globals/WildcardPathFlags.d.ts +52 -0
- package/dist/cjs/globals/WildcardPathFlags.d.ts.map +1 -0
- package/dist/cjs/globals/WildcardPathFlags.js +68 -0
- package/dist/cjs/globals/WildcardPathFlags.js.map +6 -0
- package/dist/cjs/globals/index.d.ts +16 -0
- package/dist/cjs/globals/index.d.ts.map +1 -0
- package/dist/cjs/globals/index.js +32 -0
- package/dist/cjs/globals/index.js.map +6 -0
- package/dist/cjs/index.d.ts +14 -0
- package/dist/cjs/index.d.ts.map +1 -0
- package/dist/cjs/index.js +31 -0
- package/dist/cjs/index.js.map +6 -0
- package/dist/cjs/package.json +8 -0
- package/dist/cjs/protocol/definitions/index.d.ts +8 -0
- package/dist/cjs/protocol/definitions/index.d.ts.map +1 -0
- package/dist/cjs/protocol/definitions/index.js +25 -0
- package/dist/cjs/protocol/definitions/index.js.map +6 -0
- package/dist/cjs/protocol/definitions/interaction.d.ts +12 -0
- package/dist/cjs/protocol/definitions/interaction.d.ts.map +1 -0
- package/dist/cjs/protocol/definitions/interaction.js +32 -0
- package/dist/cjs/protocol/definitions/interaction.js.map +6 -0
- package/dist/cjs/protocol/definitions/secure-channel.d.ts +99 -0
- package/dist/cjs/protocol/definitions/secure-channel.d.ts.map +1 -0
- package/dist/cjs/protocol/definitions/secure-channel.js +79 -0
- package/dist/cjs/protocol/definitions/secure-channel.js.map +6 -0
- package/dist/cjs/protocol/index.d.ts +9 -0
- package/dist/cjs/protocol/index.d.ts.map +1 -0
- package/dist/cjs/protocol/index.js +26 -0
- package/dist/cjs/protocol/index.js.map +6 -0
- package/dist/cjs/protocol/messages/TlvDataReport.d.ts +98 -0
- package/dist/cjs/protocol/messages/TlvDataReport.d.ts.map +1 -0
- package/dist/cjs/protocol/messages/TlvDataReport.js +47 -0
- package/dist/cjs/protocol/messages/TlvDataReport.js.map +6 -0
- package/dist/cjs/protocol/messages/TlvDataReportForSend.d.ts +19 -0
- package/dist/cjs/protocol/messages/TlvDataReportForSend.d.ts.map +1 -0
- package/dist/cjs/protocol/messages/TlvDataReportForSend.js +46 -0
- package/dist/cjs/protocol/messages/TlvDataReportForSend.js.map +6 -0
- package/dist/cjs/protocol/messages/TlvInvokeRequest.d.ts +24 -0
- package/dist/cjs/protocol/messages/TlvInvokeRequest.d.ts.map +1 -0
- package/dist/cjs/protocol/messages/TlvInvokeRequest.js +43 -0
- package/dist/cjs/protocol/messages/TlvInvokeRequest.js.map +6 -0
- package/dist/cjs/protocol/messages/TlvInvokeResponse.d.ts +37 -0
- package/dist/cjs/protocol/messages/TlvInvokeResponse.d.ts.map +1 -0
- package/dist/cjs/protocol/messages/TlvInvokeResponse.js +42 -0
- package/dist/cjs/protocol/messages/TlvInvokeResponse.js.map +6 -0
- package/dist/cjs/protocol/messages/TlvInvokeResponseForSend.d.ts +12 -0
- package/dist/cjs/protocol/messages/TlvInvokeResponseForSend.d.ts.map +1 -0
- package/dist/cjs/protocol/messages/TlvInvokeResponseForSend.js +40 -0
- package/dist/cjs/protocol/messages/TlvInvokeResponseForSend.js.map +6 -0
- package/dist/cjs/protocol/messages/TlvReadRequest.d.ts +54 -0
- package/dist/cjs/protocol/messages/TlvReadRequest.d.ts.map +1 -0
- package/dist/cjs/protocol/messages/TlvReadRequest.js +50 -0
- package/dist/cjs/protocol/messages/TlvReadRequest.js.map +6 -0
- package/dist/cjs/protocol/messages/TlvStatusResponse.d.ts +12 -0
- package/dist/cjs/protocol/messages/TlvStatusResponse.d.ts.map +1 -0
- package/dist/cjs/protocol/messages/TlvStatusResponse.js +36 -0
- package/dist/cjs/protocol/messages/TlvStatusResponse.js.map +6 -0
- package/dist/cjs/protocol/messages/TlvSubscribeRequest.d.ts +60 -0
- package/dist/cjs/protocol/messages/TlvSubscribeRequest.d.ts.map +1 -0
- package/dist/cjs/protocol/messages/TlvSubscribeRequest.js +56 -0
- package/dist/cjs/protocol/messages/TlvSubscribeRequest.js.map +6 -0
- package/dist/cjs/protocol/messages/TlvSubscribeResponse.d.ts +14 -0
- package/dist/cjs/protocol/messages/TlvSubscribeResponse.d.ts.map +1 -0
- package/dist/cjs/protocol/messages/TlvSubscribeResponse.js +38 -0
- package/dist/cjs/protocol/messages/TlvSubscribeResponse.js.map +6 -0
- package/dist/cjs/protocol/messages/TlvTimedRequest.d.ts +12 -0
- package/dist/cjs/protocol/messages/TlvTimedRequest.d.ts.map +1 -0
- package/dist/cjs/protocol/messages/TlvTimedRequest.js +36 -0
- package/dist/cjs/protocol/messages/TlvTimedRequest.js.map +6 -0
- package/dist/cjs/protocol/messages/TlvWriteRequest.d.ts +39 -0
- package/dist/cjs/protocol/messages/TlvWriteRequest.d.ts.map +1 -0
- package/dist/cjs/protocol/messages/TlvWriteRequest.js +44 -0
- package/dist/cjs/protocol/messages/TlvWriteRequest.js.map +6 -0
- package/dist/cjs/protocol/messages/TlvWriteResponse.d.ts +36 -0
- package/dist/cjs/protocol/messages/TlvWriteResponse.d.ts.map +1 -0
- package/dist/cjs/protocol/messages/TlvWriteResponse.js +38 -0
- package/dist/cjs/protocol/messages/TlvWriteResponse.js.map +6 -0
- package/dist/cjs/protocol/messages/index.d.ts +18 -0
- package/dist/cjs/protocol/messages/index.d.ts.map +1 -0
- package/dist/cjs/protocol/messages/index.js +35 -0
- package/dist/cjs/protocol/messages/index.js.map +6 -0
- package/dist/cjs/protocol/types/TlvAttributeData.d.ts +30 -0
- package/dist/cjs/protocol/types/TlvAttributeData.d.ts.map +1 -0
- package/dist/cjs/protocol/types/TlvAttributeData.js +39 -0
- package/dist/cjs/protocol/types/TlvAttributeData.js.map +6 -0
- package/dist/cjs/protocol/types/TlvAttributePath.d.ts +26 -0
- package/dist/cjs/protocol/types/TlvAttributePath.d.ts.map +1 -0
- package/dist/cjs/protocol/types/TlvAttributePath.js +48 -0
- package/dist/cjs/protocol/types/TlvAttributePath.js.map +6 -0
- package/dist/cjs/protocol/types/TlvAttributeReport.d.ts +57 -0
- package/dist/cjs/protocol/types/TlvAttributeReport.d.ts.map +1 -0
- package/dist/cjs/protocol/types/TlvAttributeReport.js +37 -0
- package/dist/cjs/protocol/types/TlvAttributeReport.js.map +6 -0
- package/dist/cjs/protocol/types/TlvAttributeReportData.d.ts +29 -0
- package/dist/cjs/protocol/types/TlvAttributeReportData.d.ts.map +1 -0
- package/dist/cjs/protocol/types/TlvAttributeReportData.js +39 -0
- package/dist/cjs/protocol/types/TlvAttributeReportData.js.map +6 -0
- package/dist/cjs/protocol/types/TlvAttributeStatus.d.ts +32 -0
- package/dist/cjs/protocol/types/TlvAttributeStatus.d.ts.map +1 -0
- package/dist/cjs/protocol/types/TlvAttributeStatus.js +37 -0
- package/dist/cjs/protocol/types/TlvAttributeStatus.js.map +6 -0
- package/dist/cjs/protocol/types/TlvClusterPath.d.ts +12 -0
- package/dist/cjs/protocol/types/TlvClusterPath.d.ts.map +1 -0
- package/dist/cjs/protocol/types/TlvClusterPath.js +39 -0
- package/dist/cjs/protocol/types/TlvClusterPath.js.map +6 -0
- package/dist/cjs/protocol/types/TlvCommandData.d.ts +16 -0
- package/dist/cjs/protocol/types/TlvCommandData.d.ts.map +1 -0
- package/dist/cjs/protocol/types/TlvCommandData.js +39 -0
- package/dist/cjs/protocol/types/TlvCommandData.js.map +6 -0
- package/dist/cjs/protocol/types/TlvCommandPath.d.ts +12 -0
- package/dist/cjs/protocol/types/TlvCommandPath.d.ts.map +1 -0
- package/dist/cjs/protocol/types/TlvCommandPath.js +39 -0
- package/dist/cjs/protocol/types/TlvCommandPath.js.map +6 -0
- package/dist/cjs/protocol/types/TlvCommandStatus.d.ts +19 -0
- package/dist/cjs/protocol/types/TlvCommandStatus.d.ts.map +1 -0
- package/dist/cjs/protocol/types/TlvCommandStatus.js +39 -0
- package/dist/cjs/protocol/types/TlvCommandStatus.js.map +6 -0
- package/dist/cjs/protocol/types/TlvDataVersionFilter.d.ts +15 -0
- package/dist/cjs/protocol/types/TlvDataVersionFilter.d.ts.map +1 -0
- package/dist/cjs/protocol/types/TlvDataVersionFilter.js +37 -0
- package/dist/cjs/protocol/types/TlvDataVersionFilter.js.map +6 -0
- package/dist/cjs/protocol/types/TlvEventData.d.ts +24 -0
- package/dist/cjs/protocol/types/TlvEventData.d.ts.map +1 -0
- package/dist/cjs/protocol/types/TlvEventData.js +45 -0
- package/dist/cjs/protocol/types/TlvEventData.js.map +6 -0
- package/dist/cjs/protocol/types/TlvEventFilter.d.ts +11 -0
- package/dist/cjs/protocol/types/TlvEventFilter.d.ts.map +1 -0
- package/dist/cjs/protocol/types/TlvEventFilter.js +37 -0
- package/dist/cjs/protocol/types/TlvEventFilter.js.map +6 -0
- package/dist/cjs/protocol/types/TlvEventPath.d.ts +14 -0
- package/dist/cjs/protocol/types/TlvEventPath.d.ts.map +1 -0
- package/dist/cjs/protocol/types/TlvEventPath.js +43 -0
- package/dist/cjs/protocol/types/TlvEventPath.js.map +6 -0
- package/dist/cjs/protocol/types/TlvEventReport.d.ts +38 -0
- package/dist/cjs/protocol/types/TlvEventReport.d.ts.map +1 -0
- package/dist/cjs/protocol/types/TlvEventReport.js +37 -0
- package/dist/cjs/protocol/types/TlvEventReport.js.map +6 -0
- package/dist/cjs/protocol/types/TlvEventStatus.d.ts +20 -0
- package/dist/cjs/protocol/types/TlvEventStatus.d.ts.map +1 -0
- package/dist/cjs/protocol/types/TlvEventStatus.js +37 -0
- package/dist/cjs/protocol/types/TlvEventStatus.js.map +6 -0
- package/dist/cjs/protocol/types/TlvInvokeResponseData.d.ts +30 -0
- package/dist/cjs/protocol/types/TlvInvokeResponseData.d.ts.map +1 -0
- package/dist/cjs/protocol/types/TlvInvokeResponseData.js +37 -0
- package/dist/cjs/protocol/types/TlvInvokeResponseData.js.map +6 -0
- package/dist/cjs/protocol/types/TlvStatus.d.ts +11 -0
- package/dist/cjs/protocol/types/TlvStatus.d.ts.map +1 -0
- package/dist/cjs/protocol/types/TlvStatus.js +37 -0
- package/dist/cjs/protocol/types/TlvStatus.js.map +6 -0
- package/dist/cjs/protocol/types/WildcardPathFlagsBitmap.d.ts +28 -0
- package/dist/cjs/protocol/types/WildcardPathFlagsBitmap.d.ts.map +1 -0
- package/dist/cjs/protocol/types/WildcardPathFlagsBitmap.js +50 -0
- package/dist/cjs/protocol/types/WildcardPathFlagsBitmap.js.map +6 -0
- package/dist/cjs/protocol/types/index.d.ts +23 -0
- package/dist/cjs/protocol/types/index.d.ts.map +1 -0
- package/dist/cjs/protocol/types/index.js +40 -0
- package/dist/cjs/protocol/types/index.js.map +6 -0
- package/dist/cjs/schema/Base38Schema.d.ts +16 -0
- package/dist/cjs/schema/Base38Schema.d.ts.map +1 -0
- package/dist/cjs/schema/Base38Schema.js +110 -0
- package/dist/cjs/schema/Base38Schema.js.map +6 -0
- package/dist/cjs/schema/BitmapSchema.d.ts +76 -0
- package/dist/cjs/schema/BitmapSchema.d.ts.map +1 -0
- package/dist/cjs/schema/BitmapSchema.js +192 -0
- package/dist/cjs/schema/BitmapSchema.js.map +6 -0
- package/dist/cjs/schema/PairingCodeSchema.d.ts +105 -0
- package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -0
- package/dist/cjs/schema/PairingCodeSchema.js +191 -0
- package/dist/cjs/schema/PairingCodeSchema.js.map +6 -0
- package/dist/cjs/schema/QrCodeSchema.d.ts +14 -0
- package/dist/cjs/schema/QrCodeSchema.d.ts.map +1 -0
- package/dist/cjs/schema/QrCodeSchema.js +204 -0
- package/dist/cjs/schema/QrCodeSchema.js.map +6 -0
- package/dist/cjs/schema/Schema.d.ts +17 -0
- package/dist/cjs/schema/Schema.d.ts.map +1 -0
- package/dist/cjs/schema/Schema.js +47 -0
- package/dist/cjs/schema/Schema.js.map +6 -0
- package/dist/cjs/schema/SpecificationVersionSchema.d.ts +21 -0
- package/dist/cjs/schema/SpecificationVersionSchema.d.ts.map +1 -0
- package/dist/cjs/schema/SpecificationVersionSchema.js +42 -0
- package/dist/cjs/schema/SpecificationVersionSchema.js.map +6 -0
- package/dist/cjs/schema/index.d.ts +11 -0
- package/dist/cjs/schema/index.d.ts.map +1 -0
- package/dist/cjs/schema/index.js +28 -0
- package/dist/cjs/schema/index.js.map +6 -0
- package/dist/cjs/tlv/TlvAny.d.ts +22 -0
- package/dist/cjs/tlv/TlvAny.d.ts.map +1 -0
- package/dist/cjs/tlv/TlvAny.js +204 -0
- package/dist/cjs/tlv/TlvAny.js.map +6 -0
- package/dist/cjs/tlv/TlvArray.d.ts +39 -0
- package/dist/cjs/tlv/TlvArray.d.ts.map +1 -0
- package/dist/cjs/tlv/TlvArray.js +126 -0
- package/dist/cjs/tlv/TlvArray.js.map +6 -0
- package/dist/cjs/tlv/TlvBoolean.d.ts +20 -0
- package/dist/cjs/tlv/TlvBoolean.d.ts.map +1 -0
- package/dist/cjs/tlv/TlvBoolean.js +48 -0
- package/dist/cjs/tlv/TlvBoolean.js.map +6 -0
- package/dist/cjs/tlv/TlvCodec.d.ts +100 -0
- package/dist/cjs/tlv/TlvCodec.d.ts.map +1 -0
- package/dist/cjs/tlv/TlvCodec.js +404 -0
- package/dist/cjs/tlv/TlvCodec.js.map +6 -0
- package/dist/cjs/tlv/TlvNoArguments.d.ts +17 -0
- package/dist/cjs/tlv/TlvNoArguments.d.ts.map +1 -0
- package/dist/cjs/tlv/TlvNoArguments.js +41 -0
- package/dist/cjs/tlv/TlvNoArguments.js.map +6 -0
- package/dist/cjs/tlv/TlvNullable.d.ts +24 -0
- package/dist/cjs/tlv/TlvNullable.d.ts.map +1 -0
- package/dist/cjs/tlv/TlvNullable.js +71 -0
- package/dist/cjs/tlv/TlvNullable.js.map +6 -0
- package/dist/cjs/tlv/TlvNumber.d.ts +57 -0
- package/dist/cjs/tlv/TlvNumber.d.ts.map +1 -0
- package/dist/cjs/tlv/TlvNumber.js +186 -0
- package/dist/cjs/tlv/TlvNumber.js.map +6 -0
- package/dist/cjs/tlv/TlvObject.d.ts +103 -0
- package/dist/cjs/tlv/TlvObject.d.ts.map +1 -0
- package/dist/cjs/tlv/TlvObject.js +275 -0
- package/dist/cjs/tlv/TlvObject.js.map +6 -0
- package/dist/cjs/tlv/TlvSchema.d.ts +81 -0
- package/dist/cjs/tlv/TlvSchema.d.ts.map +1 -0
- package/dist/cjs/tlv/TlvSchema.js +113 -0
- package/dist/cjs/tlv/TlvSchema.js.map +6 -0
- package/dist/cjs/tlv/TlvString.d.ts +40 -0
- package/dist/cjs/tlv/TlvString.d.ts.map +1 -0
- package/dist/cjs/tlv/TlvString.js +84 -0
- package/dist/cjs/tlv/TlvString.js.map +6 -0
- package/dist/cjs/tlv/TlvVoid.d.ts +19 -0
- package/dist/cjs/tlv/TlvVoid.d.ts.map +1 -0
- package/dist/cjs/tlv/TlvVoid.js +46 -0
- package/dist/cjs/tlv/TlvVoid.js.map +6 -0
- package/dist/cjs/tlv/TlvWrapper.d.ts +17 -0
- package/dist/cjs/tlv/TlvWrapper.d.ts.map +1 -0
- package/dist/cjs/tlv/TlvWrapper.js +47 -0
- package/dist/cjs/tlv/TlvWrapper.js.map +6 -0
- package/dist/cjs/tlv/index.d.ts +18 -0
- package/dist/cjs/tlv/index.d.ts.map +1 -0
- package/dist/cjs/tlv/index.js +35 -0
- package/dist/cjs/tlv/index.js.map +6 -0
- package/dist/cjs/tsconfig.tsbuildinfo +1 -0
- package/dist/esm/cluster/Cluster.d.ts +250 -0
- package/dist/esm/cluster/Cluster.d.ts.map +1 -0
- package/dist/esm/cluster/Cluster.js +587 -0
- package/dist/esm/cluster/Cluster.js.map +6 -0
- package/dist/esm/cluster/ClusterHelper.d.ts +30 -0
- package/dist/esm/cluster/ClusterHelper.d.ts.map +1 -0
- package/dist/esm/cluster/ClusterHelper.js +158 -0
- package/dist/esm/cluster/ClusterHelper.js.map +6 -0
- package/dist/esm/cluster/ClusterRegistry.d.ts +23 -0
- package/dist/esm/cluster/ClusterRegistry.d.ts.map +1 -0
- package/dist/esm/cluster/ClusterRegistry.js +27 -0
- package/dist/esm/cluster/ClusterRegistry.js.map +6 -0
- package/dist/esm/cluster/ClusterType.d.ts +227 -0
- package/dist/esm/cluster/ClusterType.d.ts.map +1 -0
- package/dist/esm/cluster/ClusterType.js +46 -0
- package/dist/esm/cluster/ClusterType.js.map +6 -0
- package/dist/esm/cluster/index.d.ts +12 -0
- package/dist/esm/cluster/index.d.ts.map +1 -0
- package/dist/esm/cluster/index.js +12 -0
- package/dist/esm/cluster/index.js.map +6 -0
- package/dist/esm/cluster/mutation/ClusterComposer.d.ts +115 -0
- package/dist/esm/cluster/mutation/ClusterComposer.d.ts.map +1 -0
- package/dist/esm/cluster/mutation/ClusterComposer.js +131 -0
- package/dist/esm/cluster/mutation/ClusterComposer.js.map +6 -0
- package/dist/esm/cluster/mutation/ElementModifier.d.ts +124 -0
- package/dist/esm/cluster/mutation/ElementModifier.d.ts.map +1 -0
- package/dist/esm/cluster/mutation/ElementModifier.js +80 -0
- package/dist/esm/cluster/mutation/ElementModifier.js.map +6 -0
- package/dist/esm/cluster/mutation/MutableCluster.d.ts +75 -0
- package/dist/esm/cluster/mutation/MutableCluster.d.ts.map +1 -0
- package/dist/esm/cluster/mutation/MutableCluster.js +63 -0
- package/dist/esm/cluster/mutation/MutableCluster.js.map +6 -0
- package/dist/esm/cluster/mutation/index.d.ts +9 -0
- package/dist/esm/cluster/mutation/index.d.ts.map +1 -0
- package/dist/esm/cluster/mutation/index.js +9 -0
- package/dist/esm/cluster/mutation/index.js.map +6 -0
- package/dist/esm/clusters/access-control.d.ts +850 -0
- package/dist/esm/clusters/access-control.d.ts.map +1 -0
- package/dist/esm/clusters/access-control.js +358 -0
- package/dist/esm/clusters/access-control.js.map +6 -0
- package/dist/esm/clusters/account-login.d.ts +359 -0
- package/dist/esm/clusters/account-login.d.ts.map +1 -0
- package/dist/esm/clusters/account-login.js +225 -0
- package/dist/esm/clusters/account-login.js.map +6 -0
- package/dist/esm/clusters/actions.d.ts +1170 -0
- package/dist/esm/clusters/actions.d.ts.map +1 -0
- package/dist/esm/clusters/actions.js +543 -0
- package/dist/esm/clusters/actions.js.map +6 -0
- package/dist/esm/clusters/activated-carbon-filter-monitoring.d.ts +162 -0
- package/dist/esm/clusters/activated-carbon-filter-monitoring.d.ts.map +1 -0
- package/dist/esm/clusters/activated-carbon-filter-monitoring.js +27 -0
- package/dist/esm/clusters/activated-carbon-filter-monitoring.js.map +6 -0
- package/dist/esm/clusters/administrator-commissioning.d.ts +885 -0
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -0
- package/dist/esm/clusters/administrator-commissioning.js +295 -0
- package/dist/esm/clusters/administrator-commissioning.js.map +6 -0
- package/dist/esm/clusters/air-quality.d.ts +189 -0
- package/dist/esm/clusters/air-quality.d.ts.map +1 -0
- package/dist/esm/clusters/air-quality.js +84 -0
- package/dist/esm/clusters/air-quality.js.map +6 -0
- package/dist/esm/clusters/alarm-base.d.ts +451 -0
- package/dist/esm/clusters/alarm-base.d.ts.map +1 -0
- package/dist/esm/clusters/alarm-base.js +188 -0
- package/dist/esm/clusters/alarm-base.js.map +6 -0
- package/dist/esm/clusters/application-basic.d.ts +169 -0
- package/dist/esm/clusters/application-basic.d.ts.map +1 -0
- package/dist/esm/clusters/application-basic.js +120 -0
- package/dist/esm/clusters/application-basic.js.map +6 -0
- package/dist/esm/clusters/application-launcher.d.ts +1084 -0
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -0
- package/dist/esm/clusters/application-launcher.js +230 -0
- package/dist/esm/clusters/application-launcher.js.map +6 -0
- package/dist/esm/clusters/audio-output.d.ts +439 -0
- package/dist/esm/clusters/audio-output.d.ts.map +1 -0
- package/dist/esm/clusters/audio-output.js +143 -0
- package/dist/esm/clusters/audio-output.js.map +6 -0
- package/dist/esm/clusters/ballast-configuration.d.ts +248 -0
- package/dist/esm/clusters/ballast-configuration.d.ts.map +1 -0
- package/dist/esm/clusters/ballast-configuration.js +236 -0
- package/dist/esm/clusters/ballast-configuration.js.map +6 -0
- package/dist/esm/clusters/basic-information.d.ts +628 -0
- package/dist/esm/clusters/basic-information.d.ts.map +1 -0
- package/dist/esm/clusters/basic-information.js +447 -0
- package/dist/esm/clusters/basic-information.js.map +6 -0
- package/dist/esm/clusters/binding.d.ts +136 -0
- package/dist/esm/clusters/binding.d.ts.map +1 -0
- package/dist/esm/clusters/binding.js +76 -0
- package/dist/esm/clusters/binding.js.map +6 -0
- package/dist/esm/clusters/boolean-state-configuration.d.ts +1737 -0
- package/dist/esm/clusters/boolean-state-configuration.d.ts.map +1 -0
- package/dist/esm/clusters/boolean-state-configuration.js +352 -0
- package/dist/esm/clusters/boolean-state-configuration.js.map +6 -0
- package/dist/esm/clusters/boolean-state.d.ts +79 -0
- package/dist/esm/clusters/boolean-state.d.ts.map +1 -0
- package/dist/esm/clusters/boolean-state.js +55 -0
- package/dist/esm/clusters/boolean-state.js.map +6 -0
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +159 -0
- package/dist/esm/clusters/bridged-device-basic-information.d.ts.map +1 -0
- package/dist/esm/clusters/bridged-device-basic-information.js +142 -0
- package/dist/esm/clusters/bridged-device-basic-information.js.map +6 -0
- package/dist/esm/clusters/carbon-dioxide-concentration-measurement.d.ts +310 -0
- package/dist/esm/clusters/carbon-dioxide-concentration-measurement.d.ts.map +1 -0
- package/dist/esm/clusters/carbon-dioxide-concentration-measurement.js +31 -0
- package/dist/esm/clusters/carbon-dioxide-concentration-measurement.js.map +6 -0
- package/dist/esm/clusters/carbon-monoxide-concentration-measurement.d.ts +310 -0
- package/dist/esm/clusters/carbon-monoxide-concentration-measurement.d.ts.map +1 -0
- package/dist/esm/clusters/carbon-monoxide-concentration-measurement.js +31 -0
- package/dist/esm/clusters/carbon-monoxide-concentration-measurement.js.map +6 -0
- package/dist/esm/clusters/channel.d.ts +4764 -0
- package/dist/esm/clusters/channel.d.ts.map +1 -0
- package/dist/esm/clusters/channel.js +717 -0
- package/dist/esm/clusters/channel.js.map +6 -0
- package/dist/esm/clusters/color-control.d.ts +5084 -0
- package/dist/esm/clusters/color-control.d.ts.map +1 -0
- package/dist/esm/clusters/color-control.js +1381 -0
- package/dist/esm/clusters/color-control.js.map +6 -0
- package/dist/esm/clusters/concentration-measurement.d.ts +566 -0
- package/dist/esm/clusters/concentration-measurement.d.ts.map +1 -0
- package/dist/esm/clusters/concentration-measurement.js +255 -0
- package/dist/esm/clusters/concentration-measurement.js.map +6 -0
- package/dist/esm/clusters/content-app-observer.d.ts +183 -0
- package/dist/esm/clusters/content-app-observer.d.ts.map +1 -0
- package/dist/esm/clusters/content-app-observer.js +79 -0
- package/dist/esm/clusters/content-app-observer.js.map +6 -0
- package/dist/esm/clusters/content-control.d.ts +3879 -0
- package/dist/esm/clusters/content-control.d.ts.map +1 -0
- package/dist/esm/clusters/content-control.js +955 -0
- package/dist/esm/clusters/content-control.js.map +6 -0
- package/dist/esm/clusters/content-launcher.d.ts +4265 -0
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -0
- package/dist/esm/clusters/content-launcher.js +493 -0
- package/dist/esm/clusters/content-launcher.js.map +6 -0
- package/dist/esm/clusters/descriptor.d.ts +413 -0
- package/dist/esm/clusters/descriptor.d.ts.map +1 -0
- package/dist/esm/clusters/descriptor.js +141 -0
- package/dist/esm/clusters/descriptor.js.map +6 -0
- package/dist/esm/clusters/device-energy-management-mode.d.ts +374 -0
- package/dist/esm/clusters/device-energy-management-mode.d.ts.map +1 -0
- package/dist/esm/clusters/device-energy-management-mode.js +144 -0
- package/dist/esm/clusters/device-energy-management-mode.js.map +6 -0
- package/dist/esm/clusters/device-energy-management.d.ts +6333 -0
- package/dist/esm/clusters/device-energy-management.d.ts.map +1 -0
- package/dist/esm/clusters/device-energy-management.js +1257 -0
- package/dist/esm/clusters/device-energy-management.js.map +6 -0
- package/dist/esm/clusters/diagnostic-logs.d.ts +341 -0
- package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -0
- package/dist/esm/clusters/diagnostic-logs.js +141 -0
- package/dist/esm/clusters/diagnostic-logs.js.map +6 -0
- package/dist/esm/clusters/dishwasher-alarm.d.ts +380 -0
- package/dist/esm/clusters/dishwasher-alarm.d.ts.map +1 -0
- package/dist/esm/clusters/dishwasher-alarm.js +160 -0
- package/dist/esm/clusters/dishwasher-alarm.js.map +6 -0
- package/dist/esm/clusters/dishwasher-mode.d.ts +194 -0
- package/dist/esm/clusters/dishwasher-mode.d.ts.map +1 -0
- package/dist/esm/clusters/dishwasher-mode.js +92 -0
- package/dist/esm/clusters/dishwasher-mode.js.map +6 -0
- package/dist/esm/clusters/door-lock.d.ts +15808 -0
- package/dist/esm/clusters/door-lock.d.ts.map +1 -0
- package/dist/esm/clusters/door-lock.js +3207 -0
- package/dist/esm/clusters/door-lock.js.map +6 -0
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +4074 -0
- package/dist/esm/clusters/electrical-energy-measurement.d.ts.map +1 -0
- package/dist/esm/clusters/electrical-energy-measurement.js +449 -0
- package/dist/esm/clusters/electrical-energy-measurement.js.map +6 -0
- package/dist/esm/clusters/electrical-power-measurement.d.ts +2565 -0
- package/dist/esm/clusters/electrical-power-measurement.d.ts.map +1 -0
- package/dist/esm/clusters/electrical-power-measurement.js +639 -0
- package/dist/esm/clusters/electrical-power-measurement.js.map +6 -0
- package/dist/esm/clusters/energy-evse-mode.d.ts +367 -0
- package/dist/esm/clusters/energy-evse-mode.d.ts.map +1 -0
- package/dist/esm/clusters/energy-evse-mode.js +143 -0
- package/dist/esm/clusters/energy-evse-mode.js.map +6 -0
- package/dist/esm/clusters/energy-evse.d.ts +4153 -0
- package/dist/esm/clusters/energy-evse.d.ts.map +1 -0
- package/dist/esm/clusters/energy-evse.js +991 -0
- package/dist/esm/clusters/energy-evse.js.map +6 -0
- package/dist/esm/clusters/energy-preference.d.ts +665 -0
- package/dist/esm/clusters/energy-preference.d.ts.map +1 -0
- package/dist/esm/clusters/energy-preference.js +206 -0
- package/dist/esm/clusters/energy-preference.js.map +6 -0
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +623 -0
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts.map +1 -0
- package/dist/esm/clusters/ethernet-network-diagnostics.js +215 -0
- package/dist/esm/clusters/ethernet-network-diagnostics.js.map +6 -0
- package/dist/esm/clusters/fan-control.d.ts +1289 -0
- package/dist/esm/clusters/fan-control.d.ts.map +1 -0
- package/dist/esm/clusters/fan-control.js +365 -0
- package/dist/esm/clusters/fan-control.js.map +6 -0
- package/dist/esm/clusters/fixed-label.d.ts +53 -0
- package/dist/esm/clusters/fixed-label.d.ts.map +1 -0
- package/dist/esm/clusters/fixed-label.js +33 -0
- package/dist/esm/clusters/fixed-label.js.map +6 -0
- package/dist/esm/clusters/flow-measurement.d.ts +69 -0
- package/dist/esm/clusters/flow-measurement.d.ts.map +1 -0
- package/dist/esm/clusters/flow-measurement.js +64 -0
- package/dist/esm/clusters/flow-measurement.js.map +6 -0
- package/dist/esm/clusters/formaldehyde-concentration-measurement.d.ts +310 -0
- package/dist/esm/clusters/formaldehyde-concentration-measurement.d.ts.map +1 -0
- package/dist/esm/clusters/formaldehyde-concentration-measurement.js +31 -0
- package/dist/esm/clusters/formaldehyde-concentration-measurement.js.map +6 -0
- package/dist/esm/clusters/general-commissioning.d.ts +575 -0
- package/dist/esm/clusters/general-commissioning.d.ts.map +1 -0
- package/dist/esm/clusters/general-commissioning.js +427 -0
- package/dist/esm/clusters/general-commissioning.js.map +6 -0
- package/dist/esm/clusters/general-diagnostics.d.ts +1891 -0
- package/dist/esm/clusters/general-diagnostics.d.ts.map +1 -0
- package/dist/esm/clusters/general-diagnostics.js +551 -0
- package/dist/esm/clusters/general-diagnostics.js.map +6 -0
- package/dist/esm/clusters/group-key-management.d.ts +1254 -0
- package/dist/esm/clusters/group-key-management.d.ts.map +1 -0
- package/dist/esm/clusters/group-key-management.js +387 -0
- package/dist/esm/clusters/group-key-management.js.map +6 -0
- package/dist/esm/clusters/groups.d.ts +710 -0
- package/dist/esm/clusters/groups.d.ts.map +1 -0
- package/dist/esm/clusters/groups.js +250 -0
- package/dist/esm/clusters/groups.js.map +6 -0
- package/dist/esm/clusters/hepa-filter-monitoring.d.ts +162 -0
- package/dist/esm/clusters/hepa-filter-monitoring.d.ts.map +1 -0
- package/dist/esm/clusters/hepa-filter-monitoring.js +27 -0
- package/dist/esm/clusters/hepa-filter-monitoring.js.map +6 -0
- package/dist/esm/clusters/icd-management.d.ts +1744 -0
- package/dist/esm/clusters/icd-management.d.ts.map +1 -0
- package/dist/esm/clusters/icd-management.js +504 -0
- package/dist/esm/clusters/icd-management.js.map +6 -0
- package/dist/esm/clusters/identify.d.ts +219 -0
- package/dist/esm/clusters/identify.d.ts.map +1 -0
- package/dist/esm/clusters/identify.js +122 -0
- package/dist/esm/clusters/identify.js.map +6 -0
- package/dist/esm/clusters/illuminance-measurement.d.ts +94 -0
- package/dist/esm/clusters/illuminance-measurement.d.ts.map +1 -0
- package/dist/esm/clusters/illuminance-measurement.js +81 -0
- package/dist/esm/clusters/illuminance-measurement.js.map +6 -0
- package/dist/esm/clusters/index.d.ts +121 -0
- package/dist/esm/clusters/index.d.ts.map +1 -0
- package/dist/esm/clusters/index.js +381 -0
- package/dist/esm/clusters/index.js.map +6 -0
- package/dist/esm/clusters/keypad-input.d.ts +341 -0
- package/dist/esm/clusters/keypad-input.d.ts.map +1 -0
- package/dist/esm/clusters/keypad-input.js +187 -0
- package/dist/esm/clusters/keypad-input.js.map +6 -0
- package/dist/esm/clusters/label.d.ts +96 -0
- package/dist/esm/clusters/label.d.ts.map +1 -0
- package/dist/esm/clusters/label.js +46 -0
- package/dist/esm/clusters/label.js.map +6 -0
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +82 -0
- package/dist/esm/clusters/laundry-dryer-controls.d.ts.map +1 -0
- package/dist/esm/clusters/laundry-dryer-controls.js +63 -0
- package/dist/esm/clusters/laundry-dryer-controls.js.map +6 -0
- package/dist/esm/clusters/laundry-washer-controls.d.ts +379 -0
- package/dist/esm/clusters/laundry-washer-controls.d.ts.map +1 -0
- package/dist/esm/clusters/laundry-washer-controls.js +142 -0
- package/dist/esm/clusters/laundry-washer-controls.js.map +6 -0
- package/dist/esm/clusters/laundry-washer-mode.d.ts +200 -0
- package/dist/esm/clusters/laundry-washer-mode.d.ts.map +1 -0
- package/dist/esm/clusters/laundry-washer-mode.js +93 -0
- package/dist/esm/clusters/laundry-washer-mode.js.map +6 -0
- package/dist/esm/clusters/level-control.d.ts +2945 -0
- package/dist/esm/clusters/level-control.d.ts.map +1 -0
- package/dist/esm/clusters/level-control.js +406 -0
- package/dist/esm/clusters/level-control.js.map +6 -0
- package/dist/esm/clusters/localization-configuration.d.ts +60 -0
- package/dist/esm/clusters/localization-configuration.d.ts.map +1 -0
- package/dist/esm/clusters/localization-configuration.js +55 -0
- package/dist/esm/clusters/localization-configuration.js.map +6 -0
- package/dist/esm/clusters/low-power.d.ts +52 -0
- package/dist/esm/clusters/low-power.d.ts.map +1 -0
- package/dist/esm/clusters/low-power.js +34 -0
- package/dist/esm/clusters/low-power.js.map +6 -0
- package/dist/esm/clusters/media-input.d.ts +493 -0
- package/dist/esm/clusters/media-input.d.ts.map +1 -0
- package/dist/esm/clusters/media-input.js +161 -0
- package/dist/esm/clusters/media-input.js.map +6 -0
- package/dist/esm/clusters/media-playback.d.ts +3558 -0
- package/dist/esm/clusters/media-playback.d.ts.map +1 -0
- package/dist/esm/clusters/media-playback.js +721 -0
- package/dist/esm/clusters/media-playback.js.map +6 -0
- package/dist/esm/clusters/messages.d.ts +1369 -0
- package/dist/esm/clusters/messages.d.ts.map +1 -0
- package/dist/esm/clusters/messages.js +401 -0
- package/dist/esm/clusters/messages.js.map +6 -0
- package/dist/esm/clusters/microwave-oven-control.d.ts +859 -0
- package/dist/esm/clusters/microwave-oven-control.d.ts.map +1 -0
- package/dist/esm/clusters/microwave-oven-control.js +282 -0
- package/dist/esm/clusters/microwave-oven-control.js.map +6 -0
- package/dist/esm/clusters/microwave-oven-mode.d.ts +140 -0
- package/dist/esm/clusters/microwave-oven-mode.d.ts.map +1 -0
- package/dist/esm/clusters/microwave-oven-mode.js +69 -0
- package/dist/esm/clusters/microwave-oven-mode.js.map +6 -0
- package/dist/esm/clusters/mode-base.d.ts +716 -0
- package/dist/esm/clusters/mode-base.d.ts.map +1 -0
- package/dist/esm/clusters/mode-base.js +261 -0
- package/dist/esm/clusters/mode-base.js.map +6 -0
- package/dist/esm/clusters/mode-select.d.ts +638 -0
- package/dist/esm/clusters/mode-select.d.ts.map +1 -0
- package/dist/esm/clusters/mode-select.js +211 -0
- package/dist/esm/clusters/mode-select.js.map +6 -0
- package/dist/esm/clusters/network-commissioning.d.ts +5310 -0
- package/dist/esm/clusters/network-commissioning.d.ts.map +1 -0
- package/dist/esm/clusters/network-commissioning.js +1006 -0
- package/dist/esm/clusters/network-commissioning.js.map +6 -0
- package/dist/esm/clusters/nitrogen-dioxide-concentration-measurement.d.ts +310 -0
- package/dist/esm/clusters/nitrogen-dioxide-concentration-measurement.d.ts.map +1 -0
- package/dist/esm/clusters/nitrogen-dioxide-concentration-measurement.js +31 -0
- package/dist/esm/clusters/nitrogen-dioxide-concentration-measurement.js.map +6 -0
- package/dist/esm/clusters/occupancy-sensing.d.ts +196 -0
- package/dist/esm/clusters/occupancy-sensing.d.ts.map +1 -0
- package/dist/esm/clusters/occupancy-sensing.js +184 -0
- package/dist/esm/clusters/occupancy-sensing.js.map +6 -0
- package/dist/esm/clusters/on-off.d.ts +1399 -0
- package/dist/esm/clusters/on-off.d.ts.map +1 -0
- package/dist/esm/clusters/on-off.js +327 -0
- package/dist/esm/clusters/on-off.js.map +6 -0
- package/dist/esm/clusters/operational-credentials.d.ts +1307 -0
- package/dist/esm/clusters/operational-credentials.d.ts.map +1 -0
- package/dist/esm/clusters/operational-credentials.js +697 -0
- package/dist/esm/clusters/operational-credentials.js.map +6 -0
- package/dist/esm/clusters/operational-state.d.ts +711 -0
- package/dist/esm/clusters/operational-state.d.ts.map +1 -0
- package/dist/esm/clusters/operational-state.js +352 -0
- package/dist/esm/clusters/operational-state.js.map +6 -0
- package/dist/esm/clusters/ota-software-update-provider.d.ts +928 -0
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -0
- package/dist/esm/clusters/ota-software-update-provider.js +451 -0
- package/dist/esm/clusters/ota-software-update-provider.js.map +6 -0
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +688 -0
- package/dist/esm/clusters/ota-software-update-requestor.d.ts.map +1 -0
- package/dist/esm/clusters/ota-software-update-requestor.js +338 -0
- package/dist/esm/clusters/ota-software-update-requestor.js.map +6 -0
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +273 -0
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts.map +1 -0
- package/dist/esm/clusters/oven-cavity-operational-state.js +268 -0
- package/dist/esm/clusters/oven-cavity-operational-state.js.map +6 -0
- package/dist/esm/clusters/oven-mode.d.ts +399 -0
- package/dist/esm/clusters/oven-mode.d.ts.map +1 -0
- package/dist/esm/clusters/oven-mode.js +149 -0
- package/dist/esm/clusters/oven-mode.js.map +6 -0
- package/dist/esm/clusters/ozone-concentration-measurement.d.ts +309 -0
- package/dist/esm/clusters/ozone-concentration-measurement.d.ts.map +1 -0
- package/dist/esm/clusters/ozone-concentration-measurement.js +27 -0
- package/dist/esm/clusters/ozone-concentration-measurement.js.map +6 -0
- package/dist/esm/clusters/pm1-concentration-measurement.d.ts +309 -0
- package/dist/esm/clusters/pm1-concentration-measurement.d.ts.map +1 -0
- package/dist/esm/clusters/pm1-concentration-measurement.js +27 -0
- package/dist/esm/clusters/pm1-concentration-measurement.js.map +6 -0
- package/dist/esm/clusters/pm10-concentration-measurement.d.ts +309 -0
- package/dist/esm/clusters/pm10-concentration-measurement.d.ts.map +1 -0
- package/dist/esm/clusters/pm10-concentration-measurement.js +27 -0
- package/dist/esm/clusters/pm10-concentration-measurement.js.map +6 -0
- package/dist/esm/clusters/pm25-concentration-measurement.d.ts +309 -0
- package/dist/esm/clusters/pm25-concentration-measurement.d.ts.map +1 -0
- package/dist/esm/clusters/pm25-concentration-measurement.js +27 -0
- package/dist/esm/clusters/pm25-concentration-measurement.js.map +6 -0
- package/dist/esm/clusters/power-source-configuration.d.ts +48 -0
- package/dist/esm/clusters/power-source-configuration.d.ts.map +1 -0
- package/dist/esm/clusters/power-source-configuration.js +43 -0
- package/dist/esm/clusters/power-source-configuration.js.map +6 -0
- package/dist/esm/clusters/power-source.d.ts +2377 -0
- package/dist/esm/clusters/power-source.d.ts.map +1 -0
- package/dist/esm/clusters/power-source.js +773 -0
- package/dist/esm/clusters/power-source.js.map +6 -0
- package/dist/esm/clusters/power-topology.d.ts +346 -0
- package/dist/esm/clusters/power-topology.d.ts.map +1 -0
- package/dist/esm/clusters/power-topology.js +119 -0
- package/dist/esm/clusters/power-topology.js.map +6 -0
- package/dist/esm/clusters/pressure-measurement.d.ts +377 -0
- package/dist/esm/clusters/pressure-measurement.d.ts.map +1 -0
- package/dist/esm/clusters/pressure-measurement.js +148 -0
- package/dist/esm/clusters/pressure-measurement.js.map +6 -0
- package/dist/esm/clusters/proxy-configuration.d.ts +79 -0
- package/dist/esm/clusters/proxy-configuration.d.ts.map +1 -0
- package/dist/esm/clusters/proxy-configuration.js +53 -0
- package/dist/esm/clusters/proxy-configuration.js.map +6 -0
- package/dist/esm/clusters/proxy-discovery.d.ts +98 -0
- package/dist/esm/clusters/proxy-discovery.d.ts.map +1 -0
- package/dist/esm/clusters/proxy-discovery.js +59 -0
- package/dist/esm/clusters/proxy-discovery.js.map +6 -0
- package/dist/esm/clusters/pulse-width-modulation.d.ts +2031 -0
- package/dist/esm/clusters/pulse-width-modulation.d.ts.map +1 -0
- package/dist/esm/clusters/pulse-width-modulation.js +31 -0
- package/dist/esm/clusters/pulse-width-modulation.js.map +6 -0
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +2203 -0
- package/dist/esm/clusters/pump-configuration-and-control.d.ts.map +1 -0
- package/dist/esm/clusters/pump-configuration-and-control.js +739 -0
- package/dist/esm/clusters/pump-configuration-and-control.js.map +6 -0
- package/dist/esm/clusters/radon-concentration-measurement.d.ts +309 -0
- package/dist/esm/clusters/radon-concentration-measurement.d.ts.map +1 -0
- package/dist/esm/clusters/radon-concentration-measurement.js +27 -0
- package/dist/esm/clusters/radon-concentration-measurement.js.map +6 -0
- package/dist/esm/clusters/refrigerator-alarm.d.ts +332 -0
- package/dist/esm/clusters/refrigerator-alarm.d.ts.map +1 -0
- package/dist/esm/clusters/refrigerator-alarm.js +122 -0
- package/dist/esm/clusters/refrigerator-alarm.js.map +6 -0
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +180 -0
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -0
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +87 -0
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +6 -0
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +73 -0
- package/dist/esm/clusters/relative-humidity-measurement.d.ts.map +1 -0
- package/dist/esm/clusters/relative-humidity-measurement.js +67 -0
- package/dist/esm/clusters/relative-humidity-measurement.js.map +6 -0
- package/dist/esm/clusters/resource-monitoring.d.ts +353 -0
- package/dist/esm/clusters/resource-monitoring.d.ts.map +1 -0
- package/dist/esm/clusters/resource-monitoring.js +181 -0
- package/dist/esm/clusters/resource-monitoring.js.map +6 -0
- package/dist/esm/clusters/rvc-clean-mode.d.ts +174 -0
- package/dist/esm/clusters/rvc-clean-mode.d.ts.map +1 -0
- package/dist/esm/clusters/rvc-clean-mode.js +84 -0
- package/dist/esm/clusters/rvc-clean-mode.js.map +6 -0
- package/dist/esm/clusters/rvc-operational-state.d.ts +242 -0
- package/dist/esm/clusters/rvc-operational-state.d.ts.map +1 -0
- package/dist/esm/clusters/rvc-operational-state.js +181 -0
- package/dist/esm/clusters/rvc-operational-state.js.map +6 -0
- package/dist/esm/clusters/rvc-run-mode.d.ts +217 -0
- package/dist/esm/clusters/rvc-run-mode.d.ts.map +1 -0
- package/dist/esm/clusters/rvc-run-mode.js +91 -0
- package/dist/esm/clusters/rvc-run-mode.js.map +6 -0
- package/dist/esm/clusters/scenes-management.d.ts +2351 -0
- package/dist/esm/clusters/scenes-management.d.ts.map +1 -0
- package/dist/esm/clusters/scenes-management.js +682 -0
- package/dist/esm/clusters/scenes-management.js.map +6 -0
- package/dist/esm/clusters/smoke-co-alarm.d.ts +1304 -0
- package/dist/esm/clusters/smoke-co-alarm.d.ts.map +1 -0
- package/dist/esm/clusters/smoke-co-alarm.js +399 -0
- package/dist/esm/clusters/smoke-co-alarm.js.map +6 -0
- package/dist/esm/clusters/software-diagnostics.d.ts +590 -0
- package/dist/esm/clusters/software-diagnostics.d.ts.map +1 -0
- package/dist/esm/clusters/software-diagnostics.js +205 -0
- package/dist/esm/clusters/software-diagnostics.js.map +6 -0
- package/dist/esm/clusters/switch.d.ts +1222 -0
- package/dist/esm/clusters/switch.d.ts.map +1 -0
- package/dist/esm/clusters/switch.js +336 -0
- package/dist/esm/clusters/switch.js.map +6 -0
- package/dist/esm/clusters/target-navigator.d.ts +261 -0
- package/dist/esm/clusters/target-navigator.d.ts.map +1 -0
- package/dist/esm/clusters/target-navigator.js +120 -0
- package/dist/esm/clusters/target-navigator.js.map +6 -0
- package/dist/esm/clusters/temperature-control.d.ts +626 -0
- package/dist/esm/clusters/temperature-control.d.ts.map +1 -0
- package/dist/esm/clusters/temperature-control.js +204 -0
- package/dist/esm/clusters/temperature-control.js.map +6 -0
- package/dist/esm/clusters/temperature-measurement.d.ts +64 -0
- package/dist/esm/clusters/temperature-measurement.d.ts.map +1 -0
- package/dist/esm/clusters/temperature-measurement.js +59 -0
- package/dist/esm/clusters/temperature-measurement.js.map +6 -0
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +115 -0
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts.map +1 -0
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +84 -0
- package/dist/esm/clusters/thermostat-user-interface-configuration.js.map +6 -0
- package/dist/esm/clusters/thermostat.d.ts +4485 -0
- package/dist/esm/clusters/thermostat.d.ts.map +1 -0
- package/dist/esm/clusters/thermostat.js +1360 -0
- package/dist/esm/clusters/thermostat.js.map +6 -0
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +3308 -0
- package/dist/esm/clusters/thread-network-diagnostics.d.ts.map +1 -0
- package/dist/esm/clusters/thread-network-diagnostics.js +1114 -0
- package/dist/esm/clusters/thread-network-diagnostics.js.map +6 -0
- package/dist/esm/clusters/time-format-localization.d.ts +331 -0
- package/dist/esm/clusters/time-format-localization.d.ts.map +1 -0
- package/dist/esm/clusters/time-format-localization.js +134 -0
- package/dist/esm/clusters/time-format-localization.js.map +6 -0
- package/dist/esm/clusters/time-synchronization.d.ts +2597 -0
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -0
- package/dist/esm/clusters/time-synchronization.js +701 -0
- package/dist/esm/clusters/time-synchronization.js.map +6 -0
- package/dist/esm/clusters/total-volatile-organic-compounds-concentration-measurement.d.ts +311 -0
- package/dist/esm/clusters/total-volatile-organic-compounds-concentration-measurement.d.ts.map +1 -0
- package/dist/esm/clusters/total-volatile-organic-compounds-concentration-measurement.js +31 -0
- package/dist/esm/clusters/total-volatile-organic-compounds-concentration-measurement.js.map +6 -0
- package/dist/esm/clusters/unit-localization.d.ts +187 -0
- package/dist/esm/clusters/unit-localization.d.ts.map +1 -0
- package/dist/esm/clusters/unit-localization.js +81 -0
- package/dist/esm/clusters/unit-localization.js.map +6 -0
- package/dist/esm/clusters/user-label.d.ts +43 -0
- package/dist/esm/clusters/user-label.d.ts.map +1 -0
- package/dist/esm/clusters/user-label.js +41 -0
- package/dist/esm/clusters/user-label.js.map +6 -0
- package/dist/esm/clusters/valid-proxies.d.ts +84 -0
- package/dist/esm/clusters/valid-proxies.d.ts.map +1 -0
- package/dist/esm/clusters/valid-proxies.js +48 -0
- package/dist/esm/clusters/valid-proxies.js.map +6 -0
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +1146 -0
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -0
- package/dist/esm/clusters/valve-configuration-and-control.js +365 -0
- package/dist/esm/clusters/valve-configuration-and-control.js.map +6 -0
- package/dist/esm/clusters/wake-on-lan.d.ts +78 -0
- package/dist/esm/clusters/wake-on-lan.d.ts.map +1 -0
- package/dist/esm/clusters/wake-on-lan.js +51 -0
- package/dist/esm/clusters/wake-on-lan.js.map +6 -0
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +928 -0
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts.map +1 -0
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +331 -0
- package/dist/esm/clusters/wi-fi-network-diagnostics.js.map +6 -0
- package/dist/esm/clusters/window-covering.d.ts +2864 -0
- package/dist/esm/clusters/window-covering.d.ts.map +1 -0
- package/dist/esm/clusters/window-covering.js +896 -0
- package/dist/esm/clusters/window-covering.js.map +6 -0
- package/dist/esm/commissioning/CommissioningConstants.d.ts +11 -0
- package/dist/esm/commissioning/CommissioningConstants.d.ts.map +1 -0
- package/dist/esm/commissioning/CommissioningConstants.js +19 -0
- package/dist/esm/commissioning/CommissioningConstants.js.map +6 -0
- package/dist/esm/commissioning/CommissioningOptions.d.ts +38 -0
- package/dist/esm/commissioning/CommissioningOptions.d.ts.map +1 -0
- package/dist/esm/commissioning/CommissioningOptions.js +26 -0
- package/dist/esm/commissioning/CommissioningOptions.js.map +6 -0
- package/dist/esm/commissioning/index.d.ts +8 -0
- package/dist/esm/commissioning/index.d.ts.map +1 -0
- package/dist/esm/commissioning/index.js +8 -0
- package/dist/esm/commissioning/index.js.map +6 -0
- package/dist/esm/common/DeviceClassification.d.ts +44 -0
- package/dist/esm/common/DeviceClassification.d.ts.map +1 -0
- package/dist/esm/common/DeviceClassification.js +18 -0
- package/dist/esm/common/DeviceClassification.js.map +6 -0
- package/dist/esm/common/ProductDescription.d.ts +25 -0
- package/dist/esm/common/ProductDescription.d.ts.map +1 -0
- package/dist/esm/common/ProductDescription.js +6 -0
- package/dist/esm/common/ProductDescription.js.map +6 -0
- package/dist/esm/common/StatusCode.d.ts +17 -0
- package/dist/esm/common/StatusCode.d.ts.map +1 -0
- package/dist/esm/common/StatusCode.js +24 -0
- package/dist/esm/common/StatusCode.js.map +6 -0
- package/dist/esm/common/ValidationError.d.ts +38 -0
- package/dist/esm/common/ValidationError.d.ts.map +1 -0
- package/dist/esm/common/ValidationError.js +44 -0
- package/dist/esm/common/ValidationError.js.map +6 -0
- package/dist/esm/common/index.d.ts +9 -0
- package/dist/esm/common/index.d.ts.map +1 -0
- package/dist/esm/common/index.js +9 -0
- package/dist/esm/common/index.js.map +6 -0
- package/dist/esm/datatype/AttributeId.d.ts +21 -0
- package/dist/esm/datatype/AttributeId.d.ts.map +1 -0
- package/dist/esm/datatype/AttributeId.js +39 -0
- package/dist/esm/datatype/AttributeId.js.map +6 -0
- package/dist/esm/datatype/CaseAuthenticatedTag.d.ts +28 -0
- package/dist/esm/datatype/CaseAuthenticatedTag.d.ts.map +1 -0
- package/dist/esm/datatype/CaseAuthenticatedTag.js +55 -0
- package/dist/esm/datatype/CaseAuthenticatedTag.js.map +6 -0
- package/dist/esm/datatype/ClusterId.d.ts +24 -0
- package/dist/esm/datatype/ClusterId.d.ts.map +1 -0
- package/dist/esm/datatype/ClusterId.js +46 -0
- package/dist/esm/datatype/ClusterId.js.map +6 -0
- package/dist/esm/datatype/CommandId.d.ts +20 -0
- package/dist/esm/datatype/CommandId.d.ts.map +1 -0
- package/dist/esm/datatype/CommandId.js +33 -0
- package/dist/esm/datatype/CommandId.js.map +6 -0
- package/dist/esm/datatype/DataVersion.d.ts +18 -0
- package/dist/esm/datatype/DataVersion.d.ts.map +1 -0
- package/dist/esm/datatype/DataVersion.js +20 -0
- package/dist/esm/datatype/DataVersion.js.map +6 -0
- package/dist/esm/datatype/DeviceTypeId.d.ts +20 -0
- package/dist/esm/datatype/DeviceTypeId.d.ts.map +1 -0
- package/dist/esm/datatype/DeviceTypeId.js +33 -0
- package/dist/esm/datatype/DeviceTypeId.js.map +6 -0
- package/dist/esm/datatype/EndpointNumber.d.ts +20 -0
- package/dist/esm/datatype/EndpointNumber.d.ts.map +1 -0
- package/dist/esm/datatype/EndpointNumber.js +28 -0
- package/dist/esm/datatype/EndpointNumber.js.map +6 -0
- package/dist/esm/datatype/EntryIndex.d.ts +18 -0
- package/dist/esm/datatype/EntryIndex.d.ts.map +1 -0
- package/dist/esm/datatype/EntryIndex.js +20 -0
- package/dist/esm/datatype/EntryIndex.js.map +6 -0
- package/dist/esm/datatype/EventId.d.ts +20 -0
- package/dist/esm/datatype/EventId.d.ts.map +1 -0
- package/dist/esm/datatype/EventId.js +33 -0
- package/dist/esm/datatype/EventId.js.map +6 -0
- package/dist/esm/datatype/EventNumber.d.ts +18 -0
- package/dist/esm/datatype/EventNumber.d.ts.map +1 -0
- package/dist/esm/datatype/EventNumber.js +20 -0
- package/dist/esm/datatype/EventNumber.js.map +6 -0
- package/dist/esm/datatype/FabricId.d.ts +18 -0
- package/dist/esm/datatype/FabricId.d.ts.map +1 -0
- package/dist/esm/datatype/FabricId.js +21 -0
- package/dist/esm/datatype/FabricId.js.map +6 -0
- package/dist/esm/datatype/FabricIndex.d.ts +31 -0
- package/dist/esm/datatype/FabricIndex.d.ts.map +1 -0
- package/dist/esm/datatype/FabricIndex.js +44 -0
- package/dist/esm/datatype/FabricIndex.js.map +6 -0
- package/dist/esm/datatype/FieldId.d.ts +22 -0
- package/dist/esm/datatype/FieldId.d.ts.map +1 -0
- package/dist/esm/datatype/FieldId.js +39 -0
- package/dist/esm/datatype/FieldId.js.map +6 -0
- package/dist/esm/datatype/GroupId.d.ts +28 -0
- package/dist/esm/datatype/GroupId.d.ts.map +1 -0
- package/dist/esm/datatype/GroupId.js +29 -0
- package/dist/esm/datatype/GroupId.js.map +6 -0
- package/dist/esm/datatype/ManufacturerExtensibleIdentifier.d.ts +23 -0
- package/dist/esm/datatype/ManufacturerExtensibleIdentifier.d.ts.map +1 -0
- package/dist/esm/datatype/ManufacturerExtensibleIdentifier.js +43 -0
- package/dist/esm/datatype/ManufacturerExtensibleIdentifier.js.map +6 -0
- package/dist/esm/datatype/NodeId.d.ts +58 -0
- package/dist/esm/datatype/NodeId.d.ts.map +1 -0
- package/dist/esm/datatype/NodeId.js +77 -0
- package/dist/esm/datatype/NodeId.js.map +6 -0
- package/dist/esm/datatype/SubjectId.d.ts +16 -0
- package/dist/esm/datatype/SubjectId.d.ts.map +1 -0
- package/dist/esm/datatype/SubjectId.js +11 -0
- package/dist/esm/datatype/SubjectId.js.map +6 -0
- package/dist/esm/datatype/VendorId.d.ts +22 -0
- package/dist/esm/datatype/VendorId.d.ts.map +1 -0
- package/dist/esm/datatype/VendorId.js +35 -0
- package/dist/esm/datatype/VendorId.js.map +6 -0
- package/dist/esm/datatype/index.d.ts +24 -0
- package/dist/esm/datatype/index.d.ts.map +1 -0
- package/dist/esm/datatype/index.js +24 -0
- package/dist/esm/datatype/index.js.map +6 -0
- package/dist/esm/globals/MeasurementAccuracy.d.ts +64 -0
- package/dist/esm/globals/MeasurementAccuracy.d.ts.map +1 -0
- package/dist/esm/globals/MeasurementAccuracy.js +47 -0
- package/dist/esm/globals/MeasurementAccuracy.js.map +6 -0
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +135 -0
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts.map +1 -0
- package/dist/esm/globals/MeasurementAccuracyRange.js +77 -0
- package/dist/esm/globals/MeasurementAccuracyRange.js.map +6 -0
- package/dist/esm/globals/MeasurementType.d.ts +69 -0
- package/dist/esm/globals/MeasurementType.d.ts.map +1 -0
- package/dist/esm/globals/MeasurementType.js +27 -0
- package/dist/esm/globals/MeasurementType.js.map +6 -0
- package/dist/esm/globals/Priority.d.ts +32 -0
- package/dist/esm/globals/Priority.d.ts.map +1 -0
- package/dist/esm/globals/Priority.js +15 -0
- package/dist/esm/globals/Priority.js.map +6 -0
- package/dist/esm/globals/Semtag.d.ts +68 -0
- package/dist/esm/globals/Semtag.d.ts.map +1 -0
- package/dist/esm/globals/Semtag.js +59 -0
- package/dist/esm/globals/Semtag.js.map +6 -0
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +32 -0
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts.map +1 -0
- package/dist/esm/globals/SoftwareVersionCertificationStatus.js +16 -0
- package/dist/esm/globals/SoftwareVersionCertificationStatus.js.map +6 -0
- package/dist/esm/globals/Status.d.ts +206 -0
- package/dist/esm/globals/Status.d.ts.map +1 -0
- package/dist/esm/globals/Status.js +41 -0
- package/dist/esm/globals/Status.js.map +6 -0
- package/dist/esm/globals/Tod.d.ts +41 -0
- package/dist/esm/globals/Tod.d.ts.map +1 -0
- package/dist/esm/globals/Tod.js +29 -0
- package/dist/esm/globals/Tod.js.map +6 -0
- package/dist/esm/globals/WildcardPathFlags.d.ts +52 -0
- package/dist/esm/globals/WildcardPathFlags.d.ts.map +1 -0
- package/dist/esm/globals/WildcardPathFlags.js +48 -0
- package/dist/esm/globals/WildcardPathFlags.js.map +6 -0
- package/dist/esm/globals/index.d.ts +16 -0
- package/dist/esm/globals/index.d.ts.map +1 -0
- package/dist/esm/globals/index.js +15 -0
- package/dist/esm/globals/index.js.map +6 -0
- package/dist/esm/index.d.ts +14 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +14 -0
- package/dist/esm/index.js.map +6 -0
- package/dist/esm/package.json +8 -0
- package/dist/esm/protocol/definitions/index.d.ts +8 -0
- package/dist/esm/protocol/definitions/index.d.ts.map +1 -0
- package/dist/esm/protocol/definitions/index.js +8 -0
- package/dist/esm/protocol/definitions/index.js.map +6 -0
- package/dist/esm/protocol/definitions/interaction.d.ts +12 -0
- package/dist/esm/protocol/definitions/interaction.d.ts.map +1 -0
- package/dist/esm/protocol/definitions/interaction.js +12 -0
- package/dist/esm/protocol/definitions/interaction.js.map +6 -0
- package/dist/esm/protocol/definitions/secure-channel.d.ts +99 -0
- package/dist/esm/protocol/definitions/secure-channel.d.ts.map +1 -0
- package/dist/esm/protocol/definitions/secure-channel.js +59 -0
- package/dist/esm/protocol/definitions/secure-channel.js.map +6 -0
- package/dist/esm/protocol/index.d.ts +9 -0
- package/dist/esm/protocol/index.d.ts.map +1 -0
- package/dist/esm/protocol/index.js +9 -0
- package/dist/esm/protocol/index.js.map +6 -0
- package/dist/esm/protocol/messages/TlvDataReport.d.ts +98 -0
- package/dist/esm/protocol/messages/TlvDataReport.d.ts.map +1 -0
- package/dist/esm/protocol/messages/TlvDataReport.js +27 -0
- package/dist/esm/protocol/messages/TlvDataReport.js.map +6 -0
- package/dist/esm/protocol/messages/TlvDataReportForSend.d.ts +19 -0
- package/dist/esm/protocol/messages/TlvDataReportForSend.d.ts.map +1 -0
- package/dist/esm/protocol/messages/TlvDataReportForSend.js +26 -0
- package/dist/esm/protocol/messages/TlvDataReportForSend.js.map +6 -0
- package/dist/esm/protocol/messages/TlvInvokeRequest.d.ts +24 -0
- package/dist/esm/protocol/messages/TlvInvokeRequest.d.ts.map +1 -0
- package/dist/esm/protocol/messages/TlvInvokeRequest.js +23 -0
- package/dist/esm/protocol/messages/TlvInvokeRequest.js.map +6 -0
- package/dist/esm/protocol/messages/TlvInvokeResponse.d.ts +37 -0
- package/dist/esm/protocol/messages/TlvInvokeResponse.d.ts.map +1 -0
- package/dist/esm/protocol/messages/TlvInvokeResponse.js +22 -0
- package/dist/esm/protocol/messages/TlvInvokeResponse.js.map +6 -0
- package/dist/esm/protocol/messages/TlvInvokeResponseForSend.d.ts +12 -0
- package/dist/esm/protocol/messages/TlvInvokeResponseForSend.d.ts.map +1 -0
- package/dist/esm/protocol/messages/TlvInvokeResponseForSend.js +20 -0
- package/dist/esm/protocol/messages/TlvInvokeResponseForSend.js.map +6 -0
- package/dist/esm/protocol/messages/TlvReadRequest.d.ts +54 -0
- package/dist/esm/protocol/messages/TlvReadRequest.d.ts.map +1 -0
- package/dist/esm/protocol/messages/TlvReadRequest.js +30 -0
- package/dist/esm/protocol/messages/TlvReadRequest.js.map +6 -0
- package/dist/esm/protocol/messages/TlvStatusResponse.d.ts +12 -0
- package/dist/esm/protocol/messages/TlvStatusResponse.d.ts.map +1 -0
- package/dist/esm/protocol/messages/TlvStatusResponse.js +16 -0
- package/dist/esm/protocol/messages/TlvStatusResponse.js.map +6 -0
- package/dist/esm/protocol/messages/TlvSubscribeRequest.d.ts +60 -0
- package/dist/esm/protocol/messages/TlvSubscribeRequest.d.ts.map +1 -0
- package/dist/esm/protocol/messages/TlvSubscribeRequest.js +36 -0
- package/dist/esm/protocol/messages/TlvSubscribeRequest.js.map +6 -0
- package/dist/esm/protocol/messages/TlvSubscribeResponse.d.ts +14 -0
- package/dist/esm/protocol/messages/TlvSubscribeResponse.d.ts.map +1 -0
- package/dist/esm/protocol/messages/TlvSubscribeResponse.js +18 -0
- package/dist/esm/protocol/messages/TlvSubscribeResponse.js.map +6 -0
- package/dist/esm/protocol/messages/TlvTimedRequest.d.ts +12 -0
- package/dist/esm/protocol/messages/TlvTimedRequest.d.ts.map +1 -0
- package/dist/esm/protocol/messages/TlvTimedRequest.js +16 -0
- package/dist/esm/protocol/messages/TlvTimedRequest.js.map +6 -0
- package/dist/esm/protocol/messages/TlvWriteRequest.d.ts +39 -0
- package/dist/esm/protocol/messages/TlvWriteRequest.d.ts.map +1 -0
- package/dist/esm/protocol/messages/TlvWriteRequest.js +24 -0
- package/dist/esm/protocol/messages/TlvWriteRequest.js.map +6 -0
- package/dist/esm/protocol/messages/TlvWriteResponse.d.ts +36 -0
- package/dist/esm/protocol/messages/TlvWriteResponse.d.ts.map +1 -0
- package/dist/esm/protocol/messages/TlvWriteResponse.js +18 -0
- package/dist/esm/protocol/messages/TlvWriteResponse.js.map +6 -0
- package/dist/esm/protocol/messages/index.d.ts +18 -0
- package/dist/esm/protocol/messages/index.d.ts.map +1 -0
- package/dist/esm/protocol/messages/index.js +18 -0
- package/dist/esm/protocol/messages/index.js.map +6 -0
- package/dist/esm/protocol/types/TlvAttributeData.d.ts +30 -0
- package/dist/esm/protocol/types/TlvAttributeData.d.ts.map +1 -0
- package/dist/esm/protocol/types/TlvAttributeData.js +19 -0
- package/dist/esm/protocol/types/TlvAttributeData.js.map +6 -0
- package/dist/esm/protocol/types/TlvAttributePath.d.ts +26 -0
- package/dist/esm/protocol/types/TlvAttributePath.d.ts.map +1 -0
- package/dist/esm/protocol/types/TlvAttributePath.js +28 -0
- package/dist/esm/protocol/types/TlvAttributePath.js.map +6 -0
- package/dist/esm/protocol/types/TlvAttributeReport.d.ts +57 -0
- package/dist/esm/protocol/types/TlvAttributeReport.d.ts.map +1 -0
- package/dist/esm/protocol/types/TlvAttributeReport.js +17 -0
- package/dist/esm/protocol/types/TlvAttributeReport.js.map +6 -0
- package/dist/esm/protocol/types/TlvAttributeReportData.d.ts +29 -0
- package/dist/esm/protocol/types/TlvAttributeReportData.d.ts.map +1 -0
- package/dist/esm/protocol/types/TlvAttributeReportData.js +19 -0
- package/dist/esm/protocol/types/TlvAttributeReportData.js.map +6 -0
- package/dist/esm/protocol/types/TlvAttributeStatus.d.ts +32 -0
- package/dist/esm/protocol/types/TlvAttributeStatus.d.ts.map +1 -0
- package/dist/esm/protocol/types/TlvAttributeStatus.js +17 -0
- package/dist/esm/protocol/types/TlvAttributeStatus.js.map +6 -0
- package/dist/esm/protocol/types/TlvClusterPath.d.ts +12 -0
- package/dist/esm/protocol/types/TlvClusterPath.d.ts.map +1 -0
- package/dist/esm/protocol/types/TlvClusterPath.js +19 -0
- package/dist/esm/protocol/types/TlvClusterPath.js.map +6 -0
- package/dist/esm/protocol/types/TlvCommandData.d.ts +16 -0
- package/dist/esm/protocol/types/TlvCommandData.d.ts.map +1 -0
- package/dist/esm/protocol/types/TlvCommandData.js +19 -0
- package/dist/esm/protocol/types/TlvCommandData.js.map +6 -0
- package/dist/esm/protocol/types/TlvCommandPath.d.ts +12 -0
- package/dist/esm/protocol/types/TlvCommandPath.d.ts.map +1 -0
- package/dist/esm/protocol/types/TlvCommandPath.js +19 -0
- package/dist/esm/protocol/types/TlvCommandPath.js.map +6 -0
- package/dist/esm/protocol/types/TlvCommandStatus.d.ts +19 -0
- package/dist/esm/protocol/types/TlvCommandStatus.d.ts.map +1 -0
- package/dist/esm/protocol/types/TlvCommandStatus.js +19 -0
- package/dist/esm/protocol/types/TlvCommandStatus.js.map +6 -0
- package/dist/esm/protocol/types/TlvDataVersionFilter.d.ts +15 -0
- package/dist/esm/protocol/types/TlvDataVersionFilter.d.ts.map +1 -0
- package/dist/esm/protocol/types/TlvDataVersionFilter.js +17 -0
- package/dist/esm/protocol/types/TlvDataVersionFilter.js.map +6 -0
- package/dist/esm/protocol/types/TlvEventData.d.ts +24 -0
- package/dist/esm/protocol/types/TlvEventData.d.ts.map +1 -0
- package/dist/esm/protocol/types/TlvEventData.js +25 -0
- package/dist/esm/protocol/types/TlvEventData.js.map +6 -0
- package/dist/esm/protocol/types/TlvEventFilter.d.ts +11 -0
- package/dist/esm/protocol/types/TlvEventFilter.d.ts.map +1 -0
- package/dist/esm/protocol/types/TlvEventFilter.js +17 -0
- package/dist/esm/protocol/types/TlvEventFilter.js.map +6 -0
- package/dist/esm/protocol/types/TlvEventPath.d.ts +14 -0
- package/dist/esm/protocol/types/TlvEventPath.d.ts.map +1 -0
- package/dist/esm/protocol/types/TlvEventPath.js +23 -0
- package/dist/esm/protocol/types/TlvEventPath.js.map +6 -0
- package/dist/esm/protocol/types/TlvEventReport.d.ts +38 -0
- package/dist/esm/protocol/types/TlvEventReport.d.ts.map +1 -0
- package/dist/esm/protocol/types/TlvEventReport.js +17 -0
- package/dist/esm/protocol/types/TlvEventReport.js.map +6 -0
- package/dist/esm/protocol/types/TlvEventStatus.d.ts +20 -0
- package/dist/esm/protocol/types/TlvEventStatus.d.ts.map +1 -0
- package/dist/esm/protocol/types/TlvEventStatus.js +17 -0
- package/dist/esm/protocol/types/TlvEventStatus.js.map +6 -0
- package/dist/esm/protocol/types/TlvInvokeResponseData.d.ts +30 -0
- package/dist/esm/protocol/types/TlvInvokeResponseData.d.ts.map +1 -0
- package/dist/esm/protocol/types/TlvInvokeResponseData.js +17 -0
- package/dist/esm/protocol/types/TlvInvokeResponseData.js.map +6 -0
- package/dist/esm/protocol/types/TlvStatus.d.ts +11 -0
- package/dist/esm/protocol/types/TlvStatus.d.ts.map +1 -0
- package/dist/esm/protocol/types/TlvStatus.js +17 -0
- package/dist/esm/protocol/types/TlvStatus.js.map +6 -0
- package/dist/esm/protocol/types/WildcardPathFlagsBitmap.d.ts +28 -0
- package/dist/esm/protocol/types/WildcardPathFlagsBitmap.d.ts.map +1 -0
- package/dist/esm/protocol/types/WildcardPathFlagsBitmap.js +30 -0
- package/dist/esm/protocol/types/WildcardPathFlagsBitmap.js.map +6 -0
- package/dist/esm/protocol/types/index.d.ts +23 -0
- package/dist/esm/protocol/types/index.d.ts.map +1 -0
- package/dist/esm/protocol/types/index.js +23 -0
- package/dist/esm/protocol/types/index.js.map +6 -0
- package/dist/esm/schema/Base38Schema.d.ts +16 -0
- package/dist/esm/schema/Base38Schema.d.ts.map +1 -0
- package/dist/esm/schema/Base38Schema.js +90 -0
- package/dist/esm/schema/Base38Schema.js.map +6 -0
- package/dist/esm/schema/BitmapSchema.d.ts +76 -0
- package/dist/esm/schema/BitmapSchema.d.ts.map +1 -0
- package/dist/esm/schema/BitmapSchema.js +172 -0
- package/dist/esm/schema/BitmapSchema.js.map +6 -0
- package/dist/esm/schema/PairingCodeSchema.d.ts +105 -0
- package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -0
- package/dist/esm/schema/PairingCodeSchema.js +177 -0
- package/dist/esm/schema/PairingCodeSchema.js.map +6 -0
- package/dist/esm/schema/QrCodeSchema.d.ts +14 -0
- package/dist/esm/schema/QrCodeSchema.d.ts.map +1 -0
- package/dist/esm/schema/QrCodeSchema.js +184 -0
- package/dist/esm/schema/QrCodeSchema.js.map +6 -0
- package/dist/esm/schema/Schema.d.ts +17 -0
- package/dist/esm/schema/Schema.d.ts.map +1 -0
- package/dist/esm/schema/Schema.js +27 -0
- package/dist/esm/schema/Schema.js.map +6 -0
- package/dist/esm/schema/SpecificationVersionSchema.d.ts +21 -0
- package/dist/esm/schema/SpecificationVersionSchema.d.ts.map +1 -0
- package/dist/esm/schema/SpecificationVersionSchema.js +22 -0
- package/dist/esm/schema/SpecificationVersionSchema.js.map +6 -0
- package/dist/esm/schema/index.d.ts +11 -0
- package/dist/esm/schema/index.d.ts.map +1 -0
- package/dist/esm/schema/index.js +11 -0
- package/dist/esm/schema/index.js.map +6 -0
- package/dist/esm/tlv/TlvAny.d.ts +22 -0
- package/dist/esm/tlv/TlvAny.d.ts.map +1 -0
- package/dist/esm/tlv/TlvAny.js +184 -0
- package/dist/esm/tlv/TlvAny.js.map +6 -0
- package/dist/esm/tlv/TlvArray.d.ts +39 -0
- package/dist/esm/tlv/TlvArray.d.ts.map +1 -0
- package/dist/esm/tlv/TlvArray.js +110 -0
- package/dist/esm/tlv/TlvArray.js.map +6 -0
- package/dist/esm/tlv/TlvBoolean.d.ts +20 -0
- package/dist/esm/tlv/TlvBoolean.d.ts.map +1 -0
- package/dist/esm/tlv/TlvBoolean.js +28 -0
- package/dist/esm/tlv/TlvBoolean.js.map +6 -0
- package/dist/esm/tlv/TlvCodec.d.ts +100 -0
- package/dist/esm/tlv/TlvCodec.d.ts.map +1 -0
- package/dist/esm/tlv/TlvCodec.js +397 -0
- package/dist/esm/tlv/TlvCodec.js.map +6 -0
- package/dist/esm/tlv/TlvNoArguments.d.ts +17 -0
- package/dist/esm/tlv/TlvNoArguments.d.ts.map +1 -0
- package/dist/esm/tlv/TlvNoArguments.js +21 -0
- package/dist/esm/tlv/TlvNoArguments.js.map +6 -0
- package/dist/esm/tlv/TlvNullable.d.ts +24 -0
- package/dist/esm/tlv/TlvNullable.d.ts.map +1 -0
- package/dist/esm/tlv/TlvNullable.js +51 -0
- package/dist/esm/tlv/TlvNullable.js.map +6 -0
- package/dist/esm/tlv/TlvNumber.d.ts +57 -0
- package/dist/esm/tlv/TlvNumber.d.ts.map +1 -0
- package/dist/esm/tlv/TlvNumber.js +185 -0
- package/dist/esm/tlv/TlvNumber.js.map +6 -0
- package/dist/esm/tlv/TlvObject.d.ts +103 -0
- package/dist/esm/tlv/TlvObject.d.ts.map +1 -0
- package/dist/esm/tlv/TlvObject.js +260 -0
- package/dist/esm/tlv/TlvObject.js.map +6 -0
- package/dist/esm/tlv/TlvSchema.d.ts +81 -0
- package/dist/esm/tlv/TlvSchema.d.ts.map +1 -0
- package/dist/esm/tlv/TlvSchema.js +93 -0
- package/dist/esm/tlv/TlvSchema.js.map +6 -0
- package/dist/esm/tlv/TlvString.d.ts +40 -0
- package/dist/esm/tlv/TlvString.d.ts.map +1 -0
- package/dist/esm/tlv/TlvString.js +64 -0
- package/dist/esm/tlv/TlvString.js.map +6 -0
- package/dist/esm/tlv/TlvVoid.d.ts +19 -0
- package/dist/esm/tlv/TlvVoid.d.ts.map +1 -0
- package/dist/esm/tlv/TlvVoid.js +26 -0
- package/dist/esm/tlv/TlvVoid.js.map +6 -0
- package/dist/esm/tlv/TlvWrapper.d.ts +17 -0
- package/dist/esm/tlv/TlvWrapper.d.ts.map +1 -0
- package/dist/esm/tlv/TlvWrapper.js +27 -0
- package/dist/esm/tlv/TlvWrapper.js.map +6 -0
- package/dist/esm/tlv/index.d.ts +18 -0
- package/dist/esm/tlv/index.d.ts.map +1 -0
- package/dist/esm/tlv/index.js +18 -0
- package/dist/esm/tlv/index.js.map +6 -0
- package/dist/esm/tsconfig.tsbuildinfo +1 -0
- package/package.json +100 -0
- package/src/cluster/Cluster.ts +970 -0
- package/src/cluster/ClusterHelper.ts +206 -0
- package/src/cluster/ClusterRegistry.ts +39 -0
- package/src/cluster/ClusterType.ts +307 -0
- package/src/cluster/index.ts +14 -0
- package/src/cluster/mutation/ClusterComposer.ts +278 -0
- package/src/cluster/mutation/ElementModifier.ts +210 -0
- package/src/cluster/mutation/MutableCluster.ts +145 -0
- package/src/cluster/mutation/index.ts +9 -0
- package/src/clusters/access-control.ts +516 -0
- package/src/clusters/account-login.ts +334 -0
- package/src/clusters/actions.ts +991 -0
- package/src/clusters/activated-carbon-filter-monitoring.ts +50 -0
- package/src/clusters/administrator-commissioning.ts +416 -0
- package/src/clusters/air-quality.ts +171 -0
- package/src/clusters/alarm-base.ts +273 -0
- package/src/clusters/application-basic.ts +178 -0
- package/src/clusters/application-launcher.ts +389 -0
- package/src/clusters/audio-output.ts +253 -0
- package/src/clusters/ballast-configuration.ts +273 -0
- package/src/clusters/basic-information.ts +674 -0
- package/src/clusters/binding.ts +130 -0
- package/src/clusters/boolean-state-configuration.ts +523 -0
- package/src/clusters/boolean-state.ts +83 -0
- package/src/clusters/bridged-device-basic-information.ts +195 -0
- package/src/clusters/carbon-dioxide-concentration-measurement.ts +55 -0
- package/src/clusters/carbon-monoxide-concentration-measurement.ts +55 -0
- package/src/clusters/channel.ts +1122 -0
- package/src/clusters/color-control.ts +1893 -0
- package/src/clusters/concentration-measurement.ts +416 -0
- package/src/clusters/content-app-observer.ts +168 -0
- package/src/clusters/content-control.ts +1403 -0
- package/src/clusters/content-launcher.ts +898 -0
- package/src/clusters/descriptor.ts +225 -0
- package/src/clusters/device-energy-management-mode.ts +227 -0
- package/src/clusters/device-energy-management.ts +2001 -0
- package/src/clusters/diagnostic-logs.ts +284 -0
- package/src/clusters/dishwasher-alarm.ts +225 -0
- package/src/clusters/dishwasher-mode.ts +149 -0
- package/src/clusters/door-lock.ts +5075 -0
- package/src/clusters/electrical-energy-measurement.ts +638 -0
- package/src/clusters/electrical-power-measurement.ts +832 -0
- package/src/clusters/energy-evse-mode.ts +219 -0
- package/src/clusters/energy-evse.ts +1537 -0
- package/src/clusters/energy-preference.ts +315 -0
- package/src/clusters/ethernet-network-diagnostics.ts +333 -0
- package/src/clusters/fan-control.ts +596 -0
- package/src/clusters/fixed-label.ts +59 -0
- package/src/clusters/flow-measurement.ts +81 -0
- package/src/clusters/formaldehyde-concentration-measurement.ts +55 -0
- package/src/clusters/general-commissioning.ts +565 -0
- package/src/clusters/general-diagnostics.ts +917 -0
- package/src/clusters/group-key-management.ts +574 -0
- package/src/clusters/groups.ts +442 -0
- package/src/clusters/hepa-filter-monitoring.ts +50 -0
- package/src/clusters/icd-management.ts +718 -0
- package/src/clusters/identify.ts +231 -0
- package/src/clusters/illuminance-measurement.ts +109 -0
- package/src/clusters/index.ts +158 -0
- package/src/clusters/keypad-input.ts +290 -0
- package/src/clusters/label.ts +66 -0
- package/src/clusters/laundry-dryer-controls.ts +100 -0
- package/src/clusters/laundry-washer-controls.ts +232 -0
- package/src/clusters/laundry-washer-mode.ts +156 -0
- package/src/clusters/level-control.ts +609 -0
- package/src/clusters/localization-configuration.ts +75 -0
- package/src/clusters/low-power.ts +60 -0
- package/src/clusters/media-input.ts +272 -0
- package/src/clusters/media-playback.ts +1157 -0
- package/src/clusters/messages.ts +636 -0
- package/src/clusters/microwave-oven-control.ts +397 -0
- package/src/clusters/microwave-oven-mode.ts +117 -0
- package/src/clusters/mode-base.ts +444 -0
- package/src/clusters/mode-select.ts +327 -0
- package/src/clusters/network-commissioning.ts +1435 -0
- package/src/clusters/nitrogen-dioxide-concentration-measurement.ts +55 -0
- package/src/clusters/occupancy-sensing.ts +237 -0
- package/src/clusters/on-off.ts +528 -0
- package/src/clusters/operational-credentials.ts +1027 -0
- package/src/clusters/operational-state.ts +488 -0
- package/src/clusters/ota-software-update-provider.ts +598 -0
- package/src/clusters/ota-software-update-requestor.ts +595 -0
- package/src/clusters/oven-cavity-operational-state.ts +292 -0
- package/src/clusters/oven-mode.ts +259 -0
- package/src/clusters/ozone-concentration-measurement.ts +50 -0
- package/src/clusters/pm1-concentration-measurement.ts +50 -0
- package/src/clusters/pm10-concentration-measurement.ts +50 -0
- package/src/clusters/pm25-concentration-measurement.ts +50 -0
- package/src/clusters/power-source-configuration.ts +57 -0
- package/src/clusters/power-source.ts +1548 -0
- package/src/clusters/power-topology.ts +193 -0
- package/src/clusters/pressure-measurement.ts +206 -0
- package/src/clusters/proxy-configuration.ts +77 -0
- package/src/clusters/proxy-discovery.ts +90 -0
- package/src/clusters/pulse-width-modulation.ts +54 -0
- package/src/clusters/pump-configuration-and-control.ts +1000 -0
- package/src/clusters/radon-concentration-measurement.ts +50 -0
- package/src/clusters/refrigerator-alarm.ts +179 -0
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +138 -0
- package/src/clusters/relative-humidity-measurement.ts +85 -0
- package/src/clusters/resource-monitoring.ts +305 -0
- package/src/clusters/rvc-clean-mode.ts +140 -0
- package/src/clusters/rvc-operational-state.ts +270 -0
- package/src/clusters/rvc-run-mode.ts +190 -0
- package/src/clusters/scenes-management.ts +1011 -0
- package/src/clusters/smoke-co-alarm.ts +756 -0
- package/src/clusters/software-diagnostics.ts +292 -0
- package/src/clusters/switch.ts +554 -0
- package/src/clusters/target-navigator.ts +215 -0
- package/src/clusters/temperature-control.ts +313 -0
- package/src/clusters/temperature-measurement.ts +76 -0
- package/src/clusters/thermostat-user-interface-configuration.ts +148 -0
- package/src/clusters/thermostat.ts +1871 -0
- package/src/clusters/thread-network-diagnostics.ts +1418 -0
- package/src/clusters/time-format-localization.ts +258 -0
- package/src/clusters/time-synchronization.ts +1099 -0
- package/src/clusters/total-volatile-organic-compounds-concentration-measurement.ts +56 -0
- package/src/clusters/unit-localization.ts +151 -0
- package/src/clusters/user-label.ts +54 -0
- package/src/clusters/valid-proxies.ts +90 -0
- package/src/clusters/valve-configuration-and-control.ts +518 -0
- package/src/clusters/wake-on-lan.ts +87 -0
- package/src/clusters/wi-fi-network-diagnostics.ts +536 -0
- package/src/clusters/window-covering.ts +1304 -0
- package/src/commissioning/CommissioningConstants.ts +14 -0
- package/src/commissioning/CommissioningOptions.ts +46 -0
- package/src/commissioning/index.ts +8 -0
- package/src/common/DeviceClassification.ts +49 -0
- package/src/common/ProductDescription.ts +29 -0
- package/src/common/StatusCode.ts +28 -0
- package/src/common/ValidationError.ts +63 -0
- package/src/common/index.ts +9 -0
- package/src/datatype/AttributeId.ts +47 -0
- package/src/datatype/CaseAuthenticatedTag.ts +71 -0
- package/src/datatype/ClusterId.ts +59 -0
- package/src/datatype/CommandId.ts +40 -0
- package/src/datatype/DataVersion.ts +28 -0
- package/src/datatype/DeviceTypeId.ts +40 -0
- package/src/datatype/EndpointNumber.ts +35 -0
- package/src/datatype/EntryIndex.ts +28 -0
- package/src/datatype/EventId.ts +40 -0
- package/src/datatype/EventNumber.ts +28 -0
- package/src/datatype/FabricId.ts +28 -0
- package/src/datatype/FabricIndex.ts +60 -0
- package/src/datatype/FieldId.ts +55 -0
- package/src/datatype/GroupId.ts +44 -0
- package/src/datatype/ManufacturerExtensibleIdentifier.ts +53 -0
- package/src/datatype/NodeId.ts +122 -0
- package/src/datatype/SubjectId.ts +18 -0
- package/src/datatype/VendorId.ts +44 -0
- package/src/datatype/index.ts +24 -0
- package/src/globals/MeasurementAccuracy.ts +66 -0
- package/src/globals/MeasurementAccuracyRange.ts +147 -0
- package/src/globals/MeasurementType.ts +84 -0
- package/src/globals/Priority.ts +35 -0
- package/src/globals/Semtag.ts +79 -0
- package/src/globals/SoftwareVersionCertificationStatus.ts +36 -0
- package/src/globals/Status.ts +235 -0
- package/src/globals/Tod.ts +49 -0
- package/src/globals/WildcardPathFlags.ts +62 -0
- package/src/globals/index.ts +17 -0
- package/src/index.ts +16 -0
- package/src/protocol/definitions/index.ts +8 -0
- package/src/protocol/definitions/interaction.ts +13 -0
- package/src/protocol/definitions/secure-channel.ts +136 -0
- package/src/protocol/index.ts +9 -0
- package/src/protocol/messages/TlvDataReport.ts +30 -0
- package/src/protocol/messages/TlvDataReportForSend.ts +29 -0
- package/src/protocol/messages/TlvInvokeRequest.ts +25 -0
- package/src/protocol/messages/TlvInvokeResponse.ts +23 -0
- package/src/protocol/messages/TlvInvokeResponseForSend.ts +18 -0
- package/src/protocol/messages/TlvReadRequest.ts +34 -0
- package/src/protocol/messages/TlvStatusResponse.ts +17 -0
- package/src/protocol/messages/TlvSubscribeRequest.ts +43 -0
- package/src/protocol/messages/TlvSubscribeResponse.ts +19 -0
- package/src/protocol/messages/TlvTimedRequest.ts +16 -0
- package/src/protocol/messages/TlvWriteRequest.ts +26 -0
- package/src/protocol/messages/TlvWriteResponse.ts +18 -0
- package/src/protocol/messages/index.ts +18 -0
- package/src/protocol/types/TlvAttributeData.ts +19 -0
- package/src/protocol/types/TlvAttributePath.ts +28 -0
- package/src/protocol/types/TlvAttributeReport.ts +17 -0
- package/src/protocol/types/TlvAttributeReportData.ts +17 -0
- package/src/protocol/types/TlvAttributeStatus.ts +17 -0
- package/src/protocol/types/TlvClusterPath.ts +19 -0
- package/src/protocol/types/TlvCommandData.ts +19 -0
- package/src/protocol/types/TlvCommandPath.ts +19 -0
- package/src/protocol/types/TlvCommandStatus.ts +19 -0
- package/src/protocol/types/TlvDataVersionFilter.ts +17 -0
- package/src/protocol/types/TlvEventData.ts +26 -0
- package/src/protocol/types/TlvEventFilter.ts +17 -0
- package/src/protocol/types/TlvEventPath.ts +23 -0
- package/src/protocol/types/TlvEventReport.ts +17 -0
- package/src/protocol/types/TlvEventStatus.ts +17 -0
- package/src/protocol/types/TlvInvokeResponseData.ts +17 -0
- package/src/protocol/types/TlvStatus.ts +17 -0
- package/src/protocol/types/WildcardPathFlagsBitmap.ts +38 -0
- package/src/protocol/types/index.ts +23 -0
- package/src/schema/Base38Schema.ts +95 -0
- package/src/schema/BitmapSchema.ts +232 -0
- package/src/schema/PairingCodeSchema.ts +229 -0
- package/src/schema/QrCodeSchema.ts +215 -0
- package/src/schema/Schema.ts +31 -0
- package/src/schema/SpecificationVersionSchema.ts +27 -0
- package/src/schema/index.ts +12 -0
- package/src/tlv/TlvAny.ts +192 -0
- package/src/tlv/TlvArray.ts +145 -0
- package/src/tlv/TlvBoolean.ts +34 -0
- package/src/tlv/TlvCodec.ts +470 -0
- package/src/tlv/TlvNoArguments.ts +26 -0
- package/src/tlv/TlvNullable.ts +66 -0
- package/src/tlv/TlvNumber.ts +205 -0
- package/src/tlv/TlvObject.ts +380 -0
- package/src/tlv/TlvSchema.ts +148 -0
- package/src/tlv/TlvString.ts +84 -0
- package/src/tlv/TlvVoid.ts +34 -0
- package/src/tlv/TlvWrapper.ts +30 -0
- package/src/tlv/index.ts +18 -0
- package/src/tsconfig.json +17 -0
|
@@ -0,0 +1,3308 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2022-2024 Matter.js Authors
|
|
4
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
+
*/
|
|
6
|
+
/*** THIS FILE IS GENERATED, DO NOT EDIT ***/
|
|
7
|
+
import { MutableCluster } from "../cluster/mutation/MutableCluster.js";
|
|
8
|
+
import { Attribute, Command, OptionalAttribute, OptionalEvent } from "../cluster/Cluster.js";
|
|
9
|
+
import { BitFlag } from "../schema/BitmapSchema.js";
|
|
10
|
+
import { TypeFromSchema } from "../tlv/TlvSchema.js";
|
|
11
|
+
import { Identity } from "#general";
|
|
12
|
+
export declare namespace ThreadNetworkDiagnostics {
|
|
13
|
+
/**
|
|
14
|
+
* These are optional features supported by ThreadNetworkDiagnosticsCluster.
|
|
15
|
+
*
|
|
16
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.4
|
|
17
|
+
*/
|
|
18
|
+
enum Feature {
|
|
19
|
+
/**
|
|
20
|
+
* PacketCounts (PKTCNT)
|
|
21
|
+
*
|
|
22
|
+
* Server supports the counts for the number of received and transmitted packets on the Thread interface.
|
|
23
|
+
*/
|
|
24
|
+
PacketCounts = "PacketCounts",
|
|
25
|
+
/**
|
|
26
|
+
* ErrorCounts (ERRCNT)
|
|
27
|
+
*
|
|
28
|
+
* Server supports the counts for the number of errors that have occurred during the reception and transmission
|
|
29
|
+
* of packets on the Thread interface.
|
|
30
|
+
*/
|
|
31
|
+
ErrorCounts = "ErrorCounts",
|
|
32
|
+
/**
|
|
33
|
+
* MleCounts (MLECNT)
|
|
34
|
+
*
|
|
35
|
+
* Server supports the counts for various MLE layer happenings.
|
|
36
|
+
*/
|
|
37
|
+
MleCounts = "MleCounts",
|
|
38
|
+
/**
|
|
39
|
+
* MacCounts (MACCNT)
|
|
40
|
+
*
|
|
41
|
+
* Server supports the counts for various MAC layer happenings.
|
|
42
|
+
*/
|
|
43
|
+
MacCounts = "MacCounts"
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.3
|
|
47
|
+
*/
|
|
48
|
+
enum RoutingRole {
|
|
49
|
+
/**
|
|
50
|
+
* Unspecified routing role.
|
|
51
|
+
*/
|
|
52
|
+
Unspecified = 0,
|
|
53
|
+
/**
|
|
54
|
+
* The Node does not currently have a role as a result of the Thread interface not currently being configured
|
|
55
|
+
* or operational.
|
|
56
|
+
*/
|
|
57
|
+
Unassigned = 1,
|
|
58
|
+
/**
|
|
59
|
+
* The Node acts as a Sleepy End Device with RX-off-when-idle sleepy radio behavior.
|
|
60
|
+
*/
|
|
61
|
+
SleepyEndDevice = 2,
|
|
62
|
+
/**
|
|
63
|
+
* The Node acts as an End Device without RX- off-when-idle sleepy radio behavior.
|
|
64
|
+
*/
|
|
65
|
+
EndDevice = 3,
|
|
66
|
+
/**
|
|
67
|
+
* The Node acts as an Router Eligible End Device.
|
|
68
|
+
*/
|
|
69
|
+
Reed = 4,
|
|
70
|
+
/**
|
|
71
|
+
* The Node acts as a Router Device.
|
|
72
|
+
*/
|
|
73
|
+
Router = 5,
|
|
74
|
+
/**
|
|
75
|
+
* The Node acts as a Leader Device.
|
|
76
|
+
*/
|
|
77
|
+
Leader = 6
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4
|
|
81
|
+
*/
|
|
82
|
+
const TlvNeighborTable: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
83
|
+
/**
|
|
84
|
+
* This field shall specify the IEEE 802.15.4 extended address for the neighboring Node.
|
|
85
|
+
*
|
|
86
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.1
|
|
87
|
+
*/
|
|
88
|
+
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
89
|
+
/**
|
|
90
|
+
* This field shall specify the duration of time, in seconds, since a frame has been received from the
|
|
91
|
+
* neighboring Node.
|
|
92
|
+
*
|
|
93
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.2
|
|
94
|
+
*/
|
|
95
|
+
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
96
|
+
/**
|
|
97
|
+
* This field shall specify the RLOC16 of the neighboring Node.
|
|
98
|
+
*
|
|
99
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.3
|
|
100
|
+
*/
|
|
101
|
+
rloc16: import("../tlv/TlvObject.js").FieldType<number>;
|
|
102
|
+
/**
|
|
103
|
+
* This field shall specify the number of link layer frames that have been received from the neighboring node.
|
|
104
|
+
* This field shall be reset to 0 upon a reboot of the Node.
|
|
105
|
+
*
|
|
106
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.4
|
|
107
|
+
*/
|
|
108
|
+
linkFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
109
|
+
/**
|
|
110
|
+
* This field shall specify the number of Mesh Link Establishment frames that have been received from the
|
|
111
|
+
* neighboring node. This field shall be reset to 0 upon a reboot of the Node.
|
|
112
|
+
*
|
|
113
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.5
|
|
114
|
+
*/
|
|
115
|
+
mleFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
116
|
+
/**
|
|
117
|
+
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
118
|
+
* scaled from 0 to 255.
|
|
119
|
+
*
|
|
120
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.6
|
|
121
|
+
*/
|
|
122
|
+
lqi: import("../tlv/TlvObject.js").FieldType<number>;
|
|
123
|
+
/**
|
|
124
|
+
* This field SHOULD specify the average RSSI across all received frames from the neighboring Node since the
|
|
125
|
+
* receiving Node’s last reboot. If there is no known received frames this field SHOULD have the value of null.
|
|
126
|
+
* This field shall have the units of dBm, having the range -128 dBm to 0 dBm.
|
|
127
|
+
*
|
|
128
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.7
|
|
129
|
+
*/
|
|
130
|
+
averageRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
131
|
+
/**
|
|
132
|
+
* This field shall specify the RSSI of the most recently received frame from the neighboring Node. If there is
|
|
133
|
+
* no known last received frame the LastRssi field SHOULD have the value of null. This field shall have the
|
|
134
|
+
* units of dBm, having the range -128 dBm to 0 dBm.
|
|
135
|
+
*
|
|
136
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.8
|
|
137
|
+
*/
|
|
138
|
+
lastRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
139
|
+
/**
|
|
140
|
+
* This field shall specify the percentage of received frames from the neighboring Node that have resulted in
|
|
141
|
+
* errors.
|
|
142
|
+
*
|
|
143
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.9
|
|
144
|
+
*/
|
|
145
|
+
frameErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
|
|
146
|
+
/**
|
|
147
|
+
* This field shall specify the percentage of received messages from the neighboring Node that have resulted in
|
|
148
|
+
* errors.
|
|
149
|
+
*
|
|
150
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.10
|
|
151
|
+
*/
|
|
152
|
+
messageErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
|
|
153
|
+
/**
|
|
154
|
+
* This field shall specify if the neighboring Node is capable of receiving frames while the Node is in an idle
|
|
155
|
+
* state.
|
|
156
|
+
*
|
|
157
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.11
|
|
158
|
+
*/
|
|
159
|
+
rxOnWhenIdle: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
160
|
+
/**
|
|
161
|
+
* This field shall specify if the neighboring Node is a full Thread device.
|
|
162
|
+
*
|
|
163
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.12
|
|
164
|
+
*/
|
|
165
|
+
fullThreadDevice: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
166
|
+
/**
|
|
167
|
+
* This field shall specify if the neighboring Node requires the full Network Data. If set to False, the
|
|
168
|
+
* neighboring Node only requires the stable Network Data.
|
|
169
|
+
*
|
|
170
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.13
|
|
171
|
+
*/
|
|
172
|
+
fullNetworkData: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
173
|
+
/**
|
|
174
|
+
* This field shall specify if the neighboring Node is a direct child of the Node reporting the NeighborTable
|
|
175
|
+
* attribute.
|
|
176
|
+
*
|
|
177
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.14
|
|
178
|
+
*/
|
|
179
|
+
isChild: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
180
|
+
}>;
|
|
181
|
+
/**
|
|
182
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4
|
|
183
|
+
*/
|
|
184
|
+
interface NeighborTable extends TypeFromSchema<typeof TlvNeighborTable> {
|
|
185
|
+
}
|
|
186
|
+
/**
|
|
187
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5
|
|
188
|
+
*/
|
|
189
|
+
const TlvRouteTable: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
190
|
+
/**
|
|
191
|
+
* This field shall specify the IEEE 802.15.4 extended address for the Node for which this route table entry
|
|
192
|
+
* corresponds.
|
|
193
|
+
*
|
|
194
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.1
|
|
195
|
+
*/
|
|
196
|
+
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
197
|
+
/**
|
|
198
|
+
* This field shall specify the RLOC16 for the Node for which this route table entry corresponds.
|
|
199
|
+
*
|
|
200
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.2
|
|
201
|
+
*/
|
|
202
|
+
rloc16: import("../tlv/TlvObject.js").FieldType<number>;
|
|
203
|
+
/**
|
|
204
|
+
* This field shall specify the Router ID for the Node for which this route table entry corresponds.
|
|
205
|
+
*
|
|
206
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.3
|
|
207
|
+
*/
|
|
208
|
+
routerId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
209
|
+
/**
|
|
210
|
+
* This field shall specify the Router ID for the next hop in the route to the Node for which this route table
|
|
211
|
+
* entry corresponds.
|
|
212
|
+
*
|
|
213
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.4
|
|
214
|
+
*/
|
|
215
|
+
nextHop: import("../tlv/TlvObject.js").FieldType<number>;
|
|
216
|
+
/**
|
|
217
|
+
* This Field shall specify the cost of the route to the Node for which this route table entry corresponds.
|
|
218
|
+
*
|
|
219
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.5
|
|
220
|
+
*/
|
|
221
|
+
pathCost: import("../tlv/TlvObject.js").FieldType<number>;
|
|
222
|
+
/**
|
|
223
|
+
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
224
|
+
* scaled from 0 to 255, from the perspective of the Node reporting the neighbor table.
|
|
225
|
+
*
|
|
226
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.6
|
|
227
|
+
*/
|
|
228
|
+
lqiIn: import("../tlv/TlvObject.js").FieldType<number>;
|
|
229
|
+
/**
|
|
230
|
+
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
231
|
+
* scaled from 0 to 255, from the perspective of the Node specified within the NextHop field.
|
|
232
|
+
*
|
|
233
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.7
|
|
234
|
+
*/
|
|
235
|
+
lqiOut: import("../tlv/TlvObject.js").FieldType<number>;
|
|
236
|
+
/**
|
|
237
|
+
* This field shall specify the duration of time, in seconds, since a frame has been received from the Node for
|
|
238
|
+
* which this route table entry corresponds.
|
|
239
|
+
*
|
|
240
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.8
|
|
241
|
+
*/
|
|
242
|
+
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
243
|
+
/**
|
|
244
|
+
* This field shall specify if the router ID as defined within the RouterId field has been allocated.
|
|
245
|
+
*
|
|
246
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.9
|
|
247
|
+
*/
|
|
248
|
+
allocated: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
249
|
+
/**
|
|
250
|
+
* This field shall specify if a link has been established to the Node for which this route table entry
|
|
251
|
+
*
|
|
252
|
+
* corresponds.
|
|
253
|
+
*
|
|
254
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.10
|
|
255
|
+
*/
|
|
256
|
+
linkEstablished: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
257
|
+
}>;
|
|
258
|
+
/**
|
|
259
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5
|
|
260
|
+
*/
|
|
261
|
+
interface RouteTable extends TypeFromSchema<typeof TlvRouteTable> {
|
|
262
|
+
}
|
|
263
|
+
/**
|
|
264
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.6
|
|
265
|
+
*/
|
|
266
|
+
const TlvSecurityPolicy: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
267
|
+
/**
|
|
268
|
+
* This field shall specify the interval of time, in hours, that Thread security keys are rotated. Null when
|
|
269
|
+
* there is no dataset configured.
|
|
270
|
+
*
|
|
271
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.6.1
|
|
272
|
+
*/
|
|
273
|
+
rotationTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
274
|
+
/**
|
|
275
|
+
* This field shall specify the flags as specified in Thread 1.3.0 section 8.10.1.15. Null when there is no
|
|
276
|
+
* dataset configured.
|
|
277
|
+
*
|
|
278
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.6.2
|
|
279
|
+
*/
|
|
280
|
+
flags: import("../tlv/TlvObject.js").FieldType<number>;
|
|
281
|
+
}>;
|
|
282
|
+
/**
|
|
283
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.6
|
|
284
|
+
*/
|
|
285
|
+
interface SecurityPolicy extends TypeFromSchema<typeof TlvSecurityPolicy> {
|
|
286
|
+
}
|
|
287
|
+
/**
|
|
288
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7
|
|
289
|
+
*/
|
|
290
|
+
const TlvOperationalDatasetComponents: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
291
|
+
/**
|
|
292
|
+
* This field shall be True if the Node has an active timestamp present, else False.
|
|
293
|
+
*
|
|
294
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.1
|
|
295
|
+
*/
|
|
296
|
+
activeTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
297
|
+
/**
|
|
298
|
+
* This field shall be True if the Node has a pending timestamp is present, else False.
|
|
299
|
+
*
|
|
300
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.2
|
|
301
|
+
*/
|
|
302
|
+
pendingTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
303
|
+
/**
|
|
304
|
+
* This field shall be True if the Node has the Thread master key, else False.
|
|
305
|
+
*
|
|
306
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.3
|
|
307
|
+
*/
|
|
308
|
+
masterKeyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
309
|
+
/**
|
|
310
|
+
* This field shall be True if the Node has the Thread network’s name, else False.
|
|
311
|
+
*
|
|
312
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.4
|
|
313
|
+
*/
|
|
314
|
+
networkNamePresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
315
|
+
/**
|
|
316
|
+
* This field shall be True if the Node has an extended Pan ID, else False.
|
|
317
|
+
*
|
|
318
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.5
|
|
319
|
+
*/
|
|
320
|
+
extendedPanIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
321
|
+
/**
|
|
322
|
+
* This field shall be True if the Node has the mesh local prefix, else False.
|
|
323
|
+
*
|
|
324
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.6
|
|
325
|
+
*/
|
|
326
|
+
meshLocalPrefixPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
327
|
+
/**
|
|
328
|
+
* This field shall be True if the Node has the Thread network delay set, else False.
|
|
329
|
+
*
|
|
330
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.7
|
|
331
|
+
*/
|
|
332
|
+
delayPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
333
|
+
/**
|
|
334
|
+
* This field shall be True if the Node has a Pan ID, else False.
|
|
335
|
+
*
|
|
336
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.8
|
|
337
|
+
*/
|
|
338
|
+
panIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
339
|
+
/**
|
|
340
|
+
* This field shall be True if the Node has configured an operational channel for the Thread network, else
|
|
341
|
+
* False.
|
|
342
|
+
*
|
|
343
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.9
|
|
344
|
+
*/
|
|
345
|
+
channelPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
346
|
+
/**
|
|
347
|
+
* This field shall be True if the Node has been configured with the Thread network Pskc, else False.
|
|
348
|
+
*
|
|
349
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.10
|
|
350
|
+
*/
|
|
351
|
+
pskcPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
352
|
+
/**
|
|
353
|
+
* This field shall be True if the Node has been configured with the Thread network security policies, else
|
|
354
|
+
* False.
|
|
355
|
+
*
|
|
356
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.11
|
|
357
|
+
*/
|
|
358
|
+
securityPolicyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
359
|
+
/**
|
|
360
|
+
* This field shall be True if the Node has available a mask of available channels, else False.
|
|
361
|
+
*
|
|
362
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.12
|
|
363
|
+
*/
|
|
364
|
+
channelMaskPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
365
|
+
}>;
|
|
366
|
+
/**
|
|
367
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7
|
|
368
|
+
*/
|
|
369
|
+
interface OperationalDatasetComponents extends TypeFromSchema<typeof TlvOperationalDatasetComponents> {
|
|
370
|
+
}
|
|
371
|
+
/**
|
|
372
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.1
|
|
373
|
+
*/
|
|
374
|
+
enum NetworkFault {
|
|
375
|
+
/**
|
|
376
|
+
* Indicates an unspecified fault.
|
|
377
|
+
*/
|
|
378
|
+
Unspecified = 0,
|
|
379
|
+
/**
|
|
380
|
+
* Indicates the Thread link is down.
|
|
381
|
+
*/
|
|
382
|
+
LinkDown = 1,
|
|
383
|
+
/**
|
|
384
|
+
* Indicates there has been Thread hardware failure.
|
|
385
|
+
*/
|
|
386
|
+
HardwareFailure = 2,
|
|
387
|
+
/**
|
|
388
|
+
* Indicates the Thread network is jammed.
|
|
389
|
+
*/
|
|
390
|
+
NetworkJammed = 3
|
|
391
|
+
}
|
|
392
|
+
/**
|
|
393
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.2
|
|
394
|
+
*/
|
|
395
|
+
enum ConnectionStatus {
|
|
396
|
+
/**
|
|
397
|
+
* Node is connected
|
|
398
|
+
*/
|
|
399
|
+
Connected = 0,
|
|
400
|
+
/**
|
|
401
|
+
* Node is not connected
|
|
402
|
+
*/
|
|
403
|
+
NotConnected = 1
|
|
404
|
+
}
|
|
405
|
+
/**
|
|
406
|
+
* Body of the ThreadNetworkDiagnostics connectionStatus event
|
|
407
|
+
*
|
|
408
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.8.2
|
|
409
|
+
*/
|
|
410
|
+
const TlvConnectionStatusEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
411
|
+
connectionStatus: import("../tlv/TlvObject.js").FieldType<ConnectionStatus>;
|
|
412
|
+
}>;
|
|
413
|
+
/**
|
|
414
|
+
* Body of the ThreadNetworkDiagnostics connectionStatus event
|
|
415
|
+
*
|
|
416
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.8.2
|
|
417
|
+
*/
|
|
418
|
+
interface ConnectionStatusEvent extends TypeFromSchema<typeof TlvConnectionStatusEvent> {
|
|
419
|
+
}
|
|
420
|
+
/**
|
|
421
|
+
* Body of the ThreadNetworkDiagnostics networkFaultChange event
|
|
422
|
+
*
|
|
423
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.8.1
|
|
424
|
+
*/
|
|
425
|
+
const TlvNetworkFaultChangeEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
426
|
+
/**
|
|
427
|
+
* This field shall represent the set of faults currently detected, as per Section 11.14.5.1, “NetworkFaultEnum
|
|
428
|
+
* Type”.
|
|
429
|
+
*
|
|
430
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.8.1.1
|
|
431
|
+
*/
|
|
432
|
+
current: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
433
|
+
/**
|
|
434
|
+
* This field shall represent the set of faults detected prior to this change event, as per Section 11.14.5.1,
|
|
435
|
+
* “NetworkFaultEnum Type”.
|
|
436
|
+
*
|
|
437
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.8.1.2
|
|
438
|
+
*/
|
|
439
|
+
previous: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
440
|
+
}>;
|
|
441
|
+
/**
|
|
442
|
+
* Body of the ThreadNetworkDiagnostics networkFaultChange event
|
|
443
|
+
*
|
|
444
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.8.1
|
|
445
|
+
*/
|
|
446
|
+
interface NetworkFaultChangeEvent extends TypeFromSchema<typeof TlvNetworkFaultChangeEvent> {
|
|
447
|
+
}
|
|
448
|
+
/**
|
|
449
|
+
* A ThreadNetworkDiagnosticsCluster supports these elements if it supports feature ErrorCounts.
|
|
450
|
+
*/
|
|
451
|
+
const ErrorCountsComponent: {
|
|
452
|
+
readonly attributes: {
|
|
453
|
+
/**
|
|
454
|
+
* The OverrunCount attribute shall indicate the number of packets dropped either at ingress or egress, due
|
|
455
|
+
* to lack of buffer memory to retain all packets on the ethernet network interface. The OverrunCount
|
|
456
|
+
* attribute shall be reset to 0 upon a reboot of the Node.
|
|
457
|
+
*
|
|
458
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.7
|
|
459
|
+
*/
|
|
460
|
+
readonly overrunCount: Attribute<number | bigint, any>;
|
|
461
|
+
};
|
|
462
|
+
readonly commands: {
|
|
463
|
+
/**
|
|
464
|
+
* Reception of this command shall reset the following attributes to 0:
|
|
465
|
+
*
|
|
466
|
+
* • OverrunCount
|
|
467
|
+
*
|
|
468
|
+
* This command has no associated data. Upon completion, this command shall send a status code set to a
|
|
469
|
+
* value of SUCCESS back to the initiator.
|
|
470
|
+
*
|
|
471
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.7.1
|
|
472
|
+
*/
|
|
473
|
+
readonly resetCounts: Command<void, void, any>;
|
|
474
|
+
};
|
|
475
|
+
};
|
|
476
|
+
/**
|
|
477
|
+
* A ThreadNetworkDiagnosticsCluster supports these elements if it supports feature MleCounts.
|
|
478
|
+
*/
|
|
479
|
+
const MleCountsComponent: {
|
|
480
|
+
readonly attributes: {
|
|
481
|
+
/**
|
|
482
|
+
* The DetachedRoleCount attribute shall indicate the number of times the Node entered the
|
|
483
|
+
* OT_DEVICE_ROLE_DETACHED role as specified within the Thread specification. This value shall only be
|
|
484
|
+
* reset upon a Node reboot.
|
|
485
|
+
*
|
|
486
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.15
|
|
487
|
+
*/
|
|
488
|
+
readonly detachedRoleCount: OptionalAttribute<number, any>;
|
|
489
|
+
/**
|
|
490
|
+
* The ChildRoleCount attribute shall indicate the number of times the Node entered the
|
|
491
|
+
* OT_DEVICE_ROLE_CHILD role as specified within the Thread specification. This value shall only be reset
|
|
492
|
+
* upon a Node reboot.
|
|
493
|
+
*
|
|
494
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.16
|
|
495
|
+
*/
|
|
496
|
+
readonly childRoleCount: OptionalAttribute<number, any>;
|
|
497
|
+
/**
|
|
498
|
+
* The RouterRoleCount attribute shall indicate the number of times the Node entered the
|
|
499
|
+
* OT_DEVICE_ROLE_ROUTER role as specified within the Thread specification. This value shall only be reset
|
|
500
|
+
* upon a Node reboot.
|
|
501
|
+
*
|
|
502
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.17
|
|
503
|
+
*/
|
|
504
|
+
readonly routerRoleCount: OptionalAttribute<number, any>;
|
|
505
|
+
/**
|
|
506
|
+
* The LeaderRoleCount attribute shall indicate the number of times the Node entered the
|
|
507
|
+
* OT_DEVICE_ROLE_LEADER role as specified within the Thread specification. This value shall only be reset
|
|
508
|
+
* upon a Node reboot.
|
|
509
|
+
*
|
|
510
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.18
|
|
511
|
+
*/
|
|
512
|
+
readonly leaderRoleCount: OptionalAttribute<number, any>;
|
|
513
|
+
/**
|
|
514
|
+
* The AttachAttemptCount attribute shall indicate the number of attempts that have been made to attach to
|
|
515
|
+
* a Thread network while the Node was detached from all Thread networks. This value shall only be reset
|
|
516
|
+
* upon a Node reboot.
|
|
517
|
+
*
|
|
518
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.19
|
|
519
|
+
*/
|
|
520
|
+
readonly attachAttemptCount: OptionalAttribute<number, any>;
|
|
521
|
+
/**
|
|
522
|
+
* The PartitionIdChangeCount attribute shall indicate the number of times that the Thread network that the
|
|
523
|
+
* Node is connected to has changed its Partition ID. This value shall only be reset upon a Node reboot.
|
|
524
|
+
*
|
|
525
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.20
|
|
526
|
+
*/
|
|
527
|
+
readonly partitionIdChangeCount: OptionalAttribute<number, any>;
|
|
528
|
+
/**
|
|
529
|
+
* The BetterPartitionAttachAttemptCount attribute shall indicate the number of times a Node has attempted
|
|
530
|
+
* to attach to a different Thread partition that it has determined is better than the partition it is
|
|
531
|
+
* currently attached to. This value shall only be reset upon a Node reboot.
|
|
532
|
+
*
|
|
533
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.21
|
|
534
|
+
*/
|
|
535
|
+
readonly betterPartitionAttachAttemptCount: OptionalAttribute<number, any>;
|
|
536
|
+
/**
|
|
537
|
+
* The ParentChangeCount attribute shall indicate the number of times a Node has changed its parent. This
|
|
538
|
+
* value shall only be reset upon a Node reboot.
|
|
539
|
+
*
|
|
540
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.22
|
|
541
|
+
*/
|
|
542
|
+
readonly parentChangeCount: OptionalAttribute<number, any>;
|
|
543
|
+
};
|
|
544
|
+
};
|
|
545
|
+
/**
|
|
546
|
+
* A ThreadNetworkDiagnosticsCluster supports these elements if it supports feature MacCounts.
|
|
547
|
+
*/
|
|
548
|
+
const MacCountsComponent: {
|
|
549
|
+
readonly attributes: {
|
|
550
|
+
/**
|
|
551
|
+
* The TxTotalCount attribute shall indicate the total number of unique MAC frame transmission requests.
|
|
552
|
+
* The TxTotalCount attribute shall only be incremented by 1 for each MAC transmission request regardless
|
|
553
|
+
* of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon
|
|
554
|
+
* a Node reboot.
|
|
555
|
+
*
|
|
556
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.23
|
|
557
|
+
*/
|
|
558
|
+
readonly txTotalCount: OptionalAttribute<number, any>;
|
|
559
|
+
/**
|
|
560
|
+
* The TxUnicastCount attribute shall indicate the total number of unique unicast MAC frame transmission
|
|
561
|
+
* requests. The TxUnicastCount attribute shall only be incremented by 1 for each unicast MAC transmission
|
|
562
|
+
* request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall
|
|
563
|
+
* only be reset upon a Node reboot.
|
|
564
|
+
*
|
|
565
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.24
|
|
566
|
+
*/
|
|
567
|
+
readonly txUnicastCount: OptionalAttribute<number, any>;
|
|
568
|
+
/**
|
|
569
|
+
* The TxBroadcastCount attribute shall indicate the total number of unique broadcast MAC frame
|
|
570
|
+
* transmission requests. The TxBroadcastCount attribute shall only be incremented by 1 for each broadcast
|
|
571
|
+
* MAC transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
572
|
+
* This value shall only be reset upon a Node reboot.
|
|
573
|
+
*
|
|
574
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.25
|
|
575
|
+
*/
|
|
576
|
+
readonly txBroadcastCount: OptionalAttribute<number, any>;
|
|
577
|
+
/**
|
|
578
|
+
* The TxAckRequestedCount attribute shall indicate the total number of unique MAC frame transmission
|
|
579
|
+
* requests with requested acknowledgment. The TxAckRequestedCount attribute shall only be incremented by 1
|
|
580
|
+
* for each MAC transmission request with requested acknowledgment regardless of the amount of CCA
|
|
581
|
+
* failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
582
|
+
*
|
|
583
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.26
|
|
584
|
+
*/
|
|
585
|
+
readonly txAckRequestedCount: OptionalAttribute<number, any>;
|
|
586
|
+
/**
|
|
587
|
+
* The TxAckedCount attribute shall indicate the total number of unique MAC frame transmission requests
|
|
588
|
+
* that were acked. The TxAckedCount attribute shall only be incremented by 1 for each MAC transmission
|
|
589
|
+
* request that is acked regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
590
|
+
* This value shall only be reset upon a Node reboot.
|
|
591
|
+
*
|
|
592
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.27
|
|
593
|
+
*/
|
|
594
|
+
readonly txAckedCount: OptionalAttribute<number, any>;
|
|
595
|
+
/**
|
|
596
|
+
* The TxNoAckRequestedCount attribute shall indicate the total number of unique MAC frame transmission
|
|
597
|
+
* requests without requested acknowledgment. The TxNoAckRequestedCount attribute shall only be incremented
|
|
598
|
+
* by 1 for each MAC transmission request that is does not request acknowledgement regardless of the amount
|
|
599
|
+
* of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
600
|
+
*
|
|
601
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.28
|
|
602
|
+
*/
|
|
603
|
+
readonly txNoAckRequestedCount: OptionalAttribute<number, any>;
|
|
604
|
+
/**
|
|
605
|
+
* The TxDataCount attribute shall indicate the total number of unique MAC Data frame transmission
|
|
606
|
+
* requests. The TxDataCount attribute shall only be incremented by 1 for each MAC Data frame transmission
|
|
607
|
+
* request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall
|
|
608
|
+
* only be reset upon a Node reboot.
|
|
609
|
+
*
|
|
610
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.29
|
|
611
|
+
*/
|
|
612
|
+
readonly txDataCount: OptionalAttribute<number, any>;
|
|
613
|
+
/**
|
|
614
|
+
* The TxDataPollCount attribute shall indicate the total number of unique MAC Data Poll frame transmission
|
|
615
|
+
* requests. The TxDataPollCount attribute shall only be incremented by 1 for each MAC Data Poll frame
|
|
616
|
+
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
617
|
+
* This value shall only be reset upon a Node reboot.
|
|
618
|
+
*
|
|
619
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.30
|
|
620
|
+
*/
|
|
621
|
+
readonly txDataPollCount: OptionalAttribute<number, any>;
|
|
622
|
+
/**
|
|
623
|
+
* The TxBeaconCount attribute shall indicate the total number of unique MAC Beacon frame transmission
|
|
624
|
+
* requests. The TxBeaconCount attribute shall only be incremented by 1 for each MAC Beacon frame
|
|
625
|
+
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
626
|
+
*
|
|
627
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.31
|
|
628
|
+
*/
|
|
629
|
+
readonly txBeaconCount: OptionalAttribute<number, any>;
|
|
630
|
+
/**
|
|
631
|
+
* The TxBeaconRequestCount attribute shall indicate the total number of unique MAC Beacon Request frame
|
|
632
|
+
* transmission requests. The TxBeaconRequestCount attribute shall only be incremented by 1 for each MAC
|
|
633
|
+
* Beacon Request frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
|
|
634
|
+
* retransmissions. This value shall only be reset upon a Node reboot.
|
|
635
|
+
*
|
|
636
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.32
|
|
637
|
+
*/
|
|
638
|
+
readonly txBeaconRequestCount: OptionalAttribute<number, any>;
|
|
639
|
+
/**
|
|
640
|
+
* The TxOtherCount attribute shall indicate the total number of unique MAC frame transmission requests
|
|
641
|
+
* that are not counted by any other attribute. The TxOtherCount attribute shall only be incremented by 1
|
|
642
|
+
* for each MAC frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
|
|
643
|
+
* retransmissions. This value shall only be reset upon a Node reboot.
|
|
644
|
+
*
|
|
645
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.33
|
|
646
|
+
*/
|
|
647
|
+
readonly txOtherCount: OptionalAttribute<number, any>;
|
|
648
|
+
/**
|
|
649
|
+
* The TxRetryCount attribute shall indicate the total number of MAC retransmission attempts. The
|
|
650
|
+
* TxRetryCount attribute shall only be incremented by 1 for each retransmission attempt that may be
|
|
651
|
+
* triggered by lack of acknowledgement, CSMA/CA failure, or other type of transmission error. This value
|
|
652
|
+
* shall only be reset upon a Node reboot.
|
|
653
|
+
*
|
|
654
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.34
|
|
655
|
+
*/
|
|
656
|
+
readonly txRetryCount: OptionalAttribute<number, any>;
|
|
657
|
+
/**
|
|
658
|
+
* The TxDirectMaxRetryExpiryCount attribute shall indicate the total number of unique MAC transmission
|
|
659
|
+
* packets that meet maximal retry limit for direct packets. The TxDirectMaxRetryExpiryCount attribute
|
|
660
|
+
* shall only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry
|
|
661
|
+
* limit for direct packets. This value shall only be reset upon a Node reboot.
|
|
662
|
+
*
|
|
663
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.35
|
|
664
|
+
*/
|
|
665
|
+
readonly txDirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
666
|
+
/**
|
|
667
|
+
* The TxIndirectMaxRetryExpiryCount attribute shall indicate the total number of unique MAC transmission
|
|
668
|
+
* packets that meet maximal retry limit for indirect packets. The TxIndirectMaxRetryExpiryCount attribute
|
|
669
|
+
* shall only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry
|
|
670
|
+
* limit for indirect packets. This value shall only be reset upon a Node reboot.
|
|
671
|
+
*
|
|
672
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.36
|
|
673
|
+
*/
|
|
674
|
+
readonly txIndirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
675
|
+
/**
|
|
676
|
+
* The TxErrCcaCount attribute shall indicate the total number of CCA failures. The TxErrCcaCount attribute
|
|
677
|
+
* shall only be incremented by 1 for each instance of a CCA failure. This value shall only be reset upon a
|
|
678
|
+
* Node reboot.
|
|
679
|
+
*
|
|
680
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.37
|
|
681
|
+
*/
|
|
682
|
+
readonly txErrCcaCount: OptionalAttribute<number, any>;
|
|
683
|
+
/**
|
|
684
|
+
* The TxErrAbortCount attribute shall indicate the total number of unique MAC transmission request
|
|
685
|
+
* failures caused by an abort error. The TxErrAbortCount attribute shall only be incremented by 1 for each
|
|
686
|
+
* unique MAC transmission request failure caused by an abort error.
|
|
687
|
+
*
|
|
688
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.38
|
|
689
|
+
*/
|
|
690
|
+
readonly txErrAbortCount: OptionalAttribute<number, any>;
|
|
691
|
+
/**
|
|
692
|
+
* The TxErrBusyChannelCount attribute shall indicate the total number of unique MAC transmission request
|
|
693
|
+
* failures caused by an error as the result of a busy channel (a CSMA/CA fail). The TxErrBusyChannelCount
|
|
694
|
+
* attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by a
|
|
695
|
+
* busy channel such as a CSMA/CA failure.
|
|
696
|
+
*
|
|
697
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.39
|
|
698
|
+
*/
|
|
699
|
+
readonly txErrBusyChannelCount: OptionalAttribute<number, any>;
|
|
700
|
+
/**
|
|
701
|
+
* The RxTotalCount attribute shall indicate the total number of received unique MAC frames. This value
|
|
702
|
+
* shall only be reset upon a Node reboot.
|
|
703
|
+
*
|
|
704
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.40
|
|
705
|
+
*/
|
|
706
|
+
readonly rxTotalCount: OptionalAttribute<number, any>;
|
|
707
|
+
/**
|
|
708
|
+
* The RxUnicastCount attribute shall indicate the total number of received unique unicast MAC frames. This
|
|
709
|
+
* value shall only be reset upon a Node reboot.
|
|
710
|
+
*
|
|
711
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.41
|
|
712
|
+
*/
|
|
713
|
+
readonly rxUnicastCount: OptionalAttribute<number, any>;
|
|
714
|
+
/**
|
|
715
|
+
* The RxBroadcastCount attribute shall indicate the total number of received unique broadcast MAC frames.
|
|
716
|
+
* This value shall only be reset upon a Node reboot.
|
|
717
|
+
*
|
|
718
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.42
|
|
719
|
+
*/
|
|
720
|
+
readonly rxBroadcastCount: OptionalAttribute<number, any>;
|
|
721
|
+
/**
|
|
722
|
+
* The RxDataCount attribute shall indicate the total number of received unique MAC Data frames. This value
|
|
723
|
+
* shall only be reset upon a Node reboot.
|
|
724
|
+
*
|
|
725
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.43
|
|
726
|
+
*/
|
|
727
|
+
readonly rxDataCount: OptionalAttribute<number, any>;
|
|
728
|
+
/**
|
|
729
|
+
* The RxDataPollCount attribute shall indicate the total number of received unique MAC Data Poll frames.
|
|
730
|
+
* This value shall only be reset upon a Node reboot.
|
|
731
|
+
*
|
|
732
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.44
|
|
733
|
+
*/
|
|
734
|
+
readonly rxDataPollCount: OptionalAttribute<number, any>;
|
|
735
|
+
/**
|
|
736
|
+
* The RxBeaconCount attribute shall indicate the total number of received unique MAC Beacon frames. This
|
|
737
|
+
* value shall only be reset upon a Node reboot.
|
|
738
|
+
*
|
|
739
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.45
|
|
740
|
+
*/
|
|
741
|
+
readonly rxBeaconCount: OptionalAttribute<number, any>;
|
|
742
|
+
/**
|
|
743
|
+
* The RxBeaconRequestCount attribute shall indicate the total number of received unique MAC Beacon Request
|
|
744
|
+
* frames. This value shall only be reset upon a Node reboot.
|
|
745
|
+
*
|
|
746
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.46
|
|
747
|
+
*/
|
|
748
|
+
readonly rxBeaconRequestCount: OptionalAttribute<number, any>;
|
|
749
|
+
/**
|
|
750
|
+
* The RxOtherCount attribute shall indicate the total number of received unique MAC frame requests that
|
|
751
|
+
* are not counted by any other attribute. This value shall only be reset upon a Node reboot.
|
|
752
|
+
*
|
|
753
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.47
|
|
754
|
+
*/
|
|
755
|
+
readonly rxOtherCount: OptionalAttribute<number, any>;
|
|
756
|
+
/**
|
|
757
|
+
* The RxAddressFilteredCount attribute shall indicate the total number of received unique MAC frame
|
|
758
|
+
* requests that have been dropped as a result of MAC filtering. This value shall only be reset upon a Node
|
|
759
|
+
* reboot.
|
|
760
|
+
*
|
|
761
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.48
|
|
762
|
+
*/
|
|
763
|
+
readonly rxAddressFilteredCount: OptionalAttribute<number, any>;
|
|
764
|
+
/**
|
|
765
|
+
* The RxDestAddrFilteredCount attribute shall indicate the total number of received unique MAC frame
|
|
766
|
+
* requests that have been dropped as a result of a destination address check. This value shall only be
|
|
767
|
+
* reset upon a Node reboot.
|
|
768
|
+
*
|
|
769
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.49
|
|
770
|
+
*/
|
|
771
|
+
readonly rxDestAddrFilteredCount: OptionalAttribute<number, any>;
|
|
772
|
+
/**
|
|
773
|
+
* The RxDuplicatedCount attribute shall indicate the total number of received MAC frame requests that have
|
|
774
|
+
* been dropped as a result of being a duplicate of a previously received MAC frame request. This value
|
|
775
|
+
* shall only be reset upon a Node reboot.
|
|
776
|
+
*
|
|
777
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.50
|
|
778
|
+
*/
|
|
779
|
+
readonly rxDuplicatedCount: OptionalAttribute<number, any>;
|
|
780
|
+
/**
|
|
781
|
+
* The RxErrNoFrameCount attribute shall indicate the total number of received unique MAC frame requests
|
|
782
|
+
* that have been dropped as a result of missing or malformed frame contents. This value shall only be
|
|
783
|
+
* reset upon a Node reboot.
|
|
784
|
+
*
|
|
785
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.51
|
|
786
|
+
*/
|
|
787
|
+
readonly rxErrNoFrameCount: OptionalAttribute<number, any>;
|
|
788
|
+
/**
|
|
789
|
+
* The RxErrUnknownNeighborCount attribute shall indicate the total number of received unique MAC frame
|
|
790
|
+
* requests that have been dropped as a result of originating from an unknown neighbor device. This value
|
|
791
|
+
* shall only be reset upon a Node reboot.
|
|
792
|
+
*
|
|
793
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.52
|
|
794
|
+
*/
|
|
795
|
+
readonly rxErrUnknownNeighborCount: OptionalAttribute<number, any>;
|
|
796
|
+
/**
|
|
797
|
+
* The RxErrInvalidSrcAddrCount attribute shall indicate the total number of received unique MAC frame
|
|
798
|
+
* requests that have been dropped as a result of containing an invalid source address. This value shall
|
|
799
|
+
* only be reset upon a Node reboot.
|
|
800
|
+
*
|
|
801
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.53
|
|
802
|
+
*/
|
|
803
|
+
readonly rxErrInvalidSrcAddrCount: OptionalAttribute<number, any>;
|
|
804
|
+
/**
|
|
805
|
+
* The RxErrSecCount attribute shall indicate the total number of received unique MAC frame requests that
|
|
806
|
+
* have been dropped as a result of an error with the security of the received frame. This value shall only
|
|
807
|
+
* be reset upon a Node reboot.
|
|
808
|
+
*
|
|
809
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.54
|
|
810
|
+
*/
|
|
811
|
+
readonly rxErrSecCount: OptionalAttribute<number, any>;
|
|
812
|
+
/**
|
|
813
|
+
* The RxErrFcsCount attribute shall indicate the total number of received unique MAC frame requests that
|
|
814
|
+
* have been dropped as a result of an error with the FCS of the received frame. This value shall only be
|
|
815
|
+
* reset upon a Node reboot.
|
|
816
|
+
*
|
|
817
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.55
|
|
818
|
+
*/
|
|
819
|
+
readonly rxErrFcsCount: OptionalAttribute<number, any>;
|
|
820
|
+
/**
|
|
821
|
+
* The RxErrOtherCount attribute shall indicate the total number of received unique MAC frame requests that
|
|
822
|
+
* have been dropped as a result of an error that is not counted by any other attribute. This value shall
|
|
823
|
+
* only be reset upon a Node reboot.
|
|
824
|
+
*
|
|
825
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.56
|
|
826
|
+
*/
|
|
827
|
+
readonly rxErrOtherCount: OptionalAttribute<number, any>;
|
|
828
|
+
};
|
|
829
|
+
};
|
|
830
|
+
/**
|
|
831
|
+
* These elements and properties are present in all ThreadNetworkDiagnostics clusters.
|
|
832
|
+
*/
|
|
833
|
+
const Base: {
|
|
834
|
+
readonly id: 53;
|
|
835
|
+
readonly name: "ThreadNetworkDiagnostics";
|
|
836
|
+
readonly revision: 2;
|
|
837
|
+
readonly features: {
|
|
838
|
+
/**
|
|
839
|
+
* PacketCounts
|
|
840
|
+
*
|
|
841
|
+
* Server supports the counts for the number of received and transmitted packets on the Thread interface.
|
|
842
|
+
*/
|
|
843
|
+
readonly packetCounts: BitFlag;
|
|
844
|
+
/**
|
|
845
|
+
* ErrorCounts
|
|
846
|
+
*
|
|
847
|
+
* Server supports the counts for the number of errors that have occurred during the reception and
|
|
848
|
+
* transmission of packets on the Thread interface.
|
|
849
|
+
*/
|
|
850
|
+
readonly errorCounts: BitFlag;
|
|
851
|
+
/**
|
|
852
|
+
* MleCounts
|
|
853
|
+
*
|
|
854
|
+
* Server supports the counts for various MLE layer happenings.
|
|
855
|
+
*/
|
|
856
|
+
readonly mleCounts: BitFlag;
|
|
857
|
+
/**
|
|
858
|
+
* MacCounts
|
|
859
|
+
*
|
|
860
|
+
* Server supports the counts for various MAC layer happenings.
|
|
861
|
+
*/
|
|
862
|
+
readonly macCounts: BitFlag;
|
|
863
|
+
};
|
|
864
|
+
readonly attributes: {
|
|
865
|
+
/**
|
|
866
|
+
* The Channel attribute shall indicate the 802.15.4 channel number configured on the Node’s Thread
|
|
867
|
+
* interface (that is, the Active Operational Dataset’s current Channel value). A value of null shall
|
|
868
|
+
* indicate that the Thread interface is not currently configured or operational.
|
|
869
|
+
*
|
|
870
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.1
|
|
871
|
+
*/
|
|
872
|
+
readonly channel: Attribute<number | null, any>;
|
|
873
|
+
/**
|
|
874
|
+
* The RoutingRole attribute shall indicate the role that this Node has within the routing of messages
|
|
875
|
+
* through the Thread network, as defined by RoutingRoleEnum. The potential roles are defined in the
|
|
876
|
+
* following table. A value of null shall indicate that the Thread interface is not currently configured or
|
|
877
|
+
* operational.
|
|
878
|
+
*
|
|
879
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.2
|
|
880
|
+
*/
|
|
881
|
+
readonly routingRole: Attribute<RoutingRole | null, any>;
|
|
882
|
+
/**
|
|
883
|
+
* The NetworkName attribute shall indicate a human-readable (displayable) name for the Thread network that
|
|
884
|
+
* the Node has been configured to join to. A value of null shall indicate that the Thread interface is not
|
|
885
|
+
* currently configured or operational.
|
|
886
|
+
*
|
|
887
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.3
|
|
888
|
+
*/
|
|
889
|
+
readonly networkName: Attribute<string | null, any>;
|
|
890
|
+
/**
|
|
891
|
+
* The PanId attribute shall indicate the 16-bit identifier of the Node on the Thread network. A value of
|
|
892
|
+
* null shall indicate that the Thread interface is not currently configured or operational.
|
|
893
|
+
*
|
|
894
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.4
|
|
895
|
+
*/
|
|
896
|
+
readonly panId: Attribute<number | null, any>;
|
|
897
|
+
/**
|
|
898
|
+
* The ExtendedPanId attribute shall indicate the unique 64-bit identifier of the Node on the Thread
|
|
899
|
+
* network. A value of null shall indicate that the Thread interface is not currently configured or
|
|
900
|
+
* operational.
|
|
901
|
+
*
|
|
902
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.5
|
|
903
|
+
*/
|
|
904
|
+
readonly extendedPanId: Attribute<number | bigint | null, any>;
|
|
905
|
+
/**
|
|
906
|
+
* The MeshLocalPrefix attribute shall indicate the mesh-local IPv6 prefix for the Thread network that the
|
|
907
|
+
* Node has been configured to join to. A value of null shall indicate that the Thread interface is not
|
|
908
|
+
* currently configured or operational.
|
|
909
|
+
*
|
|
910
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.6
|
|
911
|
+
*/
|
|
912
|
+
readonly meshLocalPrefix: Attribute<Uint8Array | null, any>;
|
|
913
|
+
/**
|
|
914
|
+
* The NeighborTable attribute shall indicate the current list of Nodes that comprise the neighbor table on
|
|
915
|
+
* the Node.
|
|
916
|
+
*
|
|
917
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.8
|
|
918
|
+
*/
|
|
919
|
+
readonly neighborTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
920
|
+
/**
|
|
921
|
+
* This field shall specify the IEEE 802.15.4 extended address for the neighboring Node.
|
|
922
|
+
*
|
|
923
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.1
|
|
924
|
+
*/
|
|
925
|
+
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
926
|
+
/**
|
|
927
|
+
* This field shall specify the duration of time, in seconds, since a frame has been received from the
|
|
928
|
+
* neighboring Node.
|
|
929
|
+
*
|
|
930
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.2
|
|
931
|
+
*/
|
|
932
|
+
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
933
|
+
/**
|
|
934
|
+
* This field shall specify the RLOC16 of the neighboring Node.
|
|
935
|
+
*
|
|
936
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.3
|
|
937
|
+
*/
|
|
938
|
+
rloc16: import("../tlv/TlvObject.js").FieldType<number>;
|
|
939
|
+
/**
|
|
940
|
+
* This field shall specify the number of link layer frames that have been received from the neighboring node.
|
|
941
|
+
* This field shall be reset to 0 upon a reboot of the Node.
|
|
942
|
+
*
|
|
943
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.4
|
|
944
|
+
*/
|
|
945
|
+
linkFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
946
|
+
/**
|
|
947
|
+
* This field shall specify the number of Mesh Link Establishment frames that have been received from the
|
|
948
|
+
* neighboring node. This field shall be reset to 0 upon a reboot of the Node.
|
|
949
|
+
*
|
|
950
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.5
|
|
951
|
+
*/
|
|
952
|
+
mleFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
953
|
+
/**
|
|
954
|
+
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
955
|
+
* scaled from 0 to 255.
|
|
956
|
+
*
|
|
957
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.6
|
|
958
|
+
*/
|
|
959
|
+
lqi: import("../tlv/TlvObject.js").FieldType<number>;
|
|
960
|
+
/**
|
|
961
|
+
* This field SHOULD specify the average RSSI across all received frames from the neighboring Node since the
|
|
962
|
+
* receiving Node’s last reboot. If there is no known received frames this field SHOULD have the value of null.
|
|
963
|
+
* This field shall have the units of dBm, having the range -128 dBm to 0 dBm.
|
|
964
|
+
*
|
|
965
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.7
|
|
966
|
+
*/
|
|
967
|
+
averageRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
968
|
+
/**
|
|
969
|
+
* This field shall specify the RSSI of the most recently received frame from the neighboring Node. If there is
|
|
970
|
+
* no known last received frame the LastRssi field SHOULD have the value of null. This field shall have the
|
|
971
|
+
* units of dBm, having the range -128 dBm to 0 dBm.
|
|
972
|
+
*
|
|
973
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.8
|
|
974
|
+
*/
|
|
975
|
+
lastRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
976
|
+
/**
|
|
977
|
+
* This field shall specify the percentage of received frames from the neighboring Node that have resulted in
|
|
978
|
+
* errors.
|
|
979
|
+
*
|
|
980
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.9
|
|
981
|
+
*/
|
|
982
|
+
frameErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
|
|
983
|
+
/**
|
|
984
|
+
* This field shall specify the percentage of received messages from the neighboring Node that have resulted in
|
|
985
|
+
* errors.
|
|
986
|
+
*
|
|
987
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.10
|
|
988
|
+
*/
|
|
989
|
+
messageErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
|
|
990
|
+
/**
|
|
991
|
+
* This field shall specify if the neighboring Node is capable of receiving frames while the Node is in an idle
|
|
992
|
+
* state.
|
|
993
|
+
*
|
|
994
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.11
|
|
995
|
+
*/
|
|
996
|
+
rxOnWhenIdle: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
997
|
+
/**
|
|
998
|
+
* This field shall specify if the neighboring Node is a full Thread device.
|
|
999
|
+
*
|
|
1000
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.12
|
|
1001
|
+
*/
|
|
1002
|
+
fullThreadDevice: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1003
|
+
/**
|
|
1004
|
+
* This field shall specify if the neighboring Node requires the full Network Data. If set to False, the
|
|
1005
|
+
* neighboring Node only requires the stable Network Data.
|
|
1006
|
+
*
|
|
1007
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.13
|
|
1008
|
+
*/
|
|
1009
|
+
fullNetworkData: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1010
|
+
/**
|
|
1011
|
+
* This field shall specify if the neighboring Node is a direct child of the Node reporting the NeighborTable
|
|
1012
|
+
* attribute.
|
|
1013
|
+
*
|
|
1014
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.14
|
|
1015
|
+
*/
|
|
1016
|
+
isChild: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1017
|
+
}>[], any>;
|
|
1018
|
+
/**
|
|
1019
|
+
* The RouteTable attribute shall indicate the current list of router capable Nodes for which routes have
|
|
1020
|
+
* been established.
|
|
1021
|
+
*
|
|
1022
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.9
|
|
1023
|
+
*/
|
|
1024
|
+
readonly routeTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1025
|
+
/**
|
|
1026
|
+
* This field shall specify the IEEE 802.15.4 extended address for the Node for which this route table entry
|
|
1027
|
+
* corresponds.
|
|
1028
|
+
*
|
|
1029
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.1
|
|
1030
|
+
*/
|
|
1031
|
+
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1032
|
+
/**
|
|
1033
|
+
* This field shall specify the RLOC16 for the Node for which this route table entry corresponds.
|
|
1034
|
+
*
|
|
1035
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.2
|
|
1036
|
+
*/
|
|
1037
|
+
rloc16: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1038
|
+
/**
|
|
1039
|
+
* This field shall specify the Router ID for the Node for which this route table entry corresponds.
|
|
1040
|
+
*
|
|
1041
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.3
|
|
1042
|
+
*/
|
|
1043
|
+
routerId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1044
|
+
/**
|
|
1045
|
+
* This field shall specify the Router ID for the next hop in the route to the Node for which this route table
|
|
1046
|
+
* entry corresponds.
|
|
1047
|
+
*
|
|
1048
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.4
|
|
1049
|
+
*/
|
|
1050
|
+
nextHop: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1051
|
+
/**
|
|
1052
|
+
* This Field shall specify the cost of the route to the Node for which this route table entry corresponds.
|
|
1053
|
+
*
|
|
1054
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.5
|
|
1055
|
+
*/
|
|
1056
|
+
pathCost: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1057
|
+
/**
|
|
1058
|
+
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
1059
|
+
* scaled from 0 to 255, from the perspective of the Node reporting the neighbor table.
|
|
1060
|
+
*
|
|
1061
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.6
|
|
1062
|
+
*/
|
|
1063
|
+
lqiIn: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1064
|
+
/**
|
|
1065
|
+
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
1066
|
+
* scaled from 0 to 255, from the perspective of the Node specified within the NextHop field.
|
|
1067
|
+
*
|
|
1068
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.7
|
|
1069
|
+
*/
|
|
1070
|
+
lqiOut: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1071
|
+
/**
|
|
1072
|
+
* This field shall specify the duration of time, in seconds, since a frame has been received from the Node for
|
|
1073
|
+
* which this route table entry corresponds.
|
|
1074
|
+
*
|
|
1075
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.8
|
|
1076
|
+
*/
|
|
1077
|
+
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1078
|
+
/**
|
|
1079
|
+
* This field shall specify if the router ID as defined within the RouterId field has been allocated.
|
|
1080
|
+
*
|
|
1081
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.9
|
|
1082
|
+
*/
|
|
1083
|
+
allocated: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1084
|
+
/**
|
|
1085
|
+
* This field shall specify if a link has been established to the Node for which this route table entry
|
|
1086
|
+
*
|
|
1087
|
+
* corresponds.
|
|
1088
|
+
*
|
|
1089
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.10
|
|
1090
|
+
*/
|
|
1091
|
+
linkEstablished: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1092
|
+
}>[], any>;
|
|
1093
|
+
/**
|
|
1094
|
+
* The PartitionId attribute shall indicate the Thread Leader Partition Id for the Thread network to which
|
|
1095
|
+
* the Node is joined. Null if not attached to a Thread network.
|
|
1096
|
+
*
|
|
1097
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.10
|
|
1098
|
+
*/
|
|
1099
|
+
readonly partitionId: Attribute<number | null, any>;
|
|
1100
|
+
/**
|
|
1101
|
+
* The Weighting attribute shall indicate the Thread Leader Weight used when operating in the Leader role.
|
|
1102
|
+
* Null if not attached to a Thread network.
|
|
1103
|
+
*
|
|
1104
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.11
|
|
1105
|
+
*/
|
|
1106
|
+
readonly weighting: Attribute<number | null, any>;
|
|
1107
|
+
/**
|
|
1108
|
+
* The DataVersion attribute shall indicate the full Network Data Version the Node currently uses. Null if
|
|
1109
|
+
* not attached to a Thread network.
|
|
1110
|
+
*
|
|
1111
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.12
|
|
1112
|
+
*/
|
|
1113
|
+
readonly dataVersion: Attribute<number | null, any>;
|
|
1114
|
+
/**
|
|
1115
|
+
* The StableDataVersion attribute shall indicate the Network Data Version for the stable subset of
|
|
1116
|
+
*
|
|
1117
|
+
* data the Node currently uses. Null if not attached to a Thread network.
|
|
1118
|
+
*
|
|
1119
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.13
|
|
1120
|
+
*/
|
|
1121
|
+
readonly stableDataVersion: Attribute<number | null, any>;
|
|
1122
|
+
/**
|
|
1123
|
+
* The LeaderRouterId attribute shall indicate the 8-bit LeaderRouterId the Node shall attempt to utilize
|
|
1124
|
+
* upon becoming a router or leader on the Thread network. Null if not attached to a Thread network.
|
|
1125
|
+
*
|
|
1126
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.14
|
|
1127
|
+
*/
|
|
1128
|
+
readonly leaderRouterId: Attribute<number | null, any>;
|
|
1129
|
+
/**
|
|
1130
|
+
* Null when there is no dataset configured.
|
|
1131
|
+
*
|
|
1132
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.57
|
|
1133
|
+
*/
|
|
1134
|
+
readonly activeTimestamp: OptionalAttribute<number | bigint | null, any>;
|
|
1135
|
+
/**
|
|
1136
|
+
* Null when there is no dataset configured.
|
|
1137
|
+
*
|
|
1138
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.58
|
|
1139
|
+
*/
|
|
1140
|
+
readonly pendingTimestamp: OptionalAttribute<number | bigint | null, any>;
|
|
1141
|
+
/**
|
|
1142
|
+
* Null when there is no dataset configured.
|
|
1143
|
+
*
|
|
1144
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.59
|
|
1145
|
+
*/
|
|
1146
|
+
readonly delay: OptionalAttribute<number | null, any>;
|
|
1147
|
+
/**
|
|
1148
|
+
* The SecurityPolicy attribute indicates the current security policies for the Thread partition to which a
|
|
1149
|
+
* Node is connected. Null when there is no dataset configured.
|
|
1150
|
+
*
|
|
1151
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.60
|
|
1152
|
+
*/
|
|
1153
|
+
readonly securityPolicy: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1154
|
+
/**
|
|
1155
|
+
* This field shall specify the interval of time, in hours, that Thread security keys are rotated. Null when
|
|
1156
|
+
* there is no dataset configured.
|
|
1157
|
+
*
|
|
1158
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.6.1
|
|
1159
|
+
*/
|
|
1160
|
+
rotationTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1161
|
+
/**
|
|
1162
|
+
* This field shall specify the flags as specified in Thread 1.3.0 section 8.10.1.15. Null when there is no
|
|
1163
|
+
* dataset configured.
|
|
1164
|
+
*
|
|
1165
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.6.2
|
|
1166
|
+
*/
|
|
1167
|
+
flags: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1168
|
+
}> | null, any>;
|
|
1169
|
+
/**
|
|
1170
|
+
* The ChannelPage0Mask attribute indicates the channels within channel page 0, in the 2.4GHz ISM band. The
|
|
1171
|
+
* channels are represented in most significant bit order, with bit value 1 meaning selected, bit value 0
|
|
1172
|
+
* meaning unselected. For example, the most significant bit of the left-most byte indicates channel 0. If
|
|
1173
|
+
* channel 0 and channel 10 are selected, the mask would be: 80 20 00 00. Null when there is no dataset
|
|
1174
|
+
* configured.
|
|
1175
|
+
*
|
|
1176
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.61
|
|
1177
|
+
*/
|
|
1178
|
+
readonly channelPage0Mask: Attribute<Uint8Array | null, any>;
|
|
1179
|
+
/**
|
|
1180
|
+
* The OperationalDatasetComponents attribute is a collection of flags to indicate the presence of various
|
|
1181
|
+
* operationally acquired values.
|
|
1182
|
+
*
|
|
1183
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.62
|
|
1184
|
+
*/
|
|
1185
|
+
readonly operationalDatasetComponents: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1186
|
+
/**
|
|
1187
|
+
* This field shall be True if the Node has an active timestamp present, else False.
|
|
1188
|
+
*
|
|
1189
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.1
|
|
1190
|
+
*/
|
|
1191
|
+
activeTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1192
|
+
/**
|
|
1193
|
+
* This field shall be True if the Node has a pending timestamp is present, else False.
|
|
1194
|
+
*
|
|
1195
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.2
|
|
1196
|
+
*/
|
|
1197
|
+
pendingTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1198
|
+
/**
|
|
1199
|
+
* This field shall be True if the Node has the Thread master key, else False.
|
|
1200
|
+
*
|
|
1201
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.3
|
|
1202
|
+
*/
|
|
1203
|
+
masterKeyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1204
|
+
/**
|
|
1205
|
+
* This field shall be True if the Node has the Thread network’s name, else False.
|
|
1206
|
+
*
|
|
1207
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.4
|
|
1208
|
+
*/
|
|
1209
|
+
networkNamePresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1210
|
+
/**
|
|
1211
|
+
* This field shall be True if the Node has an extended Pan ID, else False.
|
|
1212
|
+
*
|
|
1213
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.5
|
|
1214
|
+
*/
|
|
1215
|
+
extendedPanIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1216
|
+
/**
|
|
1217
|
+
* This field shall be True if the Node has the mesh local prefix, else False.
|
|
1218
|
+
*
|
|
1219
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.6
|
|
1220
|
+
*/
|
|
1221
|
+
meshLocalPrefixPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1222
|
+
/**
|
|
1223
|
+
* This field shall be True if the Node has the Thread network delay set, else False.
|
|
1224
|
+
*
|
|
1225
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.7
|
|
1226
|
+
*/
|
|
1227
|
+
delayPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1228
|
+
/**
|
|
1229
|
+
* This field shall be True if the Node has a Pan ID, else False.
|
|
1230
|
+
*
|
|
1231
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.8
|
|
1232
|
+
*/
|
|
1233
|
+
panIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1234
|
+
/**
|
|
1235
|
+
* This field shall be True if the Node has configured an operational channel for the Thread network, else
|
|
1236
|
+
* False.
|
|
1237
|
+
*
|
|
1238
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.9
|
|
1239
|
+
*/
|
|
1240
|
+
channelPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1241
|
+
/**
|
|
1242
|
+
* This field shall be True if the Node has been configured with the Thread network Pskc, else False.
|
|
1243
|
+
*
|
|
1244
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.10
|
|
1245
|
+
*/
|
|
1246
|
+
pskcPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1247
|
+
/**
|
|
1248
|
+
* This field shall be True if the Node has been configured with the Thread network security policies, else
|
|
1249
|
+
* False.
|
|
1250
|
+
*
|
|
1251
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.11
|
|
1252
|
+
*/
|
|
1253
|
+
securityPolicyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1254
|
+
/**
|
|
1255
|
+
* This field shall be True if the Node has available a mask of available channels, else False.
|
|
1256
|
+
*
|
|
1257
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.12
|
|
1258
|
+
*/
|
|
1259
|
+
channelMaskPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1260
|
+
}> | null, any>;
|
|
1261
|
+
/**
|
|
1262
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6
|
|
1263
|
+
*/
|
|
1264
|
+
readonly activeNetworkFaultsList: Attribute<NetworkFault[], any>;
|
|
1265
|
+
};
|
|
1266
|
+
readonly events: {
|
|
1267
|
+
/**
|
|
1268
|
+
* The ConnectionStatus Event shall indicate that a Node’s connection status to a Thread network has
|
|
1269
|
+
* changed.
|
|
1270
|
+
*
|
|
1271
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.8.2
|
|
1272
|
+
*/
|
|
1273
|
+
readonly connectionStatus: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1274
|
+
connectionStatus: import("../tlv/TlvObject.js").FieldType<ConnectionStatus>;
|
|
1275
|
+
}>, any>;
|
|
1276
|
+
/**
|
|
1277
|
+
* The NetworkFaultChange Event shall indicate a change in the set of network faults currently detected by
|
|
1278
|
+
* the Node.
|
|
1279
|
+
*
|
|
1280
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.8.1
|
|
1281
|
+
*/
|
|
1282
|
+
readonly networkFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1283
|
+
/**
|
|
1284
|
+
* This field shall represent the set of faults currently detected, as per Section 11.14.5.1, “NetworkFaultEnum
|
|
1285
|
+
* Type”.
|
|
1286
|
+
*
|
|
1287
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.8.1.1
|
|
1288
|
+
*/
|
|
1289
|
+
current: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
1290
|
+
/**
|
|
1291
|
+
* This field shall represent the set of faults detected prior to this change event, as per Section 11.14.5.1,
|
|
1292
|
+
* “NetworkFaultEnum Type”.
|
|
1293
|
+
*
|
|
1294
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.8.1.2
|
|
1295
|
+
*/
|
|
1296
|
+
previous: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
1297
|
+
}>, any>;
|
|
1298
|
+
};
|
|
1299
|
+
/**
|
|
1300
|
+
* This metadata controls which ThreadNetworkDiagnosticsCluster elements matter.js activates for specific
|
|
1301
|
+
* feature combinations.
|
|
1302
|
+
*/
|
|
1303
|
+
readonly extensions: readonly [{
|
|
1304
|
+
readonly flags: {
|
|
1305
|
+
readonly errorCounts: true;
|
|
1306
|
+
};
|
|
1307
|
+
readonly component: {
|
|
1308
|
+
readonly attributes: {
|
|
1309
|
+
/**
|
|
1310
|
+
* The OverrunCount attribute shall indicate the number of packets dropped either at ingress or egress, due
|
|
1311
|
+
* to lack of buffer memory to retain all packets on the ethernet network interface. The OverrunCount
|
|
1312
|
+
* attribute shall be reset to 0 upon a reboot of the Node.
|
|
1313
|
+
*
|
|
1314
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.7
|
|
1315
|
+
*/
|
|
1316
|
+
readonly overrunCount: Attribute<number | bigint, any>;
|
|
1317
|
+
};
|
|
1318
|
+
readonly commands: {
|
|
1319
|
+
/**
|
|
1320
|
+
* Reception of this command shall reset the following attributes to 0:
|
|
1321
|
+
*
|
|
1322
|
+
* • OverrunCount
|
|
1323
|
+
*
|
|
1324
|
+
* This command has no associated data. Upon completion, this command shall send a status code set to a
|
|
1325
|
+
* value of SUCCESS back to the initiator.
|
|
1326
|
+
*
|
|
1327
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.7.1
|
|
1328
|
+
*/
|
|
1329
|
+
readonly resetCounts: Command<void, void, any>;
|
|
1330
|
+
};
|
|
1331
|
+
};
|
|
1332
|
+
}, {
|
|
1333
|
+
readonly flags: {
|
|
1334
|
+
readonly mleCounts: true;
|
|
1335
|
+
};
|
|
1336
|
+
readonly component: {
|
|
1337
|
+
readonly attributes: {
|
|
1338
|
+
/**
|
|
1339
|
+
* The DetachedRoleCount attribute shall indicate the number of times the Node entered the
|
|
1340
|
+
* OT_DEVICE_ROLE_DETACHED role as specified within the Thread specification. This value shall only be
|
|
1341
|
+
* reset upon a Node reboot.
|
|
1342
|
+
*
|
|
1343
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.15
|
|
1344
|
+
*/
|
|
1345
|
+
readonly detachedRoleCount: OptionalAttribute<number, any>;
|
|
1346
|
+
/**
|
|
1347
|
+
* The ChildRoleCount attribute shall indicate the number of times the Node entered the
|
|
1348
|
+
* OT_DEVICE_ROLE_CHILD role as specified within the Thread specification. This value shall only be reset
|
|
1349
|
+
* upon a Node reboot.
|
|
1350
|
+
*
|
|
1351
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.16
|
|
1352
|
+
*/
|
|
1353
|
+
readonly childRoleCount: OptionalAttribute<number, any>;
|
|
1354
|
+
/**
|
|
1355
|
+
* The RouterRoleCount attribute shall indicate the number of times the Node entered the
|
|
1356
|
+
* OT_DEVICE_ROLE_ROUTER role as specified within the Thread specification. This value shall only be reset
|
|
1357
|
+
* upon a Node reboot.
|
|
1358
|
+
*
|
|
1359
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.17
|
|
1360
|
+
*/
|
|
1361
|
+
readonly routerRoleCount: OptionalAttribute<number, any>;
|
|
1362
|
+
/**
|
|
1363
|
+
* The LeaderRoleCount attribute shall indicate the number of times the Node entered the
|
|
1364
|
+
* OT_DEVICE_ROLE_LEADER role as specified within the Thread specification. This value shall only be reset
|
|
1365
|
+
* upon a Node reboot.
|
|
1366
|
+
*
|
|
1367
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.18
|
|
1368
|
+
*/
|
|
1369
|
+
readonly leaderRoleCount: OptionalAttribute<number, any>;
|
|
1370
|
+
/**
|
|
1371
|
+
* The AttachAttemptCount attribute shall indicate the number of attempts that have been made to attach to
|
|
1372
|
+
* a Thread network while the Node was detached from all Thread networks. This value shall only be reset
|
|
1373
|
+
* upon a Node reboot.
|
|
1374
|
+
*
|
|
1375
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.19
|
|
1376
|
+
*/
|
|
1377
|
+
readonly attachAttemptCount: OptionalAttribute<number, any>;
|
|
1378
|
+
/**
|
|
1379
|
+
* The PartitionIdChangeCount attribute shall indicate the number of times that the Thread network that the
|
|
1380
|
+
* Node is connected to has changed its Partition ID. This value shall only be reset upon a Node reboot.
|
|
1381
|
+
*
|
|
1382
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.20
|
|
1383
|
+
*/
|
|
1384
|
+
readonly partitionIdChangeCount: OptionalAttribute<number, any>;
|
|
1385
|
+
/**
|
|
1386
|
+
* The BetterPartitionAttachAttemptCount attribute shall indicate the number of times a Node has attempted
|
|
1387
|
+
* to attach to a different Thread partition that it has determined is better than the partition it is
|
|
1388
|
+
* currently attached to. This value shall only be reset upon a Node reboot.
|
|
1389
|
+
*
|
|
1390
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.21
|
|
1391
|
+
*/
|
|
1392
|
+
readonly betterPartitionAttachAttemptCount: OptionalAttribute<number, any>;
|
|
1393
|
+
/**
|
|
1394
|
+
* The ParentChangeCount attribute shall indicate the number of times a Node has changed its parent. This
|
|
1395
|
+
* value shall only be reset upon a Node reboot.
|
|
1396
|
+
*
|
|
1397
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.22
|
|
1398
|
+
*/
|
|
1399
|
+
readonly parentChangeCount: OptionalAttribute<number, any>;
|
|
1400
|
+
};
|
|
1401
|
+
};
|
|
1402
|
+
}, {
|
|
1403
|
+
readonly flags: {
|
|
1404
|
+
readonly macCounts: true;
|
|
1405
|
+
};
|
|
1406
|
+
readonly component: {
|
|
1407
|
+
readonly attributes: {
|
|
1408
|
+
/**
|
|
1409
|
+
* The TxTotalCount attribute shall indicate the total number of unique MAC frame transmission requests.
|
|
1410
|
+
* The TxTotalCount attribute shall only be incremented by 1 for each MAC transmission request regardless
|
|
1411
|
+
* of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon
|
|
1412
|
+
* a Node reboot.
|
|
1413
|
+
*
|
|
1414
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.23
|
|
1415
|
+
*/
|
|
1416
|
+
readonly txTotalCount: OptionalAttribute<number, any>;
|
|
1417
|
+
/**
|
|
1418
|
+
* The TxUnicastCount attribute shall indicate the total number of unique unicast MAC frame transmission
|
|
1419
|
+
* requests. The TxUnicastCount attribute shall only be incremented by 1 for each unicast MAC transmission
|
|
1420
|
+
* request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall
|
|
1421
|
+
* only be reset upon a Node reboot.
|
|
1422
|
+
*
|
|
1423
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.24
|
|
1424
|
+
*/
|
|
1425
|
+
readonly txUnicastCount: OptionalAttribute<number, any>;
|
|
1426
|
+
/**
|
|
1427
|
+
* The TxBroadcastCount attribute shall indicate the total number of unique broadcast MAC frame
|
|
1428
|
+
* transmission requests. The TxBroadcastCount attribute shall only be incremented by 1 for each broadcast
|
|
1429
|
+
* MAC transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
1430
|
+
* This value shall only be reset upon a Node reboot.
|
|
1431
|
+
*
|
|
1432
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.25
|
|
1433
|
+
*/
|
|
1434
|
+
readonly txBroadcastCount: OptionalAttribute<number, any>;
|
|
1435
|
+
/**
|
|
1436
|
+
* The TxAckRequestedCount attribute shall indicate the total number of unique MAC frame transmission
|
|
1437
|
+
* requests with requested acknowledgment. The TxAckRequestedCount attribute shall only be incremented by 1
|
|
1438
|
+
* for each MAC transmission request with requested acknowledgment regardless of the amount of CCA
|
|
1439
|
+
* failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
1440
|
+
*
|
|
1441
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.26
|
|
1442
|
+
*/
|
|
1443
|
+
readonly txAckRequestedCount: OptionalAttribute<number, any>;
|
|
1444
|
+
/**
|
|
1445
|
+
* The TxAckedCount attribute shall indicate the total number of unique MAC frame transmission requests
|
|
1446
|
+
* that were acked. The TxAckedCount attribute shall only be incremented by 1 for each MAC transmission
|
|
1447
|
+
* request that is acked regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
1448
|
+
* This value shall only be reset upon a Node reboot.
|
|
1449
|
+
*
|
|
1450
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.27
|
|
1451
|
+
*/
|
|
1452
|
+
readonly txAckedCount: OptionalAttribute<number, any>;
|
|
1453
|
+
/**
|
|
1454
|
+
* The TxNoAckRequestedCount attribute shall indicate the total number of unique MAC frame transmission
|
|
1455
|
+
* requests without requested acknowledgment. The TxNoAckRequestedCount attribute shall only be incremented
|
|
1456
|
+
* by 1 for each MAC transmission request that is does not request acknowledgement regardless of the amount
|
|
1457
|
+
* of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
1458
|
+
*
|
|
1459
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.28
|
|
1460
|
+
*/
|
|
1461
|
+
readonly txNoAckRequestedCount: OptionalAttribute<number, any>;
|
|
1462
|
+
/**
|
|
1463
|
+
* The TxDataCount attribute shall indicate the total number of unique MAC Data frame transmission
|
|
1464
|
+
* requests. The TxDataCount attribute shall only be incremented by 1 for each MAC Data frame transmission
|
|
1465
|
+
* request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall
|
|
1466
|
+
* only be reset upon a Node reboot.
|
|
1467
|
+
*
|
|
1468
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.29
|
|
1469
|
+
*/
|
|
1470
|
+
readonly txDataCount: OptionalAttribute<number, any>;
|
|
1471
|
+
/**
|
|
1472
|
+
* The TxDataPollCount attribute shall indicate the total number of unique MAC Data Poll frame transmission
|
|
1473
|
+
* requests. The TxDataPollCount attribute shall only be incremented by 1 for each MAC Data Poll frame
|
|
1474
|
+
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
1475
|
+
* This value shall only be reset upon a Node reboot.
|
|
1476
|
+
*
|
|
1477
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.30
|
|
1478
|
+
*/
|
|
1479
|
+
readonly txDataPollCount: OptionalAttribute<number, any>;
|
|
1480
|
+
/**
|
|
1481
|
+
* The TxBeaconCount attribute shall indicate the total number of unique MAC Beacon frame transmission
|
|
1482
|
+
* requests. The TxBeaconCount attribute shall only be incremented by 1 for each MAC Beacon frame
|
|
1483
|
+
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
1484
|
+
*
|
|
1485
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.31
|
|
1486
|
+
*/
|
|
1487
|
+
readonly txBeaconCount: OptionalAttribute<number, any>;
|
|
1488
|
+
/**
|
|
1489
|
+
* The TxBeaconRequestCount attribute shall indicate the total number of unique MAC Beacon Request frame
|
|
1490
|
+
* transmission requests. The TxBeaconRequestCount attribute shall only be incremented by 1 for each MAC
|
|
1491
|
+
* Beacon Request frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
|
|
1492
|
+
* retransmissions. This value shall only be reset upon a Node reboot.
|
|
1493
|
+
*
|
|
1494
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.32
|
|
1495
|
+
*/
|
|
1496
|
+
readonly txBeaconRequestCount: OptionalAttribute<number, any>;
|
|
1497
|
+
/**
|
|
1498
|
+
* The TxOtherCount attribute shall indicate the total number of unique MAC frame transmission requests
|
|
1499
|
+
* that are not counted by any other attribute. The TxOtherCount attribute shall only be incremented by 1
|
|
1500
|
+
* for each MAC frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
|
|
1501
|
+
* retransmissions. This value shall only be reset upon a Node reboot.
|
|
1502
|
+
*
|
|
1503
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.33
|
|
1504
|
+
*/
|
|
1505
|
+
readonly txOtherCount: OptionalAttribute<number, any>;
|
|
1506
|
+
/**
|
|
1507
|
+
* The TxRetryCount attribute shall indicate the total number of MAC retransmission attempts. The
|
|
1508
|
+
* TxRetryCount attribute shall only be incremented by 1 for each retransmission attempt that may be
|
|
1509
|
+
* triggered by lack of acknowledgement, CSMA/CA failure, or other type of transmission error. This value
|
|
1510
|
+
* shall only be reset upon a Node reboot.
|
|
1511
|
+
*
|
|
1512
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.34
|
|
1513
|
+
*/
|
|
1514
|
+
readonly txRetryCount: OptionalAttribute<number, any>;
|
|
1515
|
+
/**
|
|
1516
|
+
* The TxDirectMaxRetryExpiryCount attribute shall indicate the total number of unique MAC transmission
|
|
1517
|
+
* packets that meet maximal retry limit for direct packets. The TxDirectMaxRetryExpiryCount attribute
|
|
1518
|
+
* shall only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry
|
|
1519
|
+
* limit for direct packets. This value shall only be reset upon a Node reboot.
|
|
1520
|
+
*
|
|
1521
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.35
|
|
1522
|
+
*/
|
|
1523
|
+
readonly txDirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
1524
|
+
/**
|
|
1525
|
+
* The TxIndirectMaxRetryExpiryCount attribute shall indicate the total number of unique MAC transmission
|
|
1526
|
+
* packets that meet maximal retry limit for indirect packets. The TxIndirectMaxRetryExpiryCount attribute
|
|
1527
|
+
* shall only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry
|
|
1528
|
+
* limit for indirect packets. This value shall only be reset upon a Node reboot.
|
|
1529
|
+
*
|
|
1530
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.36
|
|
1531
|
+
*/
|
|
1532
|
+
readonly txIndirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
1533
|
+
/**
|
|
1534
|
+
* The TxErrCcaCount attribute shall indicate the total number of CCA failures. The TxErrCcaCount attribute
|
|
1535
|
+
* shall only be incremented by 1 for each instance of a CCA failure. This value shall only be reset upon a
|
|
1536
|
+
* Node reboot.
|
|
1537
|
+
*
|
|
1538
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.37
|
|
1539
|
+
*/
|
|
1540
|
+
readonly txErrCcaCount: OptionalAttribute<number, any>;
|
|
1541
|
+
/**
|
|
1542
|
+
* The TxErrAbortCount attribute shall indicate the total number of unique MAC transmission request
|
|
1543
|
+
* failures caused by an abort error. The TxErrAbortCount attribute shall only be incremented by 1 for each
|
|
1544
|
+
* unique MAC transmission request failure caused by an abort error.
|
|
1545
|
+
*
|
|
1546
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.38
|
|
1547
|
+
*/
|
|
1548
|
+
readonly txErrAbortCount: OptionalAttribute<number, any>;
|
|
1549
|
+
/**
|
|
1550
|
+
* The TxErrBusyChannelCount attribute shall indicate the total number of unique MAC transmission request
|
|
1551
|
+
* failures caused by an error as the result of a busy channel (a CSMA/CA fail). The TxErrBusyChannelCount
|
|
1552
|
+
* attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by a
|
|
1553
|
+
* busy channel such as a CSMA/CA failure.
|
|
1554
|
+
*
|
|
1555
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.39
|
|
1556
|
+
*/
|
|
1557
|
+
readonly txErrBusyChannelCount: OptionalAttribute<number, any>;
|
|
1558
|
+
/**
|
|
1559
|
+
* The RxTotalCount attribute shall indicate the total number of received unique MAC frames. This value
|
|
1560
|
+
* shall only be reset upon a Node reboot.
|
|
1561
|
+
*
|
|
1562
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.40
|
|
1563
|
+
*/
|
|
1564
|
+
readonly rxTotalCount: OptionalAttribute<number, any>;
|
|
1565
|
+
/**
|
|
1566
|
+
* The RxUnicastCount attribute shall indicate the total number of received unique unicast MAC frames. This
|
|
1567
|
+
* value shall only be reset upon a Node reboot.
|
|
1568
|
+
*
|
|
1569
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.41
|
|
1570
|
+
*/
|
|
1571
|
+
readonly rxUnicastCount: OptionalAttribute<number, any>;
|
|
1572
|
+
/**
|
|
1573
|
+
* The RxBroadcastCount attribute shall indicate the total number of received unique broadcast MAC frames.
|
|
1574
|
+
* This value shall only be reset upon a Node reboot.
|
|
1575
|
+
*
|
|
1576
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.42
|
|
1577
|
+
*/
|
|
1578
|
+
readonly rxBroadcastCount: OptionalAttribute<number, any>;
|
|
1579
|
+
/**
|
|
1580
|
+
* The RxDataCount attribute shall indicate the total number of received unique MAC Data frames. This value
|
|
1581
|
+
* shall only be reset upon a Node reboot.
|
|
1582
|
+
*
|
|
1583
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.43
|
|
1584
|
+
*/
|
|
1585
|
+
readonly rxDataCount: OptionalAttribute<number, any>;
|
|
1586
|
+
/**
|
|
1587
|
+
* The RxDataPollCount attribute shall indicate the total number of received unique MAC Data Poll frames.
|
|
1588
|
+
* This value shall only be reset upon a Node reboot.
|
|
1589
|
+
*
|
|
1590
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.44
|
|
1591
|
+
*/
|
|
1592
|
+
readonly rxDataPollCount: OptionalAttribute<number, any>;
|
|
1593
|
+
/**
|
|
1594
|
+
* The RxBeaconCount attribute shall indicate the total number of received unique MAC Beacon frames. This
|
|
1595
|
+
* value shall only be reset upon a Node reboot.
|
|
1596
|
+
*
|
|
1597
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.45
|
|
1598
|
+
*/
|
|
1599
|
+
readonly rxBeaconCount: OptionalAttribute<number, any>;
|
|
1600
|
+
/**
|
|
1601
|
+
* The RxBeaconRequestCount attribute shall indicate the total number of received unique MAC Beacon Request
|
|
1602
|
+
* frames. This value shall only be reset upon a Node reboot.
|
|
1603
|
+
*
|
|
1604
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.46
|
|
1605
|
+
*/
|
|
1606
|
+
readonly rxBeaconRequestCount: OptionalAttribute<number, any>;
|
|
1607
|
+
/**
|
|
1608
|
+
* The RxOtherCount attribute shall indicate the total number of received unique MAC frame requests that
|
|
1609
|
+
* are not counted by any other attribute. This value shall only be reset upon a Node reboot.
|
|
1610
|
+
*
|
|
1611
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.47
|
|
1612
|
+
*/
|
|
1613
|
+
readonly rxOtherCount: OptionalAttribute<number, any>;
|
|
1614
|
+
/**
|
|
1615
|
+
* The RxAddressFilteredCount attribute shall indicate the total number of received unique MAC frame
|
|
1616
|
+
* requests that have been dropped as a result of MAC filtering. This value shall only be reset upon a Node
|
|
1617
|
+
* reboot.
|
|
1618
|
+
*
|
|
1619
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.48
|
|
1620
|
+
*/
|
|
1621
|
+
readonly rxAddressFilteredCount: OptionalAttribute<number, any>;
|
|
1622
|
+
/**
|
|
1623
|
+
* The RxDestAddrFilteredCount attribute shall indicate the total number of received unique MAC frame
|
|
1624
|
+
* requests that have been dropped as a result of a destination address check. This value shall only be
|
|
1625
|
+
* reset upon a Node reboot.
|
|
1626
|
+
*
|
|
1627
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.49
|
|
1628
|
+
*/
|
|
1629
|
+
readonly rxDestAddrFilteredCount: OptionalAttribute<number, any>;
|
|
1630
|
+
/**
|
|
1631
|
+
* The RxDuplicatedCount attribute shall indicate the total number of received MAC frame requests that have
|
|
1632
|
+
* been dropped as a result of being a duplicate of a previously received MAC frame request. This value
|
|
1633
|
+
* shall only be reset upon a Node reboot.
|
|
1634
|
+
*
|
|
1635
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.50
|
|
1636
|
+
*/
|
|
1637
|
+
readonly rxDuplicatedCount: OptionalAttribute<number, any>;
|
|
1638
|
+
/**
|
|
1639
|
+
* The RxErrNoFrameCount attribute shall indicate the total number of received unique MAC frame requests
|
|
1640
|
+
* that have been dropped as a result of missing or malformed frame contents. This value shall only be
|
|
1641
|
+
* reset upon a Node reboot.
|
|
1642
|
+
*
|
|
1643
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.51
|
|
1644
|
+
*/
|
|
1645
|
+
readonly rxErrNoFrameCount: OptionalAttribute<number, any>;
|
|
1646
|
+
/**
|
|
1647
|
+
* The RxErrUnknownNeighborCount attribute shall indicate the total number of received unique MAC frame
|
|
1648
|
+
* requests that have been dropped as a result of originating from an unknown neighbor device. This value
|
|
1649
|
+
* shall only be reset upon a Node reboot.
|
|
1650
|
+
*
|
|
1651
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.52
|
|
1652
|
+
*/
|
|
1653
|
+
readonly rxErrUnknownNeighborCount: OptionalAttribute<number, any>;
|
|
1654
|
+
/**
|
|
1655
|
+
* The RxErrInvalidSrcAddrCount attribute shall indicate the total number of received unique MAC frame
|
|
1656
|
+
* requests that have been dropped as a result of containing an invalid source address. This value shall
|
|
1657
|
+
* only be reset upon a Node reboot.
|
|
1658
|
+
*
|
|
1659
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.53
|
|
1660
|
+
*/
|
|
1661
|
+
readonly rxErrInvalidSrcAddrCount: OptionalAttribute<number, any>;
|
|
1662
|
+
/**
|
|
1663
|
+
* The RxErrSecCount attribute shall indicate the total number of received unique MAC frame requests that
|
|
1664
|
+
* have been dropped as a result of an error with the security of the received frame. This value shall only
|
|
1665
|
+
* be reset upon a Node reboot.
|
|
1666
|
+
*
|
|
1667
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.54
|
|
1668
|
+
*/
|
|
1669
|
+
readonly rxErrSecCount: OptionalAttribute<number, any>;
|
|
1670
|
+
/**
|
|
1671
|
+
* The RxErrFcsCount attribute shall indicate the total number of received unique MAC frame requests that
|
|
1672
|
+
* have been dropped as a result of an error with the FCS of the received frame. This value shall only be
|
|
1673
|
+
* reset upon a Node reboot.
|
|
1674
|
+
*
|
|
1675
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.55
|
|
1676
|
+
*/
|
|
1677
|
+
readonly rxErrFcsCount: OptionalAttribute<number, any>;
|
|
1678
|
+
/**
|
|
1679
|
+
* The RxErrOtherCount attribute shall indicate the total number of received unique MAC frame requests that
|
|
1680
|
+
* have been dropped as a result of an error that is not counted by any other attribute. This value shall
|
|
1681
|
+
* only be reset upon a Node reboot.
|
|
1682
|
+
*
|
|
1683
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.56
|
|
1684
|
+
*/
|
|
1685
|
+
readonly rxErrOtherCount: OptionalAttribute<number, any>;
|
|
1686
|
+
};
|
|
1687
|
+
};
|
|
1688
|
+
}];
|
|
1689
|
+
};
|
|
1690
|
+
/**
|
|
1691
|
+
* @see {@link Cluster}
|
|
1692
|
+
*/
|
|
1693
|
+
const ClusterInstance: MutableCluster<{
|
|
1694
|
+
readonly id: 53;
|
|
1695
|
+
readonly name: "ThreadNetworkDiagnostics";
|
|
1696
|
+
readonly revision: 2;
|
|
1697
|
+
readonly features: {
|
|
1698
|
+
/**
|
|
1699
|
+
* PacketCounts
|
|
1700
|
+
*
|
|
1701
|
+
* Server supports the counts for the number of received and transmitted packets on the Thread interface.
|
|
1702
|
+
*/
|
|
1703
|
+
readonly packetCounts: BitFlag;
|
|
1704
|
+
/**
|
|
1705
|
+
* ErrorCounts
|
|
1706
|
+
*
|
|
1707
|
+
* Server supports the counts for the number of errors that have occurred during the reception and
|
|
1708
|
+
* transmission of packets on the Thread interface.
|
|
1709
|
+
*/
|
|
1710
|
+
readonly errorCounts: BitFlag;
|
|
1711
|
+
/**
|
|
1712
|
+
* MleCounts
|
|
1713
|
+
*
|
|
1714
|
+
* Server supports the counts for various MLE layer happenings.
|
|
1715
|
+
*/
|
|
1716
|
+
readonly mleCounts: BitFlag;
|
|
1717
|
+
/**
|
|
1718
|
+
* MacCounts
|
|
1719
|
+
*
|
|
1720
|
+
* Server supports the counts for various MAC layer happenings.
|
|
1721
|
+
*/
|
|
1722
|
+
readonly macCounts: BitFlag;
|
|
1723
|
+
};
|
|
1724
|
+
readonly attributes: {
|
|
1725
|
+
/**
|
|
1726
|
+
* The Channel attribute shall indicate the 802.15.4 channel number configured on the Node’s Thread
|
|
1727
|
+
* interface (that is, the Active Operational Dataset’s current Channel value). A value of null shall
|
|
1728
|
+
* indicate that the Thread interface is not currently configured or operational.
|
|
1729
|
+
*
|
|
1730
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.1
|
|
1731
|
+
*/
|
|
1732
|
+
readonly channel: Attribute<number | null, any>;
|
|
1733
|
+
/**
|
|
1734
|
+
* The RoutingRole attribute shall indicate the role that this Node has within the routing of messages
|
|
1735
|
+
* through the Thread network, as defined by RoutingRoleEnum. The potential roles are defined in the
|
|
1736
|
+
* following table. A value of null shall indicate that the Thread interface is not currently configured or
|
|
1737
|
+
* operational.
|
|
1738
|
+
*
|
|
1739
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.2
|
|
1740
|
+
*/
|
|
1741
|
+
readonly routingRole: Attribute<RoutingRole | null, any>;
|
|
1742
|
+
/**
|
|
1743
|
+
* The NetworkName attribute shall indicate a human-readable (displayable) name for the Thread network that
|
|
1744
|
+
* the Node has been configured to join to. A value of null shall indicate that the Thread interface is not
|
|
1745
|
+
* currently configured or operational.
|
|
1746
|
+
*
|
|
1747
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.3
|
|
1748
|
+
*/
|
|
1749
|
+
readonly networkName: Attribute<string | null, any>;
|
|
1750
|
+
/**
|
|
1751
|
+
* The PanId attribute shall indicate the 16-bit identifier of the Node on the Thread network. A value of
|
|
1752
|
+
* null shall indicate that the Thread interface is not currently configured or operational.
|
|
1753
|
+
*
|
|
1754
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.4
|
|
1755
|
+
*/
|
|
1756
|
+
readonly panId: Attribute<number | null, any>;
|
|
1757
|
+
/**
|
|
1758
|
+
* The ExtendedPanId attribute shall indicate the unique 64-bit identifier of the Node on the Thread
|
|
1759
|
+
* network. A value of null shall indicate that the Thread interface is not currently configured or
|
|
1760
|
+
* operational.
|
|
1761
|
+
*
|
|
1762
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.5
|
|
1763
|
+
*/
|
|
1764
|
+
readonly extendedPanId: Attribute<number | bigint | null, any>;
|
|
1765
|
+
/**
|
|
1766
|
+
* The MeshLocalPrefix attribute shall indicate the mesh-local IPv6 prefix for the Thread network that the
|
|
1767
|
+
* Node has been configured to join to. A value of null shall indicate that the Thread interface is not
|
|
1768
|
+
* currently configured or operational.
|
|
1769
|
+
*
|
|
1770
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.6
|
|
1771
|
+
*/
|
|
1772
|
+
readonly meshLocalPrefix: Attribute<Uint8Array | null, any>;
|
|
1773
|
+
/**
|
|
1774
|
+
* The NeighborTable attribute shall indicate the current list of Nodes that comprise the neighbor table on
|
|
1775
|
+
* the Node.
|
|
1776
|
+
*
|
|
1777
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.8
|
|
1778
|
+
*/
|
|
1779
|
+
readonly neighborTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1780
|
+
/**
|
|
1781
|
+
* This field shall specify the IEEE 802.15.4 extended address for the neighboring Node.
|
|
1782
|
+
*
|
|
1783
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.1
|
|
1784
|
+
*/
|
|
1785
|
+
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1786
|
+
/**
|
|
1787
|
+
* This field shall specify the duration of time, in seconds, since a frame has been received from the
|
|
1788
|
+
* neighboring Node.
|
|
1789
|
+
*
|
|
1790
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.2
|
|
1791
|
+
*/
|
|
1792
|
+
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1793
|
+
/**
|
|
1794
|
+
* This field shall specify the RLOC16 of the neighboring Node.
|
|
1795
|
+
*
|
|
1796
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.3
|
|
1797
|
+
*/
|
|
1798
|
+
rloc16: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1799
|
+
/**
|
|
1800
|
+
* This field shall specify the number of link layer frames that have been received from the neighboring node.
|
|
1801
|
+
* This field shall be reset to 0 upon a reboot of the Node.
|
|
1802
|
+
*
|
|
1803
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.4
|
|
1804
|
+
*/
|
|
1805
|
+
linkFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1806
|
+
/**
|
|
1807
|
+
* This field shall specify the number of Mesh Link Establishment frames that have been received from the
|
|
1808
|
+
* neighboring node. This field shall be reset to 0 upon a reboot of the Node.
|
|
1809
|
+
*
|
|
1810
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.5
|
|
1811
|
+
*/
|
|
1812
|
+
mleFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1813
|
+
/**
|
|
1814
|
+
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
1815
|
+
* scaled from 0 to 255.
|
|
1816
|
+
*
|
|
1817
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.6
|
|
1818
|
+
*/
|
|
1819
|
+
lqi: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1820
|
+
/**
|
|
1821
|
+
* This field SHOULD specify the average RSSI across all received frames from the neighboring Node since the
|
|
1822
|
+
* receiving Node’s last reboot. If there is no known received frames this field SHOULD have the value of null.
|
|
1823
|
+
* This field shall have the units of dBm, having the range -128 dBm to 0 dBm.
|
|
1824
|
+
*
|
|
1825
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.7
|
|
1826
|
+
*/
|
|
1827
|
+
averageRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1828
|
+
/**
|
|
1829
|
+
* This field shall specify the RSSI of the most recently received frame from the neighboring Node. If there is
|
|
1830
|
+
* no known last received frame the LastRssi field SHOULD have the value of null. This field shall have the
|
|
1831
|
+
* units of dBm, having the range -128 dBm to 0 dBm.
|
|
1832
|
+
*
|
|
1833
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.8
|
|
1834
|
+
*/
|
|
1835
|
+
lastRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1836
|
+
/**
|
|
1837
|
+
* This field shall specify the percentage of received frames from the neighboring Node that have resulted in
|
|
1838
|
+
* errors.
|
|
1839
|
+
*
|
|
1840
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.9
|
|
1841
|
+
*/
|
|
1842
|
+
frameErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1843
|
+
/**
|
|
1844
|
+
* This field shall specify the percentage of received messages from the neighboring Node that have resulted in
|
|
1845
|
+
* errors.
|
|
1846
|
+
*
|
|
1847
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.10
|
|
1848
|
+
*/
|
|
1849
|
+
messageErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1850
|
+
/**
|
|
1851
|
+
* This field shall specify if the neighboring Node is capable of receiving frames while the Node is in an idle
|
|
1852
|
+
* state.
|
|
1853
|
+
*
|
|
1854
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.11
|
|
1855
|
+
*/
|
|
1856
|
+
rxOnWhenIdle: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1857
|
+
/**
|
|
1858
|
+
* This field shall specify if the neighboring Node is a full Thread device.
|
|
1859
|
+
*
|
|
1860
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.12
|
|
1861
|
+
*/
|
|
1862
|
+
fullThreadDevice: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1863
|
+
/**
|
|
1864
|
+
* This field shall specify if the neighboring Node requires the full Network Data. If set to False, the
|
|
1865
|
+
* neighboring Node only requires the stable Network Data.
|
|
1866
|
+
*
|
|
1867
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.13
|
|
1868
|
+
*/
|
|
1869
|
+
fullNetworkData: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1870
|
+
/**
|
|
1871
|
+
* This field shall specify if the neighboring Node is a direct child of the Node reporting the NeighborTable
|
|
1872
|
+
* attribute.
|
|
1873
|
+
*
|
|
1874
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.14
|
|
1875
|
+
*/
|
|
1876
|
+
isChild: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1877
|
+
}>[], any>;
|
|
1878
|
+
/**
|
|
1879
|
+
* The RouteTable attribute shall indicate the current list of router capable Nodes for which routes have
|
|
1880
|
+
* been established.
|
|
1881
|
+
*
|
|
1882
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.9
|
|
1883
|
+
*/
|
|
1884
|
+
readonly routeTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1885
|
+
/**
|
|
1886
|
+
* This field shall specify the IEEE 802.15.4 extended address for the Node for which this route table entry
|
|
1887
|
+
* corresponds.
|
|
1888
|
+
*
|
|
1889
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.1
|
|
1890
|
+
*/
|
|
1891
|
+
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1892
|
+
/**
|
|
1893
|
+
* This field shall specify the RLOC16 for the Node for which this route table entry corresponds.
|
|
1894
|
+
*
|
|
1895
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.2
|
|
1896
|
+
*/
|
|
1897
|
+
rloc16: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1898
|
+
/**
|
|
1899
|
+
* This field shall specify the Router ID for the Node for which this route table entry corresponds.
|
|
1900
|
+
*
|
|
1901
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.3
|
|
1902
|
+
*/
|
|
1903
|
+
routerId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1904
|
+
/**
|
|
1905
|
+
* This field shall specify the Router ID for the next hop in the route to the Node for which this route table
|
|
1906
|
+
* entry corresponds.
|
|
1907
|
+
*
|
|
1908
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.4
|
|
1909
|
+
*/
|
|
1910
|
+
nextHop: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1911
|
+
/**
|
|
1912
|
+
* This Field shall specify the cost of the route to the Node for which this route table entry corresponds.
|
|
1913
|
+
*
|
|
1914
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.5
|
|
1915
|
+
*/
|
|
1916
|
+
pathCost: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1917
|
+
/**
|
|
1918
|
+
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
1919
|
+
* scaled from 0 to 255, from the perspective of the Node reporting the neighbor table.
|
|
1920
|
+
*
|
|
1921
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.6
|
|
1922
|
+
*/
|
|
1923
|
+
lqiIn: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1924
|
+
/**
|
|
1925
|
+
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
1926
|
+
* scaled from 0 to 255, from the perspective of the Node specified within the NextHop field.
|
|
1927
|
+
*
|
|
1928
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.7
|
|
1929
|
+
*/
|
|
1930
|
+
lqiOut: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1931
|
+
/**
|
|
1932
|
+
* This field shall specify the duration of time, in seconds, since a frame has been received from the Node for
|
|
1933
|
+
* which this route table entry corresponds.
|
|
1934
|
+
*
|
|
1935
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.8
|
|
1936
|
+
*/
|
|
1937
|
+
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1938
|
+
/**
|
|
1939
|
+
* This field shall specify if the router ID as defined within the RouterId field has been allocated.
|
|
1940
|
+
*
|
|
1941
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.9
|
|
1942
|
+
*/
|
|
1943
|
+
allocated: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1944
|
+
/**
|
|
1945
|
+
* This field shall specify if a link has been established to the Node for which this route table entry
|
|
1946
|
+
*
|
|
1947
|
+
* corresponds.
|
|
1948
|
+
*
|
|
1949
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.10
|
|
1950
|
+
*/
|
|
1951
|
+
linkEstablished: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1952
|
+
}>[], any>;
|
|
1953
|
+
/**
|
|
1954
|
+
* The PartitionId attribute shall indicate the Thread Leader Partition Id for the Thread network to which
|
|
1955
|
+
* the Node is joined. Null if not attached to a Thread network.
|
|
1956
|
+
*
|
|
1957
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.10
|
|
1958
|
+
*/
|
|
1959
|
+
readonly partitionId: Attribute<number | null, any>;
|
|
1960
|
+
/**
|
|
1961
|
+
* The Weighting attribute shall indicate the Thread Leader Weight used when operating in the Leader role.
|
|
1962
|
+
* Null if not attached to a Thread network.
|
|
1963
|
+
*
|
|
1964
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.11
|
|
1965
|
+
*/
|
|
1966
|
+
readonly weighting: Attribute<number | null, any>;
|
|
1967
|
+
/**
|
|
1968
|
+
* The DataVersion attribute shall indicate the full Network Data Version the Node currently uses. Null if
|
|
1969
|
+
* not attached to a Thread network.
|
|
1970
|
+
*
|
|
1971
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.12
|
|
1972
|
+
*/
|
|
1973
|
+
readonly dataVersion: Attribute<number | null, any>;
|
|
1974
|
+
/**
|
|
1975
|
+
* The StableDataVersion attribute shall indicate the Network Data Version for the stable subset of
|
|
1976
|
+
*
|
|
1977
|
+
* data the Node currently uses. Null if not attached to a Thread network.
|
|
1978
|
+
*
|
|
1979
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.13
|
|
1980
|
+
*/
|
|
1981
|
+
readonly stableDataVersion: Attribute<number | null, any>;
|
|
1982
|
+
/**
|
|
1983
|
+
* The LeaderRouterId attribute shall indicate the 8-bit LeaderRouterId the Node shall attempt to utilize
|
|
1984
|
+
* upon becoming a router or leader on the Thread network. Null if not attached to a Thread network.
|
|
1985
|
+
*
|
|
1986
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.14
|
|
1987
|
+
*/
|
|
1988
|
+
readonly leaderRouterId: Attribute<number | null, any>;
|
|
1989
|
+
/**
|
|
1990
|
+
* Null when there is no dataset configured.
|
|
1991
|
+
*
|
|
1992
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.57
|
|
1993
|
+
*/
|
|
1994
|
+
readonly activeTimestamp: OptionalAttribute<number | bigint | null, any>;
|
|
1995
|
+
/**
|
|
1996
|
+
* Null when there is no dataset configured.
|
|
1997
|
+
*
|
|
1998
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.58
|
|
1999
|
+
*/
|
|
2000
|
+
readonly pendingTimestamp: OptionalAttribute<number | bigint | null, any>;
|
|
2001
|
+
/**
|
|
2002
|
+
* Null when there is no dataset configured.
|
|
2003
|
+
*
|
|
2004
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.59
|
|
2005
|
+
*/
|
|
2006
|
+
readonly delay: OptionalAttribute<number | null, any>;
|
|
2007
|
+
/**
|
|
2008
|
+
* The SecurityPolicy attribute indicates the current security policies for the Thread partition to which a
|
|
2009
|
+
* Node is connected. Null when there is no dataset configured.
|
|
2010
|
+
*
|
|
2011
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.60
|
|
2012
|
+
*/
|
|
2013
|
+
readonly securityPolicy: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2014
|
+
/**
|
|
2015
|
+
* This field shall specify the interval of time, in hours, that Thread security keys are rotated. Null when
|
|
2016
|
+
* there is no dataset configured.
|
|
2017
|
+
*
|
|
2018
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.6.1
|
|
2019
|
+
*/
|
|
2020
|
+
rotationTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2021
|
+
/**
|
|
2022
|
+
* This field shall specify the flags as specified in Thread 1.3.0 section 8.10.1.15. Null when there is no
|
|
2023
|
+
* dataset configured.
|
|
2024
|
+
*
|
|
2025
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.6.2
|
|
2026
|
+
*/
|
|
2027
|
+
flags: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2028
|
+
}> | null, any>;
|
|
2029
|
+
/**
|
|
2030
|
+
* The ChannelPage0Mask attribute indicates the channels within channel page 0, in the 2.4GHz ISM band. The
|
|
2031
|
+
* channels are represented in most significant bit order, with bit value 1 meaning selected, bit value 0
|
|
2032
|
+
* meaning unselected. For example, the most significant bit of the left-most byte indicates channel 0. If
|
|
2033
|
+
* channel 0 and channel 10 are selected, the mask would be: 80 20 00 00. Null when there is no dataset
|
|
2034
|
+
* configured.
|
|
2035
|
+
*
|
|
2036
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.61
|
|
2037
|
+
*/
|
|
2038
|
+
readonly channelPage0Mask: Attribute<Uint8Array | null, any>;
|
|
2039
|
+
/**
|
|
2040
|
+
* The OperationalDatasetComponents attribute is a collection of flags to indicate the presence of various
|
|
2041
|
+
* operationally acquired values.
|
|
2042
|
+
*
|
|
2043
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.62
|
|
2044
|
+
*/
|
|
2045
|
+
readonly operationalDatasetComponents: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2046
|
+
/**
|
|
2047
|
+
* This field shall be True if the Node has an active timestamp present, else False.
|
|
2048
|
+
*
|
|
2049
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.1
|
|
2050
|
+
*/
|
|
2051
|
+
activeTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2052
|
+
/**
|
|
2053
|
+
* This field shall be True if the Node has a pending timestamp is present, else False.
|
|
2054
|
+
*
|
|
2055
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.2
|
|
2056
|
+
*/
|
|
2057
|
+
pendingTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2058
|
+
/**
|
|
2059
|
+
* This field shall be True if the Node has the Thread master key, else False.
|
|
2060
|
+
*
|
|
2061
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.3
|
|
2062
|
+
*/
|
|
2063
|
+
masterKeyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2064
|
+
/**
|
|
2065
|
+
* This field shall be True if the Node has the Thread network’s name, else False.
|
|
2066
|
+
*
|
|
2067
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.4
|
|
2068
|
+
*/
|
|
2069
|
+
networkNamePresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2070
|
+
/**
|
|
2071
|
+
* This field shall be True if the Node has an extended Pan ID, else False.
|
|
2072
|
+
*
|
|
2073
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.5
|
|
2074
|
+
*/
|
|
2075
|
+
extendedPanIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2076
|
+
/**
|
|
2077
|
+
* This field shall be True if the Node has the mesh local prefix, else False.
|
|
2078
|
+
*
|
|
2079
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.6
|
|
2080
|
+
*/
|
|
2081
|
+
meshLocalPrefixPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2082
|
+
/**
|
|
2083
|
+
* This field shall be True if the Node has the Thread network delay set, else False.
|
|
2084
|
+
*
|
|
2085
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.7
|
|
2086
|
+
*/
|
|
2087
|
+
delayPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2088
|
+
/**
|
|
2089
|
+
* This field shall be True if the Node has a Pan ID, else False.
|
|
2090
|
+
*
|
|
2091
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.8
|
|
2092
|
+
*/
|
|
2093
|
+
panIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2094
|
+
/**
|
|
2095
|
+
* This field shall be True if the Node has configured an operational channel for the Thread network, else
|
|
2096
|
+
* False.
|
|
2097
|
+
*
|
|
2098
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.9
|
|
2099
|
+
*/
|
|
2100
|
+
channelPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2101
|
+
/**
|
|
2102
|
+
* This field shall be True if the Node has been configured with the Thread network Pskc, else False.
|
|
2103
|
+
*
|
|
2104
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.10
|
|
2105
|
+
*/
|
|
2106
|
+
pskcPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2107
|
+
/**
|
|
2108
|
+
* This field shall be True if the Node has been configured with the Thread network security policies, else
|
|
2109
|
+
* False.
|
|
2110
|
+
*
|
|
2111
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.11
|
|
2112
|
+
*/
|
|
2113
|
+
securityPolicyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2114
|
+
/**
|
|
2115
|
+
* This field shall be True if the Node has available a mask of available channels, else False.
|
|
2116
|
+
*
|
|
2117
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.12
|
|
2118
|
+
*/
|
|
2119
|
+
channelMaskPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2120
|
+
}> | null, any>;
|
|
2121
|
+
/**
|
|
2122
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6
|
|
2123
|
+
*/
|
|
2124
|
+
readonly activeNetworkFaultsList: Attribute<NetworkFault[], any>;
|
|
2125
|
+
};
|
|
2126
|
+
readonly events: {
|
|
2127
|
+
/**
|
|
2128
|
+
* The ConnectionStatus Event shall indicate that a Node’s connection status to a Thread network has
|
|
2129
|
+
* changed.
|
|
2130
|
+
*
|
|
2131
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.8.2
|
|
2132
|
+
*/
|
|
2133
|
+
readonly connectionStatus: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2134
|
+
connectionStatus: import("../tlv/TlvObject.js").FieldType<ConnectionStatus>;
|
|
2135
|
+
}>, any>;
|
|
2136
|
+
/**
|
|
2137
|
+
* The NetworkFaultChange Event shall indicate a change in the set of network faults currently detected by
|
|
2138
|
+
* the Node.
|
|
2139
|
+
*
|
|
2140
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.8.1
|
|
2141
|
+
*/
|
|
2142
|
+
readonly networkFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2143
|
+
/**
|
|
2144
|
+
* This field shall represent the set of faults currently detected, as per Section 11.14.5.1, “NetworkFaultEnum
|
|
2145
|
+
* Type”.
|
|
2146
|
+
*
|
|
2147
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.8.1.1
|
|
2148
|
+
*/
|
|
2149
|
+
current: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
2150
|
+
/**
|
|
2151
|
+
* This field shall represent the set of faults detected prior to this change event, as per Section 11.14.5.1,
|
|
2152
|
+
* “NetworkFaultEnum Type”.
|
|
2153
|
+
*
|
|
2154
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.8.1.2
|
|
2155
|
+
*/
|
|
2156
|
+
previous: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
2157
|
+
}>, any>;
|
|
2158
|
+
};
|
|
2159
|
+
/**
|
|
2160
|
+
* This metadata controls which ThreadNetworkDiagnosticsCluster elements matter.js activates for specific
|
|
2161
|
+
* feature combinations.
|
|
2162
|
+
*/
|
|
2163
|
+
readonly extensions: readonly [{
|
|
2164
|
+
readonly flags: {
|
|
2165
|
+
readonly errorCounts: true;
|
|
2166
|
+
};
|
|
2167
|
+
readonly component: {
|
|
2168
|
+
readonly attributes: {
|
|
2169
|
+
/**
|
|
2170
|
+
* The OverrunCount attribute shall indicate the number of packets dropped either at ingress or egress, due
|
|
2171
|
+
* to lack of buffer memory to retain all packets on the ethernet network interface. The OverrunCount
|
|
2172
|
+
* attribute shall be reset to 0 upon a reboot of the Node.
|
|
2173
|
+
*
|
|
2174
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.7
|
|
2175
|
+
*/
|
|
2176
|
+
readonly overrunCount: Attribute<number | bigint, any>;
|
|
2177
|
+
};
|
|
2178
|
+
readonly commands: {
|
|
2179
|
+
/**
|
|
2180
|
+
* Reception of this command shall reset the following attributes to 0:
|
|
2181
|
+
*
|
|
2182
|
+
* • OverrunCount
|
|
2183
|
+
*
|
|
2184
|
+
* This command has no associated data. Upon completion, this command shall send a status code set to a
|
|
2185
|
+
* value of SUCCESS back to the initiator.
|
|
2186
|
+
*
|
|
2187
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.7.1
|
|
2188
|
+
*/
|
|
2189
|
+
readonly resetCounts: Command<void, void, any>;
|
|
2190
|
+
};
|
|
2191
|
+
};
|
|
2192
|
+
}, {
|
|
2193
|
+
readonly flags: {
|
|
2194
|
+
readonly mleCounts: true;
|
|
2195
|
+
};
|
|
2196
|
+
readonly component: {
|
|
2197
|
+
readonly attributes: {
|
|
2198
|
+
/**
|
|
2199
|
+
* The DetachedRoleCount attribute shall indicate the number of times the Node entered the
|
|
2200
|
+
* OT_DEVICE_ROLE_DETACHED role as specified within the Thread specification. This value shall only be
|
|
2201
|
+
* reset upon a Node reboot.
|
|
2202
|
+
*
|
|
2203
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.15
|
|
2204
|
+
*/
|
|
2205
|
+
readonly detachedRoleCount: OptionalAttribute<number, any>;
|
|
2206
|
+
/**
|
|
2207
|
+
* The ChildRoleCount attribute shall indicate the number of times the Node entered the
|
|
2208
|
+
* OT_DEVICE_ROLE_CHILD role as specified within the Thread specification. This value shall only be reset
|
|
2209
|
+
* upon a Node reboot.
|
|
2210
|
+
*
|
|
2211
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.16
|
|
2212
|
+
*/
|
|
2213
|
+
readonly childRoleCount: OptionalAttribute<number, any>;
|
|
2214
|
+
/**
|
|
2215
|
+
* The RouterRoleCount attribute shall indicate the number of times the Node entered the
|
|
2216
|
+
* OT_DEVICE_ROLE_ROUTER role as specified within the Thread specification. This value shall only be reset
|
|
2217
|
+
* upon a Node reboot.
|
|
2218
|
+
*
|
|
2219
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.17
|
|
2220
|
+
*/
|
|
2221
|
+
readonly routerRoleCount: OptionalAttribute<number, any>;
|
|
2222
|
+
/**
|
|
2223
|
+
* The LeaderRoleCount attribute shall indicate the number of times the Node entered the
|
|
2224
|
+
* OT_DEVICE_ROLE_LEADER role as specified within the Thread specification. This value shall only be reset
|
|
2225
|
+
* upon a Node reboot.
|
|
2226
|
+
*
|
|
2227
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.18
|
|
2228
|
+
*/
|
|
2229
|
+
readonly leaderRoleCount: OptionalAttribute<number, any>;
|
|
2230
|
+
/**
|
|
2231
|
+
* The AttachAttemptCount attribute shall indicate the number of attempts that have been made to attach to
|
|
2232
|
+
* a Thread network while the Node was detached from all Thread networks. This value shall only be reset
|
|
2233
|
+
* upon a Node reboot.
|
|
2234
|
+
*
|
|
2235
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.19
|
|
2236
|
+
*/
|
|
2237
|
+
readonly attachAttemptCount: OptionalAttribute<number, any>;
|
|
2238
|
+
/**
|
|
2239
|
+
* The PartitionIdChangeCount attribute shall indicate the number of times that the Thread network that the
|
|
2240
|
+
* Node is connected to has changed its Partition ID. This value shall only be reset upon a Node reboot.
|
|
2241
|
+
*
|
|
2242
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.20
|
|
2243
|
+
*/
|
|
2244
|
+
readonly partitionIdChangeCount: OptionalAttribute<number, any>;
|
|
2245
|
+
/**
|
|
2246
|
+
* The BetterPartitionAttachAttemptCount attribute shall indicate the number of times a Node has attempted
|
|
2247
|
+
* to attach to a different Thread partition that it has determined is better than the partition it is
|
|
2248
|
+
* currently attached to. This value shall only be reset upon a Node reboot.
|
|
2249
|
+
*
|
|
2250
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.21
|
|
2251
|
+
*/
|
|
2252
|
+
readonly betterPartitionAttachAttemptCount: OptionalAttribute<number, any>;
|
|
2253
|
+
/**
|
|
2254
|
+
* The ParentChangeCount attribute shall indicate the number of times a Node has changed its parent. This
|
|
2255
|
+
* value shall only be reset upon a Node reboot.
|
|
2256
|
+
*
|
|
2257
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.22
|
|
2258
|
+
*/
|
|
2259
|
+
readonly parentChangeCount: OptionalAttribute<number, any>;
|
|
2260
|
+
};
|
|
2261
|
+
};
|
|
2262
|
+
}, {
|
|
2263
|
+
readonly flags: {
|
|
2264
|
+
readonly macCounts: true;
|
|
2265
|
+
};
|
|
2266
|
+
readonly component: {
|
|
2267
|
+
readonly attributes: {
|
|
2268
|
+
/**
|
|
2269
|
+
* The TxTotalCount attribute shall indicate the total number of unique MAC frame transmission requests.
|
|
2270
|
+
* The TxTotalCount attribute shall only be incremented by 1 for each MAC transmission request regardless
|
|
2271
|
+
* of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon
|
|
2272
|
+
* a Node reboot.
|
|
2273
|
+
*
|
|
2274
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.23
|
|
2275
|
+
*/
|
|
2276
|
+
readonly txTotalCount: OptionalAttribute<number, any>;
|
|
2277
|
+
/**
|
|
2278
|
+
* The TxUnicastCount attribute shall indicate the total number of unique unicast MAC frame transmission
|
|
2279
|
+
* requests. The TxUnicastCount attribute shall only be incremented by 1 for each unicast MAC transmission
|
|
2280
|
+
* request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall
|
|
2281
|
+
* only be reset upon a Node reboot.
|
|
2282
|
+
*
|
|
2283
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.24
|
|
2284
|
+
*/
|
|
2285
|
+
readonly txUnicastCount: OptionalAttribute<number, any>;
|
|
2286
|
+
/**
|
|
2287
|
+
* The TxBroadcastCount attribute shall indicate the total number of unique broadcast MAC frame
|
|
2288
|
+
* transmission requests. The TxBroadcastCount attribute shall only be incremented by 1 for each broadcast
|
|
2289
|
+
* MAC transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
2290
|
+
* This value shall only be reset upon a Node reboot.
|
|
2291
|
+
*
|
|
2292
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.25
|
|
2293
|
+
*/
|
|
2294
|
+
readonly txBroadcastCount: OptionalAttribute<number, any>;
|
|
2295
|
+
/**
|
|
2296
|
+
* The TxAckRequestedCount attribute shall indicate the total number of unique MAC frame transmission
|
|
2297
|
+
* requests with requested acknowledgment. The TxAckRequestedCount attribute shall only be incremented by 1
|
|
2298
|
+
* for each MAC transmission request with requested acknowledgment regardless of the amount of CCA
|
|
2299
|
+
* failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
2300
|
+
*
|
|
2301
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.26
|
|
2302
|
+
*/
|
|
2303
|
+
readonly txAckRequestedCount: OptionalAttribute<number, any>;
|
|
2304
|
+
/**
|
|
2305
|
+
* The TxAckedCount attribute shall indicate the total number of unique MAC frame transmission requests
|
|
2306
|
+
* that were acked. The TxAckedCount attribute shall only be incremented by 1 for each MAC transmission
|
|
2307
|
+
* request that is acked regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
2308
|
+
* This value shall only be reset upon a Node reboot.
|
|
2309
|
+
*
|
|
2310
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.27
|
|
2311
|
+
*/
|
|
2312
|
+
readonly txAckedCount: OptionalAttribute<number, any>;
|
|
2313
|
+
/**
|
|
2314
|
+
* The TxNoAckRequestedCount attribute shall indicate the total number of unique MAC frame transmission
|
|
2315
|
+
* requests without requested acknowledgment. The TxNoAckRequestedCount attribute shall only be incremented
|
|
2316
|
+
* by 1 for each MAC transmission request that is does not request acknowledgement regardless of the amount
|
|
2317
|
+
* of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
2318
|
+
*
|
|
2319
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.28
|
|
2320
|
+
*/
|
|
2321
|
+
readonly txNoAckRequestedCount: OptionalAttribute<number, any>;
|
|
2322
|
+
/**
|
|
2323
|
+
* The TxDataCount attribute shall indicate the total number of unique MAC Data frame transmission
|
|
2324
|
+
* requests. The TxDataCount attribute shall only be incremented by 1 for each MAC Data frame transmission
|
|
2325
|
+
* request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall
|
|
2326
|
+
* only be reset upon a Node reboot.
|
|
2327
|
+
*
|
|
2328
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.29
|
|
2329
|
+
*/
|
|
2330
|
+
readonly txDataCount: OptionalAttribute<number, any>;
|
|
2331
|
+
/**
|
|
2332
|
+
* The TxDataPollCount attribute shall indicate the total number of unique MAC Data Poll frame transmission
|
|
2333
|
+
* requests. The TxDataPollCount attribute shall only be incremented by 1 for each MAC Data Poll frame
|
|
2334
|
+
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
2335
|
+
* This value shall only be reset upon a Node reboot.
|
|
2336
|
+
*
|
|
2337
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.30
|
|
2338
|
+
*/
|
|
2339
|
+
readonly txDataPollCount: OptionalAttribute<number, any>;
|
|
2340
|
+
/**
|
|
2341
|
+
* The TxBeaconCount attribute shall indicate the total number of unique MAC Beacon frame transmission
|
|
2342
|
+
* requests. The TxBeaconCount attribute shall only be incremented by 1 for each MAC Beacon frame
|
|
2343
|
+
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
2344
|
+
*
|
|
2345
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.31
|
|
2346
|
+
*/
|
|
2347
|
+
readonly txBeaconCount: OptionalAttribute<number, any>;
|
|
2348
|
+
/**
|
|
2349
|
+
* The TxBeaconRequestCount attribute shall indicate the total number of unique MAC Beacon Request frame
|
|
2350
|
+
* transmission requests. The TxBeaconRequestCount attribute shall only be incremented by 1 for each MAC
|
|
2351
|
+
* Beacon Request frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
|
|
2352
|
+
* retransmissions. This value shall only be reset upon a Node reboot.
|
|
2353
|
+
*
|
|
2354
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.32
|
|
2355
|
+
*/
|
|
2356
|
+
readonly txBeaconRequestCount: OptionalAttribute<number, any>;
|
|
2357
|
+
/**
|
|
2358
|
+
* The TxOtherCount attribute shall indicate the total number of unique MAC frame transmission requests
|
|
2359
|
+
* that are not counted by any other attribute. The TxOtherCount attribute shall only be incremented by 1
|
|
2360
|
+
* for each MAC frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
|
|
2361
|
+
* retransmissions. This value shall only be reset upon a Node reboot.
|
|
2362
|
+
*
|
|
2363
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.33
|
|
2364
|
+
*/
|
|
2365
|
+
readonly txOtherCount: OptionalAttribute<number, any>;
|
|
2366
|
+
/**
|
|
2367
|
+
* The TxRetryCount attribute shall indicate the total number of MAC retransmission attempts. The
|
|
2368
|
+
* TxRetryCount attribute shall only be incremented by 1 for each retransmission attempt that may be
|
|
2369
|
+
* triggered by lack of acknowledgement, CSMA/CA failure, or other type of transmission error. This value
|
|
2370
|
+
* shall only be reset upon a Node reboot.
|
|
2371
|
+
*
|
|
2372
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.34
|
|
2373
|
+
*/
|
|
2374
|
+
readonly txRetryCount: OptionalAttribute<number, any>;
|
|
2375
|
+
/**
|
|
2376
|
+
* The TxDirectMaxRetryExpiryCount attribute shall indicate the total number of unique MAC transmission
|
|
2377
|
+
* packets that meet maximal retry limit for direct packets. The TxDirectMaxRetryExpiryCount attribute
|
|
2378
|
+
* shall only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry
|
|
2379
|
+
* limit for direct packets. This value shall only be reset upon a Node reboot.
|
|
2380
|
+
*
|
|
2381
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.35
|
|
2382
|
+
*/
|
|
2383
|
+
readonly txDirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
2384
|
+
/**
|
|
2385
|
+
* The TxIndirectMaxRetryExpiryCount attribute shall indicate the total number of unique MAC transmission
|
|
2386
|
+
* packets that meet maximal retry limit for indirect packets. The TxIndirectMaxRetryExpiryCount attribute
|
|
2387
|
+
* shall only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry
|
|
2388
|
+
* limit for indirect packets. This value shall only be reset upon a Node reboot.
|
|
2389
|
+
*
|
|
2390
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.36
|
|
2391
|
+
*/
|
|
2392
|
+
readonly txIndirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
2393
|
+
/**
|
|
2394
|
+
* The TxErrCcaCount attribute shall indicate the total number of CCA failures. The TxErrCcaCount attribute
|
|
2395
|
+
* shall only be incremented by 1 for each instance of a CCA failure. This value shall only be reset upon a
|
|
2396
|
+
* Node reboot.
|
|
2397
|
+
*
|
|
2398
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.37
|
|
2399
|
+
*/
|
|
2400
|
+
readonly txErrCcaCount: OptionalAttribute<number, any>;
|
|
2401
|
+
/**
|
|
2402
|
+
* The TxErrAbortCount attribute shall indicate the total number of unique MAC transmission request
|
|
2403
|
+
* failures caused by an abort error. The TxErrAbortCount attribute shall only be incremented by 1 for each
|
|
2404
|
+
* unique MAC transmission request failure caused by an abort error.
|
|
2405
|
+
*
|
|
2406
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.38
|
|
2407
|
+
*/
|
|
2408
|
+
readonly txErrAbortCount: OptionalAttribute<number, any>;
|
|
2409
|
+
/**
|
|
2410
|
+
* The TxErrBusyChannelCount attribute shall indicate the total number of unique MAC transmission request
|
|
2411
|
+
* failures caused by an error as the result of a busy channel (a CSMA/CA fail). The TxErrBusyChannelCount
|
|
2412
|
+
* attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by a
|
|
2413
|
+
* busy channel such as a CSMA/CA failure.
|
|
2414
|
+
*
|
|
2415
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.39
|
|
2416
|
+
*/
|
|
2417
|
+
readonly txErrBusyChannelCount: OptionalAttribute<number, any>;
|
|
2418
|
+
/**
|
|
2419
|
+
* The RxTotalCount attribute shall indicate the total number of received unique MAC frames. This value
|
|
2420
|
+
* shall only be reset upon a Node reboot.
|
|
2421
|
+
*
|
|
2422
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.40
|
|
2423
|
+
*/
|
|
2424
|
+
readonly rxTotalCount: OptionalAttribute<number, any>;
|
|
2425
|
+
/**
|
|
2426
|
+
* The RxUnicastCount attribute shall indicate the total number of received unique unicast MAC frames. This
|
|
2427
|
+
* value shall only be reset upon a Node reboot.
|
|
2428
|
+
*
|
|
2429
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.41
|
|
2430
|
+
*/
|
|
2431
|
+
readonly rxUnicastCount: OptionalAttribute<number, any>;
|
|
2432
|
+
/**
|
|
2433
|
+
* The RxBroadcastCount attribute shall indicate the total number of received unique broadcast MAC frames.
|
|
2434
|
+
* This value shall only be reset upon a Node reboot.
|
|
2435
|
+
*
|
|
2436
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.42
|
|
2437
|
+
*/
|
|
2438
|
+
readonly rxBroadcastCount: OptionalAttribute<number, any>;
|
|
2439
|
+
/**
|
|
2440
|
+
* The RxDataCount attribute shall indicate the total number of received unique MAC Data frames. This value
|
|
2441
|
+
* shall only be reset upon a Node reboot.
|
|
2442
|
+
*
|
|
2443
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.43
|
|
2444
|
+
*/
|
|
2445
|
+
readonly rxDataCount: OptionalAttribute<number, any>;
|
|
2446
|
+
/**
|
|
2447
|
+
* The RxDataPollCount attribute shall indicate the total number of received unique MAC Data Poll frames.
|
|
2448
|
+
* This value shall only be reset upon a Node reboot.
|
|
2449
|
+
*
|
|
2450
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.44
|
|
2451
|
+
*/
|
|
2452
|
+
readonly rxDataPollCount: OptionalAttribute<number, any>;
|
|
2453
|
+
/**
|
|
2454
|
+
* The RxBeaconCount attribute shall indicate the total number of received unique MAC Beacon frames. This
|
|
2455
|
+
* value shall only be reset upon a Node reboot.
|
|
2456
|
+
*
|
|
2457
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.45
|
|
2458
|
+
*/
|
|
2459
|
+
readonly rxBeaconCount: OptionalAttribute<number, any>;
|
|
2460
|
+
/**
|
|
2461
|
+
* The RxBeaconRequestCount attribute shall indicate the total number of received unique MAC Beacon Request
|
|
2462
|
+
* frames. This value shall only be reset upon a Node reboot.
|
|
2463
|
+
*
|
|
2464
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.46
|
|
2465
|
+
*/
|
|
2466
|
+
readonly rxBeaconRequestCount: OptionalAttribute<number, any>;
|
|
2467
|
+
/**
|
|
2468
|
+
* The RxOtherCount attribute shall indicate the total number of received unique MAC frame requests that
|
|
2469
|
+
* are not counted by any other attribute. This value shall only be reset upon a Node reboot.
|
|
2470
|
+
*
|
|
2471
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.47
|
|
2472
|
+
*/
|
|
2473
|
+
readonly rxOtherCount: OptionalAttribute<number, any>;
|
|
2474
|
+
/**
|
|
2475
|
+
* The RxAddressFilteredCount attribute shall indicate the total number of received unique MAC frame
|
|
2476
|
+
* requests that have been dropped as a result of MAC filtering. This value shall only be reset upon a Node
|
|
2477
|
+
* reboot.
|
|
2478
|
+
*
|
|
2479
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.48
|
|
2480
|
+
*/
|
|
2481
|
+
readonly rxAddressFilteredCount: OptionalAttribute<number, any>;
|
|
2482
|
+
/**
|
|
2483
|
+
* The RxDestAddrFilteredCount attribute shall indicate the total number of received unique MAC frame
|
|
2484
|
+
* requests that have been dropped as a result of a destination address check. This value shall only be
|
|
2485
|
+
* reset upon a Node reboot.
|
|
2486
|
+
*
|
|
2487
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.49
|
|
2488
|
+
*/
|
|
2489
|
+
readonly rxDestAddrFilteredCount: OptionalAttribute<number, any>;
|
|
2490
|
+
/**
|
|
2491
|
+
* The RxDuplicatedCount attribute shall indicate the total number of received MAC frame requests that have
|
|
2492
|
+
* been dropped as a result of being a duplicate of a previously received MAC frame request. This value
|
|
2493
|
+
* shall only be reset upon a Node reboot.
|
|
2494
|
+
*
|
|
2495
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.50
|
|
2496
|
+
*/
|
|
2497
|
+
readonly rxDuplicatedCount: OptionalAttribute<number, any>;
|
|
2498
|
+
/**
|
|
2499
|
+
* The RxErrNoFrameCount attribute shall indicate the total number of received unique MAC frame requests
|
|
2500
|
+
* that have been dropped as a result of missing or malformed frame contents. This value shall only be
|
|
2501
|
+
* reset upon a Node reboot.
|
|
2502
|
+
*
|
|
2503
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.51
|
|
2504
|
+
*/
|
|
2505
|
+
readonly rxErrNoFrameCount: OptionalAttribute<number, any>;
|
|
2506
|
+
/**
|
|
2507
|
+
* The RxErrUnknownNeighborCount attribute shall indicate the total number of received unique MAC frame
|
|
2508
|
+
* requests that have been dropped as a result of originating from an unknown neighbor device. This value
|
|
2509
|
+
* shall only be reset upon a Node reboot.
|
|
2510
|
+
*
|
|
2511
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.52
|
|
2512
|
+
*/
|
|
2513
|
+
readonly rxErrUnknownNeighborCount: OptionalAttribute<number, any>;
|
|
2514
|
+
/**
|
|
2515
|
+
* The RxErrInvalidSrcAddrCount attribute shall indicate the total number of received unique MAC frame
|
|
2516
|
+
* requests that have been dropped as a result of containing an invalid source address. This value shall
|
|
2517
|
+
* only be reset upon a Node reboot.
|
|
2518
|
+
*
|
|
2519
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.53
|
|
2520
|
+
*/
|
|
2521
|
+
readonly rxErrInvalidSrcAddrCount: OptionalAttribute<number, any>;
|
|
2522
|
+
/**
|
|
2523
|
+
* The RxErrSecCount attribute shall indicate the total number of received unique MAC frame requests that
|
|
2524
|
+
* have been dropped as a result of an error with the security of the received frame. This value shall only
|
|
2525
|
+
* be reset upon a Node reboot.
|
|
2526
|
+
*
|
|
2527
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.54
|
|
2528
|
+
*/
|
|
2529
|
+
readonly rxErrSecCount: OptionalAttribute<number, any>;
|
|
2530
|
+
/**
|
|
2531
|
+
* The RxErrFcsCount attribute shall indicate the total number of received unique MAC frame requests that
|
|
2532
|
+
* have been dropped as a result of an error with the FCS of the received frame. This value shall only be
|
|
2533
|
+
* reset upon a Node reboot.
|
|
2534
|
+
*
|
|
2535
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.55
|
|
2536
|
+
*/
|
|
2537
|
+
readonly rxErrFcsCount: OptionalAttribute<number, any>;
|
|
2538
|
+
/**
|
|
2539
|
+
* The RxErrOtherCount attribute shall indicate the total number of received unique MAC frame requests that
|
|
2540
|
+
* have been dropped as a result of an error that is not counted by any other attribute. This value shall
|
|
2541
|
+
* only be reset upon a Node reboot.
|
|
2542
|
+
*
|
|
2543
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.6.56
|
|
2544
|
+
*/
|
|
2545
|
+
readonly rxErrOtherCount: OptionalAttribute<number, any>;
|
|
2546
|
+
};
|
|
2547
|
+
};
|
|
2548
|
+
}];
|
|
2549
|
+
}, []>;
|
|
2550
|
+
/**
|
|
2551
|
+
* The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that may be
|
|
2552
|
+
* used by a Node to assist a user or Administrator in diagnosing potential problems. The Thread Network
|
|
2553
|
+
* Diagnostics Cluster attempts to centralize all metrics that are relevant to a potential Thread radio running on
|
|
2554
|
+
* a Node.
|
|
2555
|
+
*
|
|
2556
|
+
* ThreadNetworkDiagnosticsCluster supports optional features that you can enable with the
|
|
2557
|
+
* ThreadNetworkDiagnosticsCluster.with() factory method.
|
|
2558
|
+
*
|
|
2559
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14
|
|
2560
|
+
*/
|
|
2561
|
+
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
2562
|
+
}
|
|
2563
|
+
const Cluster: Cluster;
|
|
2564
|
+
/**
|
|
2565
|
+
* @see {@link Complete}
|
|
2566
|
+
*/
|
|
2567
|
+
const CompleteInstance: MutableCluster<{
|
|
2568
|
+
readonly id: import("#general").Branded<53, "ClusterId">;
|
|
2569
|
+
readonly name: "ThreadNetworkDiagnostics";
|
|
2570
|
+
readonly revision: 2;
|
|
2571
|
+
readonly features: {
|
|
2572
|
+
/**
|
|
2573
|
+
* PacketCounts
|
|
2574
|
+
*
|
|
2575
|
+
* Server supports the counts for the number of received and transmitted packets on the Thread interface.
|
|
2576
|
+
*/
|
|
2577
|
+
readonly packetCounts: BitFlag;
|
|
2578
|
+
/**
|
|
2579
|
+
* ErrorCounts
|
|
2580
|
+
*
|
|
2581
|
+
* Server supports the counts for the number of errors that have occurred during the reception and
|
|
2582
|
+
* transmission of packets on the Thread interface.
|
|
2583
|
+
*/
|
|
2584
|
+
readonly errorCounts: BitFlag;
|
|
2585
|
+
/**
|
|
2586
|
+
* MleCounts
|
|
2587
|
+
*
|
|
2588
|
+
* Server supports the counts for various MLE layer happenings.
|
|
2589
|
+
*/
|
|
2590
|
+
readonly mleCounts: BitFlag;
|
|
2591
|
+
/**
|
|
2592
|
+
* MacCounts
|
|
2593
|
+
*
|
|
2594
|
+
* Server supports the counts for various MAC layer happenings.
|
|
2595
|
+
*/
|
|
2596
|
+
readonly macCounts: BitFlag;
|
|
2597
|
+
};
|
|
2598
|
+
readonly attributes: {
|
|
2599
|
+
readonly overrunCount: Attribute<number | bigint, any> & {
|
|
2600
|
+
readonly optional: true;
|
|
2601
|
+
readonly isConditional: true;
|
|
2602
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2603
|
+
readonly mandatoryIf: [] | [{
|
|
2604
|
+
errorCounts: boolean;
|
|
2605
|
+
}];
|
|
2606
|
+
};
|
|
2607
|
+
readonly detachedRoleCount: OptionalAttribute<number, any> & {
|
|
2608
|
+
readonly optional: true;
|
|
2609
|
+
readonly isConditional: true;
|
|
2610
|
+
readonly optionalIf: [] | [{
|
|
2611
|
+
mleCounts: boolean;
|
|
2612
|
+
}];
|
|
2613
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2614
|
+
};
|
|
2615
|
+
readonly childRoleCount: OptionalAttribute<number, any> & {
|
|
2616
|
+
readonly optional: true;
|
|
2617
|
+
readonly isConditional: true;
|
|
2618
|
+
readonly optionalIf: [] | [{
|
|
2619
|
+
mleCounts: boolean;
|
|
2620
|
+
}];
|
|
2621
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2622
|
+
};
|
|
2623
|
+
readonly routerRoleCount: OptionalAttribute<number, any> & {
|
|
2624
|
+
readonly optional: true;
|
|
2625
|
+
readonly isConditional: true;
|
|
2626
|
+
readonly optionalIf: [] | [{
|
|
2627
|
+
mleCounts: boolean;
|
|
2628
|
+
}];
|
|
2629
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2630
|
+
};
|
|
2631
|
+
readonly leaderRoleCount: OptionalAttribute<number, any> & {
|
|
2632
|
+
readonly optional: true;
|
|
2633
|
+
readonly isConditional: true;
|
|
2634
|
+
readonly optionalIf: [] | [{
|
|
2635
|
+
mleCounts: boolean;
|
|
2636
|
+
}];
|
|
2637
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2638
|
+
};
|
|
2639
|
+
readonly attachAttemptCount: OptionalAttribute<number, any> & {
|
|
2640
|
+
readonly optional: true;
|
|
2641
|
+
readonly isConditional: true;
|
|
2642
|
+
readonly optionalIf: [] | [{
|
|
2643
|
+
mleCounts: boolean;
|
|
2644
|
+
}];
|
|
2645
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2646
|
+
};
|
|
2647
|
+
readonly partitionIdChangeCount: OptionalAttribute<number, any> & {
|
|
2648
|
+
readonly optional: true;
|
|
2649
|
+
readonly isConditional: true;
|
|
2650
|
+
readonly optionalIf: [] | [{
|
|
2651
|
+
mleCounts: boolean;
|
|
2652
|
+
}];
|
|
2653
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2654
|
+
};
|
|
2655
|
+
readonly betterPartitionAttachAttemptCount: OptionalAttribute<number, any> & {
|
|
2656
|
+
readonly optional: true;
|
|
2657
|
+
readonly isConditional: true;
|
|
2658
|
+
readonly optionalIf: [] | [{
|
|
2659
|
+
mleCounts: boolean;
|
|
2660
|
+
}];
|
|
2661
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2662
|
+
};
|
|
2663
|
+
readonly parentChangeCount: OptionalAttribute<number, any> & {
|
|
2664
|
+
readonly optional: true;
|
|
2665
|
+
readonly isConditional: true;
|
|
2666
|
+
readonly optionalIf: [] | [{
|
|
2667
|
+
mleCounts: boolean;
|
|
2668
|
+
}];
|
|
2669
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2670
|
+
};
|
|
2671
|
+
readonly txTotalCount: OptionalAttribute<number, any> & {
|
|
2672
|
+
readonly optional: true;
|
|
2673
|
+
readonly isConditional: true;
|
|
2674
|
+
readonly optionalIf: [] | [{
|
|
2675
|
+
macCounts: boolean;
|
|
2676
|
+
}];
|
|
2677
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2678
|
+
};
|
|
2679
|
+
readonly txUnicastCount: OptionalAttribute<number, any> & {
|
|
2680
|
+
readonly optional: true;
|
|
2681
|
+
readonly isConditional: true;
|
|
2682
|
+
readonly optionalIf: [] | [{
|
|
2683
|
+
macCounts: boolean;
|
|
2684
|
+
}];
|
|
2685
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2686
|
+
};
|
|
2687
|
+
readonly txBroadcastCount: OptionalAttribute<number, any> & {
|
|
2688
|
+
readonly optional: true;
|
|
2689
|
+
readonly isConditional: true;
|
|
2690
|
+
readonly optionalIf: [] | [{
|
|
2691
|
+
macCounts: boolean;
|
|
2692
|
+
}];
|
|
2693
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2694
|
+
};
|
|
2695
|
+
readonly txAckRequestedCount: OptionalAttribute<number, any> & {
|
|
2696
|
+
readonly optional: true;
|
|
2697
|
+
readonly isConditional: true;
|
|
2698
|
+
readonly optionalIf: [] | [{
|
|
2699
|
+
macCounts: boolean;
|
|
2700
|
+
}];
|
|
2701
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2702
|
+
};
|
|
2703
|
+
readonly txAckedCount: OptionalAttribute<number, any> & {
|
|
2704
|
+
readonly optional: true;
|
|
2705
|
+
readonly isConditional: true;
|
|
2706
|
+
readonly optionalIf: [] | [{
|
|
2707
|
+
macCounts: boolean;
|
|
2708
|
+
}];
|
|
2709
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2710
|
+
};
|
|
2711
|
+
readonly txNoAckRequestedCount: OptionalAttribute<number, any> & {
|
|
2712
|
+
readonly optional: true;
|
|
2713
|
+
readonly isConditional: true;
|
|
2714
|
+
readonly optionalIf: [] | [{
|
|
2715
|
+
macCounts: boolean;
|
|
2716
|
+
}];
|
|
2717
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2718
|
+
};
|
|
2719
|
+
readonly txDataCount: OptionalAttribute<number, any> & {
|
|
2720
|
+
readonly optional: true;
|
|
2721
|
+
readonly isConditional: true;
|
|
2722
|
+
readonly optionalIf: [] | [{
|
|
2723
|
+
macCounts: boolean;
|
|
2724
|
+
}];
|
|
2725
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2726
|
+
};
|
|
2727
|
+
readonly txDataPollCount: OptionalAttribute<number, any> & {
|
|
2728
|
+
readonly optional: true;
|
|
2729
|
+
readonly isConditional: true;
|
|
2730
|
+
readonly optionalIf: [] | [{
|
|
2731
|
+
macCounts: boolean;
|
|
2732
|
+
}];
|
|
2733
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2734
|
+
};
|
|
2735
|
+
readonly txBeaconCount: OptionalAttribute<number, any> & {
|
|
2736
|
+
readonly optional: true;
|
|
2737
|
+
readonly isConditional: true;
|
|
2738
|
+
readonly optionalIf: [] | [{
|
|
2739
|
+
macCounts: boolean;
|
|
2740
|
+
}];
|
|
2741
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2742
|
+
};
|
|
2743
|
+
readonly txBeaconRequestCount: OptionalAttribute<number, any> & {
|
|
2744
|
+
readonly optional: true;
|
|
2745
|
+
readonly isConditional: true;
|
|
2746
|
+
readonly optionalIf: [] | [{
|
|
2747
|
+
macCounts: boolean;
|
|
2748
|
+
}];
|
|
2749
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2750
|
+
};
|
|
2751
|
+
readonly txOtherCount: OptionalAttribute<number, any> & {
|
|
2752
|
+
readonly optional: true;
|
|
2753
|
+
readonly isConditional: true;
|
|
2754
|
+
readonly optionalIf: [] | [{
|
|
2755
|
+
macCounts: boolean;
|
|
2756
|
+
}];
|
|
2757
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2758
|
+
};
|
|
2759
|
+
readonly txRetryCount: OptionalAttribute<number, any> & {
|
|
2760
|
+
readonly optional: true;
|
|
2761
|
+
readonly isConditional: true;
|
|
2762
|
+
readonly optionalIf: [] | [{
|
|
2763
|
+
macCounts: boolean;
|
|
2764
|
+
}];
|
|
2765
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2766
|
+
};
|
|
2767
|
+
readonly txDirectMaxRetryExpiryCount: OptionalAttribute<number, any> & {
|
|
2768
|
+
readonly optional: true;
|
|
2769
|
+
readonly isConditional: true;
|
|
2770
|
+
readonly optionalIf: [] | [{
|
|
2771
|
+
macCounts: boolean;
|
|
2772
|
+
}];
|
|
2773
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2774
|
+
};
|
|
2775
|
+
readonly txIndirectMaxRetryExpiryCount: OptionalAttribute<number, any> & {
|
|
2776
|
+
readonly optional: true;
|
|
2777
|
+
readonly isConditional: true;
|
|
2778
|
+
readonly optionalIf: [] | [{
|
|
2779
|
+
macCounts: boolean;
|
|
2780
|
+
}];
|
|
2781
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2782
|
+
};
|
|
2783
|
+
readonly txErrCcaCount: OptionalAttribute<number, any> & {
|
|
2784
|
+
readonly optional: true;
|
|
2785
|
+
readonly isConditional: true;
|
|
2786
|
+
readonly optionalIf: [] | [{
|
|
2787
|
+
macCounts: boolean;
|
|
2788
|
+
}];
|
|
2789
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2790
|
+
};
|
|
2791
|
+
readonly txErrAbortCount: OptionalAttribute<number, any> & {
|
|
2792
|
+
readonly optional: true;
|
|
2793
|
+
readonly isConditional: true;
|
|
2794
|
+
readonly optionalIf: [] | [{
|
|
2795
|
+
macCounts: boolean;
|
|
2796
|
+
}];
|
|
2797
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2798
|
+
};
|
|
2799
|
+
readonly txErrBusyChannelCount: OptionalAttribute<number, any> & {
|
|
2800
|
+
readonly optional: true;
|
|
2801
|
+
readonly isConditional: true;
|
|
2802
|
+
readonly optionalIf: [] | [{
|
|
2803
|
+
macCounts: boolean;
|
|
2804
|
+
}];
|
|
2805
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2806
|
+
};
|
|
2807
|
+
readonly rxTotalCount: OptionalAttribute<number, any> & {
|
|
2808
|
+
readonly optional: true;
|
|
2809
|
+
readonly isConditional: true;
|
|
2810
|
+
readonly optionalIf: [] | [{
|
|
2811
|
+
macCounts: boolean;
|
|
2812
|
+
}];
|
|
2813
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2814
|
+
};
|
|
2815
|
+
readonly rxUnicastCount: OptionalAttribute<number, any> & {
|
|
2816
|
+
readonly optional: true;
|
|
2817
|
+
readonly isConditional: true;
|
|
2818
|
+
readonly optionalIf: [] | [{
|
|
2819
|
+
macCounts: boolean;
|
|
2820
|
+
}];
|
|
2821
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2822
|
+
};
|
|
2823
|
+
readonly rxBroadcastCount: OptionalAttribute<number, any> & {
|
|
2824
|
+
readonly optional: true;
|
|
2825
|
+
readonly isConditional: true;
|
|
2826
|
+
readonly optionalIf: [] | [{
|
|
2827
|
+
macCounts: boolean;
|
|
2828
|
+
}];
|
|
2829
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2830
|
+
};
|
|
2831
|
+
readonly rxDataCount: OptionalAttribute<number, any> & {
|
|
2832
|
+
readonly optional: true;
|
|
2833
|
+
readonly isConditional: true;
|
|
2834
|
+
readonly optionalIf: [] | [{
|
|
2835
|
+
macCounts: boolean;
|
|
2836
|
+
}];
|
|
2837
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2838
|
+
};
|
|
2839
|
+
readonly rxDataPollCount: OptionalAttribute<number, any> & {
|
|
2840
|
+
readonly optional: true;
|
|
2841
|
+
readonly isConditional: true;
|
|
2842
|
+
readonly optionalIf: [] | [{
|
|
2843
|
+
macCounts: boolean;
|
|
2844
|
+
}];
|
|
2845
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2846
|
+
};
|
|
2847
|
+
readonly rxBeaconCount: OptionalAttribute<number, any> & {
|
|
2848
|
+
readonly optional: true;
|
|
2849
|
+
readonly isConditional: true;
|
|
2850
|
+
readonly optionalIf: [] | [{
|
|
2851
|
+
macCounts: boolean;
|
|
2852
|
+
}];
|
|
2853
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2854
|
+
};
|
|
2855
|
+
readonly rxBeaconRequestCount: OptionalAttribute<number, any> & {
|
|
2856
|
+
readonly optional: true;
|
|
2857
|
+
readonly isConditional: true;
|
|
2858
|
+
readonly optionalIf: [] | [{
|
|
2859
|
+
macCounts: boolean;
|
|
2860
|
+
}];
|
|
2861
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2862
|
+
};
|
|
2863
|
+
readonly rxOtherCount: OptionalAttribute<number, any> & {
|
|
2864
|
+
readonly optional: true;
|
|
2865
|
+
readonly isConditional: true;
|
|
2866
|
+
readonly optionalIf: [] | [{
|
|
2867
|
+
macCounts: boolean;
|
|
2868
|
+
}];
|
|
2869
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2870
|
+
};
|
|
2871
|
+
readonly rxAddressFilteredCount: OptionalAttribute<number, any> & {
|
|
2872
|
+
readonly optional: true;
|
|
2873
|
+
readonly isConditional: true;
|
|
2874
|
+
readonly optionalIf: [] | [{
|
|
2875
|
+
macCounts: boolean;
|
|
2876
|
+
}];
|
|
2877
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2878
|
+
};
|
|
2879
|
+
readonly rxDestAddrFilteredCount: OptionalAttribute<number, any> & {
|
|
2880
|
+
readonly optional: true;
|
|
2881
|
+
readonly isConditional: true;
|
|
2882
|
+
readonly optionalIf: [] | [{
|
|
2883
|
+
macCounts: boolean;
|
|
2884
|
+
}];
|
|
2885
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2886
|
+
};
|
|
2887
|
+
readonly rxDuplicatedCount: OptionalAttribute<number, any> & {
|
|
2888
|
+
readonly optional: true;
|
|
2889
|
+
readonly isConditional: true;
|
|
2890
|
+
readonly optionalIf: [] | [{
|
|
2891
|
+
macCounts: boolean;
|
|
2892
|
+
}];
|
|
2893
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2894
|
+
};
|
|
2895
|
+
readonly rxErrNoFrameCount: OptionalAttribute<number, any> & {
|
|
2896
|
+
readonly optional: true;
|
|
2897
|
+
readonly isConditional: true;
|
|
2898
|
+
readonly optionalIf: [] | [{
|
|
2899
|
+
macCounts: boolean;
|
|
2900
|
+
}];
|
|
2901
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2902
|
+
};
|
|
2903
|
+
readonly rxErrUnknownNeighborCount: OptionalAttribute<number, any> & {
|
|
2904
|
+
readonly optional: true;
|
|
2905
|
+
readonly isConditional: true;
|
|
2906
|
+
readonly optionalIf: [] | [{
|
|
2907
|
+
macCounts: boolean;
|
|
2908
|
+
}];
|
|
2909
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2910
|
+
};
|
|
2911
|
+
readonly rxErrInvalidSrcAddrCount: OptionalAttribute<number, any> & {
|
|
2912
|
+
readonly optional: true;
|
|
2913
|
+
readonly isConditional: true;
|
|
2914
|
+
readonly optionalIf: [] | [{
|
|
2915
|
+
macCounts: boolean;
|
|
2916
|
+
}];
|
|
2917
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2918
|
+
};
|
|
2919
|
+
readonly rxErrSecCount: OptionalAttribute<number, any> & {
|
|
2920
|
+
readonly optional: true;
|
|
2921
|
+
readonly isConditional: true;
|
|
2922
|
+
readonly optionalIf: [] | [{
|
|
2923
|
+
macCounts: boolean;
|
|
2924
|
+
}];
|
|
2925
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2926
|
+
};
|
|
2927
|
+
readonly rxErrFcsCount: OptionalAttribute<number, any> & {
|
|
2928
|
+
readonly optional: true;
|
|
2929
|
+
readonly isConditional: true;
|
|
2930
|
+
readonly optionalIf: [] | [{
|
|
2931
|
+
macCounts: boolean;
|
|
2932
|
+
}];
|
|
2933
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2934
|
+
};
|
|
2935
|
+
readonly rxErrOtherCount: OptionalAttribute<number, any> & {
|
|
2936
|
+
readonly optional: true;
|
|
2937
|
+
readonly isConditional: true;
|
|
2938
|
+
readonly optionalIf: [] | [{
|
|
2939
|
+
macCounts: boolean;
|
|
2940
|
+
}];
|
|
2941
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2942
|
+
};
|
|
2943
|
+
readonly channel: Attribute<number | null, any>;
|
|
2944
|
+
readonly routingRole: Attribute<RoutingRole | null, any>;
|
|
2945
|
+
readonly networkName: Attribute<string | null, any>;
|
|
2946
|
+
readonly panId: Attribute<number | null, any>;
|
|
2947
|
+
readonly extendedPanId: Attribute<number | bigint | null, any>;
|
|
2948
|
+
readonly meshLocalPrefix: Attribute<Uint8Array | null, any>;
|
|
2949
|
+
readonly neighborTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2950
|
+
/**
|
|
2951
|
+
* This field shall specify the IEEE 802.15.4 extended address for the neighboring Node.
|
|
2952
|
+
*
|
|
2953
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.1
|
|
2954
|
+
*/
|
|
2955
|
+
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2956
|
+
/**
|
|
2957
|
+
* This field shall specify the duration of time, in seconds, since a frame has been received from the
|
|
2958
|
+
* neighboring Node.
|
|
2959
|
+
*
|
|
2960
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.2
|
|
2961
|
+
*/
|
|
2962
|
+
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2963
|
+
/**
|
|
2964
|
+
* This field shall specify the RLOC16 of the neighboring Node.
|
|
2965
|
+
*
|
|
2966
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.3
|
|
2967
|
+
*/
|
|
2968
|
+
rloc16: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2969
|
+
/**
|
|
2970
|
+
* This field shall specify the number of link layer frames that have been received from the neighboring node.
|
|
2971
|
+
* This field shall be reset to 0 upon a reboot of the Node.
|
|
2972
|
+
*
|
|
2973
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.4
|
|
2974
|
+
*/
|
|
2975
|
+
linkFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2976
|
+
/**
|
|
2977
|
+
* This field shall specify the number of Mesh Link Establishment frames that have been received from the
|
|
2978
|
+
* neighboring node. This field shall be reset to 0 upon a reboot of the Node.
|
|
2979
|
+
*
|
|
2980
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.5
|
|
2981
|
+
*/
|
|
2982
|
+
mleFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2983
|
+
/**
|
|
2984
|
+
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
2985
|
+
* scaled from 0 to 255.
|
|
2986
|
+
*
|
|
2987
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.6
|
|
2988
|
+
*/
|
|
2989
|
+
lqi: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2990
|
+
/**
|
|
2991
|
+
* This field SHOULD specify the average RSSI across all received frames from the neighboring Node since the
|
|
2992
|
+
* receiving Node’s last reboot. If there is no known received frames this field SHOULD have the value of null.
|
|
2993
|
+
* This field shall have the units of dBm, having the range -128 dBm to 0 dBm.
|
|
2994
|
+
*
|
|
2995
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.7
|
|
2996
|
+
*/
|
|
2997
|
+
averageRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2998
|
+
/**
|
|
2999
|
+
* This field shall specify the RSSI of the most recently received frame from the neighboring Node. If there is
|
|
3000
|
+
* no known last received frame the LastRssi field SHOULD have the value of null. This field shall have the
|
|
3001
|
+
* units of dBm, having the range -128 dBm to 0 dBm.
|
|
3002
|
+
*
|
|
3003
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.8
|
|
3004
|
+
*/
|
|
3005
|
+
lastRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3006
|
+
/**
|
|
3007
|
+
* This field shall specify the percentage of received frames from the neighboring Node that have resulted in
|
|
3008
|
+
* errors.
|
|
3009
|
+
*
|
|
3010
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.9
|
|
3011
|
+
*/
|
|
3012
|
+
frameErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3013
|
+
/**
|
|
3014
|
+
* This field shall specify the percentage of received messages from the neighboring Node that have resulted in
|
|
3015
|
+
* errors.
|
|
3016
|
+
*
|
|
3017
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.10
|
|
3018
|
+
*/
|
|
3019
|
+
messageErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3020
|
+
/**
|
|
3021
|
+
* This field shall specify if the neighboring Node is capable of receiving frames while the Node is in an idle
|
|
3022
|
+
* state.
|
|
3023
|
+
*
|
|
3024
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.11
|
|
3025
|
+
*/
|
|
3026
|
+
rxOnWhenIdle: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3027
|
+
/**
|
|
3028
|
+
* This field shall specify if the neighboring Node is a full Thread device.
|
|
3029
|
+
*
|
|
3030
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.12
|
|
3031
|
+
*/
|
|
3032
|
+
fullThreadDevice: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3033
|
+
/**
|
|
3034
|
+
* This field shall specify if the neighboring Node requires the full Network Data. If set to False, the
|
|
3035
|
+
* neighboring Node only requires the stable Network Data.
|
|
3036
|
+
*
|
|
3037
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.13
|
|
3038
|
+
*/
|
|
3039
|
+
fullNetworkData: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3040
|
+
/**
|
|
3041
|
+
* This field shall specify if the neighboring Node is a direct child of the Node reporting the NeighborTable
|
|
3042
|
+
* attribute.
|
|
3043
|
+
*
|
|
3044
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.4.14
|
|
3045
|
+
*/
|
|
3046
|
+
isChild: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3047
|
+
}>[], any>;
|
|
3048
|
+
readonly routeTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3049
|
+
/**
|
|
3050
|
+
* This field shall specify the IEEE 802.15.4 extended address for the Node for which this route table entry
|
|
3051
|
+
* corresponds.
|
|
3052
|
+
*
|
|
3053
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.1
|
|
3054
|
+
*/
|
|
3055
|
+
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3056
|
+
/**
|
|
3057
|
+
* This field shall specify the RLOC16 for the Node for which this route table entry corresponds.
|
|
3058
|
+
*
|
|
3059
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.2
|
|
3060
|
+
*/
|
|
3061
|
+
rloc16: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3062
|
+
/**
|
|
3063
|
+
* This field shall specify the Router ID for the Node for which this route table entry corresponds.
|
|
3064
|
+
*
|
|
3065
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.3
|
|
3066
|
+
*/
|
|
3067
|
+
routerId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3068
|
+
/**
|
|
3069
|
+
* This field shall specify the Router ID for the next hop in the route to the Node for which this route table
|
|
3070
|
+
* entry corresponds.
|
|
3071
|
+
*
|
|
3072
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.4
|
|
3073
|
+
*/
|
|
3074
|
+
nextHop: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3075
|
+
/**
|
|
3076
|
+
* This Field shall specify the cost of the route to the Node for which this route table entry corresponds.
|
|
3077
|
+
*
|
|
3078
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.5
|
|
3079
|
+
*/
|
|
3080
|
+
pathCost: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3081
|
+
/**
|
|
3082
|
+
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
3083
|
+
* scaled from 0 to 255, from the perspective of the Node reporting the neighbor table.
|
|
3084
|
+
*
|
|
3085
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.6
|
|
3086
|
+
*/
|
|
3087
|
+
lqiIn: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3088
|
+
/**
|
|
3089
|
+
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
3090
|
+
* scaled from 0 to 255, from the perspective of the Node specified within the NextHop field.
|
|
3091
|
+
*
|
|
3092
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.7
|
|
3093
|
+
*/
|
|
3094
|
+
lqiOut: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3095
|
+
/**
|
|
3096
|
+
* This field shall specify the duration of time, in seconds, since a frame has been received from the Node for
|
|
3097
|
+
* which this route table entry corresponds.
|
|
3098
|
+
*
|
|
3099
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.8
|
|
3100
|
+
*/
|
|
3101
|
+
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3102
|
+
/**
|
|
3103
|
+
* This field shall specify if the router ID as defined within the RouterId field has been allocated.
|
|
3104
|
+
*
|
|
3105
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.9
|
|
3106
|
+
*/
|
|
3107
|
+
allocated: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3108
|
+
/**
|
|
3109
|
+
* This field shall specify if a link has been established to the Node for which this route table entry
|
|
3110
|
+
*
|
|
3111
|
+
* corresponds.
|
|
3112
|
+
*
|
|
3113
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.5.10
|
|
3114
|
+
*/
|
|
3115
|
+
linkEstablished: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3116
|
+
}>[], any>;
|
|
3117
|
+
readonly partitionId: Attribute<number | null, any>;
|
|
3118
|
+
readonly weighting: Attribute<number | null, any>;
|
|
3119
|
+
readonly dataVersion: Attribute<number | null, any>;
|
|
3120
|
+
readonly stableDataVersion: Attribute<number | null, any>;
|
|
3121
|
+
readonly leaderRouterId: Attribute<number | null, any>;
|
|
3122
|
+
readonly activeTimestamp: OptionalAttribute<number | bigint | null, any>;
|
|
3123
|
+
readonly pendingTimestamp: OptionalAttribute<number | bigint | null, any>;
|
|
3124
|
+
readonly delay: OptionalAttribute<number | null, any>;
|
|
3125
|
+
readonly securityPolicy: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3126
|
+
/**
|
|
3127
|
+
* This field shall specify the interval of time, in hours, that Thread security keys are rotated. Null when
|
|
3128
|
+
* there is no dataset configured.
|
|
3129
|
+
*
|
|
3130
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.6.1
|
|
3131
|
+
*/
|
|
3132
|
+
rotationTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3133
|
+
/**
|
|
3134
|
+
* This field shall specify the flags as specified in Thread 1.3.0 section 8.10.1.15. Null when there is no
|
|
3135
|
+
* dataset configured.
|
|
3136
|
+
*
|
|
3137
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.6.2
|
|
3138
|
+
*/
|
|
3139
|
+
flags: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3140
|
+
}> | null, any>;
|
|
3141
|
+
readonly channelPage0Mask: Attribute<Uint8Array | null, any>;
|
|
3142
|
+
readonly operationalDatasetComponents: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3143
|
+
/**
|
|
3144
|
+
* This field shall be True if the Node has an active timestamp present, else False.
|
|
3145
|
+
*
|
|
3146
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.1
|
|
3147
|
+
*/
|
|
3148
|
+
activeTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3149
|
+
/**
|
|
3150
|
+
* This field shall be True if the Node has a pending timestamp is present, else False.
|
|
3151
|
+
*
|
|
3152
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.2
|
|
3153
|
+
*/
|
|
3154
|
+
pendingTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3155
|
+
/**
|
|
3156
|
+
* This field shall be True if the Node has the Thread master key, else False.
|
|
3157
|
+
*
|
|
3158
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.3
|
|
3159
|
+
*/
|
|
3160
|
+
masterKeyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3161
|
+
/**
|
|
3162
|
+
* This field shall be True if the Node has the Thread network’s name, else False.
|
|
3163
|
+
*
|
|
3164
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.4
|
|
3165
|
+
*/
|
|
3166
|
+
networkNamePresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3167
|
+
/**
|
|
3168
|
+
* This field shall be True if the Node has an extended Pan ID, else False.
|
|
3169
|
+
*
|
|
3170
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.5
|
|
3171
|
+
*/
|
|
3172
|
+
extendedPanIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3173
|
+
/**
|
|
3174
|
+
* This field shall be True if the Node has the mesh local prefix, else False.
|
|
3175
|
+
*
|
|
3176
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.6
|
|
3177
|
+
*/
|
|
3178
|
+
meshLocalPrefixPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3179
|
+
/**
|
|
3180
|
+
* This field shall be True if the Node has the Thread network delay set, else False.
|
|
3181
|
+
*
|
|
3182
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.7
|
|
3183
|
+
*/
|
|
3184
|
+
delayPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3185
|
+
/**
|
|
3186
|
+
* This field shall be True if the Node has a Pan ID, else False.
|
|
3187
|
+
*
|
|
3188
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.8
|
|
3189
|
+
*/
|
|
3190
|
+
panIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3191
|
+
/**
|
|
3192
|
+
* This field shall be True if the Node has configured an operational channel for the Thread network, else
|
|
3193
|
+
* False.
|
|
3194
|
+
*
|
|
3195
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.9
|
|
3196
|
+
*/
|
|
3197
|
+
channelPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3198
|
+
/**
|
|
3199
|
+
* This field shall be True if the Node has been configured with the Thread network Pskc, else False.
|
|
3200
|
+
*
|
|
3201
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.10
|
|
3202
|
+
*/
|
|
3203
|
+
pskcPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3204
|
+
/**
|
|
3205
|
+
* This field shall be True if the Node has been configured with the Thread network security policies, else
|
|
3206
|
+
* False.
|
|
3207
|
+
*
|
|
3208
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.11
|
|
3209
|
+
*/
|
|
3210
|
+
securityPolicyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3211
|
+
/**
|
|
3212
|
+
* This field shall be True if the Node has available a mask of available channels, else False.
|
|
3213
|
+
*
|
|
3214
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.5.7.12
|
|
3215
|
+
*/
|
|
3216
|
+
channelMaskPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3217
|
+
}> | null, any>;
|
|
3218
|
+
readonly activeNetworkFaultsList: Attribute<NetworkFault[], any>;
|
|
3219
|
+
readonly clusterRevision: Attribute<number, never>;
|
|
3220
|
+
readonly featureMap: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3221
|
+
/**
|
|
3222
|
+
* PacketCounts
|
|
3223
|
+
*
|
|
3224
|
+
* Server supports the counts for the number of received and transmitted packets on the Thread interface.
|
|
3225
|
+
*/
|
|
3226
|
+
readonly packetCounts: BitFlag;
|
|
3227
|
+
/**
|
|
3228
|
+
* ErrorCounts
|
|
3229
|
+
*
|
|
3230
|
+
* Server supports the counts for the number of errors that have occurred during the reception and
|
|
3231
|
+
* transmission of packets on the Thread interface.
|
|
3232
|
+
*/
|
|
3233
|
+
readonly errorCounts: BitFlag;
|
|
3234
|
+
/**
|
|
3235
|
+
* MleCounts
|
|
3236
|
+
*
|
|
3237
|
+
* Server supports the counts for various MLE layer happenings.
|
|
3238
|
+
*/
|
|
3239
|
+
readonly mleCounts: BitFlag;
|
|
3240
|
+
/**
|
|
3241
|
+
* MacCounts
|
|
3242
|
+
*
|
|
3243
|
+
* Server supports the counts for various MAC layer happenings.
|
|
3244
|
+
*/
|
|
3245
|
+
readonly macCounts: BitFlag;
|
|
3246
|
+
}>, never>;
|
|
3247
|
+
readonly attributeList: Attribute<import("../index.js").AttributeId[], never>;
|
|
3248
|
+
readonly eventList: Attribute<import("../index.js").EventId[], never>;
|
|
3249
|
+
readonly acceptedCommandList: Attribute<import("../index.js").CommandId[], never>;
|
|
3250
|
+
readonly generatedCommandList: Attribute<import("../index.js").CommandId[], never>;
|
|
3251
|
+
};
|
|
3252
|
+
readonly commands: {
|
|
3253
|
+
readonly resetCounts: Command<void, void, any> & {
|
|
3254
|
+
readonly optional: true;
|
|
3255
|
+
readonly isConditional: true;
|
|
3256
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3257
|
+
readonly mandatoryIf: [] | [{
|
|
3258
|
+
errorCounts: boolean;
|
|
3259
|
+
}];
|
|
3260
|
+
};
|
|
3261
|
+
};
|
|
3262
|
+
readonly events: {
|
|
3263
|
+
/**
|
|
3264
|
+
* The ConnectionStatus Event shall indicate that a Node’s connection status to a Thread network has
|
|
3265
|
+
* changed.
|
|
3266
|
+
*
|
|
3267
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.8.2
|
|
3268
|
+
*/
|
|
3269
|
+
readonly connectionStatus: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3270
|
+
connectionStatus: import("../tlv/TlvObject.js").FieldType<ConnectionStatus>;
|
|
3271
|
+
}>, any>;
|
|
3272
|
+
/**
|
|
3273
|
+
* The NetworkFaultChange Event shall indicate a change in the set of network faults currently detected by
|
|
3274
|
+
* the Node.
|
|
3275
|
+
*
|
|
3276
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.8.1
|
|
3277
|
+
*/
|
|
3278
|
+
readonly networkFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3279
|
+
/**
|
|
3280
|
+
* This field shall represent the set of faults currently detected, as per Section 11.14.5.1, “NetworkFaultEnum
|
|
3281
|
+
* Type”.
|
|
3282
|
+
*
|
|
3283
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.8.1.1
|
|
3284
|
+
*/
|
|
3285
|
+
current: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
3286
|
+
/**
|
|
3287
|
+
* This field shall represent the set of faults detected prior to this change event, as per Section 11.14.5.1,
|
|
3288
|
+
* “NetworkFaultEnum Type”.
|
|
3289
|
+
*
|
|
3290
|
+
* @see {@link MatterSpecification.v13.Core} § 11.14.8.1.2
|
|
3291
|
+
*/
|
|
3292
|
+
previous: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
3293
|
+
}>, any>;
|
|
3294
|
+
};
|
|
3295
|
+
}, []>;
|
|
3296
|
+
/**
|
|
3297
|
+
* This cluster supports all ThreadNetworkDiagnostics features. It may support illegal feature combinations.
|
|
3298
|
+
*
|
|
3299
|
+
* If you use this cluster you must manually specify which features are active and ensure the set of active
|
|
3300
|
+
* features is legal per the Matter specification.
|
|
3301
|
+
*/
|
|
3302
|
+
interface Complete extends Identity<typeof CompleteInstance> {
|
|
3303
|
+
}
|
|
3304
|
+
const Complete: Complete;
|
|
3305
|
+
}
|
|
3306
|
+
export type ThreadNetworkDiagnosticsCluster = ThreadNetworkDiagnostics.Cluster;
|
|
3307
|
+
export declare const ThreadNetworkDiagnosticsCluster: ThreadNetworkDiagnostics.Cluster;
|
|
3308
|
+
//# sourceMappingURL=thread-network-diagnostics.d.ts.map
|