@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,1744 @@
|
|
|
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 { FabricScopedAttribute, Attribute, FixedAttribute, Command, OptionalFixedAttribute, OptionalCommand } from "../cluster/Cluster.js";
|
|
9
|
+
import { TypeFromSchema } from "../tlv/TlvSchema.js";
|
|
10
|
+
import { BitFlag } from "../schema/BitmapSchema.js";
|
|
11
|
+
import { Identity } from "#general";
|
|
12
|
+
export declare namespace IcdManagement {
|
|
13
|
+
/**
|
|
14
|
+
* These are optional features supported by IcdManagementCluster.
|
|
15
|
+
*
|
|
16
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.4
|
|
17
|
+
*/
|
|
18
|
+
enum Feature {
|
|
19
|
+
/**
|
|
20
|
+
* CheckInProtocolSupport (CIP)
|
|
21
|
+
*
|
|
22
|
+
* When this feature is supported, the device shall support all the associated commands and attributes to
|
|
23
|
+
* properly support the Check-In Protocol.
|
|
24
|
+
*
|
|
25
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.4.1
|
|
26
|
+
*/
|
|
27
|
+
CheckInProtocolSupport = "CheckInProtocolSupport",
|
|
28
|
+
/**
|
|
29
|
+
* UserActiveModeTrigger (UAT)
|
|
30
|
+
*
|
|
31
|
+
* This feature is supported if and only if the device has a user active mode trigger.
|
|
32
|
+
*
|
|
33
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.4.2
|
|
34
|
+
*/
|
|
35
|
+
UserActiveModeTrigger = "UserActiveModeTrigger",
|
|
36
|
+
/**
|
|
37
|
+
* LongIdleTimeSupport (LITS)
|
|
38
|
+
*
|
|
39
|
+
* This feature is supported if and only the device is a Long Idle Time ICD.
|
|
40
|
+
*
|
|
41
|
+
* NOTE In this version of the specification, the support for the feature is provisional.
|
|
42
|
+
*
|
|
43
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.4.3
|
|
44
|
+
*/
|
|
45
|
+
LongIdleTimeSupport = "LongIdleTimeSupport"
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.5.2
|
|
49
|
+
*/
|
|
50
|
+
const TlvMonitoringRegistration: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
51
|
+
/**
|
|
52
|
+
* This field shall indicate the NodeID of the Node to which Check-In messages will be sent when the
|
|
53
|
+
* MonitoredSubject is not subscribed.
|
|
54
|
+
*
|
|
55
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.5.2.1
|
|
56
|
+
*/
|
|
57
|
+
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
58
|
+
/**
|
|
59
|
+
* This field shall indicate the monitored Subject ID. This field shall be used to determine if a particular
|
|
60
|
+
* client has an active subscription for the given entry. The MonitoredSubject, when it is a NodeID, may be the
|
|
61
|
+
* same as the CheckInNodeID. The MonitoredSubject gives the registering client the flexibility of having a
|
|
62
|
+
* different CheckInNodeID from the MonitoredSubject. A subscription shall count as an active subscription for
|
|
63
|
+
* this entry if:
|
|
64
|
+
*
|
|
65
|
+
* • It is on the associated fabric of this entry, and
|
|
66
|
+
*
|
|
67
|
+
* • The subject of this entry matches the ISD of the SubscriptionRequest message that created the
|
|
68
|
+
* subscription. Matching shall be determined using the subject_matches function defined in the Access
|
|
69
|
+
* Control Privilege Granting Algorithm.
|
|
70
|
+
*
|
|
71
|
+
* For example, if the MonitoredSubject is Node ID 0x1111_2222_3333_AAAA, and one of the subscribers to the
|
|
72
|
+
* server on the entry’s associated fabric bears that Node ID, then the entry matches.
|
|
73
|
+
*
|
|
74
|
+
* Another example is if the MonitoredSubject has the value 0xFFFF_FFFD_AA12_0002, and one of the subscribers
|
|
75
|
+
* to the server on the entry’s associated fabric bears the CASE Authenticated TAG value 0xAA12 and the version
|
|
76
|
+
* 0x0002 or higher within its NOC, then the entry matches.
|
|
77
|
+
*
|
|
78
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.5.2.2
|
|
79
|
+
*/
|
|
80
|
+
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
81
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
82
|
+
}>;
|
|
83
|
+
/**
|
|
84
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.5.2
|
|
85
|
+
*/
|
|
86
|
+
interface MonitoringRegistration extends TypeFromSchema<typeof TlvMonitoringRegistration> {
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Input to the IcdManagement registerClient command
|
|
90
|
+
*
|
|
91
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1
|
|
92
|
+
*/
|
|
93
|
+
const TlvRegisterClientRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
94
|
+
/**
|
|
95
|
+
* This field shall provide the node ID to which a Check-In message will be sent if there are no active
|
|
96
|
+
* subscriptions matching MonitoredSubject.
|
|
97
|
+
*
|
|
98
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.1
|
|
99
|
+
*/
|
|
100
|
+
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
101
|
+
/**
|
|
102
|
+
* This field shall provide the monitored subject ID.
|
|
103
|
+
*
|
|
104
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.2
|
|
105
|
+
*/
|
|
106
|
+
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
107
|
+
/**
|
|
108
|
+
* This field shall provide the shared secret between the client and the ICD to encrypt the Check-In message.
|
|
109
|
+
*
|
|
110
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.3
|
|
111
|
+
*/
|
|
112
|
+
key: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
|
|
113
|
+
/**
|
|
114
|
+
* This field shall provide the verification key. The verification key represents the key already stored on the
|
|
115
|
+
* server. The verification key provided in this field shall be used by the server to guarantee that a client
|
|
116
|
+
* with manage permissions can only modify entries that contain a Key equal to the verification key. The
|
|
117
|
+
* verification key shall be provided for clients with manage permissions. The verification key SHOULD NOT be
|
|
118
|
+
* provided by clients with administrator permissions for the server cluster. The verification key shall be
|
|
119
|
+
* ignored by the server if it is provided by a client with administrator permissions for the server cluster.
|
|
120
|
+
*
|
|
121
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.4
|
|
122
|
+
*/
|
|
123
|
+
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
|
|
124
|
+
}>;
|
|
125
|
+
/**
|
|
126
|
+
* Input to the IcdManagement registerClient command
|
|
127
|
+
*
|
|
128
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1
|
|
129
|
+
*/
|
|
130
|
+
interface RegisterClientRequest extends TypeFromSchema<typeof TlvRegisterClientRequest> {
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* This command shall be sent by the ICD Management Cluster server in response to a successful RegisterClient
|
|
134
|
+
* command.
|
|
135
|
+
*
|
|
136
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.2
|
|
137
|
+
*/
|
|
138
|
+
const TlvRegisterClientResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
139
|
+
icdCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
140
|
+
}>;
|
|
141
|
+
/**
|
|
142
|
+
* This command shall be sent by the ICD Management Cluster server in response to a successful RegisterClient
|
|
143
|
+
* command.
|
|
144
|
+
*
|
|
145
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.2
|
|
146
|
+
*/
|
|
147
|
+
interface RegisterClientResponse extends TypeFromSchema<typeof TlvRegisterClientResponse> {
|
|
148
|
+
}
|
|
149
|
+
/**
|
|
150
|
+
* Input to the IcdManagement unregisterClient command
|
|
151
|
+
*
|
|
152
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.3
|
|
153
|
+
*/
|
|
154
|
+
const TlvUnregisterClientRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
155
|
+
/**
|
|
156
|
+
* This field shall provide the registered client node ID to remove from storage.
|
|
157
|
+
*
|
|
158
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.3.1
|
|
159
|
+
*/
|
|
160
|
+
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
161
|
+
/**
|
|
162
|
+
* This field shall provide the verification key associated with the CheckInNodeID to remove from storage. The
|
|
163
|
+
* verification key represents the key already stored on the server. The verification key provided in this
|
|
164
|
+
* field shall be used by the server to guarantee that a client with manage permissions can only remove entries
|
|
165
|
+
* that contain a Key equal to the stored key. The verification key shall be provided for clients with manage
|
|
166
|
+
* permissions. The verification key SHOULD NOT be provided by clients with administrator permissions for the
|
|
167
|
+
* server cluster. The verification key shall be ignored by the server if it is provided by a client with
|
|
168
|
+
* administrator permissions for the server cluster.
|
|
169
|
+
*
|
|
170
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.3.2
|
|
171
|
+
*/
|
|
172
|
+
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
|
|
173
|
+
}>;
|
|
174
|
+
/**
|
|
175
|
+
* Input to the IcdManagement unregisterClient command
|
|
176
|
+
*
|
|
177
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.3
|
|
178
|
+
*/
|
|
179
|
+
interface UnregisterClientRequest extends TypeFromSchema<typeof TlvUnregisterClientRequest> {
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* See the UserActiveModeTriggerHint table for requirements associated to each bit.
|
|
183
|
+
*
|
|
184
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.5.1
|
|
185
|
+
*/
|
|
186
|
+
const UserActiveModeTrigger: {
|
|
187
|
+
/**
|
|
188
|
+
* Power Cycle to transition the device to ActiveMode
|
|
189
|
+
*/
|
|
190
|
+
powerCycle: BitFlag;
|
|
191
|
+
/**
|
|
192
|
+
* Settings menu on the device informs how to transition the device to ActiveMode
|
|
193
|
+
*/
|
|
194
|
+
settingsMenu: BitFlag;
|
|
195
|
+
/**
|
|
196
|
+
* Custom Instruction on how to transition the device to ActiveMode
|
|
197
|
+
*/
|
|
198
|
+
customInstruction: BitFlag;
|
|
199
|
+
/**
|
|
200
|
+
* Device Manual informs how to transition the device to ActiveMode
|
|
201
|
+
*/
|
|
202
|
+
deviceManual: BitFlag;
|
|
203
|
+
/**
|
|
204
|
+
* Actuate Sensor to transition the device to ActiveMode
|
|
205
|
+
*/
|
|
206
|
+
actuateSensor: BitFlag;
|
|
207
|
+
/**
|
|
208
|
+
* Actuate Sensor for N seconds to transition the device to ActiveMode
|
|
209
|
+
*/
|
|
210
|
+
actuateSensorSeconds: BitFlag;
|
|
211
|
+
/**
|
|
212
|
+
* Actuate Sensor N times to transition the device to ActiveMode
|
|
213
|
+
*/
|
|
214
|
+
actuateSensorTimes: BitFlag;
|
|
215
|
+
/**
|
|
216
|
+
* Actuate Sensor until light blinks to transition the device to ActiveMode
|
|
217
|
+
*/
|
|
218
|
+
actuateSensorLightsBlink: BitFlag;
|
|
219
|
+
/**
|
|
220
|
+
* Press Reset Button to transition the device to ActiveMode
|
|
221
|
+
*/
|
|
222
|
+
resetButton: BitFlag;
|
|
223
|
+
/**
|
|
224
|
+
* Press Reset Button until light blinks to transition the device to ActiveMode
|
|
225
|
+
*/
|
|
226
|
+
resetButtonLightsBlink: BitFlag;
|
|
227
|
+
/**
|
|
228
|
+
* Press Reset Button for N seconds to transition the device to ActiveMode
|
|
229
|
+
*/
|
|
230
|
+
resetButtonSeconds: BitFlag;
|
|
231
|
+
/**
|
|
232
|
+
* Press Reset Button N times to transition the device to ActiveMode
|
|
233
|
+
*/
|
|
234
|
+
resetButtonTimes: BitFlag;
|
|
235
|
+
/**
|
|
236
|
+
* Press Setup Button to transition the device to ActiveMode
|
|
237
|
+
*/
|
|
238
|
+
setupButton: BitFlag;
|
|
239
|
+
/**
|
|
240
|
+
* Press Setup Button for N seconds to transition the device to ActiveMode
|
|
241
|
+
*/
|
|
242
|
+
setupButtonSeconds: BitFlag;
|
|
243
|
+
/**
|
|
244
|
+
* Press Setup Button until light blinks to transition the device to ActiveMode
|
|
245
|
+
*/
|
|
246
|
+
setupButtonLightsBlink: BitFlag;
|
|
247
|
+
/**
|
|
248
|
+
* Press Setup Button N times to transition the device to ActiveMode
|
|
249
|
+
*/
|
|
250
|
+
setupButtonTimes: BitFlag;
|
|
251
|
+
/**
|
|
252
|
+
* Press the N Button to transition the device to ActiveMode
|
|
253
|
+
*/
|
|
254
|
+
appDefinedButton: BitFlag;
|
|
255
|
+
};
|
|
256
|
+
/**
|
|
257
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.5.3
|
|
258
|
+
*/
|
|
259
|
+
enum OperatingMode {
|
|
260
|
+
/**
|
|
261
|
+
* ICD is operating as a Short Idle Time ICD.
|
|
262
|
+
*/
|
|
263
|
+
Sit = 0,
|
|
264
|
+
/**
|
|
265
|
+
* ICD is operating as a Long Idle Time ICD.
|
|
266
|
+
*/
|
|
267
|
+
Lit = 1
|
|
268
|
+
}
|
|
269
|
+
/**
|
|
270
|
+
* Input to the IcdManagement stayActiveRequest command
|
|
271
|
+
*
|
|
272
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.4
|
|
273
|
+
*/
|
|
274
|
+
const TlvStayActiveRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
275
|
+
stayActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
276
|
+
}>;
|
|
277
|
+
/**
|
|
278
|
+
* Input to the IcdManagement stayActiveRequest command
|
|
279
|
+
*
|
|
280
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.4
|
|
281
|
+
*/
|
|
282
|
+
interface StayActiveRequest extends TypeFromSchema<typeof TlvStayActiveRequest> {
|
|
283
|
+
}
|
|
284
|
+
/**
|
|
285
|
+
* This message shall be sent by the ICD in response to the StayActiveRequest command and shall contain the
|
|
286
|
+
* computed duration (in milliseconds) that the ICD intends to stay active for.
|
|
287
|
+
*
|
|
288
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.5
|
|
289
|
+
*/
|
|
290
|
+
const TlvStayActiveResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
291
|
+
/**
|
|
292
|
+
* This field shall provide the actual duration that the ICD server can stay active from the time it receives
|
|
293
|
+
* the StayActiveRequest command.
|
|
294
|
+
*
|
|
295
|
+
* ### Minimum Value for PromisedActiveDuration
|
|
296
|
+
*
|
|
297
|
+
* The minimum value of the PromisedActiveDuration field shall be equal to either 30000 milliseconds or
|
|
298
|
+
* StayActiveDuration (from the received StayActiveRequest command), whichever is smaller.
|
|
299
|
+
*
|
|
300
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.5.1
|
|
301
|
+
*/
|
|
302
|
+
promisedActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
303
|
+
}>;
|
|
304
|
+
/**
|
|
305
|
+
* This message shall be sent by the ICD in response to the StayActiveRequest command and shall contain the
|
|
306
|
+
* computed duration (in milliseconds) that the ICD intends to stay active for.
|
|
307
|
+
*
|
|
308
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.5
|
|
309
|
+
*/
|
|
310
|
+
interface StayActiveResponse extends TypeFromSchema<typeof TlvStayActiveResponse> {
|
|
311
|
+
}
|
|
312
|
+
/**
|
|
313
|
+
* A IcdManagementCluster supports these elements if it supports feature CheckInProtocolSupport.
|
|
314
|
+
*/
|
|
315
|
+
const CheckInProtocolSupportComponent: {
|
|
316
|
+
readonly attributes: {
|
|
317
|
+
/**
|
|
318
|
+
* This attribute shall contain all clients registered to receive notification if their subscription is
|
|
319
|
+
* lost. The maximum number of entries that can be in the list shall be ClientsSupportedPerFabric for each
|
|
320
|
+
* fabric supported on the server, as indicated by the value of the SupportedFabrics attribute in the
|
|
321
|
+
* Operational Credentials cluster.
|
|
322
|
+
*
|
|
323
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.6.4
|
|
324
|
+
*/
|
|
325
|
+
readonly registeredClients: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
326
|
+
/**
|
|
327
|
+
* This field shall indicate the NodeID of the Node to which Check-In messages will be sent when the
|
|
328
|
+
* MonitoredSubject is not subscribed.
|
|
329
|
+
*
|
|
330
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.5.2.1
|
|
331
|
+
*/
|
|
332
|
+
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
333
|
+
/**
|
|
334
|
+
* This field shall indicate the monitored Subject ID. This field shall be used to determine if a particular
|
|
335
|
+
* client has an active subscription for the given entry. The MonitoredSubject, when it is a NodeID, may be the
|
|
336
|
+
* same as the CheckInNodeID. The MonitoredSubject gives the registering client the flexibility of having a
|
|
337
|
+
* different CheckInNodeID from the MonitoredSubject. A subscription shall count as an active subscription for
|
|
338
|
+
* this entry if:
|
|
339
|
+
*
|
|
340
|
+
* • It is on the associated fabric of this entry, and
|
|
341
|
+
*
|
|
342
|
+
* • The subject of this entry matches the ISD of the SubscriptionRequest message that created the
|
|
343
|
+
* subscription. Matching shall be determined using the subject_matches function defined in the Access
|
|
344
|
+
* Control Privilege Granting Algorithm.
|
|
345
|
+
*
|
|
346
|
+
* For example, if the MonitoredSubject is Node ID 0x1111_2222_3333_AAAA, and one of the subscribers to the
|
|
347
|
+
* server on the entry’s associated fabric bears that Node ID, then the entry matches.
|
|
348
|
+
*
|
|
349
|
+
* Another example is if the MonitoredSubject has the value 0xFFFF_FFFD_AA12_0002, and one of the subscribers
|
|
350
|
+
* to the server on the entry’s associated fabric bears the CASE Authenticated TAG value 0xAA12 and the version
|
|
351
|
+
* 0x0002 or higher within its NOC, then the entry matches.
|
|
352
|
+
*
|
|
353
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.5.2.2
|
|
354
|
+
*/
|
|
355
|
+
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
356
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
357
|
+
}>[], any>;
|
|
358
|
+
/**
|
|
359
|
+
* This attribute returns the value of the ICD Counter.
|
|
360
|
+
*
|
|
361
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.6.5
|
|
362
|
+
*/
|
|
363
|
+
readonly icdCounter: Attribute<number, any>;
|
|
364
|
+
/**
|
|
365
|
+
* Indicates the maximum number of entries that the server is able to store for each fabric in the
|
|
366
|
+
* RegisteredClients attribute.
|
|
367
|
+
*
|
|
368
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.6.6
|
|
369
|
+
*/
|
|
370
|
+
readonly clientsSupportedPerFabric: FixedAttribute<number, any>;
|
|
371
|
+
};
|
|
372
|
+
readonly commands: {
|
|
373
|
+
/**
|
|
374
|
+
* This command allows a client to register itself with the ICD to be notified when the device is available
|
|
375
|
+
* for communication.
|
|
376
|
+
*
|
|
377
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1
|
|
378
|
+
*/
|
|
379
|
+
readonly registerClient: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
380
|
+
/**
|
|
381
|
+
* This field shall provide the node ID to which a Check-In message will be sent if there are no active
|
|
382
|
+
* subscriptions matching MonitoredSubject.
|
|
383
|
+
*
|
|
384
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.1
|
|
385
|
+
*/
|
|
386
|
+
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
387
|
+
/**
|
|
388
|
+
* This field shall provide the monitored subject ID.
|
|
389
|
+
*
|
|
390
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.2
|
|
391
|
+
*/
|
|
392
|
+
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
393
|
+
/**
|
|
394
|
+
* This field shall provide the shared secret between the client and the ICD to encrypt the Check-In message.
|
|
395
|
+
*
|
|
396
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.3
|
|
397
|
+
*/
|
|
398
|
+
key: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
|
|
399
|
+
/**
|
|
400
|
+
* This field shall provide the verification key. The verification key represents the key already stored on the
|
|
401
|
+
* server. The verification key provided in this field shall be used by the server to guarantee that a client
|
|
402
|
+
* with manage permissions can only modify entries that contain a Key equal to the verification key. The
|
|
403
|
+
* verification key shall be provided for clients with manage permissions. The verification key SHOULD NOT be
|
|
404
|
+
* provided by clients with administrator permissions for the server cluster. The verification key shall be
|
|
405
|
+
* ignored by the server if it is provided by a client with administrator permissions for the server cluster.
|
|
406
|
+
*
|
|
407
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.4
|
|
408
|
+
*/
|
|
409
|
+
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
|
|
410
|
+
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
411
|
+
icdCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
412
|
+
}>, any>;
|
|
413
|
+
/**
|
|
414
|
+
* This command allows a client to unregister itself with the ICD. Example: a client that is leaving the
|
|
415
|
+
* network (e.g. running on a phone which is leaving the home) can (and should) remove its subscriptions
|
|
416
|
+
* and send this UnregisterClient command before leaving to prevent the burden on the ICD of an absent
|
|
417
|
+
* client.
|
|
418
|
+
*
|
|
419
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.3
|
|
420
|
+
*/
|
|
421
|
+
readonly unregisterClient: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
422
|
+
/**
|
|
423
|
+
* This field shall provide the registered client node ID to remove from storage.
|
|
424
|
+
*
|
|
425
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.3.1
|
|
426
|
+
*/
|
|
427
|
+
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
428
|
+
/**
|
|
429
|
+
* This field shall provide the verification key associated with the CheckInNodeID to remove from storage. The
|
|
430
|
+
* verification key represents the key already stored on the server. The verification key provided in this
|
|
431
|
+
* field shall be used by the server to guarantee that a client with manage permissions can only remove entries
|
|
432
|
+
* that contain a Key equal to the stored key. The verification key shall be provided for clients with manage
|
|
433
|
+
* permissions. The verification key SHOULD NOT be provided by clients with administrator permissions for the
|
|
434
|
+
* server cluster. The verification key shall be ignored by the server if it is provided by a client with
|
|
435
|
+
* administrator permissions for the server cluster.
|
|
436
|
+
*
|
|
437
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.3.2
|
|
438
|
+
*/
|
|
439
|
+
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
|
|
440
|
+
}>, void, any>;
|
|
441
|
+
};
|
|
442
|
+
};
|
|
443
|
+
/**
|
|
444
|
+
* A IcdManagementCluster supports these elements if it supports feature UserActiveModeTrigger.
|
|
445
|
+
*/
|
|
446
|
+
const UserActiveModeTriggerComponent: {
|
|
447
|
+
readonly attributes: {
|
|
448
|
+
/**
|
|
449
|
+
* Indicates which user action(s) will trigger the ICD to switch to Active mode. If the attribute indicates
|
|
450
|
+
* support for a trigger that is dependent on the UserActiveModeTriggerInstruction in the
|
|
451
|
+
* UserActiveModeTriggerHint table, the UserActiveModeTriggerInstruction attribute shall be implemented and
|
|
452
|
+
* shall provide the required information, unless specified otherwise in the requirement column of the
|
|
453
|
+
* UserActiveModeTriggerHint table.
|
|
454
|
+
*
|
|
455
|
+
* ActuateSensorLightsBlink, ResetButtonLightsBlink and SetupButtonLightsBlink (i.e. bits 7, 9 and 14) have
|
|
456
|
+
* a dependency on the UserActiveModeTriggerInstruction attribute but do not require the attribute to be
|
|
457
|
+
* present.
|
|
458
|
+
*
|
|
459
|
+
* An ICD can indicate multiple ways of being put into Active Mode by setting multiple bits in the bitmap
|
|
460
|
+
* at the same time. However, a device shall NOT set more than one bit which has a dependency on the
|
|
461
|
+
* UserActiveModeTriggerInstruction attribute.
|
|
462
|
+
*
|
|
463
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.6.7
|
|
464
|
+
*/
|
|
465
|
+
readonly userActiveModeTriggerHint: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
466
|
+
/**
|
|
467
|
+
* Power Cycle to transition the device to ActiveMode
|
|
468
|
+
*/
|
|
469
|
+
powerCycle: BitFlag;
|
|
470
|
+
/**
|
|
471
|
+
* Settings menu on the device informs how to transition the device to ActiveMode
|
|
472
|
+
*/
|
|
473
|
+
settingsMenu: BitFlag;
|
|
474
|
+
/**
|
|
475
|
+
* Custom Instruction on how to transition the device to ActiveMode
|
|
476
|
+
*/
|
|
477
|
+
customInstruction: BitFlag;
|
|
478
|
+
/**
|
|
479
|
+
* Device Manual informs how to transition the device to ActiveMode
|
|
480
|
+
*/
|
|
481
|
+
deviceManual: BitFlag;
|
|
482
|
+
/**
|
|
483
|
+
* Actuate Sensor to transition the device to ActiveMode
|
|
484
|
+
*/
|
|
485
|
+
actuateSensor: BitFlag;
|
|
486
|
+
/**
|
|
487
|
+
* Actuate Sensor for N seconds to transition the device to ActiveMode
|
|
488
|
+
*/
|
|
489
|
+
actuateSensorSeconds: BitFlag;
|
|
490
|
+
/**
|
|
491
|
+
* Actuate Sensor N times to transition the device to ActiveMode
|
|
492
|
+
*/
|
|
493
|
+
actuateSensorTimes: BitFlag;
|
|
494
|
+
/**
|
|
495
|
+
* Actuate Sensor until light blinks to transition the device to ActiveMode
|
|
496
|
+
*/
|
|
497
|
+
actuateSensorLightsBlink: BitFlag;
|
|
498
|
+
/**
|
|
499
|
+
* Press Reset Button to transition the device to ActiveMode
|
|
500
|
+
*/
|
|
501
|
+
resetButton: BitFlag;
|
|
502
|
+
/**
|
|
503
|
+
* Press Reset Button until light blinks to transition the device to ActiveMode
|
|
504
|
+
*/
|
|
505
|
+
resetButtonLightsBlink: BitFlag;
|
|
506
|
+
/**
|
|
507
|
+
* Press Reset Button for N seconds to transition the device to ActiveMode
|
|
508
|
+
*/
|
|
509
|
+
resetButtonSeconds: BitFlag;
|
|
510
|
+
/**
|
|
511
|
+
* Press Reset Button N times to transition the device to ActiveMode
|
|
512
|
+
*/
|
|
513
|
+
resetButtonTimes: BitFlag;
|
|
514
|
+
/**
|
|
515
|
+
* Press Setup Button to transition the device to ActiveMode
|
|
516
|
+
*/
|
|
517
|
+
setupButton: BitFlag;
|
|
518
|
+
/**
|
|
519
|
+
* Press Setup Button for N seconds to transition the device to ActiveMode
|
|
520
|
+
*/
|
|
521
|
+
setupButtonSeconds: BitFlag;
|
|
522
|
+
/**
|
|
523
|
+
* Press Setup Button until light blinks to transition the device to ActiveMode
|
|
524
|
+
*/
|
|
525
|
+
setupButtonLightsBlink: BitFlag;
|
|
526
|
+
/**
|
|
527
|
+
* Press Setup Button N times to transition the device to ActiveMode
|
|
528
|
+
*/
|
|
529
|
+
setupButtonTimes: BitFlag;
|
|
530
|
+
/**
|
|
531
|
+
* Press the N Button to transition the device to ActiveMode
|
|
532
|
+
*/
|
|
533
|
+
appDefinedButton: BitFlag;
|
|
534
|
+
}>, any>;
|
|
535
|
+
};
|
|
536
|
+
};
|
|
537
|
+
/**
|
|
538
|
+
* A IcdManagementCluster supports these elements if it supports feature LongIdleTimeSupport.
|
|
539
|
+
*/
|
|
540
|
+
const LongIdleTimeSupportComponent: {
|
|
541
|
+
readonly attributes: {
|
|
542
|
+
/**
|
|
543
|
+
* Indicates the operating mode of the ICD as specified in the OperatingModeEnum.
|
|
544
|
+
*
|
|
545
|
+
* • If the ICD is operating as a LIT ICD, OperatingMode shall be LIT.
|
|
546
|
+
*
|
|
547
|
+
* • If the ICD is operating as a SIT ICD, OperatingMode shall be SIT.
|
|
548
|
+
*
|
|
549
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.6.9
|
|
550
|
+
*/
|
|
551
|
+
readonly operatingMode: Attribute<OperatingMode, any>;
|
|
552
|
+
};
|
|
553
|
+
readonly commands: {
|
|
554
|
+
/**
|
|
555
|
+
* This command allows a client to request that the server stays in active mode for at least a given time
|
|
556
|
+
* duration (in milliseconds) from when this command is received.
|
|
557
|
+
*
|
|
558
|
+
* This StayActiveDuration may be longer than the ActiveModeThreshold value and would, typically, be used
|
|
559
|
+
* by the client to request the server to stay active and responsive for this period to allow a sequence of
|
|
560
|
+
* message exchanges during that period. The client may slightly overestimate the duration it wants the ICD
|
|
561
|
+
* to be active for, in order to account for network delays.
|
|
562
|
+
*
|
|
563
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.4
|
|
564
|
+
*/
|
|
565
|
+
readonly stayActiveRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
566
|
+
stayActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
567
|
+
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
568
|
+
/**
|
|
569
|
+
* This field shall provide the actual duration that the ICD server can stay active from the time it receives
|
|
570
|
+
* the StayActiveRequest command.
|
|
571
|
+
*
|
|
572
|
+
* ### Minimum Value for PromisedActiveDuration
|
|
573
|
+
*
|
|
574
|
+
* The minimum value of the PromisedActiveDuration field shall be equal to either 30000 milliseconds or
|
|
575
|
+
* StayActiveDuration (from the received StayActiveRequest command), whichever is smaller.
|
|
576
|
+
*
|
|
577
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.5.1
|
|
578
|
+
*/
|
|
579
|
+
promisedActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
580
|
+
}>, any>;
|
|
581
|
+
};
|
|
582
|
+
};
|
|
583
|
+
/**
|
|
584
|
+
* These elements and properties are present in all IcdManagement clusters.
|
|
585
|
+
*/
|
|
586
|
+
const Base: {
|
|
587
|
+
readonly id: 70;
|
|
588
|
+
readonly name: "IcdManagement";
|
|
589
|
+
readonly revision: 2;
|
|
590
|
+
readonly features: {
|
|
591
|
+
/**
|
|
592
|
+
* CheckInProtocolSupport
|
|
593
|
+
*
|
|
594
|
+
* When this feature is supported, the device shall support all the associated commands and attributes to
|
|
595
|
+
* properly support the Check-In Protocol.
|
|
596
|
+
*
|
|
597
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.4.1
|
|
598
|
+
*/
|
|
599
|
+
readonly checkInProtocolSupport: BitFlag;
|
|
600
|
+
/**
|
|
601
|
+
* UserActiveModeTrigger
|
|
602
|
+
*
|
|
603
|
+
* This feature is supported if and only if the device has a user active mode trigger.
|
|
604
|
+
*
|
|
605
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.4.2
|
|
606
|
+
*/
|
|
607
|
+
readonly userActiveModeTrigger: BitFlag;
|
|
608
|
+
/**
|
|
609
|
+
* LongIdleTimeSupport
|
|
610
|
+
*
|
|
611
|
+
* This feature is supported if and only the device is a Long Idle Time ICD.
|
|
612
|
+
*
|
|
613
|
+
* NOTE In this version of the specification, the support for the feature is provisional.
|
|
614
|
+
*
|
|
615
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.4.3
|
|
616
|
+
*/
|
|
617
|
+
readonly longIdleTimeSupport: BitFlag;
|
|
618
|
+
};
|
|
619
|
+
readonly attributes: {
|
|
620
|
+
/**
|
|
621
|
+
* Indicates the maximum interval in seconds the server can stay in idle mode. The IdleModeDuration shall
|
|
622
|
+
* NOT be smaller than the ActiveModeDuration.
|
|
623
|
+
*
|
|
624
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.6.1
|
|
625
|
+
*/
|
|
626
|
+
readonly idleModeDuration: FixedAttribute<number, any>;
|
|
627
|
+
/**
|
|
628
|
+
* Indicates the minimum interval in milliseconds the server typically will stay in active mode after
|
|
629
|
+
* initial transition out of idle mode. The ActiveModeDuration does not include the ActiveModeThreshold.
|
|
630
|
+
*
|
|
631
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.6.2
|
|
632
|
+
*/
|
|
633
|
+
readonly activeModeDuration: FixedAttribute<number, any>;
|
|
634
|
+
/**
|
|
635
|
+
* Indicates the minimum amount of time in milliseconds the server typically will stay active after network
|
|
636
|
+
* activity when in active mode.
|
|
637
|
+
*
|
|
638
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.6.3
|
|
639
|
+
*/
|
|
640
|
+
readonly activeModeThreshold: FixedAttribute<number, any>;
|
|
641
|
+
/**
|
|
642
|
+
* The meaning of the attribute is dependent upon the UserActiveModeTriggerHint attribute value, and the
|
|
643
|
+
* conformance is in indicated in the "dependency" column in UserActiveModeTriggerHint table. The
|
|
644
|
+
* UserActiveModeTriggerInstruction attribute may give additional information on how to transition the
|
|
645
|
+
* device to Active Mode. If the attribute is present, the value shall be encoded as a valid UTF-8 string
|
|
646
|
+
* with a maximum length of 128 bytes. If the UserActiveModeTriggerHint has the ActuateSensorSeconds,
|
|
647
|
+
* ActuateSensorTimes, ResetButtonSeconds, ResetButtonTimes, SetupButtonSeconds or SetupButtonTimes set,
|
|
648
|
+
* the string shall consist solely of an encoding of N as a decimal
|
|
649
|
+
*
|
|
650
|
+
* unsigned integer using the ASCII digits 0-9, and without leading zeros.
|
|
651
|
+
*
|
|
652
|
+
* For example, given UserActiveModeTriggerHint="2048", ResetButtonTimes is set which indicates "Press
|
|
653
|
+
* Reset Button for N seconds". Therefore, a value of UserActiveModeTriggerInstruction="10" would indicate
|
|
654
|
+
* that N is 10 in that context.
|
|
655
|
+
*
|
|
656
|
+
* When CustomInstruction is set by the UserActiveModeTriggerHint attribute, indicating presence of a
|
|
657
|
+
* custom string, the ICD SHOULD perform localization (translation to user’s preferred language, as
|
|
658
|
+
* indicated in the Device’s currently configured locale). The Custom Instruction option SHOULD NOT be used
|
|
659
|
+
* by an ICD that does not have knowledge of the user’s language preference.
|
|
660
|
+
*
|
|
661
|
+
* ### When the UserActiveModeTriggerHint key indicates a light to blink (ActuateSensorLightsBlink,
|
|
662
|
+
* ResetButtonLightsBlink or SetupButtonLightsBlink), information on color of light may be made available
|
|
663
|
+
* via the UserActiveModeTriggerInstruction attribute. When using such color indication in the
|
|
664
|
+
* UserActiveModeTriggerInstruction attribute, only basic primary and secondary colors that could
|
|
665
|
+
* unambiguously be decoded by a commissioner and understood by an end-user, but without worry of
|
|
666
|
+
* localization, SHOULD be used, e.g. white, red, green, blue, orange, yellow, purple. The length of the
|
|
667
|
+
* attribute SHOULD be kept small.
|
|
668
|
+
*
|
|
669
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.6.8
|
|
670
|
+
*/
|
|
671
|
+
readonly userActiveModeTriggerInstruction: OptionalFixedAttribute<string, any>;
|
|
672
|
+
};
|
|
673
|
+
readonly commands: {
|
|
674
|
+
/**
|
|
675
|
+
* This command allows a client to request that the server stays in active mode for at least a given time
|
|
676
|
+
* duration (in milliseconds) from when this command is received.
|
|
677
|
+
*
|
|
678
|
+
* This StayActiveDuration may be longer than the ActiveModeThreshold value and would, typically, be used
|
|
679
|
+
* by the client to request the server to stay active and responsive for this period to allow a sequence of
|
|
680
|
+
* message exchanges during that period. The client may slightly overestimate the duration it wants the ICD
|
|
681
|
+
* to be active for, in order to account for network delays.
|
|
682
|
+
*
|
|
683
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.4
|
|
684
|
+
*/
|
|
685
|
+
readonly stayActiveRequest: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
686
|
+
stayActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
687
|
+
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
688
|
+
/**
|
|
689
|
+
* This field shall provide the actual duration that the ICD server can stay active from the time it receives
|
|
690
|
+
* the StayActiveRequest command.
|
|
691
|
+
*
|
|
692
|
+
* ### Minimum Value for PromisedActiveDuration
|
|
693
|
+
*
|
|
694
|
+
* The minimum value of the PromisedActiveDuration field shall be equal to either 30000 milliseconds or
|
|
695
|
+
* StayActiveDuration (from the received StayActiveRequest command), whichever is smaller.
|
|
696
|
+
*
|
|
697
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.5.1
|
|
698
|
+
*/
|
|
699
|
+
promisedActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
700
|
+
}>, any>;
|
|
701
|
+
};
|
|
702
|
+
/**
|
|
703
|
+
* This metadata controls which IcdManagementCluster elements matter.js activates for specific feature
|
|
704
|
+
* combinations.
|
|
705
|
+
*/
|
|
706
|
+
readonly extensions: readonly [{
|
|
707
|
+
readonly flags: {
|
|
708
|
+
readonly checkInProtocolSupport: true;
|
|
709
|
+
};
|
|
710
|
+
readonly component: {
|
|
711
|
+
readonly attributes: {
|
|
712
|
+
/**
|
|
713
|
+
* This attribute shall contain all clients registered to receive notification if their subscription is
|
|
714
|
+
* lost. The maximum number of entries that can be in the list shall be ClientsSupportedPerFabric for each
|
|
715
|
+
* fabric supported on the server, as indicated by the value of the SupportedFabrics attribute in the
|
|
716
|
+
* Operational Credentials cluster.
|
|
717
|
+
*
|
|
718
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.6.4
|
|
719
|
+
*/
|
|
720
|
+
readonly registeredClients: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
721
|
+
/**
|
|
722
|
+
* This field shall indicate the NodeID of the Node to which Check-In messages will be sent when the
|
|
723
|
+
* MonitoredSubject is not subscribed.
|
|
724
|
+
*
|
|
725
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.5.2.1
|
|
726
|
+
*/
|
|
727
|
+
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
728
|
+
/**
|
|
729
|
+
* This field shall indicate the monitored Subject ID. This field shall be used to determine if a particular
|
|
730
|
+
* client has an active subscription for the given entry. The MonitoredSubject, when it is a NodeID, may be the
|
|
731
|
+
* same as the CheckInNodeID. The MonitoredSubject gives the registering client the flexibility of having a
|
|
732
|
+
* different CheckInNodeID from the MonitoredSubject. A subscription shall count as an active subscription for
|
|
733
|
+
* this entry if:
|
|
734
|
+
*
|
|
735
|
+
* • It is on the associated fabric of this entry, and
|
|
736
|
+
*
|
|
737
|
+
* • The subject of this entry matches the ISD of the SubscriptionRequest message that created the
|
|
738
|
+
* subscription. Matching shall be determined using the subject_matches function defined in the Access
|
|
739
|
+
* Control Privilege Granting Algorithm.
|
|
740
|
+
*
|
|
741
|
+
* For example, if the MonitoredSubject is Node ID 0x1111_2222_3333_AAAA, and one of the subscribers to the
|
|
742
|
+
* server on the entry’s associated fabric bears that Node ID, then the entry matches.
|
|
743
|
+
*
|
|
744
|
+
* Another example is if the MonitoredSubject has the value 0xFFFF_FFFD_AA12_0002, and one of the subscribers
|
|
745
|
+
* to the server on the entry’s associated fabric bears the CASE Authenticated TAG value 0xAA12 and the version
|
|
746
|
+
* 0x0002 or higher within its NOC, then the entry matches.
|
|
747
|
+
*
|
|
748
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.5.2.2
|
|
749
|
+
*/
|
|
750
|
+
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
751
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
752
|
+
}>[], any>;
|
|
753
|
+
/**
|
|
754
|
+
* This attribute returns the value of the ICD Counter.
|
|
755
|
+
*
|
|
756
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.6.5
|
|
757
|
+
*/
|
|
758
|
+
readonly icdCounter: Attribute<number, any>;
|
|
759
|
+
/**
|
|
760
|
+
* Indicates the maximum number of entries that the server is able to store for each fabric in the
|
|
761
|
+
* RegisteredClients attribute.
|
|
762
|
+
*
|
|
763
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.6.6
|
|
764
|
+
*/
|
|
765
|
+
readonly clientsSupportedPerFabric: FixedAttribute<number, any>;
|
|
766
|
+
};
|
|
767
|
+
readonly commands: {
|
|
768
|
+
/**
|
|
769
|
+
* This command allows a client to register itself with the ICD to be notified when the device is available
|
|
770
|
+
* for communication.
|
|
771
|
+
*
|
|
772
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1
|
|
773
|
+
*/
|
|
774
|
+
readonly registerClient: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
775
|
+
/**
|
|
776
|
+
* This field shall provide the node ID to which a Check-In message will be sent if there are no active
|
|
777
|
+
* subscriptions matching MonitoredSubject.
|
|
778
|
+
*
|
|
779
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.1
|
|
780
|
+
*/
|
|
781
|
+
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
782
|
+
/**
|
|
783
|
+
* This field shall provide the monitored subject ID.
|
|
784
|
+
*
|
|
785
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.2
|
|
786
|
+
*/
|
|
787
|
+
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
788
|
+
/**
|
|
789
|
+
* This field shall provide the shared secret between the client and the ICD to encrypt the Check-In message.
|
|
790
|
+
*
|
|
791
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.3
|
|
792
|
+
*/
|
|
793
|
+
key: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
|
|
794
|
+
/**
|
|
795
|
+
* This field shall provide the verification key. The verification key represents the key already stored on the
|
|
796
|
+
* server. The verification key provided in this field shall be used by the server to guarantee that a client
|
|
797
|
+
* with manage permissions can only modify entries that contain a Key equal to the verification key. The
|
|
798
|
+
* verification key shall be provided for clients with manage permissions. The verification key SHOULD NOT be
|
|
799
|
+
* provided by clients with administrator permissions for the server cluster. The verification key shall be
|
|
800
|
+
* ignored by the server if it is provided by a client with administrator permissions for the server cluster.
|
|
801
|
+
*
|
|
802
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.4
|
|
803
|
+
*/
|
|
804
|
+
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
|
|
805
|
+
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
806
|
+
icdCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
807
|
+
}>, any>;
|
|
808
|
+
/**
|
|
809
|
+
* This command allows a client to unregister itself with the ICD. Example: a client that is leaving the
|
|
810
|
+
* network (e.g. running on a phone which is leaving the home) can (and should) remove its subscriptions
|
|
811
|
+
* and send this UnregisterClient command before leaving to prevent the burden on the ICD of an absent
|
|
812
|
+
* client.
|
|
813
|
+
*
|
|
814
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.3
|
|
815
|
+
*/
|
|
816
|
+
readonly unregisterClient: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
817
|
+
/**
|
|
818
|
+
* This field shall provide the registered client node ID to remove from storage.
|
|
819
|
+
*
|
|
820
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.3.1
|
|
821
|
+
*/
|
|
822
|
+
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
823
|
+
/**
|
|
824
|
+
* This field shall provide the verification key associated with the CheckInNodeID to remove from storage. The
|
|
825
|
+
* verification key represents the key already stored on the server. The verification key provided in this
|
|
826
|
+
* field shall be used by the server to guarantee that a client with manage permissions can only remove entries
|
|
827
|
+
* that contain a Key equal to the stored key. The verification key shall be provided for clients with manage
|
|
828
|
+
* permissions. The verification key SHOULD NOT be provided by clients with administrator permissions for the
|
|
829
|
+
* server cluster. The verification key shall be ignored by the server if it is provided by a client with
|
|
830
|
+
* administrator permissions for the server cluster.
|
|
831
|
+
*
|
|
832
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.3.2
|
|
833
|
+
*/
|
|
834
|
+
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
|
|
835
|
+
}>, void, any>;
|
|
836
|
+
};
|
|
837
|
+
};
|
|
838
|
+
}, {
|
|
839
|
+
readonly flags: {
|
|
840
|
+
readonly userActiveModeTrigger: true;
|
|
841
|
+
};
|
|
842
|
+
readonly component: {
|
|
843
|
+
readonly attributes: {
|
|
844
|
+
/**
|
|
845
|
+
* Indicates which user action(s) will trigger the ICD to switch to Active mode. If the attribute indicates
|
|
846
|
+
* support for a trigger that is dependent on the UserActiveModeTriggerInstruction in the
|
|
847
|
+
* UserActiveModeTriggerHint table, the UserActiveModeTriggerInstruction attribute shall be implemented and
|
|
848
|
+
* shall provide the required information, unless specified otherwise in the requirement column of the
|
|
849
|
+
* UserActiveModeTriggerHint table.
|
|
850
|
+
*
|
|
851
|
+
* ActuateSensorLightsBlink, ResetButtonLightsBlink and SetupButtonLightsBlink (i.e. bits 7, 9 and 14) have
|
|
852
|
+
* a dependency on the UserActiveModeTriggerInstruction attribute but do not require the attribute to be
|
|
853
|
+
* present.
|
|
854
|
+
*
|
|
855
|
+
* An ICD can indicate multiple ways of being put into Active Mode by setting multiple bits in the bitmap
|
|
856
|
+
* at the same time. However, a device shall NOT set more than one bit which has a dependency on the
|
|
857
|
+
* UserActiveModeTriggerInstruction attribute.
|
|
858
|
+
*
|
|
859
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.6.7
|
|
860
|
+
*/
|
|
861
|
+
readonly userActiveModeTriggerHint: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
862
|
+
/**
|
|
863
|
+
* Power Cycle to transition the device to ActiveMode
|
|
864
|
+
*/
|
|
865
|
+
powerCycle: BitFlag;
|
|
866
|
+
/**
|
|
867
|
+
* Settings menu on the device informs how to transition the device to ActiveMode
|
|
868
|
+
*/
|
|
869
|
+
settingsMenu: BitFlag;
|
|
870
|
+
/**
|
|
871
|
+
* Custom Instruction on how to transition the device to ActiveMode
|
|
872
|
+
*/
|
|
873
|
+
customInstruction: BitFlag;
|
|
874
|
+
/**
|
|
875
|
+
* Device Manual informs how to transition the device to ActiveMode
|
|
876
|
+
*/
|
|
877
|
+
deviceManual: BitFlag;
|
|
878
|
+
/**
|
|
879
|
+
* Actuate Sensor to transition the device to ActiveMode
|
|
880
|
+
*/
|
|
881
|
+
actuateSensor: BitFlag;
|
|
882
|
+
/**
|
|
883
|
+
* Actuate Sensor for N seconds to transition the device to ActiveMode
|
|
884
|
+
*/
|
|
885
|
+
actuateSensorSeconds: BitFlag;
|
|
886
|
+
/**
|
|
887
|
+
* Actuate Sensor N times to transition the device to ActiveMode
|
|
888
|
+
*/
|
|
889
|
+
actuateSensorTimes: BitFlag;
|
|
890
|
+
/**
|
|
891
|
+
* Actuate Sensor until light blinks to transition the device to ActiveMode
|
|
892
|
+
*/
|
|
893
|
+
actuateSensorLightsBlink: BitFlag;
|
|
894
|
+
/**
|
|
895
|
+
* Press Reset Button to transition the device to ActiveMode
|
|
896
|
+
*/
|
|
897
|
+
resetButton: BitFlag;
|
|
898
|
+
/**
|
|
899
|
+
* Press Reset Button until light blinks to transition the device to ActiveMode
|
|
900
|
+
*/
|
|
901
|
+
resetButtonLightsBlink: BitFlag;
|
|
902
|
+
/**
|
|
903
|
+
* Press Reset Button for N seconds to transition the device to ActiveMode
|
|
904
|
+
*/
|
|
905
|
+
resetButtonSeconds: BitFlag;
|
|
906
|
+
/**
|
|
907
|
+
* Press Reset Button N times to transition the device to ActiveMode
|
|
908
|
+
*/
|
|
909
|
+
resetButtonTimes: BitFlag;
|
|
910
|
+
/**
|
|
911
|
+
* Press Setup Button to transition the device to ActiveMode
|
|
912
|
+
*/
|
|
913
|
+
setupButton: BitFlag;
|
|
914
|
+
/**
|
|
915
|
+
* Press Setup Button for N seconds to transition the device to ActiveMode
|
|
916
|
+
*/
|
|
917
|
+
setupButtonSeconds: BitFlag;
|
|
918
|
+
/**
|
|
919
|
+
* Press Setup Button until light blinks to transition the device to ActiveMode
|
|
920
|
+
*/
|
|
921
|
+
setupButtonLightsBlink: BitFlag;
|
|
922
|
+
/**
|
|
923
|
+
* Press Setup Button N times to transition the device to ActiveMode
|
|
924
|
+
*/
|
|
925
|
+
setupButtonTimes: BitFlag;
|
|
926
|
+
/**
|
|
927
|
+
* Press the N Button to transition the device to ActiveMode
|
|
928
|
+
*/
|
|
929
|
+
appDefinedButton: BitFlag;
|
|
930
|
+
}>, any>;
|
|
931
|
+
};
|
|
932
|
+
};
|
|
933
|
+
}, {
|
|
934
|
+
readonly flags: {
|
|
935
|
+
readonly longIdleTimeSupport: true;
|
|
936
|
+
};
|
|
937
|
+
readonly component: {
|
|
938
|
+
readonly attributes: {
|
|
939
|
+
/**
|
|
940
|
+
* Indicates the operating mode of the ICD as specified in the OperatingModeEnum.
|
|
941
|
+
*
|
|
942
|
+
* • If the ICD is operating as a LIT ICD, OperatingMode shall be LIT.
|
|
943
|
+
*
|
|
944
|
+
* • If the ICD is operating as a SIT ICD, OperatingMode shall be SIT.
|
|
945
|
+
*
|
|
946
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.6.9
|
|
947
|
+
*/
|
|
948
|
+
readonly operatingMode: Attribute<OperatingMode, any>;
|
|
949
|
+
};
|
|
950
|
+
readonly commands: {
|
|
951
|
+
/**
|
|
952
|
+
* This command allows a client to request that the server stays in active mode for at least a given time
|
|
953
|
+
* duration (in milliseconds) from when this command is received.
|
|
954
|
+
*
|
|
955
|
+
* This StayActiveDuration may be longer than the ActiveModeThreshold value and would, typically, be used
|
|
956
|
+
* by the client to request the server to stay active and responsive for this period to allow a sequence of
|
|
957
|
+
* message exchanges during that period. The client may slightly overestimate the duration it wants the ICD
|
|
958
|
+
* to be active for, in order to account for network delays.
|
|
959
|
+
*
|
|
960
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.4
|
|
961
|
+
*/
|
|
962
|
+
readonly stayActiveRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
963
|
+
stayActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
964
|
+
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
965
|
+
/**
|
|
966
|
+
* This field shall provide the actual duration that the ICD server can stay active from the time it receives
|
|
967
|
+
* the StayActiveRequest command.
|
|
968
|
+
*
|
|
969
|
+
* ### Minimum Value for PromisedActiveDuration
|
|
970
|
+
*
|
|
971
|
+
* The minimum value of the PromisedActiveDuration field shall be equal to either 30000 milliseconds or
|
|
972
|
+
* StayActiveDuration (from the received StayActiveRequest command), whichever is smaller.
|
|
973
|
+
*
|
|
974
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.5.1
|
|
975
|
+
*/
|
|
976
|
+
promisedActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
977
|
+
}>, any>;
|
|
978
|
+
};
|
|
979
|
+
};
|
|
980
|
+
}, {
|
|
981
|
+
readonly flags: {
|
|
982
|
+
readonly longIdleTimeSupport: true;
|
|
983
|
+
readonly checkInProtocolSupport: false;
|
|
984
|
+
};
|
|
985
|
+
readonly component: false;
|
|
986
|
+
}, {
|
|
987
|
+
readonly flags: {
|
|
988
|
+
readonly longIdleTimeSupport: true;
|
|
989
|
+
readonly userActiveModeTrigger: false;
|
|
990
|
+
};
|
|
991
|
+
readonly component: false;
|
|
992
|
+
}];
|
|
993
|
+
};
|
|
994
|
+
/**
|
|
995
|
+
* @see {@link Cluster}
|
|
996
|
+
*/
|
|
997
|
+
const ClusterInstance: MutableCluster<{
|
|
998
|
+
readonly id: 70;
|
|
999
|
+
readonly name: "IcdManagement";
|
|
1000
|
+
readonly revision: 2;
|
|
1001
|
+
readonly features: {
|
|
1002
|
+
/**
|
|
1003
|
+
* CheckInProtocolSupport
|
|
1004
|
+
*
|
|
1005
|
+
* When this feature is supported, the device shall support all the associated commands and attributes to
|
|
1006
|
+
* properly support the Check-In Protocol.
|
|
1007
|
+
*
|
|
1008
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.4.1
|
|
1009
|
+
*/
|
|
1010
|
+
readonly checkInProtocolSupport: BitFlag;
|
|
1011
|
+
/**
|
|
1012
|
+
* UserActiveModeTrigger
|
|
1013
|
+
*
|
|
1014
|
+
* This feature is supported if and only if the device has a user active mode trigger.
|
|
1015
|
+
*
|
|
1016
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.4.2
|
|
1017
|
+
*/
|
|
1018
|
+
readonly userActiveModeTrigger: BitFlag;
|
|
1019
|
+
/**
|
|
1020
|
+
* LongIdleTimeSupport
|
|
1021
|
+
*
|
|
1022
|
+
* This feature is supported if and only the device is a Long Idle Time ICD.
|
|
1023
|
+
*
|
|
1024
|
+
* NOTE In this version of the specification, the support for the feature is provisional.
|
|
1025
|
+
*
|
|
1026
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.4.3
|
|
1027
|
+
*/
|
|
1028
|
+
readonly longIdleTimeSupport: BitFlag;
|
|
1029
|
+
};
|
|
1030
|
+
readonly attributes: {
|
|
1031
|
+
/**
|
|
1032
|
+
* Indicates the maximum interval in seconds the server can stay in idle mode. The IdleModeDuration shall
|
|
1033
|
+
* NOT be smaller than the ActiveModeDuration.
|
|
1034
|
+
*
|
|
1035
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.6.1
|
|
1036
|
+
*/
|
|
1037
|
+
readonly idleModeDuration: FixedAttribute<number, any>;
|
|
1038
|
+
/**
|
|
1039
|
+
* Indicates the minimum interval in milliseconds the server typically will stay in active mode after
|
|
1040
|
+
* initial transition out of idle mode. The ActiveModeDuration does not include the ActiveModeThreshold.
|
|
1041
|
+
*
|
|
1042
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.6.2
|
|
1043
|
+
*/
|
|
1044
|
+
readonly activeModeDuration: FixedAttribute<number, any>;
|
|
1045
|
+
/**
|
|
1046
|
+
* Indicates the minimum amount of time in milliseconds the server typically will stay active after network
|
|
1047
|
+
* activity when in active mode.
|
|
1048
|
+
*
|
|
1049
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.6.3
|
|
1050
|
+
*/
|
|
1051
|
+
readonly activeModeThreshold: FixedAttribute<number, any>;
|
|
1052
|
+
/**
|
|
1053
|
+
* The meaning of the attribute is dependent upon the UserActiveModeTriggerHint attribute value, and the
|
|
1054
|
+
* conformance is in indicated in the "dependency" column in UserActiveModeTriggerHint table. The
|
|
1055
|
+
* UserActiveModeTriggerInstruction attribute may give additional information on how to transition the
|
|
1056
|
+
* device to Active Mode. If the attribute is present, the value shall be encoded as a valid UTF-8 string
|
|
1057
|
+
* with a maximum length of 128 bytes. If the UserActiveModeTriggerHint has the ActuateSensorSeconds,
|
|
1058
|
+
* ActuateSensorTimes, ResetButtonSeconds, ResetButtonTimes, SetupButtonSeconds or SetupButtonTimes set,
|
|
1059
|
+
* the string shall consist solely of an encoding of N as a decimal
|
|
1060
|
+
*
|
|
1061
|
+
* unsigned integer using the ASCII digits 0-9, and without leading zeros.
|
|
1062
|
+
*
|
|
1063
|
+
* For example, given UserActiveModeTriggerHint="2048", ResetButtonTimes is set which indicates "Press
|
|
1064
|
+
* Reset Button for N seconds". Therefore, a value of UserActiveModeTriggerInstruction="10" would indicate
|
|
1065
|
+
* that N is 10 in that context.
|
|
1066
|
+
*
|
|
1067
|
+
* When CustomInstruction is set by the UserActiveModeTriggerHint attribute, indicating presence of a
|
|
1068
|
+
* custom string, the ICD SHOULD perform localization (translation to user’s preferred language, as
|
|
1069
|
+
* indicated in the Device’s currently configured locale). The Custom Instruction option SHOULD NOT be used
|
|
1070
|
+
* by an ICD that does not have knowledge of the user’s language preference.
|
|
1071
|
+
*
|
|
1072
|
+
* ### When the UserActiveModeTriggerHint key indicates a light to blink (ActuateSensorLightsBlink,
|
|
1073
|
+
* ResetButtonLightsBlink or SetupButtonLightsBlink), information on color of light may be made available
|
|
1074
|
+
* via the UserActiveModeTriggerInstruction attribute. When using such color indication in the
|
|
1075
|
+
* UserActiveModeTriggerInstruction attribute, only basic primary and secondary colors that could
|
|
1076
|
+
* unambiguously be decoded by a commissioner and understood by an end-user, but without worry of
|
|
1077
|
+
* localization, SHOULD be used, e.g. white, red, green, blue, orange, yellow, purple. The length of the
|
|
1078
|
+
* attribute SHOULD be kept small.
|
|
1079
|
+
*
|
|
1080
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.6.8
|
|
1081
|
+
*/
|
|
1082
|
+
readonly userActiveModeTriggerInstruction: OptionalFixedAttribute<string, any>;
|
|
1083
|
+
};
|
|
1084
|
+
readonly commands: {
|
|
1085
|
+
/**
|
|
1086
|
+
* This command allows a client to request that the server stays in active mode for at least a given time
|
|
1087
|
+
* duration (in milliseconds) from when this command is received.
|
|
1088
|
+
*
|
|
1089
|
+
* This StayActiveDuration may be longer than the ActiveModeThreshold value and would, typically, be used
|
|
1090
|
+
* by the client to request the server to stay active and responsive for this period to allow a sequence of
|
|
1091
|
+
* message exchanges during that period. The client may slightly overestimate the duration it wants the ICD
|
|
1092
|
+
* to be active for, in order to account for network delays.
|
|
1093
|
+
*
|
|
1094
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.4
|
|
1095
|
+
*/
|
|
1096
|
+
readonly stayActiveRequest: OptionalCommand<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1097
|
+
stayActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1098
|
+
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1099
|
+
/**
|
|
1100
|
+
* This field shall provide the actual duration that the ICD server can stay active from the time it receives
|
|
1101
|
+
* the StayActiveRequest command.
|
|
1102
|
+
*
|
|
1103
|
+
* ### Minimum Value for PromisedActiveDuration
|
|
1104
|
+
*
|
|
1105
|
+
* The minimum value of the PromisedActiveDuration field shall be equal to either 30000 milliseconds or
|
|
1106
|
+
* StayActiveDuration (from the received StayActiveRequest command), whichever is smaller.
|
|
1107
|
+
*
|
|
1108
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.5.1
|
|
1109
|
+
*/
|
|
1110
|
+
promisedActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1111
|
+
}>, any>;
|
|
1112
|
+
};
|
|
1113
|
+
/**
|
|
1114
|
+
* This metadata controls which IcdManagementCluster elements matter.js activates for specific feature
|
|
1115
|
+
* combinations.
|
|
1116
|
+
*/
|
|
1117
|
+
readonly extensions: readonly [{
|
|
1118
|
+
readonly flags: {
|
|
1119
|
+
readonly checkInProtocolSupport: true;
|
|
1120
|
+
};
|
|
1121
|
+
readonly component: {
|
|
1122
|
+
readonly attributes: {
|
|
1123
|
+
/**
|
|
1124
|
+
* This attribute shall contain all clients registered to receive notification if their subscription is
|
|
1125
|
+
* lost. The maximum number of entries that can be in the list shall be ClientsSupportedPerFabric for each
|
|
1126
|
+
* fabric supported on the server, as indicated by the value of the SupportedFabrics attribute in the
|
|
1127
|
+
* Operational Credentials cluster.
|
|
1128
|
+
*
|
|
1129
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.6.4
|
|
1130
|
+
*/
|
|
1131
|
+
readonly registeredClients: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1132
|
+
/**
|
|
1133
|
+
* This field shall indicate the NodeID of the Node to which Check-In messages will be sent when the
|
|
1134
|
+
* MonitoredSubject is not subscribed.
|
|
1135
|
+
*
|
|
1136
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.5.2.1
|
|
1137
|
+
*/
|
|
1138
|
+
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1139
|
+
/**
|
|
1140
|
+
* This field shall indicate the monitored Subject ID. This field shall be used to determine if a particular
|
|
1141
|
+
* client has an active subscription for the given entry. The MonitoredSubject, when it is a NodeID, may be the
|
|
1142
|
+
* same as the CheckInNodeID. The MonitoredSubject gives the registering client the flexibility of having a
|
|
1143
|
+
* different CheckInNodeID from the MonitoredSubject. A subscription shall count as an active subscription for
|
|
1144
|
+
* this entry if:
|
|
1145
|
+
*
|
|
1146
|
+
* • It is on the associated fabric of this entry, and
|
|
1147
|
+
*
|
|
1148
|
+
* • The subject of this entry matches the ISD of the SubscriptionRequest message that created the
|
|
1149
|
+
* subscription. Matching shall be determined using the subject_matches function defined in the Access
|
|
1150
|
+
* Control Privilege Granting Algorithm.
|
|
1151
|
+
*
|
|
1152
|
+
* For example, if the MonitoredSubject is Node ID 0x1111_2222_3333_AAAA, and one of the subscribers to the
|
|
1153
|
+
* server on the entry’s associated fabric bears that Node ID, then the entry matches.
|
|
1154
|
+
*
|
|
1155
|
+
* Another example is if the MonitoredSubject has the value 0xFFFF_FFFD_AA12_0002, and one of the subscribers
|
|
1156
|
+
* to the server on the entry’s associated fabric bears the CASE Authenticated TAG value 0xAA12 and the version
|
|
1157
|
+
* 0x0002 or higher within its NOC, then the entry matches.
|
|
1158
|
+
*
|
|
1159
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.5.2.2
|
|
1160
|
+
*/
|
|
1161
|
+
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1162
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
1163
|
+
}>[], any>;
|
|
1164
|
+
/**
|
|
1165
|
+
* This attribute returns the value of the ICD Counter.
|
|
1166
|
+
*
|
|
1167
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.6.5
|
|
1168
|
+
*/
|
|
1169
|
+
readonly icdCounter: Attribute<number, any>;
|
|
1170
|
+
/**
|
|
1171
|
+
* Indicates the maximum number of entries that the server is able to store for each fabric in the
|
|
1172
|
+
* RegisteredClients attribute.
|
|
1173
|
+
*
|
|
1174
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.6.6
|
|
1175
|
+
*/
|
|
1176
|
+
readonly clientsSupportedPerFabric: FixedAttribute<number, any>;
|
|
1177
|
+
};
|
|
1178
|
+
readonly commands: {
|
|
1179
|
+
/**
|
|
1180
|
+
* This command allows a client to register itself with the ICD to be notified when the device is available
|
|
1181
|
+
* for communication.
|
|
1182
|
+
*
|
|
1183
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1
|
|
1184
|
+
*/
|
|
1185
|
+
readonly registerClient: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1186
|
+
/**
|
|
1187
|
+
* This field shall provide the node ID to which a Check-In message will be sent if there are no active
|
|
1188
|
+
* subscriptions matching MonitoredSubject.
|
|
1189
|
+
*
|
|
1190
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.1
|
|
1191
|
+
*/
|
|
1192
|
+
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1193
|
+
/**
|
|
1194
|
+
* This field shall provide the monitored subject ID.
|
|
1195
|
+
*
|
|
1196
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.2
|
|
1197
|
+
*/
|
|
1198
|
+
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1199
|
+
/**
|
|
1200
|
+
* This field shall provide the shared secret between the client and the ICD to encrypt the Check-In message.
|
|
1201
|
+
*
|
|
1202
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.3
|
|
1203
|
+
*/
|
|
1204
|
+
key: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
|
|
1205
|
+
/**
|
|
1206
|
+
* This field shall provide the verification key. The verification key represents the key already stored on the
|
|
1207
|
+
* server. The verification key provided in this field shall be used by the server to guarantee that a client
|
|
1208
|
+
* with manage permissions can only modify entries that contain a Key equal to the verification key. The
|
|
1209
|
+
* verification key shall be provided for clients with manage permissions. The verification key SHOULD NOT be
|
|
1210
|
+
* provided by clients with administrator permissions for the server cluster. The verification key shall be
|
|
1211
|
+
* ignored by the server if it is provided by a client with administrator permissions for the server cluster.
|
|
1212
|
+
*
|
|
1213
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.4
|
|
1214
|
+
*/
|
|
1215
|
+
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
|
|
1216
|
+
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1217
|
+
icdCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1218
|
+
}>, any>;
|
|
1219
|
+
/**
|
|
1220
|
+
* This command allows a client to unregister itself with the ICD. Example: a client that is leaving the
|
|
1221
|
+
* network (e.g. running on a phone which is leaving the home) can (and should) remove its subscriptions
|
|
1222
|
+
* and send this UnregisterClient command before leaving to prevent the burden on the ICD of an absent
|
|
1223
|
+
* client.
|
|
1224
|
+
*
|
|
1225
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.3
|
|
1226
|
+
*/
|
|
1227
|
+
readonly unregisterClient: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1228
|
+
/**
|
|
1229
|
+
* This field shall provide the registered client node ID to remove from storage.
|
|
1230
|
+
*
|
|
1231
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.3.1
|
|
1232
|
+
*/
|
|
1233
|
+
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1234
|
+
/**
|
|
1235
|
+
* This field shall provide the verification key associated with the CheckInNodeID to remove from storage. The
|
|
1236
|
+
* verification key represents the key already stored on the server. The verification key provided in this
|
|
1237
|
+
* field shall be used by the server to guarantee that a client with manage permissions can only remove entries
|
|
1238
|
+
* that contain a Key equal to the stored key. The verification key shall be provided for clients with manage
|
|
1239
|
+
* permissions. The verification key SHOULD NOT be provided by clients with administrator permissions for the
|
|
1240
|
+
* server cluster. The verification key shall be ignored by the server if it is provided by a client with
|
|
1241
|
+
* administrator permissions for the server cluster.
|
|
1242
|
+
*
|
|
1243
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.3.2
|
|
1244
|
+
*/
|
|
1245
|
+
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
|
|
1246
|
+
}>, void, any>;
|
|
1247
|
+
};
|
|
1248
|
+
};
|
|
1249
|
+
}, {
|
|
1250
|
+
readonly flags: {
|
|
1251
|
+
readonly userActiveModeTrigger: true;
|
|
1252
|
+
};
|
|
1253
|
+
readonly component: {
|
|
1254
|
+
readonly attributes: {
|
|
1255
|
+
/**
|
|
1256
|
+
* Indicates which user action(s) will trigger the ICD to switch to Active mode. If the attribute indicates
|
|
1257
|
+
* support for a trigger that is dependent on the UserActiveModeTriggerInstruction in the
|
|
1258
|
+
* UserActiveModeTriggerHint table, the UserActiveModeTriggerInstruction attribute shall be implemented and
|
|
1259
|
+
* shall provide the required information, unless specified otherwise in the requirement column of the
|
|
1260
|
+
* UserActiveModeTriggerHint table.
|
|
1261
|
+
*
|
|
1262
|
+
* ActuateSensorLightsBlink, ResetButtonLightsBlink and SetupButtonLightsBlink (i.e. bits 7, 9 and 14) have
|
|
1263
|
+
* a dependency on the UserActiveModeTriggerInstruction attribute but do not require the attribute to be
|
|
1264
|
+
* present.
|
|
1265
|
+
*
|
|
1266
|
+
* An ICD can indicate multiple ways of being put into Active Mode by setting multiple bits in the bitmap
|
|
1267
|
+
* at the same time. However, a device shall NOT set more than one bit which has a dependency on the
|
|
1268
|
+
* UserActiveModeTriggerInstruction attribute.
|
|
1269
|
+
*
|
|
1270
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.6.7
|
|
1271
|
+
*/
|
|
1272
|
+
readonly userActiveModeTriggerHint: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1273
|
+
/**
|
|
1274
|
+
* Power Cycle to transition the device to ActiveMode
|
|
1275
|
+
*/
|
|
1276
|
+
powerCycle: BitFlag;
|
|
1277
|
+
/**
|
|
1278
|
+
* Settings menu on the device informs how to transition the device to ActiveMode
|
|
1279
|
+
*/
|
|
1280
|
+
settingsMenu: BitFlag;
|
|
1281
|
+
/**
|
|
1282
|
+
* Custom Instruction on how to transition the device to ActiveMode
|
|
1283
|
+
*/
|
|
1284
|
+
customInstruction: BitFlag;
|
|
1285
|
+
/**
|
|
1286
|
+
* Device Manual informs how to transition the device to ActiveMode
|
|
1287
|
+
*/
|
|
1288
|
+
deviceManual: BitFlag;
|
|
1289
|
+
/**
|
|
1290
|
+
* Actuate Sensor to transition the device to ActiveMode
|
|
1291
|
+
*/
|
|
1292
|
+
actuateSensor: BitFlag;
|
|
1293
|
+
/**
|
|
1294
|
+
* Actuate Sensor for N seconds to transition the device to ActiveMode
|
|
1295
|
+
*/
|
|
1296
|
+
actuateSensorSeconds: BitFlag;
|
|
1297
|
+
/**
|
|
1298
|
+
* Actuate Sensor N times to transition the device to ActiveMode
|
|
1299
|
+
*/
|
|
1300
|
+
actuateSensorTimes: BitFlag;
|
|
1301
|
+
/**
|
|
1302
|
+
* Actuate Sensor until light blinks to transition the device to ActiveMode
|
|
1303
|
+
*/
|
|
1304
|
+
actuateSensorLightsBlink: BitFlag;
|
|
1305
|
+
/**
|
|
1306
|
+
* Press Reset Button to transition the device to ActiveMode
|
|
1307
|
+
*/
|
|
1308
|
+
resetButton: BitFlag;
|
|
1309
|
+
/**
|
|
1310
|
+
* Press Reset Button until light blinks to transition the device to ActiveMode
|
|
1311
|
+
*/
|
|
1312
|
+
resetButtonLightsBlink: BitFlag;
|
|
1313
|
+
/**
|
|
1314
|
+
* Press Reset Button for N seconds to transition the device to ActiveMode
|
|
1315
|
+
*/
|
|
1316
|
+
resetButtonSeconds: BitFlag;
|
|
1317
|
+
/**
|
|
1318
|
+
* Press Reset Button N times to transition the device to ActiveMode
|
|
1319
|
+
*/
|
|
1320
|
+
resetButtonTimes: BitFlag;
|
|
1321
|
+
/**
|
|
1322
|
+
* Press Setup Button to transition the device to ActiveMode
|
|
1323
|
+
*/
|
|
1324
|
+
setupButton: BitFlag;
|
|
1325
|
+
/**
|
|
1326
|
+
* Press Setup Button for N seconds to transition the device to ActiveMode
|
|
1327
|
+
*/
|
|
1328
|
+
setupButtonSeconds: BitFlag;
|
|
1329
|
+
/**
|
|
1330
|
+
* Press Setup Button until light blinks to transition the device to ActiveMode
|
|
1331
|
+
*/
|
|
1332
|
+
setupButtonLightsBlink: BitFlag;
|
|
1333
|
+
/**
|
|
1334
|
+
* Press Setup Button N times to transition the device to ActiveMode
|
|
1335
|
+
*/
|
|
1336
|
+
setupButtonTimes: BitFlag;
|
|
1337
|
+
/**
|
|
1338
|
+
* Press the N Button to transition the device to ActiveMode
|
|
1339
|
+
*/
|
|
1340
|
+
appDefinedButton: BitFlag;
|
|
1341
|
+
}>, any>;
|
|
1342
|
+
};
|
|
1343
|
+
};
|
|
1344
|
+
}, {
|
|
1345
|
+
readonly flags: {
|
|
1346
|
+
readonly longIdleTimeSupport: true;
|
|
1347
|
+
};
|
|
1348
|
+
readonly component: {
|
|
1349
|
+
readonly attributes: {
|
|
1350
|
+
/**
|
|
1351
|
+
* Indicates the operating mode of the ICD as specified in the OperatingModeEnum.
|
|
1352
|
+
*
|
|
1353
|
+
* • If the ICD is operating as a LIT ICD, OperatingMode shall be LIT.
|
|
1354
|
+
*
|
|
1355
|
+
* • If the ICD is operating as a SIT ICD, OperatingMode shall be SIT.
|
|
1356
|
+
*
|
|
1357
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.6.9
|
|
1358
|
+
*/
|
|
1359
|
+
readonly operatingMode: Attribute<OperatingMode, any>;
|
|
1360
|
+
};
|
|
1361
|
+
readonly commands: {
|
|
1362
|
+
/**
|
|
1363
|
+
* This command allows a client to request that the server stays in active mode for at least a given time
|
|
1364
|
+
* duration (in milliseconds) from when this command is received.
|
|
1365
|
+
*
|
|
1366
|
+
* This StayActiveDuration may be longer than the ActiveModeThreshold value and would, typically, be used
|
|
1367
|
+
* by the client to request the server to stay active and responsive for this period to allow a sequence of
|
|
1368
|
+
* message exchanges during that period. The client may slightly overestimate the duration it wants the ICD
|
|
1369
|
+
* to be active for, in order to account for network delays.
|
|
1370
|
+
*
|
|
1371
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.4
|
|
1372
|
+
*/
|
|
1373
|
+
readonly stayActiveRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1374
|
+
stayActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1375
|
+
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1376
|
+
/**
|
|
1377
|
+
* This field shall provide the actual duration that the ICD server can stay active from the time it receives
|
|
1378
|
+
* the StayActiveRequest command.
|
|
1379
|
+
*
|
|
1380
|
+
* ### Minimum Value for PromisedActiveDuration
|
|
1381
|
+
*
|
|
1382
|
+
* The minimum value of the PromisedActiveDuration field shall be equal to either 30000 milliseconds or
|
|
1383
|
+
* StayActiveDuration (from the received StayActiveRequest command), whichever is smaller.
|
|
1384
|
+
*
|
|
1385
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.5.1
|
|
1386
|
+
*/
|
|
1387
|
+
promisedActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1388
|
+
}>, any>;
|
|
1389
|
+
};
|
|
1390
|
+
};
|
|
1391
|
+
}, {
|
|
1392
|
+
readonly flags: {
|
|
1393
|
+
readonly longIdleTimeSupport: true;
|
|
1394
|
+
readonly checkInProtocolSupport: false;
|
|
1395
|
+
};
|
|
1396
|
+
readonly component: false;
|
|
1397
|
+
}, {
|
|
1398
|
+
readonly flags: {
|
|
1399
|
+
readonly longIdleTimeSupport: true;
|
|
1400
|
+
readonly userActiveModeTrigger: false;
|
|
1401
|
+
};
|
|
1402
|
+
readonly component: false;
|
|
1403
|
+
}];
|
|
1404
|
+
}, []>;
|
|
1405
|
+
/**
|
|
1406
|
+
* ICD Management Cluster enables configuration of the ICD’s behavior and ensuring that listed clients can be
|
|
1407
|
+
* notified when an intermittently connected device, ICD, is available for communication.
|
|
1408
|
+
*
|
|
1409
|
+
* The cluster implements the requirements of the Check-In Protocol that enables the ICD Check-In use case.
|
|
1410
|
+
*
|
|
1411
|
+
* NOTE This feature is provisional.
|
|
1412
|
+
*
|
|
1413
|
+
* IcdManagementCluster supports optional features that you can enable with the IcdManagementCluster.with() factory
|
|
1414
|
+
* method.
|
|
1415
|
+
*
|
|
1416
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17
|
|
1417
|
+
*/
|
|
1418
|
+
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
1419
|
+
}
|
|
1420
|
+
const Cluster: Cluster;
|
|
1421
|
+
/**
|
|
1422
|
+
* @see {@link Complete}
|
|
1423
|
+
*/
|
|
1424
|
+
const CompleteInstance: MutableCluster<{
|
|
1425
|
+
readonly id: import("#general").Branded<70, "ClusterId">;
|
|
1426
|
+
readonly name: "IcdManagement";
|
|
1427
|
+
readonly revision: 2;
|
|
1428
|
+
readonly features: {
|
|
1429
|
+
/**
|
|
1430
|
+
* CheckInProtocolSupport
|
|
1431
|
+
*
|
|
1432
|
+
* When this feature is supported, the device shall support all the associated commands and attributes to
|
|
1433
|
+
* properly support the Check-In Protocol.
|
|
1434
|
+
*
|
|
1435
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.4.1
|
|
1436
|
+
*/
|
|
1437
|
+
readonly checkInProtocolSupport: BitFlag;
|
|
1438
|
+
/**
|
|
1439
|
+
* UserActiveModeTrigger
|
|
1440
|
+
*
|
|
1441
|
+
* This feature is supported if and only if the device has a user active mode trigger.
|
|
1442
|
+
*
|
|
1443
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.4.2
|
|
1444
|
+
*/
|
|
1445
|
+
readonly userActiveModeTrigger: BitFlag;
|
|
1446
|
+
/**
|
|
1447
|
+
* LongIdleTimeSupport
|
|
1448
|
+
*
|
|
1449
|
+
* This feature is supported if and only the device is a Long Idle Time ICD.
|
|
1450
|
+
*
|
|
1451
|
+
* NOTE In this version of the specification, the support for the feature is provisional.
|
|
1452
|
+
*
|
|
1453
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.4.3
|
|
1454
|
+
*/
|
|
1455
|
+
readonly longIdleTimeSupport: BitFlag;
|
|
1456
|
+
};
|
|
1457
|
+
readonly attributes: {
|
|
1458
|
+
readonly registeredClients: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1459
|
+
/**
|
|
1460
|
+
* This field shall indicate the NodeID of the Node to which Check-In messages will be sent when the
|
|
1461
|
+
* MonitoredSubject is not subscribed.
|
|
1462
|
+
*
|
|
1463
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.5.2.1
|
|
1464
|
+
*/
|
|
1465
|
+
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1466
|
+
/**
|
|
1467
|
+
* This field shall indicate the monitored Subject ID. This field shall be used to determine if a particular
|
|
1468
|
+
* client has an active subscription for the given entry. The MonitoredSubject, when it is a NodeID, may be the
|
|
1469
|
+
* same as the CheckInNodeID. The MonitoredSubject gives the registering client the flexibility of having a
|
|
1470
|
+
* different CheckInNodeID from the MonitoredSubject. A subscription shall count as an active subscription for
|
|
1471
|
+
* this entry if:
|
|
1472
|
+
*
|
|
1473
|
+
* • It is on the associated fabric of this entry, and
|
|
1474
|
+
*
|
|
1475
|
+
* • The subject of this entry matches the ISD of the SubscriptionRequest message that created the
|
|
1476
|
+
* subscription. Matching shall be determined using the subject_matches function defined in the Access
|
|
1477
|
+
* Control Privilege Granting Algorithm.
|
|
1478
|
+
*
|
|
1479
|
+
* For example, if the MonitoredSubject is Node ID 0x1111_2222_3333_AAAA, and one of the subscribers to the
|
|
1480
|
+
* server on the entry’s associated fabric bears that Node ID, then the entry matches.
|
|
1481
|
+
*
|
|
1482
|
+
* Another example is if the MonitoredSubject has the value 0xFFFF_FFFD_AA12_0002, and one of the subscribers
|
|
1483
|
+
* to the server on the entry’s associated fabric bears the CASE Authenticated TAG value 0xAA12 and the version
|
|
1484
|
+
* 0x0002 or higher within its NOC, then the entry matches.
|
|
1485
|
+
*
|
|
1486
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.5.2.2
|
|
1487
|
+
*/
|
|
1488
|
+
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1489
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
1490
|
+
}>[], any> & {
|
|
1491
|
+
readonly optional: true;
|
|
1492
|
+
readonly isConditional: true;
|
|
1493
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
1494
|
+
readonly mandatoryIf: [] | [{
|
|
1495
|
+
checkInProtocolSupport: boolean;
|
|
1496
|
+
}];
|
|
1497
|
+
};
|
|
1498
|
+
readonly icdCounter: Attribute<number, any> & {
|
|
1499
|
+
readonly optional: true;
|
|
1500
|
+
readonly isConditional: true;
|
|
1501
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
1502
|
+
readonly mandatoryIf: [] | [{
|
|
1503
|
+
checkInProtocolSupport: boolean;
|
|
1504
|
+
}];
|
|
1505
|
+
};
|
|
1506
|
+
readonly clientsSupportedPerFabric: FixedAttribute<number, any> & {
|
|
1507
|
+
readonly optional: true;
|
|
1508
|
+
readonly isConditional: true;
|
|
1509
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
1510
|
+
readonly mandatoryIf: [] | [{
|
|
1511
|
+
checkInProtocolSupport: boolean;
|
|
1512
|
+
}];
|
|
1513
|
+
};
|
|
1514
|
+
readonly userActiveModeTriggerHint: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1515
|
+
/**
|
|
1516
|
+
* Power Cycle to transition the device to ActiveMode
|
|
1517
|
+
*/
|
|
1518
|
+
powerCycle: BitFlag;
|
|
1519
|
+
/**
|
|
1520
|
+
* Settings menu on the device informs how to transition the device to ActiveMode
|
|
1521
|
+
*/
|
|
1522
|
+
settingsMenu: BitFlag;
|
|
1523
|
+
/**
|
|
1524
|
+
* Custom Instruction on how to transition the device to ActiveMode
|
|
1525
|
+
*/
|
|
1526
|
+
customInstruction: BitFlag;
|
|
1527
|
+
/**
|
|
1528
|
+
* Device Manual informs how to transition the device to ActiveMode
|
|
1529
|
+
*/
|
|
1530
|
+
deviceManual: BitFlag;
|
|
1531
|
+
/**
|
|
1532
|
+
* Actuate Sensor to transition the device to ActiveMode
|
|
1533
|
+
*/
|
|
1534
|
+
actuateSensor: BitFlag;
|
|
1535
|
+
/**
|
|
1536
|
+
* Actuate Sensor for N seconds to transition the device to ActiveMode
|
|
1537
|
+
*/
|
|
1538
|
+
actuateSensorSeconds: BitFlag;
|
|
1539
|
+
/**
|
|
1540
|
+
* Actuate Sensor N times to transition the device to ActiveMode
|
|
1541
|
+
*/
|
|
1542
|
+
actuateSensorTimes: BitFlag;
|
|
1543
|
+
/**
|
|
1544
|
+
* Actuate Sensor until light blinks to transition the device to ActiveMode
|
|
1545
|
+
*/
|
|
1546
|
+
actuateSensorLightsBlink: BitFlag;
|
|
1547
|
+
/**
|
|
1548
|
+
* Press Reset Button to transition the device to ActiveMode
|
|
1549
|
+
*/
|
|
1550
|
+
resetButton: BitFlag;
|
|
1551
|
+
/**
|
|
1552
|
+
* Press Reset Button until light blinks to transition the device to ActiveMode
|
|
1553
|
+
*/
|
|
1554
|
+
resetButtonLightsBlink: BitFlag;
|
|
1555
|
+
/**
|
|
1556
|
+
* Press Reset Button for N seconds to transition the device to ActiveMode
|
|
1557
|
+
*/
|
|
1558
|
+
resetButtonSeconds: BitFlag;
|
|
1559
|
+
/**
|
|
1560
|
+
* Press Reset Button N times to transition the device to ActiveMode
|
|
1561
|
+
*/
|
|
1562
|
+
resetButtonTimes: BitFlag;
|
|
1563
|
+
/**
|
|
1564
|
+
* Press Setup Button to transition the device to ActiveMode
|
|
1565
|
+
*/
|
|
1566
|
+
setupButton: BitFlag;
|
|
1567
|
+
/**
|
|
1568
|
+
* Press Setup Button for N seconds to transition the device to ActiveMode
|
|
1569
|
+
*/
|
|
1570
|
+
setupButtonSeconds: BitFlag;
|
|
1571
|
+
/**
|
|
1572
|
+
* Press Setup Button until light blinks to transition the device to ActiveMode
|
|
1573
|
+
*/
|
|
1574
|
+
setupButtonLightsBlink: BitFlag;
|
|
1575
|
+
/**
|
|
1576
|
+
* Press Setup Button N times to transition the device to ActiveMode
|
|
1577
|
+
*/
|
|
1578
|
+
setupButtonTimes: BitFlag;
|
|
1579
|
+
/**
|
|
1580
|
+
* Press the N Button to transition the device to ActiveMode
|
|
1581
|
+
*/
|
|
1582
|
+
appDefinedButton: BitFlag;
|
|
1583
|
+
}>, any> & {
|
|
1584
|
+
readonly optional: true;
|
|
1585
|
+
readonly isConditional: true;
|
|
1586
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
1587
|
+
readonly mandatoryIf: [] | [{
|
|
1588
|
+
userActiveModeTrigger: boolean;
|
|
1589
|
+
}];
|
|
1590
|
+
};
|
|
1591
|
+
readonly operatingMode: Attribute<OperatingMode, any> & {
|
|
1592
|
+
readonly optional: true;
|
|
1593
|
+
readonly isConditional: true;
|
|
1594
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
1595
|
+
readonly mandatoryIf: [] | [{
|
|
1596
|
+
longIdleTimeSupport: boolean;
|
|
1597
|
+
}];
|
|
1598
|
+
};
|
|
1599
|
+
readonly idleModeDuration: FixedAttribute<number, any>;
|
|
1600
|
+
readonly activeModeDuration: FixedAttribute<number, any>;
|
|
1601
|
+
readonly activeModeThreshold: FixedAttribute<number, any>;
|
|
1602
|
+
readonly userActiveModeTriggerInstruction: OptionalFixedAttribute<string, any>;
|
|
1603
|
+
readonly clusterRevision: Attribute<number, never>;
|
|
1604
|
+
readonly featureMap: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1605
|
+
/**
|
|
1606
|
+
* CheckInProtocolSupport
|
|
1607
|
+
*
|
|
1608
|
+
* When this feature is supported, the device shall support all the associated commands and attributes to
|
|
1609
|
+
* properly support the Check-In Protocol.
|
|
1610
|
+
*
|
|
1611
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.4.1
|
|
1612
|
+
*/
|
|
1613
|
+
readonly checkInProtocolSupport: BitFlag;
|
|
1614
|
+
/**
|
|
1615
|
+
* UserActiveModeTrigger
|
|
1616
|
+
*
|
|
1617
|
+
* This feature is supported if and only if the device has a user active mode trigger.
|
|
1618
|
+
*
|
|
1619
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.4.2
|
|
1620
|
+
*/
|
|
1621
|
+
readonly userActiveModeTrigger: BitFlag;
|
|
1622
|
+
/**
|
|
1623
|
+
* LongIdleTimeSupport
|
|
1624
|
+
*
|
|
1625
|
+
* This feature is supported if and only the device is a Long Idle Time ICD.
|
|
1626
|
+
*
|
|
1627
|
+
* NOTE In this version of the specification, the support for the feature is provisional.
|
|
1628
|
+
*
|
|
1629
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.4.3
|
|
1630
|
+
*/
|
|
1631
|
+
readonly longIdleTimeSupport: BitFlag;
|
|
1632
|
+
}>, never>;
|
|
1633
|
+
readonly attributeList: Attribute<import("../index.js").AttributeId[], never>;
|
|
1634
|
+
readonly eventList: Attribute<import("../index.js").EventId[], never>;
|
|
1635
|
+
readonly acceptedCommandList: Attribute<import("../index.js").CommandId[], never>;
|
|
1636
|
+
readonly generatedCommandList: Attribute<import("../index.js").CommandId[], never>;
|
|
1637
|
+
};
|
|
1638
|
+
readonly commands: {
|
|
1639
|
+
readonly registerClient: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1640
|
+
/**
|
|
1641
|
+
* This field shall provide the node ID to which a Check-In message will be sent if there are no active
|
|
1642
|
+
* subscriptions matching MonitoredSubject.
|
|
1643
|
+
*
|
|
1644
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.1
|
|
1645
|
+
*/
|
|
1646
|
+
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1647
|
+
/**
|
|
1648
|
+
* This field shall provide the monitored subject ID.
|
|
1649
|
+
*
|
|
1650
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.2
|
|
1651
|
+
*/
|
|
1652
|
+
monitoredSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1653
|
+
/**
|
|
1654
|
+
* This field shall provide the shared secret between the client and the ICD to encrypt the Check-In message.
|
|
1655
|
+
*
|
|
1656
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.3
|
|
1657
|
+
*/
|
|
1658
|
+
key: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
|
|
1659
|
+
/**
|
|
1660
|
+
* This field shall provide the verification key. The verification key represents the key already stored on the
|
|
1661
|
+
* server. The verification key provided in this field shall be used by the server to guarantee that a client
|
|
1662
|
+
* with manage permissions can only modify entries that contain a Key equal to the verification key. The
|
|
1663
|
+
* verification key shall be provided for clients with manage permissions. The verification key SHOULD NOT be
|
|
1664
|
+
* provided by clients with administrator permissions for the server cluster. The verification key shall be
|
|
1665
|
+
* ignored by the server if it is provided by a client with administrator permissions for the server cluster.
|
|
1666
|
+
*
|
|
1667
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.1.4
|
|
1668
|
+
*/
|
|
1669
|
+
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
|
|
1670
|
+
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1671
|
+
icdCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1672
|
+
}>, any> & {
|
|
1673
|
+
readonly optional: true;
|
|
1674
|
+
readonly isConditional: true;
|
|
1675
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
1676
|
+
readonly mandatoryIf: [] | [{
|
|
1677
|
+
checkInProtocolSupport: boolean;
|
|
1678
|
+
}];
|
|
1679
|
+
};
|
|
1680
|
+
readonly unregisterClient: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1681
|
+
/**
|
|
1682
|
+
* This field shall provide the registered client node ID to remove from storage.
|
|
1683
|
+
*
|
|
1684
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.3.1
|
|
1685
|
+
*/
|
|
1686
|
+
checkInNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1687
|
+
/**
|
|
1688
|
+
* This field shall provide the verification key associated with the CheckInNodeID to remove from storage. The
|
|
1689
|
+
* verification key represents the key already stored on the server. The verification key provided in this
|
|
1690
|
+
* field shall be used by the server to guarantee that a client with manage permissions can only remove entries
|
|
1691
|
+
* that contain a Key equal to the stored key. The verification key shall be provided for clients with manage
|
|
1692
|
+
* permissions. The verification key SHOULD NOT be provided by clients with administrator permissions for the
|
|
1693
|
+
* server cluster. The verification key shall be ignored by the server if it is provided by a client with
|
|
1694
|
+
* administrator permissions for the server cluster.
|
|
1695
|
+
*
|
|
1696
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.3.2
|
|
1697
|
+
*/
|
|
1698
|
+
verificationKey: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array>;
|
|
1699
|
+
}>, void, any> & {
|
|
1700
|
+
readonly optional: true;
|
|
1701
|
+
readonly isConditional: true;
|
|
1702
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
1703
|
+
readonly mandatoryIf: [] | [{
|
|
1704
|
+
checkInProtocolSupport: boolean;
|
|
1705
|
+
}];
|
|
1706
|
+
};
|
|
1707
|
+
readonly stayActiveRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1708
|
+
stayActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1709
|
+
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1710
|
+
/**
|
|
1711
|
+
* This field shall provide the actual duration that the ICD server can stay active from the time it receives
|
|
1712
|
+
* the StayActiveRequest command.
|
|
1713
|
+
*
|
|
1714
|
+
* ### Minimum Value for PromisedActiveDuration
|
|
1715
|
+
*
|
|
1716
|
+
* The minimum value of the PromisedActiveDuration field shall be equal to either 30000 milliseconds or
|
|
1717
|
+
* StayActiveDuration (from the received StayActiveRequest command), whichever is smaller.
|
|
1718
|
+
*
|
|
1719
|
+
* @see {@link MatterSpecification.v13.Core} § 9.17.7.5.1
|
|
1720
|
+
*/
|
|
1721
|
+
promisedActiveDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1722
|
+
}>, any> & {
|
|
1723
|
+
readonly optional: true;
|
|
1724
|
+
readonly isConditional: true;
|
|
1725
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
1726
|
+
readonly mandatoryIf: [] | [{
|
|
1727
|
+
longIdleTimeSupport: boolean;
|
|
1728
|
+
}];
|
|
1729
|
+
};
|
|
1730
|
+
};
|
|
1731
|
+
}, []>;
|
|
1732
|
+
/**
|
|
1733
|
+
* This cluster supports all IcdManagement features. It may support illegal feature combinations.
|
|
1734
|
+
*
|
|
1735
|
+
* If you use this cluster you must manually specify which features are active and ensure the set of active
|
|
1736
|
+
* features is legal per the Matter specification.
|
|
1737
|
+
*/
|
|
1738
|
+
interface Complete extends Identity<typeof CompleteInstance> {
|
|
1739
|
+
}
|
|
1740
|
+
const Complete: Complete;
|
|
1741
|
+
}
|
|
1742
|
+
export type IcdManagementCluster = IcdManagement.Cluster;
|
|
1743
|
+
export declare const IcdManagementCluster: IcdManagement.Cluster;
|
|
1744
|
+
//# sourceMappingURL=icd-management.d.ts.map
|