@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,2377 @@
|
|
|
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 { OptionalAttribute, FixedAttribute, OptionalFixedAttribute, OptionalEvent, Attribute } 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 PowerSource {
|
|
13
|
+
/**
|
|
14
|
+
* These are optional features supported by PowerSourceCluster.
|
|
15
|
+
*
|
|
16
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.4
|
|
17
|
+
*/
|
|
18
|
+
enum Feature {
|
|
19
|
+
/**
|
|
20
|
+
* Wired (WIRED)
|
|
21
|
+
*
|
|
22
|
+
* A wired power source
|
|
23
|
+
*/
|
|
24
|
+
Wired = "Wired",
|
|
25
|
+
/**
|
|
26
|
+
* Battery (BAT)
|
|
27
|
+
*
|
|
28
|
+
* A battery power source
|
|
29
|
+
*/
|
|
30
|
+
Battery = "Battery",
|
|
31
|
+
/**
|
|
32
|
+
* Rechargeable (RECHG)
|
|
33
|
+
*
|
|
34
|
+
* A rechargeable battery power source
|
|
35
|
+
*/
|
|
36
|
+
Rechargeable = "Rechargeable",
|
|
37
|
+
/**
|
|
38
|
+
* Replaceable (REPLC)
|
|
39
|
+
*
|
|
40
|
+
* A replaceable battery power source
|
|
41
|
+
*/
|
|
42
|
+
Replaceable = "Replaceable"
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.6.5
|
|
46
|
+
*/
|
|
47
|
+
enum WiredCurrentType {
|
|
48
|
+
/**
|
|
49
|
+
* Indicates AC current
|
|
50
|
+
*/
|
|
51
|
+
Ac = 0,
|
|
52
|
+
/**
|
|
53
|
+
* Indicates DC current
|
|
54
|
+
*/
|
|
55
|
+
Dc = 1
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.6.1
|
|
59
|
+
*/
|
|
60
|
+
enum WiredFault {
|
|
61
|
+
/**
|
|
62
|
+
* The Node detects an unspecified fault on this wired power source.
|
|
63
|
+
*/
|
|
64
|
+
Unspecified = 0,
|
|
65
|
+
/**
|
|
66
|
+
* The Node detects the supplied voltage is above maximum supported value for this wired power source.
|
|
67
|
+
*/
|
|
68
|
+
OverVoltage = 1,
|
|
69
|
+
/**
|
|
70
|
+
* The Node detects the supplied voltage is below maximum supported value for this wired power source.
|
|
71
|
+
*/
|
|
72
|
+
UnderVoltage = 2
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Body of the PowerSource wiredFaultChange event
|
|
76
|
+
*
|
|
77
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.1
|
|
78
|
+
*/
|
|
79
|
+
const TlvWiredFaultChangeEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
80
|
+
/**
|
|
81
|
+
* This field shall represent the set of faults currently detected, as per ActiveWiredFaults.
|
|
82
|
+
*
|
|
83
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.1.1
|
|
84
|
+
*/
|
|
85
|
+
current: import("../tlv/TlvObject.js").FieldType<WiredFault[]>;
|
|
86
|
+
/**
|
|
87
|
+
* This field shall represent the set of faults detected prior to this change event, as per ActiveWiredFaults.
|
|
88
|
+
*
|
|
89
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.1.2
|
|
90
|
+
*/
|
|
91
|
+
previous: import("../tlv/TlvObject.js").FieldType<WiredFault[]>;
|
|
92
|
+
}>;
|
|
93
|
+
/**
|
|
94
|
+
* Body of the PowerSource wiredFaultChange event
|
|
95
|
+
*
|
|
96
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.1
|
|
97
|
+
*/
|
|
98
|
+
interface WiredFaultChangeEvent extends TypeFromSchema<typeof TlvWiredFaultChangeEvent> {
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.6.6
|
|
102
|
+
*/
|
|
103
|
+
enum BatChargeLevel {
|
|
104
|
+
/**
|
|
105
|
+
* Charge level is nominal
|
|
106
|
+
*/
|
|
107
|
+
Ok = 0,
|
|
108
|
+
/**
|
|
109
|
+
* Charge level is low, intervention may soon be required.
|
|
110
|
+
*/
|
|
111
|
+
Warning = 1,
|
|
112
|
+
/**
|
|
113
|
+
* Charge level is critical, immediate intervention is required
|
|
114
|
+
*/
|
|
115
|
+
Critical = 2
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.6.7
|
|
119
|
+
*/
|
|
120
|
+
enum BatReplaceability {
|
|
121
|
+
/**
|
|
122
|
+
* The replaceability is unspecified or unknown.
|
|
123
|
+
*/
|
|
124
|
+
Unspecified = 0,
|
|
125
|
+
/**
|
|
126
|
+
* The battery is not replaceable.
|
|
127
|
+
*/
|
|
128
|
+
NotReplaceable = 1,
|
|
129
|
+
/**
|
|
130
|
+
* The battery is replaceable by the user or customer.
|
|
131
|
+
*/
|
|
132
|
+
UserReplaceable = 2,
|
|
133
|
+
/**
|
|
134
|
+
* The battery is replaceable by an authorized factory technician.
|
|
135
|
+
*/
|
|
136
|
+
FactoryReplaceable = 3
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.6.2
|
|
140
|
+
*/
|
|
141
|
+
enum BatFault {
|
|
142
|
+
/**
|
|
143
|
+
* The Node detects an unspecified fault on this battery power source.
|
|
144
|
+
*/
|
|
145
|
+
Unspecified = 0,
|
|
146
|
+
/**
|
|
147
|
+
* The Node detects the temperature of this battery power source is above ideal operating conditions.
|
|
148
|
+
*/
|
|
149
|
+
OverTemp = 1,
|
|
150
|
+
/**
|
|
151
|
+
* The Node detects the temperature of this battery power source is below ideal operating conditions.
|
|
152
|
+
*/
|
|
153
|
+
UnderTemp = 2
|
|
154
|
+
}
|
|
155
|
+
/**
|
|
156
|
+
* Body of the PowerSource batFaultChange event
|
|
157
|
+
*
|
|
158
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.2
|
|
159
|
+
*/
|
|
160
|
+
const TlvBatFaultChangeEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
161
|
+
/**
|
|
162
|
+
* This field shall represent the set of faults currently detected, as per ActiveBatFaults.
|
|
163
|
+
*
|
|
164
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.2.1
|
|
165
|
+
*/
|
|
166
|
+
current: import("../tlv/TlvObject.js").FieldType<BatFault[]>;
|
|
167
|
+
/**
|
|
168
|
+
* This field shall represent the set of faults detected prior to this change event, as per ActiveBatFaults.
|
|
169
|
+
*
|
|
170
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.2.2
|
|
171
|
+
*/
|
|
172
|
+
previous: import("../tlv/TlvObject.js").FieldType<BatFault[]>;
|
|
173
|
+
}>;
|
|
174
|
+
/**
|
|
175
|
+
* Body of the PowerSource batFaultChange event
|
|
176
|
+
*
|
|
177
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.2
|
|
178
|
+
*/
|
|
179
|
+
interface BatFaultChangeEvent extends TypeFromSchema<typeof TlvBatFaultChangeEvent> {
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.6.8
|
|
183
|
+
*/
|
|
184
|
+
enum BatCommonDesignation {
|
|
185
|
+
/**
|
|
186
|
+
* Common type is unknown or unspecified
|
|
187
|
+
*/
|
|
188
|
+
Unspecified = 0,
|
|
189
|
+
/**
|
|
190
|
+
* Common type is as specified
|
|
191
|
+
*/
|
|
192
|
+
Aaa = 1,
|
|
193
|
+
/**
|
|
194
|
+
* Common type is as specified
|
|
195
|
+
*/
|
|
196
|
+
Aa = 2,
|
|
197
|
+
/**
|
|
198
|
+
* Common type is as specified
|
|
199
|
+
*/
|
|
200
|
+
C = 3,
|
|
201
|
+
/**
|
|
202
|
+
* Common type is as specified
|
|
203
|
+
*/
|
|
204
|
+
D = 4,
|
|
205
|
+
/**
|
|
206
|
+
* Common type is as specified
|
|
207
|
+
*/
|
|
208
|
+
"4V5" = 5,
|
|
209
|
+
/**
|
|
210
|
+
* Common type is as specified
|
|
211
|
+
*/
|
|
212
|
+
"6V0" = 6,
|
|
213
|
+
/**
|
|
214
|
+
* Common type is as specified
|
|
215
|
+
*/
|
|
216
|
+
"9V0" = 7,
|
|
217
|
+
/**
|
|
218
|
+
* Common type is as specified
|
|
219
|
+
*/
|
|
220
|
+
"12Aa" = 8,
|
|
221
|
+
/**
|
|
222
|
+
* Common type is as specified
|
|
223
|
+
*/
|
|
224
|
+
Aaaa = 9,
|
|
225
|
+
/**
|
|
226
|
+
* Common type is as specified
|
|
227
|
+
*/
|
|
228
|
+
A = 10,
|
|
229
|
+
/**
|
|
230
|
+
* Common type is as specified
|
|
231
|
+
*/
|
|
232
|
+
B = 11,
|
|
233
|
+
/**
|
|
234
|
+
* Common type is as specified
|
|
235
|
+
*/
|
|
236
|
+
F = 12,
|
|
237
|
+
/**
|
|
238
|
+
* Common type is as specified
|
|
239
|
+
*/
|
|
240
|
+
N = 13,
|
|
241
|
+
/**
|
|
242
|
+
* Common type is as specified
|
|
243
|
+
*/
|
|
244
|
+
No6 = 14,
|
|
245
|
+
/**
|
|
246
|
+
* Common type is as specified
|
|
247
|
+
*/
|
|
248
|
+
SubC = 15,
|
|
249
|
+
/**
|
|
250
|
+
* Common type is as specified
|
|
251
|
+
*/
|
|
252
|
+
A23 = 16,
|
|
253
|
+
/**
|
|
254
|
+
* Common type is as specified
|
|
255
|
+
*/
|
|
256
|
+
A27 = 17,
|
|
257
|
+
/**
|
|
258
|
+
* Common type is as specified
|
|
259
|
+
*/
|
|
260
|
+
Ba5800 = 18,
|
|
261
|
+
/**
|
|
262
|
+
* Common type is as specified
|
|
263
|
+
*/
|
|
264
|
+
Duplex = 19,
|
|
265
|
+
/**
|
|
266
|
+
* Common type is as specified
|
|
267
|
+
*/
|
|
268
|
+
"4Sr44" = 20,
|
|
269
|
+
/**
|
|
270
|
+
* Common type is as specified
|
|
271
|
+
*/
|
|
272
|
+
E523 = 21,
|
|
273
|
+
/**
|
|
274
|
+
* Common type is as specified
|
|
275
|
+
*/
|
|
276
|
+
E531 = 22,
|
|
277
|
+
/**
|
|
278
|
+
* Common type is as specified
|
|
279
|
+
*/
|
|
280
|
+
"15V0" = 23,
|
|
281
|
+
/**
|
|
282
|
+
* Common type is as specified
|
|
283
|
+
*/
|
|
284
|
+
"22V5" = 24,
|
|
285
|
+
/**
|
|
286
|
+
* Common type is as specified
|
|
287
|
+
*/
|
|
288
|
+
"30V0" = 25,
|
|
289
|
+
/**
|
|
290
|
+
* Common type is as specified
|
|
291
|
+
*/
|
|
292
|
+
"45V0" = 26,
|
|
293
|
+
/**
|
|
294
|
+
* Common type is as specified
|
|
295
|
+
*/
|
|
296
|
+
"67V5" = 27,
|
|
297
|
+
/**
|
|
298
|
+
* Common type is as specified
|
|
299
|
+
*/
|
|
300
|
+
J = 28,
|
|
301
|
+
/**
|
|
302
|
+
* Common type is as specified
|
|
303
|
+
*/
|
|
304
|
+
Cr123A = 29,
|
|
305
|
+
/**
|
|
306
|
+
* Common type is as specified
|
|
307
|
+
*/
|
|
308
|
+
Cr2 = 30,
|
|
309
|
+
/**
|
|
310
|
+
* Common type is as specified
|
|
311
|
+
*/
|
|
312
|
+
"2Cr5" = 31,
|
|
313
|
+
/**
|
|
314
|
+
* Common type is as specified
|
|
315
|
+
*/
|
|
316
|
+
CrP2 = 32,
|
|
317
|
+
/**
|
|
318
|
+
* Common type is as specified
|
|
319
|
+
*/
|
|
320
|
+
CrV3 = 33,
|
|
321
|
+
/**
|
|
322
|
+
* Common type is as specified
|
|
323
|
+
*/
|
|
324
|
+
Sr41 = 34,
|
|
325
|
+
/**
|
|
326
|
+
* Common type is as specified
|
|
327
|
+
*/
|
|
328
|
+
Sr43 = 35,
|
|
329
|
+
/**
|
|
330
|
+
* Common type is as specified
|
|
331
|
+
*/
|
|
332
|
+
Sr44 = 36,
|
|
333
|
+
/**
|
|
334
|
+
* Common type is as specified
|
|
335
|
+
*/
|
|
336
|
+
Sr45 = 37,
|
|
337
|
+
/**
|
|
338
|
+
* Common type is as specified
|
|
339
|
+
*/
|
|
340
|
+
Sr48 = 38,
|
|
341
|
+
/**
|
|
342
|
+
* Common type is as specified
|
|
343
|
+
*/
|
|
344
|
+
Sr54 = 39,
|
|
345
|
+
/**
|
|
346
|
+
* Common type is as specified
|
|
347
|
+
*/
|
|
348
|
+
Sr55 = 40,
|
|
349
|
+
/**
|
|
350
|
+
* Common type is as specified
|
|
351
|
+
*/
|
|
352
|
+
Sr57 = 41,
|
|
353
|
+
/**
|
|
354
|
+
* Common type is as specified
|
|
355
|
+
*/
|
|
356
|
+
Sr58 = 42,
|
|
357
|
+
/**
|
|
358
|
+
* Common type is as specified
|
|
359
|
+
*/
|
|
360
|
+
Sr59 = 43,
|
|
361
|
+
/**
|
|
362
|
+
* Common type is as specified
|
|
363
|
+
*/
|
|
364
|
+
Sr60 = 44,
|
|
365
|
+
/**
|
|
366
|
+
* Common type is as specified
|
|
367
|
+
*/
|
|
368
|
+
Sr63 = 45,
|
|
369
|
+
/**
|
|
370
|
+
* Common type is as specified
|
|
371
|
+
*/
|
|
372
|
+
Sr64 = 46,
|
|
373
|
+
/**
|
|
374
|
+
* Common type is as specified
|
|
375
|
+
*/
|
|
376
|
+
Sr65 = 47,
|
|
377
|
+
/**
|
|
378
|
+
* Common type is as specified
|
|
379
|
+
*/
|
|
380
|
+
Sr66 = 48,
|
|
381
|
+
/**
|
|
382
|
+
* Common type is as specified
|
|
383
|
+
*/
|
|
384
|
+
Sr67 = 49,
|
|
385
|
+
/**
|
|
386
|
+
* Common type is as specified
|
|
387
|
+
*/
|
|
388
|
+
Sr68 = 50,
|
|
389
|
+
/**
|
|
390
|
+
* Common type is as specified
|
|
391
|
+
*/
|
|
392
|
+
Sr69 = 51,
|
|
393
|
+
/**
|
|
394
|
+
* Common type is as specified
|
|
395
|
+
*/
|
|
396
|
+
Sr516 = 52,
|
|
397
|
+
/**
|
|
398
|
+
* Common type is as specified
|
|
399
|
+
*/
|
|
400
|
+
Sr731 = 53,
|
|
401
|
+
/**
|
|
402
|
+
* Common type is as specified
|
|
403
|
+
*/
|
|
404
|
+
Sr712 = 54,
|
|
405
|
+
/**
|
|
406
|
+
* Common type is as specified
|
|
407
|
+
*/
|
|
408
|
+
Lr932 = 55,
|
|
409
|
+
/**
|
|
410
|
+
* Common type is as specified
|
|
411
|
+
*/
|
|
412
|
+
A5 = 56,
|
|
413
|
+
/**
|
|
414
|
+
* Common type is as specified
|
|
415
|
+
*/
|
|
416
|
+
A10 = 57,
|
|
417
|
+
/**
|
|
418
|
+
* Common type is as specified
|
|
419
|
+
*/
|
|
420
|
+
A13 = 58,
|
|
421
|
+
/**
|
|
422
|
+
* Common type is as specified
|
|
423
|
+
*/
|
|
424
|
+
A312 = 59,
|
|
425
|
+
/**
|
|
426
|
+
* Common type is as specified
|
|
427
|
+
*/
|
|
428
|
+
A675 = 60,
|
|
429
|
+
/**
|
|
430
|
+
* Common type is as specified
|
|
431
|
+
*/
|
|
432
|
+
Ac41E = 61,
|
|
433
|
+
/**
|
|
434
|
+
* Common type is as specified
|
|
435
|
+
*/
|
|
436
|
+
E10180 = 62,
|
|
437
|
+
/**
|
|
438
|
+
* Common type is as specified
|
|
439
|
+
*/
|
|
440
|
+
E10280 = 63,
|
|
441
|
+
/**
|
|
442
|
+
* Common type is as specified
|
|
443
|
+
*/
|
|
444
|
+
E10440 = 64,
|
|
445
|
+
/**
|
|
446
|
+
* Common type is as specified
|
|
447
|
+
*/
|
|
448
|
+
E14250 = 65,
|
|
449
|
+
/**
|
|
450
|
+
* Common type is as specified
|
|
451
|
+
*/
|
|
452
|
+
E14430 = 66,
|
|
453
|
+
/**
|
|
454
|
+
* Common type is as specified
|
|
455
|
+
*/
|
|
456
|
+
E14500 = 67,
|
|
457
|
+
/**
|
|
458
|
+
* Common type is as specified
|
|
459
|
+
*/
|
|
460
|
+
E14650 = 68,
|
|
461
|
+
/**
|
|
462
|
+
* Common type is as specified
|
|
463
|
+
*/
|
|
464
|
+
E15270 = 69,
|
|
465
|
+
/**
|
|
466
|
+
* Common type is as specified
|
|
467
|
+
*/
|
|
468
|
+
E16340 = 70,
|
|
469
|
+
/**
|
|
470
|
+
* Common type is as specified
|
|
471
|
+
*/
|
|
472
|
+
Rcr123A = 71,
|
|
473
|
+
/**
|
|
474
|
+
* Common type is as specified
|
|
475
|
+
*/
|
|
476
|
+
E17500 = 72,
|
|
477
|
+
/**
|
|
478
|
+
* Common type is as specified
|
|
479
|
+
*/
|
|
480
|
+
E17670 = 73,
|
|
481
|
+
/**
|
|
482
|
+
* Common type is as specified
|
|
483
|
+
*/
|
|
484
|
+
E18350 = 74,
|
|
485
|
+
/**
|
|
486
|
+
* Common type is as specified
|
|
487
|
+
*/
|
|
488
|
+
E18500 = 75,
|
|
489
|
+
/**
|
|
490
|
+
* Common type is as specified
|
|
491
|
+
*/
|
|
492
|
+
E18650 = 76,
|
|
493
|
+
/**
|
|
494
|
+
* Common type is as specified
|
|
495
|
+
*/
|
|
496
|
+
E19670 = 77,
|
|
497
|
+
/**
|
|
498
|
+
* Common type is as specified
|
|
499
|
+
*/
|
|
500
|
+
E25500 = 78,
|
|
501
|
+
/**
|
|
502
|
+
* Common type is as specified
|
|
503
|
+
*/
|
|
504
|
+
E26650 = 79,
|
|
505
|
+
/**
|
|
506
|
+
* Common type is as specified
|
|
507
|
+
*/
|
|
508
|
+
E32600 = 80
|
|
509
|
+
}
|
|
510
|
+
/**
|
|
511
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.6.9
|
|
512
|
+
*/
|
|
513
|
+
enum BatApprovedChemistry {
|
|
514
|
+
/**
|
|
515
|
+
* Cell chemistry is unspecified or unknown
|
|
516
|
+
*/
|
|
517
|
+
Unspecified = 0,
|
|
518
|
+
/**
|
|
519
|
+
* Cell chemistry is alkaline
|
|
520
|
+
*/
|
|
521
|
+
Alkaline = 1,
|
|
522
|
+
/**
|
|
523
|
+
* Cell chemistry is lithium carbon fluoride
|
|
524
|
+
*/
|
|
525
|
+
LithiumCarbonFluoride = 2,
|
|
526
|
+
/**
|
|
527
|
+
* Cell chemistry is lithium chromium oxide
|
|
528
|
+
*/
|
|
529
|
+
LithiumChromiumOxide = 3,
|
|
530
|
+
/**
|
|
531
|
+
* Cell chemistry is lithium copper oxide
|
|
532
|
+
*/
|
|
533
|
+
LithiumCopperOxide = 4,
|
|
534
|
+
/**
|
|
535
|
+
* Cell chemistry is lithium iron disulfide
|
|
536
|
+
*/
|
|
537
|
+
LithiumIronDisulfide = 5,
|
|
538
|
+
/**
|
|
539
|
+
* Cell chemistry is lithium manganese dioxide
|
|
540
|
+
*/
|
|
541
|
+
LithiumManganeseDioxide = 6,
|
|
542
|
+
/**
|
|
543
|
+
* Cell chemistry is lithium thionyl chloride
|
|
544
|
+
*/
|
|
545
|
+
LithiumThionylChloride = 7,
|
|
546
|
+
/**
|
|
547
|
+
* Cell chemistry is magnesium
|
|
548
|
+
*/
|
|
549
|
+
Magnesium = 8,
|
|
550
|
+
/**
|
|
551
|
+
* Cell chemistry is mercury oxide
|
|
552
|
+
*/
|
|
553
|
+
MercuryOxide = 9,
|
|
554
|
+
/**
|
|
555
|
+
* Cell chemistry is nickel oxyhydride
|
|
556
|
+
*/
|
|
557
|
+
NickelOxyhydride = 10,
|
|
558
|
+
/**
|
|
559
|
+
* Cell chemistry is silver oxide
|
|
560
|
+
*/
|
|
561
|
+
SilverOxide = 11,
|
|
562
|
+
/**
|
|
563
|
+
* Cell chemistry is zinc air
|
|
564
|
+
*/
|
|
565
|
+
ZincAir = 12,
|
|
566
|
+
/**
|
|
567
|
+
* Cell chemistry is zinc carbon
|
|
568
|
+
*/
|
|
569
|
+
ZincCarbon = 13,
|
|
570
|
+
/**
|
|
571
|
+
* Cell chemistry is zinc chloride
|
|
572
|
+
*/
|
|
573
|
+
ZincChloride = 14,
|
|
574
|
+
/**
|
|
575
|
+
* Cell chemistry is zinc manganese dioxide
|
|
576
|
+
*/
|
|
577
|
+
ZincManganeseDioxide = 15,
|
|
578
|
+
/**
|
|
579
|
+
* Cell chemistry is lead acid
|
|
580
|
+
*/
|
|
581
|
+
LeadAcid = 16,
|
|
582
|
+
/**
|
|
583
|
+
* Cell chemistry is lithium cobalt oxide
|
|
584
|
+
*/
|
|
585
|
+
LithiumCobaltOxide = 17,
|
|
586
|
+
/**
|
|
587
|
+
* Cell chemistry is lithium ion
|
|
588
|
+
*/
|
|
589
|
+
LithiumIon = 18,
|
|
590
|
+
/**
|
|
591
|
+
* Cell chemistry is lithium ion polymer
|
|
592
|
+
*/
|
|
593
|
+
LithiumIonPolymer = 19,
|
|
594
|
+
/**
|
|
595
|
+
* Cell chemistry is lithium iron phosphate
|
|
596
|
+
*/
|
|
597
|
+
LithiumIronPhosphate = 20,
|
|
598
|
+
/**
|
|
599
|
+
* Cell chemistry is lithium sulfur
|
|
600
|
+
*/
|
|
601
|
+
LithiumSulfur = 21,
|
|
602
|
+
/**
|
|
603
|
+
* Cell chemistry is lithium titanate
|
|
604
|
+
*/
|
|
605
|
+
LithiumTitanate = 22,
|
|
606
|
+
/**
|
|
607
|
+
* Cell chemistry is nickel cadmium
|
|
608
|
+
*/
|
|
609
|
+
NickelCadmium = 23,
|
|
610
|
+
/**
|
|
611
|
+
* Cell chemistry is nickel hydrogen
|
|
612
|
+
*/
|
|
613
|
+
NickelHydrogen = 24,
|
|
614
|
+
/**
|
|
615
|
+
* Cell chemistry is nickel iron
|
|
616
|
+
*/
|
|
617
|
+
NickelIron = 25,
|
|
618
|
+
/**
|
|
619
|
+
* Cell chemistry is nickel metal hydride
|
|
620
|
+
*/
|
|
621
|
+
NickelMetalHydride = 26,
|
|
622
|
+
/**
|
|
623
|
+
* Cell chemistry is nickel zinc
|
|
624
|
+
*/
|
|
625
|
+
NickelZinc = 27,
|
|
626
|
+
/**
|
|
627
|
+
* Cell chemistry is silver zinc
|
|
628
|
+
*/
|
|
629
|
+
SilverZinc = 28,
|
|
630
|
+
/**
|
|
631
|
+
* Cell chemistry is sodium ion
|
|
632
|
+
*/
|
|
633
|
+
SodiumIon = 29,
|
|
634
|
+
/**
|
|
635
|
+
* Cell chemistry is sodium sulfur
|
|
636
|
+
*/
|
|
637
|
+
SodiumSulfur = 30,
|
|
638
|
+
/**
|
|
639
|
+
* Cell chemistry is zinc bromide
|
|
640
|
+
*/
|
|
641
|
+
ZincBromide = 31,
|
|
642
|
+
/**
|
|
643
|
+
* Cell chemistry is zinc cerium
|
|
644
|
+
*/
|
|
645
|
+
ZincCerium = 32
|
|
646
|
+
}
|
|
647
|
+
/**
|
|
648
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.6.10
|
|
649
|
+
*/
|
|
650
|
+
enum BatChargeState {
|
|
651
|
+
/**
|
|
652
|
+
* Unable to determine the charging state
|
|
653
|
+
*/
|
|
654
|
+
Unknown = 0,
|
|
655
|
+
/**
|
|
656
|
+
* The battery is charging
|
|
657
|
+
*/
|
|
658
|
+
IsCharging = 1,
|
|
659
|
+
/**
|
|
660
|
+
* The battery is at full charge
|
|
661
|
+
*/
|
|
662
|
+
IsAtFullCharge = 2,
|
|
663
|
+
/**
|
|
664
|
+
* The battery is not charging
|
|
665
|
+
*/
|
|
666
|
+
IsNotCharging = 3
|
|
667
|
+
}
|
|
668
|
+
/**
|
|
669
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.6.3
|
|
670
|
+
*/
|
|
671
|
+
enum BatChargeFault {
|
|
672
|
+
/**
|
|
673
|
+
* The Node detects an unspecified fault on this battery source.
|
|
674
|
+
*/
|
|
675
|
+
Unspecified = 0,
|
|
676
|
+
/**
|
|
677
|
+
* The Node detects the ambient temperature is above the nominal range for this battery source.
|
|
678
|
+
*/
|
|
679
|
+
AmbientTooHot = 1,
|
|
680
|
+
/**
|
|
681
|
+
* The Node detects the ambient temperature is below the nominal range for this battery source.
|
|
682
|
+
*/
|
|
683
|
+
AmbientTooCold = 2,
|
|
684
|
+
/**
|
|
685
|
+
* The Node detects the temperature of this battery source is above the nominal range.
|
|
686
|
+
*/
|
|
687
|
+
BatteryTooHot = 3,
|
|
688
|
+
/**
|
|
689
|
+
* The Node detects the temperature of this battery source is below the nominal range.
|
|
690
|
+
*/
|
|
691
|
+
BatteryTooCold = 4,
|
|
692
|
+
/**
|
|
693
|
+
* The Node detects this battery source is not present.
|
|
694
|
+
*/
|
|
695
|
+
BatteryAbsent = 5,
|
|
696
|
+
/**
|
|
697
|
+
* The Node detects this battery source is over voltage.
|
|
698
|
+
*/
|
|
699
|
+
BatteryOverVoltage = 6,
|
|
700
|
+
/**
|
|
701
|
+
* The Node detects this battery source is under voltage.
|
|
702
|
+
*/
|
|
703
|
+
BatteryUnderVoltage = 7,
|
|
704
|
+
/**
|
|
705
|
+
* The Node detects the charger for this battery source is over voltage.
|
|
706
|
+
*/
|
|
707
|
+
ChargerOverVoltage = 8,
|
|
708
|
+
/**
|
|
709
|
+
* The Node detects the charger for this battery source is under voltage.
|
|
710
|
+
*/
|
|
711
|
+
ChargerUnderVoltage = 9,
|
|
712
|
+
/**
|
|
713
|
+
* The Node detects a charging safety timeout for this battery source.
|
|
714
|
+
*/
|
|
715
|
+
SafetyTimeout = 10
|
|
716
|
+
}
|
|
717
|
+
/**
|
|
718
|
+
* Body of the PowerSource batChargeFaultChange event
|
|
719
|
+
*
|
|
720
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.3
|
|
721
|
+
*/
|
|
722
|
+
const TlvBatChargeFaultChangeEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
723
|
+
/**
|
|
724
|
+
* This field shall represent the set of faults currently detected, as per ActiveBatChargeFaults.
|
|
725
|
+
*
|
|
726
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.3.1
|
|
727
|
+
*/
|
|
728
|
+
current: import("../tlv/TlvObject.js").FieldType<BatChargeFault[]>;
|
|
729
|
+
/**
|
|
730
|
+
* This field shall represent the set of faults detected prior to this change event, as per
|
|
731
|
+
* ActiveBatChargeFaults.
|
|
732
|
+
*
|
|
733
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.3.2
|
|
734
|
+
*/
|
|
735
|
+
previous: import("../tlv/TlvObject.js").FieldType<BatChargeFault[]>;
|
|
736
|
+
}>;
|
|
737
|
+
/**
|
|
738
|
+
* Body of the PowerSource batChargeFaultChange event
|
|
739
|
+
*
|
|
740
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.3
|
|
741
|
+
*/
|
|
742
|
+
interface BatChargeFaultChangeEvent extends TypeFromSchema<typeof TlvBatChargeFaultChangeEvent> {
|
|
743
|
+
}
|
|
744
|
+
/**
|
|
745
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.6.4
|
|
746
|
+
*/
|
|
747
|
+
enum PowerSourceStatus {
|
|
748
|
+
/**
|
|
749
|
+
* Indicate the source status is not specified
|
|
750
|
+
*/
|
|
751
|
+
Unspecified = 0,
|
|
752
|
+
/**
|
|
753
|
+
* Indicate the source is available and currently supplying power
|
|
754
|
+
*/
|
|
755
|
+
Active = 1,
|
|
756
|
+
/**
|
|
757
|
+
* Indicate the source is available, but is not currently supplying power
|
|
758
|
+
*/
|
|
759
|
+
Standby = 2,
|
|
760
|
+
/**
|
|
761
|
+
* Indicate the source is not currently available to supply power
|
|
762
|
+
*/
|
|
763
|
+
Unavailable = 3
|
|
764
|
+
}
|
|
765
|
+
/**
|
|
766
|
+
* A PowerSourceCluster supports these elements if it supports feature Wired.
|
|
767
|
+
*/
|
|
768
|
+
const WiredComponent: {
|
|
769
|
+
readonly attributes: {
|
|
770
|
+
/**
|
|
771
|
+
* Indicates the assessed RMS or DC voltage currently provided by the hard-wired source, in mV
|
|
772
|
+
* (millivolts). A value of NULL shall indicate the Node is currently unable to assess the value. If the
|
|
773
|
+
* wired source is not connected, but the Node is still able to assess a value, then the assessed value may
|
|
774
|
+
* be reported.
|
|
775
|
+
*
|
|
776
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.4
|
|
777
|
+
*/
|
|
778
|
+
readonly wiredAssessedInputVoltage: OptionalAttribute<number | null, any>;
|
|
779
|
+
/**
|
|
780
|
+
* Indicates the assessed frequency of the voltage, currently provided by the hard-wired source, in Hz. A
|
|
781
|
+
* value of NULL shall indicate the Node is currently unable to assess the value. If the wired source is
|
|
782
|
+
* not connected, but the Node is still able to assess a value, then the assessed value may be reported.
|
|
783
|
+
*
|
|
784
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.5
|
|
785
|
+
*/
|
|
786
|
+
readonly wiredAssessedInputFrequency: OptionalAttribute<number | null, any>;
|
|
787
|
+
/**
|
|
788
|
+
* Indicates the type of current the Node expects to be provided by the hard- wired source as specified in
|
|
789
|
+
* WiredCurrentTypeEnum.
|
|
790
|
+
*
|
|
791
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.6
|
|
792
|
+
*/
|
|
793
|
+
readonly wiredCurrentType: FixedAttribute<WiredCurrentType, any>;
|
|
794
|
+
/**
|
|
795
|
+
* Indicates the assessed instantaneous current draw of the Node on the hard- wired source, in mA
|
|
796
|
+
* (milliamps). A value of NULL shall indicate the Node is currently unable to assess the value. If the
|
|
797
|
+
* wired source is not connected, but the Node is still able to assess a value, then the assessed value may
|
|
798
|
+
* be reported.
|
|
799
|
+
*
|
|
800
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.7
|
|
801
|
+
*/
|
|
802
|
+
readonly wiredAssessedCurrent: OptionalAttribute<number | null, any>;
|
|
803
|
+
/**
|
|
804
|
+
* Indicates the nominal voltage, printed as part of the Node’s regulatory compliance label in mV
|
|
805
|
+
* (millivolts), expected to be provided by the hard-wired source.
|
|
806
|
+
*
|
|
807
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.8
|
|
808
|
+
*/
|
|
809
|
+
readonly wiredNominalVoltage: OptionalFixedAttribute<number, any>;
|
|
810
|
+
/**
|
|
811
|
+
* Indicates the maximum current, printed as part of the Node’s regulatory compliance label in mA
|
|
812
|
+
* (milliamps), expected to be provided by the hard-wired source.
|
|
813
|
+
*
|
|
814
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.9
|
|
815
|
+
*/
|
|
816
|
+
readonly wiredMaximumCurrent: OptionalFixedAttribute<number, any>;
|
|
817
|
+
/**
|
|
818
|
+
* Indicates if the Node detects that the hard-wired power source is properly connected.
|
|
819
|
+
*
|
|
820
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.10
|
|
821
|
+
*/
|
|
822
|
+
readonly wiredPresent: OptionalAttribute<boolean, any>;
|
|
823
|
+
/**
|
|
824
|
+
* Indicates the set of wired faults currently detected by the Node on this power source. This set is
|
|
825
|
+
* represented as a list of WiredFaultEnum. When the Node detects a fault has been raised, the appropriate
|
|
826
|
+
* WiredFaultEnum value shall be added to this list, provided it is not already present. This list shall
|
|
827
|
+
* NOT contain more than one instance of a specific WiredFaultEnum value. When the Node detects all
|
|
828
|
+
* conditions contributing to a fault have been cleared, the corresponding WiredFaultEnum value shall be
|
|
829
|
+
* removed from this list. An empty list shall indicate there are currently no active faults. The order of
|
|
830
|
+
* this list SHOULD have no significance. Clients interested in monitoring changes in active faults may
|
|
831
|
+
* subscribe to this attribute, or they may subscribe to WiredFaultChange.
|
|
832
|
+
*
|
|
833
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.11
|
|
834
|
+
*/
|
|
835
|
+
readonly activeWiredFaults: OptionalAttribute<WiredFault[], any>;
|
|
836
|
+
};
|
|
837
|
+
readonly events: {
|
|
838
|
+
/**
|
|
839
|
+
* The WiredFaultChange Event shall be generated when the set of wired faults currently detected by the
|
|
840
|
+
* Node on this wired power source changes. This event shall correspond to a change in value of
|
|
841
|
+
* ActiveWiredFaults.
|
|
842
|
+
*
|
|
843
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.1
|
|
844
|
+
*/
|
|
845
|
+
readonly wiredFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
846
|
+
/**
|
|
847
|
+
* This field shall represent the set of faults currently detected, as per ActiveWiredFaults.
|
|
848
|
+
*
|
|
849
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.1.1
|
|
850
|
+
*/
|
|
851
|
+
current: import("../tlv/TlvObject.js").FieldType<WiredFault[]>;
|
|
852
|
+
/**
|
|
853
|
+
* This field shall represent the set of faults detected prior to this change event, as per ActiveWiredFaults.
|
|
854
|
+
*
|
|
855
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.1.2
|
|
856
|
+
*/
|
|
857
|
+
previous: import("../tlv/TlvObject.js").FieldType<WiredFault[]>;
|
|
858
|
+
}>, any>;
|
|
859
|
+
};
|
|
860
|
+
};
|
|
861
|
+
/**
|
|
862
|
+
* A PowerSourceCluster supports these elements if it supports feature Battery.
|
|
863
|
+
*/
|
|
864
|
+
const BatteryComponent: {
|
|
865
|
+
readonly attributes: {
|
|
866
|
+
/**
|
|
867
|
+
* Indicates the currently measured output voltage of the battery in mV (millivolts). A value of NULL shall
|
|
868
|
+
* indicate the Node is currently unable to assess the value.
|
|
869
|
+
*
|
|
870
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.12
|
|
871
|
+
*/
|
|
872
|
+
readonly batVoltage: OptionalAttribute<number | null, any>;
|
|
873
|
+
/**
|
|
874
|
+
* Indicates the estimated percentage of battery charge remaining until the battery will no longer be able
|
|
875
|
+
* to provide power to the Node. Values are expressed in half percent units, ranging from 0 to 200. E.g. a
|
|
876
|
+
* value of 48 is equivalent to 24%. A value of NULL shall indicate the Node is currently unable to assess
|
|
877
|
+
* the value.
|
|
878
|
+
*
|
|
879
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.13
|
|
880
|
+
*/
|
|
881
|
+
readonly batPercentRemaining: OptionalAttribute<number | null, any>;
|
|
882
|
+
/**
|
|
883
|
+
* Indicates the estimated time in seconds before the battery will no longer be able to provide power to
|
|
884
|
+
* the Node. A value of NULL shall indicate the Node is currently unable to assess the value.
|
|
885
|
+
*
|
|
886
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.14
|
|
887
|
+
*/
|
|
888
|
+
readonly batTimeRemaining: OptionalAttribute<number | null, any>;
|
|
889
|
+
/**
|
|
890
|
+
* Indicates a coarse ranking of the charge level of the battery, used to indicate when intervention is
|
|
891
|
+
* required as specified in BatChargeLevelEnum.
|
|
892
|
+
*
|
|
893
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.15
|
|
894
|
+
*/
|
|
895
|
+
readonly batChargeLevel: Attribute<BatChargeLevel, any>;
|
|
896
|
+
/**
|
|
897
|
+
* Indicates if the battery needs to be replaced. Replacement may be simple routine maintenance, such as
|
|
898
|
+
* with a single use, non-rechargeable cell. Replacement, however, may also indicate end of life, or
|
|
899
|
+
* serious fault with a rechargeable or even non-replaceable cell.
|
|
900
|
+
*
|
|
901
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.16
|
|
902
|
+
*/
|
|
903
|
+
readonly batReplacementNeeded: Attribute<boolean, any>;
|
|
904
|
+
/**
|
|
905
|
+
* Indicates the replaceability of the battery as specified in BatReplaceabilityEnum.
|
|
906
|
+
*
|
|
907
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.17
|
|
908
|
+
*/
|
|
909
|
+
readonly batReplaceability: FixedAttribute<BatReplaceability, any>;
|
|
910
|
+
/**
|
|
911
|
+
* Indicates whether the Node detects that the batteries are properly installed.
|
|
912
|
+
*
|
|
913
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.18
|
|
914
|
+
*/
|
|
915
|
+
readonly batPresent: OptionalAttribute<boolean, any>;
|
|
916
|
+
/**
|
|
917
|
+
* Indicates the set of battery faults currently detected by the Node on this power source. This set is
|
|
918
|
+
* represented as a list of BatFaultEnum. When the Node detects a fault has been raised, the appropriate
|
|
919
|
+
* BatFaultEnum value shall be added to this list, provided it is not already present. This list shall NOT
|
|
920
|
+
* contain more than one instance of a specific BatFaultEnum value. When the Node detects all conditions
|
|
921
|
+
* contributing to a fault have been cleared, the corresponding BatFaultEnum value shall be removed from
|
|
922
|
+
* this list. An empty list shall indicate there are currently no active faults. The order of this list
|
|
923
|
+
* SHOULD have no significance. Clients interested in monitoring changes in active faults may subscribe to
|
|
924
|
+
* this attribute, or they may subscribe to BatFaultChange.
|
|
925
|
+
*
|
|
926
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.19
|
|
927
|
+
*/
|
|
928
|
+
readonly activeBatFaults: OptionalAttribute<BatFault[], any>;
|
|
929
|
+
};
|
|
930
|
+
readonly events: {
|
|
931
|
+
/**
|
|
932
|
+
* The BatFaultChange Event shall be generated when the set of battery faults currently detected by the
|
|
933
|
+
* Node on this battery power source changes. This event shall correspond to a change in value of
|
|
934
|
+
* ActiveBatFaults.
|
|
935
|
+
*
|
|
936
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.2
|
|
937
|
+
*/
|
|
938
|
+
readonly batFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
939
|
+
/**
|
|
940
|
+
* This field shall represent the set of faults currently detected, as per ActiveBatFaults.
|
|
941
|
+
*
|
|
942
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.2.1
|
|
943
|
+
*/
|
|
944
|
+
current: import("../tlv/TlvObject.js").FieldType<BatFault[]>;
|
|
945
|
+
/**
|
|
946
|
+
* This field shall represent the set of faults detected prior to this change event, as per ActiveBatFaults.
|
|
947
|
+
*
|
|
948
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.2.2
|
|
949
|
+
*/
|
|
950
|
+
previous: import("../tlv/TlvObject.js").FieldType<BatFault[]>;
|
|
951
|
+
}>, any>;
|
|
952
|
+
};
|
|
953
|
+
};
|
|
954
|
+
/**
|
|
955
|
+
* A PowerSourceCluster supports these elements if it supports feature Replaceable.
|
|
956
|
+
*/
|
|
957
|
+
const ReplaceableComponent: {
|
|
958
|
+
readonly attributes: {
|
|
959
|
+
/**
|
|
960
|
+
* This attribute shall provide a user-facing description of this battery, which SHOULD contain information
|
|
961
|
+
* required to identify a replacement, such as form factor, chemistry or preferred manufacturer.
|
|
962
|
+
*
|
|
963
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.20
|
|
964
|
+
*/
|
|
965
|
+
readonly batReplacementDescription: FixedAttribute<string, any>;
|
|
966
|
+
/**
|
|
967
|
+
* Indicates the ID of the common or colloquial designation of the battery, as specified in
|
|
968
|
+
* BatCommonDesignationEnum.
|
|
969
|
+
*
|
|
970
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.21
|
|
971
|
+
*/
|
|
972
|
+
readonly batCommonDesignation: OptionalFixedAttribute<BatCommonDesignation, any>;
|
|
973
|
+
/**
|
|
974
|
+
* Indicates the string representing the ANSI designation for the battery as specified in ANSI C18.
|
|
975
|
+
*
|
|
976
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.22
|
|
977
|
+
*/
|
|
978
|
+
readonly batAnsiDesignation: OptionalFixedAttribute<string, any>;
|
|
979
|
+
/**
|
|
980
|
+
* Indicates the string representing the IEC designation for the battery as specified in IEC 60086.
|
|
981
|
+
*
|
|
982
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.23
|
|
983
|
+
*/
|
|
984
|
+
readonly batIecDesignation: OptionalFixedAttribute<string, any>;
|
|
985
|
+
/**
|
|
986
|
+
* Indicates the ID of the preferred chemistry of the battery source as specified in
|
|
987
|
+
* BatApprovedChemistryEnum.
|
|
988
|
+
*
|
|
989
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.24
|
|
990
|
+
*/
|
|
991
|
+
readonly batApprovedChemistry: OptionalFixedAttribute<BatApprovedChemistry, any>;
|
|
992
|
+
/**
|
|
993
|
+
* Indicates the quantity of individual, user- or factory-serviceable battery cells or packs in the battery
|
|
994
|
+
* source.
|
|
995
|
+
*
|
|
996
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.26
|
|
997
|
+
*/
|
|
998
|
+
readonly batQuantity: FixedAttribute<number, any>;
|
|
999
|
+
};
|
|
1000
|
+
};
|
|
1001
|
+
/**
|
|
1002
|
+
* A PowerSourceCluster supports these elements if it supports features Replaceable or Rechargeable.
|
|
1003
|
+
*/
|
|
1004
|
+
const ReplaceableOrRechargeableComponent: {
|
|
1005
|
+
readonly attributes: {
|
|
1006
|
+
/**
|
|
1007
|
+
* Indicates the preferred minimum charge capacity rating in mAh of individual, user- or
|
|
1008
|
+
* factory-serviceable battery cells or packs in the battery source.
|
|
1009
|
+
*
|
|
1010
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.25
|
|
1011
|
+
*/
|
|
1012
|
+
readonly batCapacity: OptionalFixedAttribute<number, any>;
|
|
1013
|
+
};
|
|
1014
|
+
};
|
|
1015
|
+
/**
|
|
1016
|
+
* A PowerSourceCluster supports these elements if it supports feature Rechargeable.
|
|
1017
|
+
*/
|
|
1018
|
+
const RechargeableComponent: {
|
|
1019
|
+
readonly attributes: {
|
|
1020
|
+
/**
|
|
1021
|
+
* Indicates the current state of the battery source with respect to charging as specified in
|
|
1022
|
+
* BatChargeStateEnum.
|
|
1023
|
+
*
|
|
1024
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.27
|
|
1025
|
+
*/
|
|
1026
|
+
readonly batChargeState: Attribute<BatChargeState, any>;
|
|
1027
|
+
/**
|
|
1028
|
+
* Indicates the estimated time in seconds before the battery source will be at full charge. A value of
|
|
1029
|
+
* NULL shall indicate the Node is currently unable to assess the value.
|
|
1030
|
+
*
|
|
1031
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.28
|
|
1032
|
+
*/
|
|
1033
|
+
readonly batTimeToFullCharge: OptionalAttribute<number | null, any>;
|
|
1034
|
+
/**
|
|
1035
|
+
* Indicates whether the Node can remain operational while the battery source is charging.
|
|
1036
|
+
*
|
|
1037
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.29
|
|
1038
|
+
*/
|
|
1039
|
+
readonly batFunctionalWhileCharging: Attribute<boolean, any>;
|
|
1040
|
+
/**
|
|
1041
|
+
* Indicates assessed current in mA (milliamps) presently supplied to charge the battery source. A value of
|
|
1042
|
+
* NULL shall indicate the Node is currently unable to assess the value.
|
|
1043
|
+
*
|
|
1044
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.30
|
|
1045
|
+
*/
|
|
1046
|
+
readonly batChargingCurrent: OptionalAttribute<number | null, any>;
|
|
1047
|
+
/**
|
|
1048
|
+
* Indicates the set of charge faults currently detected by the Node on this power source. This set is
|
|
1049
|
+
* represented as a list of BatChargeFaultEnum. When the Node detects a fault has been raised, the
|
|
1050
|
+
* appropriate BatChargeFaultEnum value shall be added to this list, provided it is not already present.
|
|
1051
|
+
* This list shall NOT contain more than one instance of a specific BatChargeFaultEnum value. When the Node
|
|
1052
|
+
* detects all conditions contributing to a fault have been cleared, the corresponding BatChargeFaultEnum
|
|
1053
|
+
* value shall be removed from this list. An empty list shall indicate there are currently no active
|
|
1054
|
+
* faults. The order of this list SHOULD have no significance. Clients interested in monitoring changes in
|
|
1055
|
+
* active faults may subscribe to this attribute, or they may subscribe to the BatFaultChange event.
|
|
1056
|
+
*
|
|
1057
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.31
|
|
1058
|
+
*/
|
|
1059
|
+
readonly activeBatChargeFaults: OptionalAttribute<BatChargeFault[], any>;
|
|
1060
|
+
};
|
|
1061
|
+
readonly events: {
|
|
1062
|
+
/**
|
|
1063
|
+
* The BatChargeFaultChange Event shall be generated when the set of charge faults currently detected by
|
|
1064
|
+
* the Node on this battery power source changes. This event shall correspond to a change in value of
|
|
1065
|
+
* ActiveBatChargeFaults.
|
|
1066
|
+
*
|
|
1067
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.3
|
|
1068
|
+
*/
|
|
1069
|
+
readonly batChargeFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1070
|
+
/**
|
|
1071
|
+
* This field shall represent the set of faults currently detected, as per ActiveBatChargeFaults.
|
|
1072
|
+
*
|
|
1073
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.3.1
|
|
1074
|
+
*/
|
|
1075
|
+
current: import("../tlv/TlvObject.js").FieldType<BatChargeFault[]>;
|
|
1076
|
+
/**
|
|
1077
|
+
* This field shall represent the set of faults detected prior to this change event, as per
|
|
1078
|
+
* ActiveBatChargeFaults.
|
|
1079
|
+
*
|
|
1080
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.3.2
|
|
1081
|
+
*/
|
|
1082
|
+
previous: import("../tlv/TlvObject.js").FieldType<BatChargeFault[]>;
|
|
1083
|
+
}>, any>;
|
|
1084
|
+
};
|
|
1085
|
+
};
|
|
1086
|
+
/**
|
|
1087
|
+
* These elements and properties are present in all PowerSource clusters.
|
|
1088
|
+
*/
|
|
1089
|
+
const Base: {
|
|
1090
|
+
readonly id: 47;
|
|
1091
|
+
readonly name: "PowerSource";
|
|
1092
|
+
readonly revision: 2;
|
|
1093
|
+
readonly features: {
|
|
1094
|
+
/**
|
|
1095
|
+
* Wired
|
|
1096
|
+
*
|
|
1097
|
+
* A wired power source
|
|
1098
|
+
*/
|
|
1099
|
+
readonly wired: BitFlag;
|
|
1100
|
+
/**
|
|
1101
|
+
* Battery
|
|
1102
|
+
*
|
|
1103
|
+
* A battery power source
|
|
1104
|
+
*/
|
|
1105
|
+
readonly battery: BitFlag;
|
|
1106
|
+
/**
|
|
1107
|
+
* Rechargeable
|
|
1108
|
+
*
|
|
1109
|
+
* A rechargeable battery power source
|
|
1110
|
+
*/
|
|
1111
|
+
readonly rechargeable: BitFlag;
|
|
1112
|
+
/**
|
|
1113
|
+
* Replaceable
|
|
1114
|
+
*
|
|
1115
|
+
* A replaceable battery power source
|
|
1116
|
+
*/
|
|
1117
|
+
readonly replaceable: BitFlag;
|
|
1118
|
+
};
|
|
1119
|
+
readonly attributes: {
|
|
1120
|
+
/**
|
|
1121
|
+
* Indicates the participation of this power source in providing power to the Node as specified in
|
|
1122
|
+
* PowerSourceStatusEnum.
|
|
1123
|
+
*
|
|
1124
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.1
|
|
1125
|
+
*/
|
|
1126
|
+
readonly status: Attribute<PowerSourceStatus, any>;
|
|
1127
|
+
/**
|
|
1128
|
+
* Indicates the relative preference with which the Node will select this source to provide power. A source
|
|
1129
|
+
* with a lower order shall be selected by the Node to provide power before any other source with a higher
|
|
1130
|
+
* order, if the lower order source is available (see Status).
|
|
1131
|
+
*
|
|
1132
|
+
* Note, Order is read-only and therefore NOT intended to allow clients control over power source selection.
|
|
1133
|
+
*
|
|
1134
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.2
|
|
1135
|
+
*/
|
|
1136
|
+
readonly order: Attribute<number, any>;
|
|
1137
|
+
/**
|
|
1138
|
+
* This attribute shall provide a user-facing description of this source, used to distinguish it from other
|
|
1139
|
+
* power sources, e.g. "DC Power", "Primary Battery" or "Battery back-up". This attribute shall NOT be used
|
|
1140
|
+
* to convey information such as battery form factor, or chemistry.
|
|
1141
|
+
*
|
|
1142
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.3
|
|
1143
|
+
*/
|
|
1144
|
+
readonly description: FixedAttribute<string, any>;
|
|
1145
|
+
/**
|
|
1146
|
+
* Indicates a list of endpoints that are powered by the source defined by this cluster. Multiple instances
|
|
1147
|
+
* of this cluster may list the same endpoint, because it is possible for power for an endpoint to come
|
|
1148
|
+
* from multiple sources. In that case the Order attribute indicates their priority.
|
|
1149
|
+
*
|
|
1150
|
+
* For each power source on a node, there shall only be one instance of this cluster.
|
|
1151
|
+
*
|
|
1152
|
+
* A cluster instance with an empty list shall indicate that the power source is for the entire node, which
|
|
1153
|
+
* includes all endpoints.
|
|
1154
|
+
*
|
|
1155
|
+
* A cluster instance with a non-empty list shall include the endpoint, upon which the cluster instance
|
|
1156
|
+
* resides.
|
|
1157
|
+
*
|
|
1158
|
+
* The above rules allow that some endpoints can have an unknown power source, and therefore would not be
|
|
1159
|
+
* indicated by any instance of this cluster.
|
|
1160
|
+
*
|
|
1161
|
+
* Empty list examples
|
|
1162
|
+
*
|
|
1163
|
+
* Typically, there is one power source for the node. Also common is mains power for the node with battery
|
|
1164
|
+
* backup power for the node. In both these common cases, for each cluster instance described, the list is
|
|
1165
|
+
* empty.
|
|
1166
|
+
*
|
|
1167
|
+
* Populated list example
|
|
1168
|
+
*
|
|
1169
|
+
* A node has a mains power source with Order as 0 (zero), but some application endpoints (not all) have a
|
|
1170
|
+
* battery back up source with Order as 1, which means this list is empty for the Power Source cluster
|
|
1171
|
+
* associated with the mains power, because it indicates the entire node, but the Power Source cluster
|
|
1172
|
+
* instance associated with the battery backup would list the endpoints that have a battery backup.
|
|
1173
|
+
*
|
|
1174
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.32
|
|
1175
|
+
*/
|
|
1176
|
+
readonly endpointList: Attribute<import("../datatype/EndpointNumber.js").EndpointNumber[], any>;
|
|
1177
|
+
};
|
|
1178
|
+
/**
|
|
1179
|
+
* This metadata controls which PowerSourceCluster elements matter.js activates for specific feature
|
|
1180
|
+
* combinations.
|
|
1181
|
+
*/
|
|
1182
|
+
readonly extensions: readonly [{
|
|
1183
|
+
readonly flags: {
|
|
1184
|
+
readonly wired: true;
|
|
1185
|
+
};
|
|
1186
|
+
readonly component: {
|
|
1187
|
+
readonly attributes: {
|
|
1188
|
+
/**
|
|
1189
|
+
* Indicates the assessed RMS or DC voltage currently provided by the hard-wired source, in mV
|
|
1190
|
+
* (millivolts). A value of NULL shall indicate the Node is currently unable to assess the value. If the
|
|
1191
|
+
* wired source is not connected, but the Node is still able to assess a value, then the assessed value may
|
|
1192
|
+
* be reported.
|
|
1193
|
+
*
|
|
1194
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.4
|
|
1195
|
+
*/
|
|
1196
|
+
readonly wiredAssessedInputVoltage: OptionalAttribute<number | null, any>;
|
|
1197
|
+
/**
|
|
1198
|
+
* Indicates the assessed frequency of the voltage, currently provided by the hard-wired source, in Hz. A
|
|
1199
|
+
* value of NULL shall indicate the Node is currently unable to assess the value. If the wired source is
|
|
1200
|
+
* not connected, but the Node is still able to assess a value, then the assessed value may be reported.
|
|
1201
|
+
*
|
|
1202
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.5
|
|
1203
|
+
*/
|
|
1204
|
+
readonly wiredAssessedInputFrequency: OptionalAttribute<number | null, any>;
|
|
1205
|
+
/**
|
|
1206
|
+
* Indicates the type of current the Node expects to be provided by the hard- wired source as specified in
|
|
1207
|
+
* WiredCurrentTypeEnum.
|
|
1208
|
+
*
|
|
1209
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.6
|
|
1210
|
+
*/
|
|
1211
|
+
readonly wiredCurrentType: FixedAttribute<WiredCurrentType, any>;
|
|
1212
|
+
/**
|
|
1213
|
+
* Indicates the assessed instantaneous current draw of the Node on the hard- wired source, in mA
|
|
1214
|
+
* (milliamps). A value of NULL shall indicate the Node is currently unable to assess the value. If the
|
|
1215
|
+
* wired source is not connected, but the Node is still able to assess a value, then the assessed value may
|
|
1216
|
+
* be reported.
|
|
1217
|
+
*
|
|
1218
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.7
|
|
1219
|
+
*/
|
|
1220
|
+
readonly wiredAssessedCurrent: OptionalAttribute<number | null, any>;
|
|
1221
|
+
/**
|
|
1222
|
+
* Indicates the nominal voltage, printed as part of the Node’s regulatory compliance label in mV
|
|
1223
|
+
* (millivolts), expected to be provided by the hard-wired source.
|
|
1224
|
+
*
|
|
1225
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.8
|
|
1226
|
+
*/
|
|
1227
|
+
readonly wiredNominalVoltage: OptionalFixedAttribute<number, any>;
|
|
1228
|
+
/**
|
|
1229
|
+
* Indicates the maximum current, printed as part of the Node’s regulatory compliance label in mA
|
|
1230
|
+
* (milliamps), expected to be provided by the hard-wired source.
|
|
1231
|
+
*
|
|
1232
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.9
|
|
1233
|
+
*/
|
|
1234
|
+
readonly wiredMaximumCurrent: OptionalFixedAttribute<number, any>;
|
|
1235
|
+
/**
|
|
1236
|
+
* Indicates if the Node detects that the hard-wired power source is properly connected.
|
|
1237
|
+
*
|
|
1238
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.10
|
|
1239
|
+
*/
|
|
1240
|
+
readonly wiredPresent: OptionalAttribute<boolean, any>;
|
|
1241
|
+
/**
|
|
1242
|
+
* Indicates the set of wired faults currently detected by the Node on this power source. This set is
|
|
1243
|
+
* represented as a list of WiredFaultEnum. When the Node detects a fault has been raised, the appropriate
|
|
1244
|
+
* WiredFaultEnum value shall be added to this list, provided it is not already present. This list shall
|
|
1245
|
+
* NOT contain more than one instance of a specific WiredFaultEnum value. When the Node detects all
|
|
1246
|
+
* conditions contributing to a fault have been cleared, the corresponding WiredFaultEnum value shall be
|
|
1247
|
+
* removed from this list. An empty list shall indicate there are currently no active faults. The order of
|
|
1248
|
+
* this list SHOULD have no significance. Clients interested in monitoring changes in active faults may
|
|
1249
|
+
* subscribe to this attribute, or they may subscribe to WiredFaultChange.
|
|
1250
|
+
*
|
|
1251
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.11
|
|
1252
|
+
*/
|
|
1253
|
+
readonly activeWiredFaults: OptionalAttribute<WiredFault[], any>;
|
|
1254
|
+
};
|
|
1255
|
+
readonly events: {
|
|
1256
|
+
/**
|
|
1257
|
+
* The WiredFaultChange Event shall be generated when the set of wired faults currently detected by the
|
|
1258
|
+
* Node on this wired power source changes. This event shall correspond to a change in value of
|
|
1259
|
+
* ActiveWiredFaults.
|
|
1260
|
+
*
|
|
1261
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.1
|
|
1262
|
+
*/
|
|
1263
|
+
readonly wiredFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1264
|
+
/**
|
|
1265
|
+
* This field shall represent the set of faults currently detected, as per ActiveWiredFaults.
|
|
1266
|
+
*
|
|
1267
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.1.1
|
|
1268
|
+
*/
|
|
1269
|
+
current: import("../tlv/TlvObject.js").FieldType<WiredFault[]>;
|
|
1270
|
+
/**
|
|
1271
|
+
* This field shall represent the set of faults detected prior to this change event, as per ActiveWiredFaults.
|
|
1272
|
+
*
|
|
1273
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.1.2
|
|
1274
|
+
*/
|
|
1275
|
+
previous: import("../tlv/TlvObject.js").FieldType<WiredFault[]>;
|
|
1276
|
+
}>, any>;
|
|
1277
|
+
};
|
|
1278
|
+
};
|
|
1279
|
+
}, {
|
|
1280
|
+
readonly flags: {
|
|
1281
|
+
readonly battery: true;
|
|
1282
|
+
};
|
|
1283
|
+
readonly component: {
|
|
1284
|
+
readonly attributes: {
|
|
1285
|
+
/**
|
|
1286
|
+
* Indicates the currently measured output voltage of the battery in mV (millivolts). A value of NULL shall
|
|
1287
|
+
* indicate the Node is currently unable to assess the value.
|
|
1288
|
+
*
|
|
1289
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.12
|
|
1290
|
+
*/
|
|
1291
|
+
readonly batVoltage: OptionalAttribute<number | null, any>;
|
|
1292
|
+
/**
|
|
1293
|
+
* Indicates the estimated percentage of battery charge remaining until the battery will no longer be able
|
|
1294
|
+
* to provide power to the Node. Values are expressed in half percent units, ranging from 0 to 200. E.g. a
|
|
1295
|
+
* value of 48 is equivalent to 24%. A value of NULL shall indicate the Node is currently unable to assess
|
|
1296
|
+
* the value.
|
|
1297
|
+
*
|
|
1298
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.13
|
|
1299
|
+
*/
|
|
1300
|
+
readonly batPercentRemaining: OptionalAttribute<number | null, any>;
|
|
1301
|
+
/**
|
|
1302
|
+
* Indicates the estimated time in seconds before the battery will no longer be able to provide power to
|
|
1303
|
+
* the Node. A value of NULL shall indicate the Node is currently unable to assess the value.
|
|
1304
|
+
*
|
|
1305
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.14
|
|
1306
|
+
*/
|
|
1307
|
+
readonly batTimeRemaining: OptionalAttribute<number | null, any>;
|
|
1308
|
+
/**
|
|
1309
|
+
* Indicates a coarse ranking of the charge level of the battery, used to indicate when intervention is
|
|
1310
|
+
* required as specified in BatChargeLevelEnum.
|
|
1311
|
+
*
|
|
1312
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.15
|
|
1313
|
+
*/
|
|
1314
|
+
readonly batChargeLevel: Attribute<BatChargeLevel, any>;
|
|
1315
|
+
/**
|
|
1316
|
+
* Indicates if the battery needs to be replaced. Replacement may be simple routine maintenance, such as
|
|
1317
|
+
* with a single use, non-rechargeable cell. Replacement, however, may also indicate end of life, or
|
|
1318
|
+
* serious fault with a rechargeable or even non-replaceable cell.
|
|
1319
|
+
*
|
|
1320
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.16
|
|
1321
|
+
*/
|
|
1322
|
+
readonly batReplacementNeeded: Attribute<boolean, any>;
|
|
1323
|
+
/**
|
|
1324
|
+
* Indicates the replaceability of the battery as specified in BatReplaceabilityEnum.
|
|
1325
|
+
*
|
|
1326
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.17
|
|
1327
|
+
*/
|
|
1328
|
+
readonly batReplaceability: FixedAttribute<BatReplaceability, any>;
|
|
1329
|
+
/**
|
|
1330
|
+
* Indicates whether the Node detects that the batteries are properly installed.
|
|
1331
|
+
*
|
|
1332
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.18
|
|
1333
|
+
*/
|
|
1334
|
+
readonly batPresent: OptionalAttribute<boolean, any>;
|
|
1335
|
+
/**
|
|
1336
|
+
* Indicates the set of battery faults currently detected by the Node on this power source. This set is
|
|
1337
|
+
* represented as a list of BatFaultEnum. When the Node detects a fault has been raised, the appropriate
|
|
1338
|
+
* BatFaultEnum value shall be added to this list, provided it is not already present. This list shall NOT
|
|
1339
|
+
* contain more than one instance of a specific BatFaultEnum value. When the Node detects all conditions
|
|
1340
|
+
* contributing to a fault have been cleared, the corresponding BatFaultEnum value shall be removed from
|
|
1341
|
+
* this list. An empty list shall indicate there are currently no active faults. The order of this list
|
|
1342
|
+
* SHOULD have no significance. Clients interested in monitoring changes in active faults may subscribe to
|
|
1343
|
+
* this attribute, or they may subscribe to BatFaultChange.
|
|
1344
|
+
*
|
|
1345
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.19
|
|
1346
|
+
*/
|
|
1347
|
+
readonly activeBatFaults: OptionalAttribute<BatFault[], any>;
|
|
1348
|
+
};
|
|
1349
|
+
readonly events: {
|
|
1350
|
+
/**
|
|
1351
|
+
* The BatFaultChange Event shall be generated when the set of battery faults currently detected by the
|
|
1352
|
+
* Node on this battery power source changes. This event shall correspond to a change in value of
|
|
1353
|
+
* ActiveBatFaults.
|
|
1354
|
+
*
|
|
1355
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.2
|
|
1356
|
+
*/
|
|
1357
|
+
readonly batFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1358
|
+
/**
|
|
1359
|
+
* This field shall represent the set of faults currently detected, as per ActiveBatFaults.
|
|
1360
|
+
*
|
|
1361
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.2.1
|
|
1362
|
+
*/
|
|
1363
|
+
current: import("../tlv/TlvObject.js").FieldType<BatFault[]>;
|
|
1364
|
+
/**
|
|
1365
|
+
* This field shall represent the set of faults detected prior to this change event, as per ActiveBatFaults.
|
|
1366
|
+
*
|
|
1367
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.2.2
|
|
1368
|
+
*/
|
|
1369
|
+
previous: import("../tlv/TlvObject.js").FieldType<BatFault[]>;
|
|
1370
|
+
}>, any>;
|
|
1371
|
+
};
|
|
1372
|
+
};
|
|
1373
|
+
}, {
|
|
1374
|
+
readonly flags: {
|
|
1375
|
+
readonly replaceable: true;
|
|
1376
|
+
};
|
|
1377
|
+
readonly component: {
|
|
1378
|
+
readonly attributes: {
|
|
1379
|
+
/**
|
|
1380
|
+
* This attribute shall provide a user-facing description of this battery, which SHOULD contain information
|
|
1381
|
+
* required to identify a replacement, such as form factor, chemistry or preferred manufacturer.
|
|
1382
|
+
*
|
|
1383
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.20
|
|
1384
|
+
*/
|
|
1385
|
+
readonly batReplacementDescription: FixedAttribute<string, any>;
|
|
1386
|
+
/**
|
|
1387
|
+
* Indicates the ID of the common or colloquial designation of the battery, as specified in
|
|
1388
|
+
* BatCommonDesignationEnum.
|
|
1389
|
+
*
|
|
1390
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.21
|
|
1391
|
+
*/
|
|
1392
|
+
readonly batCommonDesignation: OptionalFixedAttribute<BatCommonDesignation, any>;
|
|
1393
|
+
/**
|
|
1394
|
+
* Indicates the string representing the ANSI designation for the battery as specified in ANSI C18.
|
|
1395
|
+
*
|
|
1396
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.22
|
|
1397
|
+
*/
|
|
1398
|
+
readonly batAnsiDesignation: OptionalFixedAttribute<string, any>;
|
|
1399
|
+
/**
|
|
1400
|
+
* Indicates the string representing the IEC designation for the battery as specified in IEC 60086.
|
|
1401
|
+
*
|
|
1402
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.23
|
|
1403
|
+
*/
|
|
1404
|
+
readonly batIecDesignation: OptionalFixedAttribute<string, any>;
|
|
1405
|
+
/**
|
|
1406
|
+
* Indicates the ID of the preferred chemistry of the battery source as specified in
|
|
1407
|
+
* BatApprovedChemistryEnum.
|
|
1408
|
+
*
|
|
1409
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.24
|
|
1410
|
+
*/
|
|
1411
|
+
readonly batApprovedChemistry: OptionalFixedAttribute<BatApprovedChemistry, any>;
|
|
1412
|
+
/**
|
|
1413
|
+
* Indicates the quantity of individual, user- or factory-serviceable battery cells or packs in the battery
|
|
1414
|
+
* source.
|
|
1415
|
+
*
|
|
1416
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.26
|
|
1417
|
+
*/
|
|
1418
|
+
readonly batQuantity: FixedAttribute<number, any>;
|
|
1419
|
+
};
|
|
1420
|
+
};
|
|
1421
|
+
}, {
|
|
1422
|
+
readonly flags: {
|
|
1423
|
+
readonly replaceable: true;
|
|
1424
|
+
};
|
|
1425
|
+
readonly component: {
|
|
1426
|
+
readonly attributes: {
|
|
1427
|
+
/**
|
|
1428
|
+
* Indicates the preferred minimum charge capacity rating in mAh of individual, user- or
|
|
1429
|
+
* factory-serviceable battery cells or packs in the battery source.
|
|
1430
|
+
*
|
|
1431
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.25
|
|
1432
|
+
*/
|
|
1433
|
+
readonly batCapacity: OptionalFixedAttribute<number, any>;
|
|
1434
|
+
};
|
|
1435
|
+
};
|
|
1436
|
+
}, {
|
|
1437
|
+
readonly flags: {
|
|
1438
|
+
readonly rechargeable: true;
|
|
1439
|
+
};
|
|
1440
|
+
readonly component: {
|
|
1441
|
+
readonly attributes: {
|
|
1442
|
+
/**
|
|
1443
|
+
* Indicates the preferred minimum charge capacity rating in mAh of individual, user- or
|
|
1444
|
+
* factory-serviceable battery cells or packs in the battery source.
|
|
1445
|
+
*
|
|
1446
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.25
|
|
1447
|
+
*/
|
|
1448
|
+
readonly batCapacity: OptionalFixedAttribute<number, any>;
|
|
1449
|
+
};
|
|
1450
|
+
};
|
|
1451
|
+
}, {
|
|
1452
|
+
readonly flags: {
|
|
1453
|
+
readonly rechargeable: true;
|
|
1454
|
+
};
|
|
1455
|
+
readonly component: {
|
|
1456
|
+
readonly attributes: {
|
|
1457
|
+
/**
|
|
1458
|
+
* Indicates the current state of the battery source with respect to charging as specified in
|
|
1459
|
+
* BatChargeStateEnum.
|
|
1460
|
+
*
|
|
1461
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.27
|
|
1462
|
+
*/
|
|
1463
|
+
readonly batChargeState: Attribute<BatChargeState, any>;
|
|
1464
|
+
/**
|
|
1465
|
+
* Indicates the estimated time in seconds before the battery source will be at full charge. A value of
|
|
1466
|
+
* NULL shall indicate the Node is currently unable to assess the value.
|
|
1467
|
+
*
|
|
1468
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.28
|
|
1469
|
+
*/
|
|
1470
|
+
readonly batTimeToFullCharge: OptionalAttribute<number | null, any>;
|
|
1471
|
+
/**
|
|
1472
|
+
* Indicates whether the Node can remain operational while the battery source is charging.
|
|
1473
|
+
*
|
|
1474
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.29
|
|
1475
|
+
*/
|
|
1476
|
+
readonly batFunctionalWhileCharging: Attribute<boolean, any>;
|
|
1477
|
+
/**
|
|
1478
|
+
* Indicates assessed current in mA (milliamps) presently supplied to charge the battery source. A value of
|
|
1479
|
+
* NULL shall indicate the Node is currently unable to assess the value.
|
|
1480
|
+
*
|
|
1481
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.30
|
|
1482
|
+
*/
|
|
1483
|
+
readonly batChargingCurrent: OptionalAttribute<number | null, any>;
|
|
1484
|
+
/**
|
|
1485
|
+
* Indicates the set of charge faults currently detected by the Node on this power source. This set is
|
|
1486
|
+
* represented as a list of BatChargeFaultEnum. When the Node detects a fault has been raised, the
|
|
1487
|
+
* appropriate BatChargeFaultEnum value shall be added to this list, provided it is not already present.
|
|
1488
|
+
* This list shall NOT contain more than one instance of a specific BatChargeFaultEnum value. When the Node
|
|
1489
|
+
* detects all conditions contributing to a fault have been cleared, the corresponding BatChargeFaultEnum
|
|
1490
|
+
* value shall be removed from this list. An empty list shall indicate there are currently no active
|
|
1491
|
+
* faults. The order of this list SHOULD have no significance. Clients interested in monitoring changes in
|
|
1492
|
+
* active faults may subscribe to this attribute, or they may subscribe to the BatFaultChange event.
|
|
1493
|
+
*
|
|
1494
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.31
|
|
1495
|
+
*/
|
|
1496
|
+
readonly activeBatChargeFaults: OptionalAttribute<BatChargeFault[], any>;
|
|
1497
|
+
};
|
|
1498
|
+
readonly events: {
|
|
1499
|
+
/**
|
|
1500
|
+
* The BatChargeFaultChange Event shall be generated when the set of charge faults currently detected by
|
|
1501
|
+
* the Node on this battery power source changes. This event shall correspond to a change in value of
|
|
1502
|
+
* ActiveBatChargeFaults.
|
|
1503
|
+
*
|
|
1504
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.3
|
|
1505
|
+
*/
|
|
1506
|
+
readonly batChargeFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1507
|
+
/**
|
|
1508
|
+
* This field shall represent the set of faults currently detected, as per ActiveBatChargeFaults.
|
|
1509
|
+
*
|
|
1510
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.3.1
|
|
1511
|
+
*/
|
|
1512
|
+
current: import("../tlv/TlvObject.js").FieldType<BatChargeFault[]>;
|
|
1513
|
+
/**
|
|
1514
|
+
* This field shall represent the set of faults detected prior to this change event, as per
|
|
1515
|
+
* ActiveBatChargeFaults.
|
|
1516
|
+
*
|
|
1517
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.3.2
|
|
1518
|
+
*/
|
|
1519
|
+
previous: import("../tlv/TlvObject.js").FieldType<BatChargeFault[]>;
|
|
1520
|
+
}>, any>;
|
|
1521
|
+
};
|
|
1522
|
+
};
|
|
1523
|
+
}, {
|
|
1524
|
+
readonly flags: {
|
|
1525
|
+
readonly rechargeable: true;
|
|
1526
|
+
readonly battery: false;
|
|
1527
|
+
};
|
|
1528
|
+
readonly component: false;
|
|
1529
|
+
}, {
|
|
1530
|
+
readonly flags: {
|
|
1531
|
+
readonly replaceable: true;
|
|
1532
|
+
readonly battery: false;
|
|
1533
|
+
};
|
|
1534
|
+
readonly component: false;
|
|
1535
|
+
}];
|
|
1536
|
+
};
|
|
1537
|
+
/**
|
|
1538
|
+
* @see {@link Cluster}
|
|
1539
|
+
*/
|
|
1540
|
+
const ClusterInstance: MutableCluster<{
|
|
1541
|
+
readonly id: 47;
|
|
1542
|
+
readonly name: "PowerSource";
|
|
1543
|
+
readonly revision: 2;
|
|
1544
|
+
readonly features: {
|
|
1545
|
+
/**
|
|
1546
|
+
* Wired
|
|
1547
|
+
*
|
|
1548
|
+
* A wired power source
|
|
1549
|
+
*/
|
|
1550
|
+
readonly wired: BitFlag;
|
|
1551
|
+
/**
|
|
1552
|
+
* Battery
|
|
1553
|
+
*
|
|
1554
|
+
* A battery power source
|
|
1555
|
+
*/
|
|
1556
|
+
readonly battery: BitFlag;
|
|
1557
|
+
/**
|
|
1558
|
+
* Rechargeable
|
|
1559
|
+
*
|
|
1560
|
+
* A rechargeable battery power source
|
|
1561
|
+
*/
|
|
1562
|
+
readonly rechargeable: BitFlag;
|
|
1563
|
+
/**
|
|
1564
|
+
* Replaceable
|
|
1565
|
+
*
|
|
1566
|
+
* A replaceable battery power source
|
|
1567
|
+
*/
|
|
1568
|
+
readonly replaceable: BitFlag;
|
|
1569
|
+
};
|
|
1570
|
+
readonly attributes: {
|
|
1571
|
+
/**
|
|
1572
|
+
* Indicates the participation of this power source in providing power to the Node as specified in
|
|
1573
|
+
* PowerSourceStatusEnum.
|
|
1574
|
+
*
|
|
1575
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.1
|
|
1576
|
+
*/
|
|
1577
|
+
readonly status: Attribute<PowerSourceStatus, any>;
|
|
1578
|
+
/**
|
|
1579
|
+
* Indicates the relative preference with which the Node will select this source to provide power. A source
|
|
1580
|
+
* with a lower order shall be selected by the Node to provide power before any other source with a higher
|
|
1581
|
+
* order, if the lower order source is available (see Status).
|
|
1582
|
+
*
|
|
1583
|
+
* Note, Order is read-only and therefore NOT intended to allow clients control over power source selection.
|
|
1584
|
+
*
|
|
1585
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.2
|
|
1586
|
+
*/
|
|
1587
|
+
readonly order: Attribute<number, any>;
|
|
1588
|
+
/**
|
|
1589
|
+
* This attribute shall provide a user-facing description of this source, used to distinguish it from other
|
|
1590
|
+
* power sources, e.g. "DC Power", "Primary Battery" or "Battery back-up". This attribute shall NOT be used
|
|
1591
|
+
* to convey information such as battery form factor, or chemistry.
|
|
1592
|
+
*
|
|
1593
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.3
|
|
1594
|
+
*/
|
|
1595
|
+
readonly description: FixedAttribute<string, any>;
|
|
1596
|
+
/**
|
|
1597
|
+
* Indicates a list of endpoints that are powered by the source defined by this cluster. Multiple instances
|
|
1598
|
+
* of this cluster may list the same endpoint, because it is possible for power for an endpoint to come
|
|
1599
|
+
* from multiple sources. In that case the Order attribute indicates their priority.
|
|
1600
|
+
*
|
|
1601
|
+
* For each power source on a node, there shall only be one instance of this cluster.
|
|
1602
|
+
*
|
|
1603
|
+
* A cluster instance with an empty list shall indicate that the power source is for the entire node, which
|
|
1604
|
+
* includes all endpoints.
|
|
1605
|
+
*
|
|
1606
|
+
* A cluster instance with a non-empty list shall include the endpoint, upon which the cluster instance
|
|
1607
|
+
* resides.
|
|
1608
|
+
*
|
|
1609
|
+
* The above rules allow that some endpoints can have an unknown power source, and therefore would not be
|
|
1610
|
+
* indicated by any instance of this cluster.
|
|
1611
|
+
*
|
|
1612
|
+
* Empty list examples
|
|
1613
|
+
*
|
|
1614
|
+
* Typically, there is one power source for the node. Also common is mains power for the node with battery
|
|
1615
|
+
* backup power for the node. In both these common cases, for each cluster instance described, the list is
|
|
1616
|
+
* empty.
|
|
1617
|
+
*
|
|
1618
|
+
* Populated list example
|
|
1619
|
+
*
|
|
1620
|
+
* A node has a mains power source with Order as 0 (zero), but some application endpoints (not all) have a
|
|
1621
|
+
* battery back up source with Order as 1, which means this list is empty for the Power Source cluster
|
|
1622
|
+
* associated with the mains power, because it indicates the entire node, but the Power Source cluster
|
|
1623
|
+
* instance associated with the battery backup would list the endpoints that have a battery backup.
|
|
1624
|
+
*
|
|
1625
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.32
|
|
1626
|
+
*/
|
|
1627
|
+
readonly endpointList: Attribute<import("../datatype/EndpointNumber.js").EndpointNumber[], any>;
|
|
1628
|
+
};
|
|
1629
|
+
/**
|
|
1630
|
+
* This metadata controls which PowerSourceCluster elements matter.js activates for specific feature
|
|
1631
|
+
* combinations.
|
|
1632
|
+
*/
|
|
1633
|
+
readonly extensions: readonly [{
|
|
1634
|
+
readonly flags: {
|
|
1635
|
+
readonly wired: true;
|
|
1636
|
+
};
|
|
1637
|
+
readonly component: {
|
|
1638
|
+
readonly attributes: {
|
|
1639
|
+
/**
|
|
1640
|
+
* Indicates the assessed RMS or DC voltage currently provided by the hard-wired source, in mV
|
|
1641
|
+
* (millivolts). A value of NULL shall indicate the Node is currently unable to assess the value. If the
|
|
1642
|
+
* wired source is not connected, but the Node is still able to assess a value, then the assessed value may
|
|
1643
|
+
* be reported.
|
|
1644
|
+
*
|
|
1645
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.4
|
|
1646
|
+
*/
|
|
1647
|
+
readonly wiredAssessedInputVoltage: OptionalAttribute<number | null, any>;
|
|
1648
|
+
/**
|
|
1649
|
+
* Indicates the assessed frequency of the voltage, currently provided by the hard-wired source, in Hz. A
|
|
1650
|
+
* value of NULL shall indicate the Node is currently unable to assess the value. If the wired source is
|
|
1651
|
+
* not connected, but the Node is still able to assess a value, then the assessed value may be reported.
|
|
1652
|
+
*
|
|
1653
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.5
|
|
1654
|
+
*/
|
|
1655
|
+
readonly wiredAssessedInputFrequency: OptionalAttribute<number | null, any>;
|
|
1656
|
+
/**
|
|
1657
|
+
* Indicates the type of current the Node expects to be provided by the hard- wired source as specified in
|
|
1658
|
+
* WiredCurrentTypeEnum.
|
|
1659
|
+
*
|
|
1660
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.6
|
|
1661
|
+
*/
|
|
1662
|
+
readonly wiredCurrentType: FixedAttribute<WiredCurrentType, any>;
|
|
1663
|
+
/**
|
|
1664
|
+
* Indicates the assessed instantaneous current draw of the Node on the hard- wired source, in mA
|
|
1665
|
+
* (milliamps). A value of NULL shall indicate the Node is currently unable to assess the value. If the
|
|
1666
|
+
* wired source is not connected, but the Node is still able to assess a value, then the assessed value may
|
|
1667
|
+
* be reported.
|
|
1668
|
+
*
|
|
1669
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.7
|
|
1670
|
+
*/
|
|
1671
|
+
readonly wiredAssessedCurrent: OptionalAttribute<number | null, any>;
|
|
1672
|
+
/**
|
|
1673
|
+
* Indicates the nominal voltage, printed as part of the Node’s regulatory compliance label in mV
|
|
1674
|
+
* (millivolts), expected to be provided by the hard-wired source.
|
|
1675
|
+
*
|
|
1676
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.8
|
|
1677
|
+
*/
|
|
1678
|
+
readonly wiredNominalVoltage: OptionalFixedAttribute<number, any>;
|
|
1679
|
+
/**
|
|
1680
|
+
* Indicates the maximum current, printed as part of the Node’s regulatory compliance label in mA
|
|
1681
|
+
* (milliamps), expected to be provided by the hard-wired source.
|
|
1682
|
+
*
|
|
1683
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.9
|
|
1684
|
+
*/
|
|
1685
|
+
readonly wiredMaximumCurrent: OptionalFixedAttribute<number, any>;
|
|
1686
|
+
/**
|
|
1687
|
+
* Indicates if the Node detects that the hard-wired power source is properly connected.
|
|
1688
|
+
*
|
|
1689
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.10
|
|
1690
|
+
*/
|
|
1691
|
+
readonly wiredPresent: OptionalAttribute<boolean, any>;
|
|
1692
|
+
/**
|
|
1693
|
+
* Indicates the set of wired faults currently detected by the Node on this power source. This set is
|
|
1694
|
+
* represented as a list of WiredFaultEnum. When the Node detects a fault has been raised, the appropriate
|
|
1695
|
+
* WiredFaultEnum value shall be added to this list, provided it is not already present. This list shall
|
|
1696
|
+
* NOT contain more than one instance of a specific WiredFaultEnum value. When the Node detects all
|
|
1697
|
+
* conditions contributing to a fault have been cleared, the corresponding WiredFaultEnum value shall be
|
|
1698
|
+
* removed from this list. An empty list shall indicate there are currently no active faults. The order of
|
|
1699
|
+
* this list SHOULD have no significance. Clients interested in monitoring changes in active faults may
|
|
1700
|
+
* subscribe to this attribute, or they may subscribe to WiredFaultChange.
|
|
1701
|
+
*
|
|
1702
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.11
|
|
1703
|
+
*/
|
|
1704
|
+
readonly activeWiredFaults: OptionalAttribute<WiredFault[], any>;
|
|
1705
|
+
};
|
|
1706
|
+
readonly events: {
|
|
1707
|
+
/**
|
|
1708
|
+
* The WiredFaultChange Event shall be generated when the set of wired faults currently detected by the
|
|
1709
|
+
* Node on this wired power source changes. This event shall correspond to a change in value of
|
|
1710
|
+
* ActiveWiredFaults.
|
|
1711
|
+
*
|
|
1712
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.1
|
|
1713
|
+
*/
|
|
1714
|
+
readonly wiredFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1715
|
+
/**
|
|
1716
|
+
* This field shall represent the set of faults currently detected, as per ActiveWiredFaults.
|
|
1717
|
+
*
|
|
1718
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.1.1
|
|
1719
|
+
*/
|
|
1720
|
+
current: import("../tlv/TlvObject.js").FieldType<WiredFault[]>;
|
|
1721
|
+
/**
|
|
1722
|
+
* This field shall represent the set of faults detected prior to this change event, as per ActiveWiredFaults.
|
|
1723
|
+
*
|
|
1724
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.1.2
|
|
1725
|
+
*/
|
|
1726
|
+
previous: import("../tlv/TlvObject.js").FieldType<WiredFault[]>;
|
|
1727
|
+
}>, any>;
|
|
1728
|
+
};
|
|
1729
|
+
};
|
|
1730
|
+
}, {
|
|
1731
|
+
readonly flags: {
|
|
1732
|
+
readonly battery: true;
|
|
1733
|
+
};
|
|
1734
|
+
readonly component: {
|
|
1735
|
+
readonly attributes: {
|
|
1736
|
+
/**
|
|
1737
|
+
* Indicates the currently measured output voltage of the battery in mV (millivolts). A value of NULL shall
|
|
1738
|
+
* indicate the Node is currently unable to assess the value.
|
|
1739
|
+
*
|
|
1740
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.12
|
|
1741
|
+
*/
|
|
1742
|
+
readonly batVoltage: OptionalAttribute<number | null, any>;
|
|
1743
|
+
/**
|
|
1744
|
+
* Indicates the estimated percentage of battery charge remaining until the battery will no longer be able
|
|
1745
|
+
* to provide power to the Node. Values are expressed in half percent units, ranging from 0 to 200. E.g. a
|
|
1746
|
+
* value of 48 is equivalent to 24%. A value of NULL shall indicate the Node is currently unable to assess
|
|
1747
|
+
* the value.
|
|
1748
|
+
*
|
|
1749
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.13
|
|
1750
|
+
*/
|
|
1751
|
+
readonly batPercentRemaining: OptionalAttribute<number | null, any>;
|
|
1752
|
+
/**
|
|
1753
|
+
* Indicates the estimated time in seconds before the battery will no longer be able to provide power to
|
|
1754
|
+
* the Node. A value of NULL shall indicate the Node is currently unable to assess the value.
|
|
1755
|
+
*
|
|
1756
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.14
|
|
1757
|
+
*/
|
|
1758
|
+
readonly batTimeRemaining: OptionalAttribute<number | null, any>;
|
|
1759
|
+
/**
|
|
1760
|
+
* Indicates a coarse ranking of the charge level of the battery, used to indicate when intervention is
|
|
1761
|
+
* required as specified in BatChargeLevelEnum.
|
|
1762
|
+
*
|
|
1763
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.15
|
|
1764
|
+
*/
|
|
1765
|
+
readonly batChargeLevel: Attribute<BatChargeLevel, any>;
|
|
1766
|
+
/**
|
|
1767
|
+
* Indicates if the battery needs to be replaced. Replacement may be simple routine maintenance, such as
|
|
1768
|
+
* with a single use, non-rechargeable cell. Replacement, however, may also indicate end of life, or
|
|
1769
|
+
* serious fault with a rechargeable or even non-replaceable cell.
|
|
1770
|
+
*
|
|
1771
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.16
|
|
1772
|
+
*/
|
|
1773
|
+
readonly batReplacementNeeded: Attribute<boolean, any>;
|
|
1774
|
+
/**
|
|
1775
|
+
* Indicates the replaceability of the battery as specified in BatReplaceabilityEnum.
|
|
1776
|
+
*
|
|
1777
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.17
|
|
1778
|
+
*/
|
|
1779
|
+
readonly batReplaceability: FixedAttribute<BatReplaceability, any>;
|
|
1780
|
+
/**
|
|
1781
|
+
* Indicates whether the Node detects that the batteries are properly installed.
|
|
1782
|
+
*
|
|
1783
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.18
|
|
1784
|
+
*/
|
|
1785
|
+
readonly batPresent: OptionalAttribute<boolean, any>;
|
|
1786
|
+
/**
|
|
1787
|
+
* Indicates the set of battery faults currently detected by the Node on this power source. This set is
|
|
1788
|
+
* represented as a list of BatFaultEnum. When the Node detects a fault has been raised, the appropriate
|
|
1789
|
+
* BatFaultEnum value shall be added to this list, provided it is not already present. This list shall NOT
|
|
1790
|
+
* contain more than one instance of a specific BatFaultEnum value. When the Node detects all conditions
|
|
1791
|
+
* contributing to a fault have been cleared, the corresponding BatFaultEnum value shall be removed from
|
|
1792
|
+
* this list. An empty list shall indicate there are currently no active faults. The order of this list
|
|
1793
|
+
* SHOULD have no significance. Clients interested in monitoring changes in active faults may subscribe to
|
|
1794
|
+
* this attribute, or they may subscribe to BatFaultChange.
|
|
1795
|
+
*
|
|
1796
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.19
|
|
1797
|
+
*/
|
|
1798
|
+
readonly activeBatFaults: OptionalAttribute<BatFault[], any>;
|
|
1799
|
+
};
|
|
1800
|
+
readonly events: {
|
|
1801
|
+
/**
|
|
1802
|
+
* The BatFaultChange Event shall be generated when the set of battery faults currently detected by the
|
|
1803
|
+
* Node on this battery power source changes. This event shall correspond to a change in value of
|
|
1804
|
+
* ActiveBatFaults.
|
|
1805
|
+
*
|
|
1806
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.2
|
|
1807
|
+
*/
|
|
1808
|
+
readonly batFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1809
|
+
/**
|
|
1810
|
+
* This field shall represent the set of faults currently detected, as per ActiveBatFaults.
|
|
1811
|
+
*
|
|
1812
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.2.1
|
|
1813
|
+
*/
|
|
1814
|
+
current: import("../tlv/TlvObject.js").FieldType<BatFault[]>;
|
|
1815
|
+
/**
|
|
1816
|
+
* This field shall represent the set of faults detected prior to this change event, as per ActiveBatFaults.
|
|
1817
|
+
*
|
|
1818
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.2.2
|
|
1819
|
+
*/
|
|
1820
|
+
previous: import("../tlv/TlvObject.js").FieldType<BatFault[]>;
|
|
1821
|
+
}>, any>;
|
|
1822
|
+
};
|
|
1823
|
+
};
|
|
1824
|
+
}, {
|
|
1825
|
+
readonly flags: {
|
|
1826
|
+
readonly replaceable: true;
|
|
1827
|
+
};
|
|
1828
|
+
readonly component: {
|
|
1829
|
+
readonly attributes: {
|
|
1830
|
+
/**
|
|
1831
|
+
* This attribute shall provide a user-facing description of this battery, which SHOULD contain information
|
|
1832
|
+
* required to identify a replacement, such as form factor, chemistry or preferred manufacturer.
|
|
1833
|
+
*
|
|
1834
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.20
|
|
1835
|
+
*/
|
|
1836
|
+
readonly batReplacementDescription: FixedAttribute<string, any>;
|
|
1837
|
+
/**
|
|
1838
|
+
* Indicates the ID of the common or colloquial designation of the battery, as specified in
|
|
1839
|
+
* BatCommonDesignationEnum.
|
|
1840
|
+
*
|
|
1841
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.21
|
|
1842
|
+
*/
|
|
1843
|
+
readonly batCommonDesignation: OptionalFixedAttribute<BatCommonDesignation, any>;
|
|
1844
|
+
/**
|
|
1845
|
+
* Indicates the string representing the ANSI designation for the battery as specified in ANSI C18.
|
|
1846
|
+
*
|
|
1847
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.22
|
|
1848
|
+
*/
|
|
1849
|
+
readonly batAnsiDesignation: OptionalFixedAttribute<string, any>;
|
|
1850
|
+
/**
|
|
1851
|
+
* Indicates the string representing the IEC designation for the battery as specified in IEC 60086.
|
|
1852
|
+
*
|
|
1853
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.23
|
|
1854
|
+
*/
|
|
1855
|
+
readonly batIecDesignation: OptionalFixedAttribute<string, any>;
|
|
1856
|
+
/**
|
|
1857
|
+
* Indicates the ID of the preferred chemistry of the battery source as specified in
|
|
1858
|
+
* BatApprovedChemistryEnum.
|
|
1859
|
+
*
|
|
1860
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.24
|
|
1861
|
+
*/
|
|
1862
|
+
readonly batApprovedChemistry: OptionalFixedAttribute<BatApprovedChemistry, any>;
|
|
1863
|
+
/**
|
|
1864
|
+
* Indicates the quantity of individual, user- or factory-serviceable battery cells or packs in the battery
|
|
1865
|
+
* source.
|
|
1866
|
+
*
|
|
1867
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.26
|
|
1868
|
+
*/
|
|
1869
|
+
readonly batQuantity: FixedAttribute<number, any>;
|
|
1870
|
+
};
|
|
1871
|
+
};
|
|
1872
|
+
}, {
|
|
1873
|
+
readonly flags: {
|
|
1874
|
+
readonly replaceable: true;
|
|
1875
|
+
};
|
|
1876
|
+
readonly component: {
|
|
1877
|
+
readonly attributes: {
|
|
1878
|
+
/**
|
|
1879
|
+
* Indicates the preferred minimum charge capacity rating in mAh of individual, user- or
|
|
1880
|
+
* factory-serviceable battery cells or packs in the battery source.
|
|
1881
|
+
*
|
|
1882
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.25
|
|
1883
|
+
*/
|
|
1884
|
+
readonly batCapacity: OptionalFixedAttribute<number, any>;
|
|
1885
|
+
};
|
|
1886
|
+
};
|
|
1887
|
+
}, {
|
|
1888
|
+
readonly flags: {
|
|
1889
|
+
readonly rechargeable: true;
|
|
1890
|
+
};
|
|
1891
|
+
readonly component: {
|
|
1892
|
+
readonly attributes: {
|
|
1893
|
+
/**
|
|
1894
|
+
* Indicates the preferred minimum charge capacity rating in mAh of individual, user- or
|
|
1895
|
+
* factory-serviceable battery cells or packs in the battery source.
|
|
1896
|
+
*
|
|
1897
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.25
|
|
1898
|
+
*/
|
|
1899
|
+
readonly batCapacity: OptionalFixedAttribute<number, any>;
|
|
1900
|
+
};
|
|
1901
|
+
};
|
|
1902
|
+
}, {
|
|
1903
|
+
readonly flags: {
|
|
1904
|
+
readonly rechargeable: true;
|
|
1905
|
+
};
|
|
1906
|
+
readonly component: {
|
|
1907
|
+
readonly attributes: {
|
|
1908
|
+
/**
|
|
1909
|
+
* Indicates the current state of the battery source with respect to charging as specified in
|
|
1910
|
+
* BatChargeStateEnum.
|
|
1911
|
+
*
|
|
1912
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.27
|
|
1913
|
+
*/
|
|
1914
|
+
readonly batChargeState: Attribute<BatChargeState, any>;
|
|
1915
|
+
/**
|
|
1916
|
+
* Indicates the estimated time in seconds before the battery source will be at full charge. A value of
|
|
1917
|
+
* NULL shall indicate the Node is currently unable to assess the value.
|
|
1918
|
+
*
|
|
1919
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.28
|
|
1920
|
+
*/
|
|
1921
|
+
readonly batTimeToFullCharge: OptionalAttribute<number | null, any>;
|
|
1922
|
+
/**
|
|
1923
|
+
* Indicates whether the Node can remain operational while the battery source is charging.
|
|
1924
|
+
*
|
|
1925
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.29
|
|
1926
|
+
*/
|
|
1927
|
+
readonly batFunctionalWhileCharging: Attribute<boolean, any>;
|
|
1928
|
+
/**
|
|
1929
|
+
* Indicates assessed current in mA (milliamps) presently supplied to charge the battery source. A value of
|
|
1930
|
+
* NULL shall indicate the Node is currently unable to assess the value.
|
|
1931
|
+
*
|
|
1932
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.30
|
|
1933
|
+
*/
|
|
1934
|
+
readonly batChargingCurrent: OptionalAttribute<number | null, any>;
|
|
1935
|
+
/**
|
|
1936
|
+
* Indicates the set of charge faults currently detected by the Node on this power source. This set is
|
|
1937
|
+
* represented as a list of BatChargeFaultEnum. When the Node detects a fault has been raised, the
|
|
1938
|
+
* appropriate BatChargeFaultEnum value shall be added to this list, provided it is not already present.
|
|
1939
|
+
* This list shall NOT contain more than one instance of a specific BatChargeFaultEnum value. When the Node
|
|
1940
|
+
* detects all conditions contributing to a fault have been cleared, the corresponding BatChargeFaultEnum
|
|
1941
|
+
* value shall be removed from this list. An empty list shall indicate there are currently no active
|
|
1942
|
+
* faults. The order of this list SHOULD have no significance. Clients interested in monitoring changes in
|
|
1943
|
+
* active faults may subscribe to this attribute, or they may subscribe to the BatFaultChange event.
|
|
1944
|
+
*
|
|
1945
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.7.31
|
|
1946
|
+
*/
|
|
1947
|
+
readonly activeBatChargeFaults: OptionalAttribute<BatChargeFault[], any>;
|
|
1948
|
+
};
|
|
1949
|
+
readonly events: {
|
|
1950
|
+
/**
|
|
1951
|
+
* The BatChargeFaultChange Event shall be generated when the set of charge faults currently detected by
|
|
1952
|
+
* the Node on this battery power source changes. This event shall correspond to a change in value of
|
|
1953
|
+
* ActiveBatChargeFaults.
|
|
1954
|
+
*
|
|
1955
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.3
|
|
1956
|
+
*/
|
|
1957
|
+
readonly batChargeFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1958
|
+
/**
|
|
1959
|
+
* This field shall represent the set of faults currently detected, as per ActiveBatChargeFaults.
|
|
1960
|
+
*
|
|
1961
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.3.1
|
|
1962
|
+
*/
|
|
1963
|
+
current: import("../tlv/TlvObject.js").FieldType<BatChargeFault[]>;
|
|
1964
|
+
/**
|
|
1965
|
+
* This field shall represent the set of faults detected prior to this change event, as per
|
|
1966
|
+
* ActiveBatChargeFaults.
|
|
1967
|
+
*
|
|
1968
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.3.2
|
|
1969
|
+
*/
|
|
1970
|
+
previous: import("../tlv/TlvObject.js").FieldType<BatChargeFault[]>;
|
|
1971
|
+
}>, any>;
|
|
1972
|
+
};
|
|
1973
|
+
};
|
|
1974
|
+
}, {
|
|
1975
|
+
readonly flags: {
|
|
1976
|
+
readonly rechargeable: true;
|
|
1977
|
+
readonly battery: false;
|
|
1978
|
+
};
|
|
1979
|
+
readonly component: false;
|
|
1980
|
+
}, {
|
|
1981
|
+
readonly flags: {
|
|
1982
|
+
readonly replaceable: true;
|
|
1983
|
+
readonly battery: false;
|
|
1984
|
+
};
|
|
1985
|
+
readonly component: false;
|
|
1986
|
+
}];
|
|
1987
|
+
}, []>;
|
|
1988
|
+
/**
|
|
1989
|
+
* This cluster is used to describe the configuration and capabilities of a physical power source that provides
|
|
1990
|
+
* power to one or more endpoints on a node. In case the node has multiple power sources, each is described by its
|
|
1991
|
+
* own cluster instance. Each instance of this cluster may be associated with one or more endpoints or the entire
|
|
1992
|
+
* node.
|
|
1993
|
+
*
|
|
1994
|
+
* PowerSourceCluster supports optional features that you can enable with the PowerSourceCluster.with() factory
|
|
1995
|
+
* method.
|
|
1996
|
+
*
|
|
1997
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7
|
|
1998
|
+
*/
|
|
1999
|
+
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
2000
|
+
}
|
|
2001
|
+
const Cluster: Cluster;
|
|
2002
|
+
/**
|
|
2003
|
+
* @see {@link Complete}
|
|
2004
|
+
*/
|
|
2005
|
+
const CompleteInstance: MutableCluster<{
|
|
2006
|
+
readonly id: import("#general").Branded<47, "ClusterId">;
|
|
2007
|
+
readonly name: "PowerSource";
|
|
2008
|
+
readonly revision: 2;
|
|
2009
|
+
readonly features: {
|
|
2010
|
+
/**
|
|
2011
|
+
* Wired
|
|
2012
|
+
*
|
|
2013
|
+
* A wired power source
|
|
2014
|
+
*/
|
|
2015
|
+
readonly wired: BitFlag;
|
|
2016
|
+
/**
|
|
2017
|
+
* Battery
|
|
2018
|
+
*
|
|
2019
|
+
* A battery power source
|
|
2020
|
+
*/
|
|
2021
|
+
readonly battery: BitFlag;
|
|
2022
|
+
/**
|
|
2023
|
+
* Rechargeable
|
|
2024
|
+
*
|
|
2025
|
+
* A rechargeable battery power source
|
|
2026
|
+
*/
|
|
2027
|
+
readonly rechargeable: BitFlag;
|
|
2028
|
+
/**
|
|
2029
|
+
* Replaceable
|
|
2030
|
+
*
|
|
2031
|
+
* A replaceable battery power source
|
|
2032
|
+
*/
|
|
2033
|
+
readonly replaceable: BitFlag;
|
|
2034
|
+
};
|
|
2035
|
+
readonly attributes: {
|
|
2036
|
+
readonly wiredAssessedInputVoltage: OptionalAttribute<number | null, any> & {
|
|
2037
|
+
readonly optional: true;
|
|
2038
|
+
readonly isConditional: true;
|
|
2039
|
+
readonly optionalIf: [] | [{
|
|
2040
|
+
wired: boolean;
|
|
2041
|
+
}];
|
|
2042
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2043
|
+
};
|
|
2044
|
+
readonly wiredAssessedInputFrequency: OptionalAttribute<number | null, any> & {
|
|
2045
|
+
readonly optional: true;
|
|
2046
|
+
readonly isConditional: true;
|
|
2047
|
+
readonly optionalIf: [] | [{
|
|
2048
|
+
wired: boolean;
|
|
2049
|
+
}];
|
|
2050
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2051
|
+
};
|
|
2052
|
+
readonly wiredCurrentType: FixedAttribute<WiredCurrentType, any> & {
|
|
2053
|
+
readonly optional: true;
|
|
2054
|
+
readonly isConditional: true;
|
|
2055
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2056
|
+
readonly mandatoryIf: [] | [{
|
|
2057
|
+
wired: boolean;
|
|
2058
|
+
}];
|
|
2059
|
+
};
|
|
2060
|
+
readonly wiredAssessedCurrent: OptionalAttribute<number | null, any> & {
|
|
2061
|
+
readonly optional: true;
|
|
2062
|
+
readonly isConditional: true;
|
|
2063
|
+
readonly optionalIf: [] | [{
|
|
2064
|
+
wired: boolean;
|
|
2065
|
+
}];
|
|
2066
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2067
|
+
};
|
|
2068
|
+
readonly wiredNominalVoltage: OptionalFixedAttribute<number, any> & {
|
|
2069
|
+
readonly optional: true;
|
|
2070
|
+
readonly isConditional: true;
|
|
2071
|
+
readonly optionalIf: [] | [{
|
|
2072
|
+
wired: boolean;
|
|
2073
|
+
}];
|
|
2074
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2075
|
+
};
|
|
2076
|
+
readonly wiredMaximumCurrent: OptionalFixedAttribute<number, any> & {
|
|
2077
|
+
readonly optional: true;
|
|
2078
|
+
readonly isConditional: true;
|
|
2079
|
+
readonly optionalIf: [] | [{
|
|
2080
|
+
wired: boolean;
|
|
2081
|
+
}];
|
|
2082
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2083
|
+
};
|
|
2084
|
+
readonly wiredPresent: OptionalAttribute<boolean, any> & {
|
|
2085
|
+
readonly optional: true;
|
|
2086
|
+
readonly isConditional: true;
|
|
2087
|
+
readonly optionalIf: [] | [{
|
|
2088
|
+
wired: boolean;
|
|
2089
|
+
}];
|
|
2090
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2091
|
+
};
|
|
2092
|
+
readonly activeWiredFaults: OptionalAttribute<WiredFault[], any> & {
|
|
2093
|
+
readonly optional: true;
|
|
2094
|
+
readonly isConditional: true;
|
|
2095
|
+
readonly optionalIf: [] | [{
|
|
2096
|
+
wired: boolean;
|
|
2097
|
+
}];
|
|
2098
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2099
|
+
};
|
|
2100
|
+
readonly batVoltage: OptionalAttribute<number | null, any> & {
|
|
2101
|
+
readonly optional: true;
|
|
2102
|
+
readonly isConditional: true;
|
|
2103
|
+
readonly optionalIf: [] | [{
|
|
2104
|
+
battery: boolean;
|
|
2105
|
+
}];
|
|
2106
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2107
|
+
};
|
|
2108
|
+
readonly batPercentRemaining: OptionalAttribute<number | null, any> & {
|
|
2109
|
+
readonly optional: true;
|
|
2110
|
+
readonly isConditional: true;
|
|
2111
|
+
readonly optionalIf: [] | [{
|
|
2112
|
+
battery: boolean;
|
|
2113
|
+
}];
|
|
2114
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2115
|
+
};
|
|
2116
|
+
readonly batTimeRemaining: OptionalAttribute<number | null, any> & {
|
|
2117
|
+
readonly optional: true;
|
|
2118
|
+
readonly isConditional: true;
|
|
2119
|
+
readonly optionalIf: [] | [{
|
|
2120
|
+
battery: boolean;
|
|
2121
|
+
}];
|
|
2122
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2123
|
+
};
|
|
2124
|
+
readonly batChargeLevel: Attribute<BatChargeLevel, any> & {
|
|
2125
|
+
readonly optional: true;
|
|
2126
|
+
readonly isConditional: true;
|
|
2127
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2128
|
+
readonly mandatoryIf: [] | [{
|
|
2129
|
+
battery: boolean;
|
|
2130
|
+
}];
|
|
2131
|
+
};
|
|
2132
|
+
readonly batReplacementNeeded: Attribute<boolean, any> & {
|
|
2133
|
+
readonly optional: true;
|
|
2134
|
+
readonly isConditional: true;
|
|
2135
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2136
|
+
readonly mandatoryIf: [] | [{
|
|
2137
|
+
battery: boolean;
|
|
2138
|
+
}];
|
|
2139
|
+
};
|
|
2140
|
+
readonly batReplaceability: FixedAttribute<BatReplaceability, any> & {
|
|
2141
|
+
readonly optional: true;
|
|
2142
|
+
readonly isConditional: true;
|
|
2143
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2144
|
+
readonly mandatoryIf: [] | [{
|
|
2145
|
+
battery: boolean;
|
|
2146
|
+
}];
|
|
2147
|
+
};
|
|
2148
|
+
readonly batPresent: OptionalAttribute<boolean, any> & {
|
|
2149
|
+
readonly optional: true;
|
|
2150
|
+
readonly isConditional: true;
|
|
2151
|
+
readonly optionalIf: [] | [{
|
|
2152
|
+
battery: boolean;
|
|
2153
|
+
}];
|
|
2154
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2155
|
+
};
|
|
2156
|
+
readonly activeBatFaults: OptionalAttribute<BatFault[], any> & {
|
|
2157
|
+
readonly optional: true;
|
|
2158
|
+
readonly isConditional: true;
|
|
2159
|
+
readonly optionalIf: [] | [{
|
|
2160
|
+
battery: boolean;
|
|
2161
|
+
}];
|
|
2162
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2163
|
+
};
|
|
2164
|
+
readonly batReplacementDescription: FixedAttribute<string, any> & {
|
|
2165
|
+
readonly optional: true;
|
|
2166
|
+
readonly isConditional: true;
|
|
2167
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2168
|
+
readonly mandatoryIf: [] | [{
|
|
2169
|
+
replaceable: boolean;
|
|
2170
|
+
}];
|
|
2171
|
+
};
|
|
2172
|
+
readonly batCommonDesignation: OptionalFixedAttribute<BatCommonDesignation, any> & {
|
|
2173
|
+
readonly optional: true;
|
|
2174
|
+
readonly isConditional: true;
|
|
2175
|
+
readonly optionalIf: [] | [{
|
|
2176
|
+
replaceable: boolean;
|
|
2177
|
+
}];
|
|
2178
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2179
|
+
};
|
|
2180
|
+
readonly batAnsiDesignation: OptionalFixedAttribute<string, any> & {
|
|
2181
|
+
readonly optional: true;
|
|
2182
|
+
readonly isConditional: true;
|
|
2183
|
+
readonly optionalIf: [] | [{
|
|
2184
|
+
replaceable: boolean;
|
|
2185
|
+
}];
|
|
2186
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2187
|
+
};
|
|
2188
|
+
readonly batIecDesignation: OptionalFixedAttribute<string, any> & {
|
|
2189
|
+
readonly optional: true;
|
|
2190
|
+
readonly isConditional: true;
|
|
2191
|
+
readonly optionalIf: [] | [{
|
|
2192
|
+
replaceable: boolean;
|
|
2193
|
+
}];
|
|
2194
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2195
|
+
};
|
|
2196
|
+
readonly batApprovedChemistry: OptionalFixedAttribute<BatApprovedChemistry, any> & {
|
|
2197
|
+
readonly optional: true;
|
|
2198
|
+
readonly isConditional: true;
|
|
2199
|
+
readonly optionalIf: [] | [{
|
|
2200
|
+
replaceable: boolean;
|
|
2201
|
+
}];
|
|
2202
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2203
|
+
};
|
|
2204
|
+
readonly batCapacity: OptionalFixedAttribute<number, any> & {
|
|
2205
|
+
readonly optional: true;
|
|
2206
|
+
readonly isConditional: true;
|
|
2207
|
+
readonly optionalIf: [] | [{
|
|
2208
|
+
replaceable: boolean;
|
|
2209
|
+
}, {
|
|
2210
|
+
rechargeable: boolean;
|
|
2211
|
+
}];
|
|
2212
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2213
|
+
};
|
|
2214
|
+
readonly batQuantity: FixedAttribute<number, any> & {
|
|
2215
|
+
readonly optional: true;
|
|
2216
|
+
readonly isConditional: true;
|
|
2217
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2218
|
+
readonly mandatoryIf: [] | [{
|
|
2219
|
+
replaceable: boolean;
|
|
2220
|
+
}];
|
|
2221
|
+
};
|
|
2222
|
+
readonly batChargeState: Attribute<BatChargeState, any> & {
|
|
2223
|
+
readonly optional: true;
|
|
2224
|
+
readonly isConditional: true;
|
|
2225
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2226
|
+
readonly mandatoryIf: [] | [{
|
|
2227
|
+
rechargeable: boolean;
|
|
2228
|
+
}];
|
|
2229
|
+
};
|
|
2230
|
+
readonly batTimeToFullCharge: OptionalAttribute<number | null, any> & {
|
|
2231
|
+
readonly optional: true;
|
|
2232
|
+
readonly isConditional: true;
|
|
2233
|
+
readonly optionalIf: [] | [{
|
|
2234
|
+
rechargeable: boolean;
|
|
2235
|
+
}];
|
|
2236
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2237
|
+
};
|
|
2238
|
+
readonly batFunctionalWhileCharging: Attribute<boolean, any> & {
|
|
2239
|
+
readonly optional: true;
|
|
2240
|
+
readonly isConditional: true;
|
|
2241
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2242
|
+
readonly mandatoryIf: [] | [{
|
|
2243
|
+
rechargeable: boolean;
|
|
2244
|
+
}];
|
|
2245
|
+
};
|
|
2246
|
+
readonly batChargingCurrent: OptionalAttribute<number | null, any> & {
|
|
2247
|
+
readonly optional: true;
|
|
2248
|
+
readonly isConditional: true;
|
|
2249
|
+
readonly optionalIf: [] | [{
|
|
2250
|
+
rechargeable: boolean;
|
|
2251
|
+
}];
|
|
2252
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2253
|
+
};
|
|
2254
|
+
readonly activeBatChargeFaults: OptionalAttribute<BatChargeFault[], any> & {
|
|
2255
|
+
readonly optional: true;
|
|
2256
|
+
readonly isConditional: true;
|
|
2257
|
+
readonly optionalIf: [] | [{
|
|
2258
|
+
rechargeable: boolean;
|
|
2259
|
+
}];
|
|
2260
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2261
|
+
};
|
|
2262
|
+
readonly status: Attribute<PowerSourceStatus, any>;
|
|
2263
|
+
readonly order: Attribute<number, any>;
|
|
2264
|
+
readonly description: FixedAttribute<string, any>;
|
|
2265
|
+
readonly endpointList: Attribute<import("../datatype/EndpointNumber.js").EndpointNumber[], any>;
|
|
2266
|
+
readonly clusterRevision: Attribute<number, never>;
|
|
2267
|
+
readonly featureMap: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2268
|
+
/**
|
|
2269
|
+
* Wired
|
|
2270
|
+
*
|
|
2271
|
+
* A wired power source
|
|
2272
|
+
*/
|
|
2273
|
+
readonly wired: BitFlag;
|
|
2274
|
+
/**
|
|
2275
|
+
* Battery
|
|
2276
|
+
*
|
|
2277
|
+
* A battery power source
|
|
2278
|
+
*/
|
|
2279
|
+
readonly battery: BitFlag;
|
|
2280
|
+
/**
|
|
2281
|
+
* Rechargeable
|
|
2282
|
+
*
|
|
2283
|
+
* A rechargeable battery power source
|
|
2284
|
+
*/
|
|
2285
|
+
readonly rechargeable: BitFlag;
|
|
2286
|
+
/**
|
|
2287
|
+
* Replaceable
|
|
2288
|
+
*
|
|
2289
|
+
* A replaceable battery power source
|
|
2290
|
+
*/
|
|
2291
|
+
readonly replaceable: BitFlag;
|
|
2292
|
+
}>, never>;
|
|
2293
|
+
readonly attributeList: Attribute<import("../index.js").AttributeId[], never>;
|
|
2294
|
+
readonly eventList: Attribute<import("../index.js").EventId[], never>;
|
|
2295
|
+
readonly acceptedCommandList: Attribute<import("../index.js").CommandId[], never>;
|
|
2296
|
+
readonly generatedCommandList: Attribute<import("../index.js").CommandId[], never>;
|
|
2297
|
+
};
|
|
2298
|
+
readonly events: {
|
|
2299
|
+
readonly wiredFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2300
|
+
/**
|
|
2301
|
+
* This field shall represent the set of faults currently detected, as per ActiveWiredFaults.
|
|
2302
|
+
*
|
|
2303
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.1.1
|
|
2304
|
+
*/
|
|
2305
|
+
current: import("../tlv/TlvObject.js").FieldType<WiredFault[]>;
|
|
2306
|
+
/**
|
|
2307
|
+
* This field shall represent the set of faults detected prior to this change event, as per ActiveWiredFaults.
|
|
2308
|
+
*
|
|
2309
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.1.2
|
|
2310
|
+
*/
|
|
2311
|
+
previous: import("../tlv/TlvObject.js").FieldType<WiredFault[]>;
|
|
2312
|
+
}>, any> & {
|
|
2313
|
+
readonly optional: true;
|
|
2314
|
+
readonly isConditional: true;
|
|
2315
|
+
readonly optionalIf: [] | [{
|
|
2316
|
+
wired: boolean;
|
|
2317
|
+
}];
|
|
2318
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2319
|
+
};
|
|
2320
|
+
readonly batFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2321
|
+
/**
|
|
2322
|
+
* This field shall represent the set of faults currently detected, as per ActiveBatFaults.
|
|
2323
|
+
*
|
|
2324
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.2.1
|
|
2325
|
+
*/
|
|
2326
|
+
current: import("../tlv/TlvObject.js").FieldType<BatFault[]>;
|
|
2327
|
+
/**
|
|
2328
|
+
* This field shall represent the set of faults detected prior to this change event, as per ActiveBatFaults.
|
|
2329
|
+
*
|
|
2330
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.2.2
|
|
2331
|
+
*/
|
|
2332
|
+
previous: import("../tlv/TlvObject.js").FieldType<BatFault[]>;
|
|
2333
|
+
}>, any> & {
|
|
2334
|
+
readonly optional: true;
|
|
2335
|
+
readonly isConditional: true;
|
|
2336
|
+
readonly optionalIf: [] | [{
|
|
2337
|
+
battery: boolean;
|
|
2338
|
+
}];
|
|
2339
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2340
|
+
};
|
|
2341
|
+
readonly batChargeFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2342
|
+
/**
|
|
2343
|
+
* This field shall represent the set of faults currently detected, as per ActiveBatChargeFaults.
|
|
2344
|
+
*
|
|
2345
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.3.1
|
|
2346
|
+
*/
|
|
2347
|
+
current: import("../tlv/TlvObject.js").FieldType<BatChargeFault[]>;
|
|
2348
|
+
/**
|
|
2349
|
+
* This field shall represent the set of faults detected prior to this change event, as per
|
|
2350
|
+
* ActiveBatChargeFaults.
|
|
2351
|
+
*
|
|
2352
|
+
* @see {@link MatterSpecification.v13.Core} § 11.7.8.3.2
|
|
2353
|
+
*/
|
|
2354
|
+
previous: import("../tlv/TlvObject.js").FieldType<BatChargeFault[]>;
|
|
2355
|
+
}>, any> & {
|
|
2356
|
+
readonly optional: true;
|
|
2357
|
+
readonly isConditional: true;
|
|
2358
|
+
readonly optionalIf: [] | [{
|
|
2359
|
+
rechargeable: boolean;
|
|
2360
|
+
}];
|
|
2361
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
2362
|
+
};
|
|
2363
|
+
};
|
|
2364
|
+
}, []>;
|
|
2365
|
+
/**
|
|
2366
|
+
* This cluster supports all PowerSource features. It may support illegal feature combinations.
|
|
2367
|
+
*
|
|
2368
|
+
* If you use this cluster you must manually specify which features are active and ensure the set of active
|
|
2369
|
+
* features is legal per the Matter specification.
|
|
2370
|
+
*/
|
|
2371
|
+
interface Complete extends Identity<typeof CompleteInstance> {
|
|
2372
|
+
}
|
|
2373
|
+
const Complete: Complete;
|
|
2374
|
+
}
|
|
2375
|
+
export type PowerSourceCluster = PowerSource.Cluster;
|
|
2376
|
+
export declare const PowerSourceCluster: PowerSource.Cluster;
|
|
2377
|
+
//# sourceMappingURL=power-source.d.ts.map
|