@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,4485 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2022-2024 Matter.js Authors
|
|
4
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
+
*/
|
|
6
|
+
/*** THIS FILE IS GENERATED, DO NOT EDIT ***/
|
|
7
|
+
import { MutableCluster } from "../cluster/mutation/MutableCluster.js";
|
|
8
|
+
import { Attribute, OptionalFixedAttribute, OptionalAttribute, WritableAttribute, OptionalWritableAttribute, FixedAttribute, Command } from "../cluster/Cluster.js";
|
|
9
|
+
import { BitFlag, BitField } from "../schema/BitmapSchema.js";
|
|
10
|
+
import { TypeFromSchema } from "../tlv/TlvSchema.js";
|
|
11
|
+
import { Identity } from "#general";
|
|
12
|
+
export declare namespace Thermostat {
|
|
13
|
+
/**
|
|
14
|
+
* These are optional features supported by ThermostatCluster.
|
|
15
|
+
*
|
|
16
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.4
|
|
17
|
+
*/
|
|
18
|
+
enum Feature {
|
|
19
|
+
/**
|
|
20
|
+
* Heating (HEAT)
|
|
21
|
+
*
|
|
22
|
+
* Thermostat is capable of managing a heating device
|
|
23
|
+
*/
|
|
24
|
+
Heating = "Heating",
|
|
25
|
+
/**
|
|
26
|
+
* Cooling (COOL)
|
|
27
|
+
*
|
|
28
|
+
* Thermostat is capable of managing a cooling device
|
|
29
|
+
*/
|
|
30
|
+
Cooling = "Cooling",
|
|
31
|
+
/**
|
|
32
|
+
* Occupancy (OCC)
|
|
33
|
+
*
|
|
34
|
+
* Supports Occupied and Unoccupied setpoints
|
|
35
|
+
*/
|
|
36
|
+
Occupancy = "Occupancy",
|
|
37
|
+
/**
|
|
38
|
+
* ScheduleConfiguration (SCH)
|
|
39
|
+
*
|
|
40
|
+
* Supports remote configuration of a weekly schedule of setpoint transitions
|
|
41
|
+
*/
|
|
42
|
+
ScheduleConfiguration = "ScheduleConfiguration",
|
|
43
|
+
/**
|
|
44
|
+
* Setback (SB)
|
|
45
|
+
*
|
|
46
|
+
* Supports configurable setback (or span)
|
|
47
|
+
*/
|
|
48
|
+
Setback = "Setback",
|
|
49
|
+
/**
|
|
50
|
+
* AutoMode (AUTO)
|
|
51
|
+
*
|
|
52
|
+
* Supports a System Mode of Auto
|
|
53
|
+
*/
|
|
54
|
+
AutoMode = "AutoMode",
|
|
55
|
+
/**
|
|
56
|
+
* LocalTemperatureNotExposed (LTNE)
|
|
57
|
+
*
|
|
58
|
+
* This feature indicates that the Calculated Local Temperature used internally is unavailable to report
|
|
59
|
+
* externally, for example due to the temperature control being done by a separate subsystem which does not
|
|
60
|
+
* offer a view into the currently measured temperature, but allows setpoints to be provided.
|
|
61
|
+
*
|
|
62
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.4.1
|
|
63
|
+
*/
|
|
64
|
+
LocalTemperatureNotExposed = "LocalTemperatureNotExposed"
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.22
|
|
68
|
+
*/
|
|
69
|
+
enum ThermostatRunningMode {
|
|
70
|
+
/**
|
|
71
|
+
* The Thermostat does not generate demand for Cooling or Heating
|
|
72
|
+
*/
|
|
73
|
+
Off = 0,
|
|
74
|
+
/**
|
|
75
|
+
* Demand is only generated for Cooling
|
|
76
|
+
*/
|
|
77
|
+
Cool = 3,
|
|
78
|
+
/**
|
|
79
|
+
* Demand is only generated for Heating
|
|
80
|
+
*/
|
|
81
|
+
Heat = 4
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.20
|
|
85
|
+
*/
|
|
86
|
+
enum StartOfWeek {
|
|
87
|
+
Sunday = 0,
|
|
88
|
+
Monday = 1,
|
|
89
|
+
Tuesday = 2,
|
|
90
|
+
Wednesday = 3,
|
|
91
|
+
Thursday = 4,
|
|
92
|
+
Friday = 5,
|
|
93
|
+
Saturday = 6
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.10
|
|
97
|
+
*/
|
|
98
|
+
const ScheduleDayOfWeek: {
|
|
99
|
+
/**
|
|
100
|
+
* Sunday
|
|
101
|
+
*/
|
|
102
|
+
sunday: BitFlag;
|
|
103
|
+
/**
|
|
104
|
+
* Monday
|
|
105
|
+
*/
|
|
106
|
+
monday: BitFlag;
|
|
107
|
+
/**
|
|
108
|
+
* Tuesday
|
|
109
|
+
*/
|
|
110
|
+
tuesday: BitFlag;
|
|
111
|
+
/**
|
|
112
|
+
* Wednesday
|
|
113
|
+
*/
|
|
114
|
+
wednesday: BitFlag;
|
|
115
|
+
/**
|
|
116
|
+
* Thursday
|
|
117
|
+
*/
|
|
118
|
+
thursday: BitFlag;
|
|
119
|
+
/**
|
|
120
|
+
* Friday
|
|
121
|
+
*/
|
|
122
|
+
friday: BitFlag;
|
|
123
|
+
/**
|
|
124
|
+
* Saturday
|
|
125
|
+
*/
|
|
126
|
+
saturday: BitFlag;
|
|
127
|
+
/**
|
|
128
|
+
* Away or Vacation
|
|
129
|
+
*/
|
|
130
|
+
away: BitFlag;
|
|
131
|
+
};
|
|
132
|
+
/**
|
|
133
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.11
|
|
134
|
+
*/
|
|
135
|
+
const ScheduleMode: {
|
|
136
|
+
/**
|
|
137
|
+
* Adjust Heat Setpoint
|
|
138
|
+
*/
|
|
139
|
+
heatSetpointPresent: BitFlag;
|
|
140
|
+
/**
|
|
141
|
+
* Adjust Cool Setpoint
|
|
142
|
+
*/
|
|
143
|
+
coolSetpointPresent: BitFlag;
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* This represents a single transition in a Thermostat schedule
|
|
147
|
+
*
|
|
148
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24
|
|
149
|
+
*/
|
|
150
|
+
const TlvWeeklyScheduleTransition: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
151
|
+
/**
|
|
152
|
+
* This field shall represent the start time of the schedule transition during the associated day. The time
|
|
153
|
+
* will be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am
|
|
154
|
+
* will be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since
|
|
155
|
+
* midnight.
|
|
156
|
+
*
|
|
157
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.1
|
|
158
|
+
*/
|
|
159
|
+
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
160
|
+
/**
|
|
161
|
+
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
162
|
+
*
|
|
163
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.2
|
|
164
|
+
*/
|
|
165
|
+
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
166
|
+
/**
|
|
167
|
+
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
168
|
+
*
|
|
169
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.3
|
|
170
|
+
*/
|
|
171
|
+
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
172
|
+
}>;
|
|
173
|
+
/**
|
|
174
|
+
* This represents a single transition in a Thermostat schedule
|
|
175
|
+
*
|
|
176
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24
|
|
177
|
+
*/
|
|
178
|
+
interface WeeklyScheduleTransition extends TypeFromSchema<typeof TlvWeeklyScheduleTransition> {
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* Input to the Thermostat setWeeklySchedule command
|
|
182
|
+
*
|
|
183
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4
|
|
184
|
+
*/
|
|
185
|
+
const TlvSetWeeklyScheduleRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
186
|
+
/**
|
|
187
|
+
* This field shall indicate how many individual transitions to expect for this sequence of commands. If a
|
|
188
|
+
* device supports more than 10 transitions in its schedule they can send this by sending more than 1 “Set
|
|
189
|
+
* Weekly Schedule” command, each containing the separate information that the device needs to set.
|
|
190
|
+
*
|
|
191
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.1
|
|
192
|
+
*/
|
|
193
|
+
numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
|
|
194
|
+
/**
|
|
195
|
+
* This field shall represent the day of the week at which all the transitions within the payload of the
|
|
196
|
+
* command SHOULD be associated to. This field is a bitmap and therefore the associated setpoint could overlap
|
|
197
|
+
* onto multiple days (you could set one transition time for all “week days” or whatever combination of days
|
|
198
|
+
* the implementation requests).
|
|
199
|
+
*
|
|
200
|
+
* Each setpoint transition will begin with the day of week for this transition. There can be up to 10
|
|
201
|
+
* transitions for each command.
|
|
202
|
+
*
|
|
203
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.2
|
|
204
|
+
*/
|
|
205
|
+
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
206
|
+
/**
|
|
207
|
+
* Sunday
|
|
208
|
+
*/
|
|
209
|
+
sunday: BitFlag;
|
|
210
|
+
/**
|
|
211
|
+
* Monday
|
|
212
|
+
*/
|
|
213
|
+
monday: BitFlag;
|
|
214
|
+
/**
|
|
215
|
+
* Tuesday
|
|
216
|
+
*/
|
|
217
|
+
tuesday: BitFlag;
|
|
218
|
+
/**
|
|
219
|
+
* Wednesday
|
|
220
|
+
*/
|
|
221
|
+
wednesday: BitFlag;
|
|
222
|
+
/**
|
|
223
|
+
* Thursday
|
|
224
|
+
*/
|
|
225
|
+
thursday: BitFlag;
|
|
226
|
+
/**
|
|
227
|
+
* Friday
|
|
228
|
+
*/
|
|
229
|
+
friday: BitFlag;
|
|
230
|
+
/**
|
|
231
|
+
* Saturday
|
|
232
|
+
*/
|
|
233
|
+
saturday: BitFlag;
|
|
234
|
+
/**
|
|
235
|
+
* Away or Vacation
|
|
236
|
+
*/
|
|
237
|
+
away: BitFlag;
|
|
238
|
+
}>>;
|
|
239
|
+
/**
|
|
240
|
+
* This field shall indicate how the application decodes the setpoint fields of each transition in the
|
|
241
|
+
* Transitions list.
|
|
242
|
+
*
|
|
243
|
+
* If the HeatSetpointPresent bit is On, the HeatSetpoint field shall NOT be null in every entry of the
|
|
244
|
+
* Transitions list.
|
|
245
|
+
*
|
|
246
|
+
* If the HeatSetpointPresent bit is Off, the HeatSetpoint field shall be null in every entry of the
|
|
247
|
+
* Transitions list.
|
|
248
|
+
*
|
|
249
|
+
* If the CoolSetpointPresent bit is On, the CoolSetpoint field shall NOT be null in every entry of the
|
|
250
|
+
* Transitions list.
|
|
251
|
+
*
|
|
252
|
+
* If the CoolSetpointPresent bit is Off, the CoolSetpoint field shall be null in every entry of the
|
|
253
|
+
* Transitions list.
|
|
254
|
+
*
|
|
255
|
+
* At least one of the bits in the Mode For Sequence byte shall be on.
|
|
256
|
+
*
|
|
257
|
+
* Both bits must be respected, even if the HEAT or COOL feature is not supported, to ensure the command is
|
|
258
|
+
* decoded and handled correctly.
|
|
259
|
+
*
|
|
260
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.3
|
|
261
|
+
*/
|
|
262
|
+
modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
263
|
+
/**
|
|
264
|
+
* Adjust Heat Setpoint
|
|
265
|
+
*/
|
|
266
|
+
heatSetpointPresent: BitFlag;
|
|
267
|
+
/**
|
|
268
|
+
* Adjust Cool Setpoint
|
|
269
|
+
*/
|
|
270
|
+
coolSetpointPresent: BitFlag;
|
|
271
|
+
}>>;
|
|
272
|
+
/**
|
|
273
|
+
* This field shall contain the list of setpoint transitions used to update the specified daily schedules
|
|
274
|
+
*
|
|
275
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.4
|
|
276
|
+
*/
|
|
277
|
+
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
278
|
+
/**
|
|
279
|
+
* This field shall represent the start time of the schedule transition during the associated day. The time
|
|
280
|
+
* will be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am
|
|
281
|
+
* will be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since
|
|
282
|
+
* midnight.
|
|
283
|
+
*
|
|
284
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.1
|
|
285
|
+
*/
|
|
286
|
+
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
287
|
+
/**
|
|
288
|
+
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
289
|
+
*
|
|
290
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.2
|
|
291
|
+
*/
|
|
292
|
+
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
293
|
+
/**
|
|
294
|
+
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
295
|
+
*
|
|
296
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.3
|
|
297
|
+
*/
|
|
298
|
+
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
299
|
+
}>[]>;
|
|
300
|
+
}>;
|
|
301
|
+
/**
|
|
302
|
+
* Input to the Thermostat setWeeklySchedule command
|
|
303
|
+
*
|
|
304
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4
|
|
305
|
+
*/
|
|
306
|
+
interface SetWeeklyScheduleRequest extends TypeFromSchema<typeof TlvSetWeeklyScheduleRequest> {
|
|
307
|
+
}
|
|
308
|
+
/**
|
|
309
|
+
* Input to the Thermostat getWeeklySchedule command
|
|
310
|
+
*
|
|
311
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.5
|
|
312
|
+
*/
|
|
313
|
+
const TlvGetWeeklyScheduleRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
314
|
+
/**
|
|
315
|
+
* This field shall indicate the number of days the client would like to return the setpoint values for and
|
|
316
|
+
* could be any combination of single days or the entire week.
|
|
317
|
+
*
|
|
318
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.5.1
|
|
319
|
+
*/
|
|
320
|
+
daysToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
321
|
+
/**
|
|
322
|
+
* Sunday
|
|
323
|
+
*/
|
|
324
|
+
sunday: BitFlag;
|
|
325
|
+
/**
|
|
326
|
+
* Monday
|
|
327
|
+
*/
|
|
328
|
+
monday: BitFlag;
|
|
329
|
+
/**
|
|
330
|
+
* Tuesday
|
|
331
|
+
*/
|
|
332
|
+
tuesday: BitFlag;
|
|
333
|
+
/**
|
|
334
|
+
* Wednesday
|
|
335
|
+
*/
|
|
336
|
+
wednesday: BitFlag;
|
|
337
|
+
/**
|
|
338
|
+
* Thursday
|
|
339
|
+
*/
|
|
340
|
+
thursday: BitFlag;
|
|
341
|
+
/**
|
|
342
|
+
* Friday
|
|
343
|
+
*/
|
|
344
|
+
friday: BitFlag;
|
|
345
|
+
/**
|
|
346
|
+
* Saturday
|
|
347
|
+
*/
|
|
348
|
+
saturday: BitFlag;
|
|
349
|
+
/**
|
|
350
|
+
* Away or Vacation
|
|
351
|
+
*/
|
|
352
|
+
away: BitFlag;
|
|
353
|
+
}>>;
|
|
354
|
+
/**
|
|
355
|
+
* This field shall indicate the mode the client would like to return the set point values for and could be any
|
|
356
|
+
* combination of heat only, cool only or heat & cool.
|
|
357
|
+
*
|
|
358
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.5.2
|
|
359
|
+
*/
|
|
360
|
+
modeToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
361
|
+
/**
|
|
362
|
+
* Adjust Heat Setpoint
|
|
363
|
+
*/
|
|
364
|
+
heatSetpointPresent: BitFlag;
|
|
365
|
+
/**
|
|
366
|
+
* Adjust Cool Setpoint
|
|
367
|
+
*/
|
|
368
|
+
coolSetpointPresent: BitFlag;
|
|
369
|
+
}>>;
|
|
370
|
+
}>;
|
|
371
|
+
/**
|
|
372
|
+
* Input to the Thermostat getWeeklySchedule command
|
|
373
|
+
*
|
|
374
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.5
|
|
375
|
+
*/
|
|
376
|
+
interface GetWeeklyScheduleRequest extends TypeFromSchema<typeof TlvGetWeeklyScheduleRequest> {
|
|
377
|
+
}
|
|
378
|
+
/**
|
|
379
|
+
* This command has the same payload format as the Set Weekly Schedule.
|
|
380
|
+
*
|
|
381
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.6
|
|
382
|
+
*/
|
|
383
|
+
const TlvGetWeeklyScheduleResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
384
|
+
numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
|
|
385
|
+
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
386
|
+
/**
|
|
387
|
+
* Sunday
|
|
388
|
+
*/
|
|
389
|
+
sunday: BitFlag;
|
|
390
|
+
/**
|
|
391
|
+
* Monday
|
|
392
|
+
*/
|
|
393
|
+
monday: BitFlag;
|
|
394
|
+
/**
|
|
395
|
+
* Tuesday
|
|
396
|
+
*/
|
|
397
|
+
tuesday: BitFlag;
|
|
398
|
+
/**
|
|
399
|
+
* Wednesday
|
|
400
|
+
*/
|
|
401
|
+
wednesday: BitFlag;
|
|
402
|
+
/**
|
|
403
|
+
* Thursday
|
|
404
|
+
*/
|
|
405
|
+
thursday: BitFlag;
|
|
406
|
+
/**
|
|
407
|
+
* Friday
|
|
408
|
+
*/
|
|
409
|
+
friday: BitFlag;
|
|
410
|
+
/**
|
|
411
|
+
* Saturday
|
|
412
|
+
*/
|
|
413
|
+
saturday: BitFlag;
|
|
414
|
+
/**
|
|
415
|
+
* Away or Vacation
|
|
416
|
+
*/
|
|
417
|
+
away: BitFlag;
|
|
418
|
+
}>>;
|
|
419
|
+
modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
420
|
+
/**
|
|
421
|
+
* Adjust Heat Setpoint
|
|
422
|
+
*/
|
|
423
|
+
heatSetpointPresent: BitFlag;
|
|
424
|
+
/**
|
|
425
|
+
* Adjust Cool Setpoint
|
|
426
|
+
*/
|
|
427
|
+
coolSetpointPresent: BitFlag;
|
|
428
|
+
}>>;
|
|
429
|
+
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
430
|
+
/**
|
|
431
|
+
* This field shall represent the start time of the schedule transition during the associated day. The time
|
|
432
|
+
* will be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am
|
|
433
|
+
* will be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since
|
|
434
|
+
* midnight.
|
|
435
|
+
*
|
|
436
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.1
|
|
437
|
+
*/
|
|
438
|
+
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
439
|
+
/**
|
|
440
|
+
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
441
|
+
*
|
|
442
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.2
|
|
443
|
+
*/
|
|
444
|
+
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
445
|
+
/**
|
|
446
|
+
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
447
|
+
*
|
|
448
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.3
|
|
449
|
+
*/
|
|
450
|
+
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
451
|
+
}>[]>;
|
|
452
|
+
}>;
|
|
453
|
+
/**
|
|
454
|
+
* This command has the same payload format as the Set Weekly Schedule.
|
|
455
|
+
*
|
|
456
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.6
|
|
457
|
+
*/
|
|
458
|
+
interface GetWeeklyScheduleResponse extends TypeFromSchema<typeof TlvGetWeeklyScheduleResponse> {
|
|
459
|
+
}
|
|
460
|
+
/**
|
|
461
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.9
|
|
462
|
+
*/
|
|
463
|
+
const RemoteSensing: {
|
|
464
|
+
/**
|
|
465
|
+
* Calculated Local Temperature is derived from a remote node
|
|
466
|
+
*/
|
|
467
|
+
localTemperature: BitFlag;
|
|
468
|
+
/**
|
|
469
|
+
* OutdoorTemperature is derived from a remote node
|
|
470
|
+
*
|
|
471
|
+
* This bit shall be supported if the OutdoorTemperature attribute is supported.
|
|
472
|
+
*
|
|
473
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.9.1
|
|
474
|
+
*/
|
|
475
|
+
outdoorTemperature: BitFlag;
|
|
476
|
+
/**
|
|
477
|
+
* Occupancy is derived from a remote node
|
|
478
|
+
*/
|
|
479
|
+
occupancy: BitFlag;
|
|
480
|
+
};
|
|
481
|
+
/**
|
|
482
|
+
* NOTE
|
|
483
|
+
*
|
|
484
|
+
* CoolingAndHeating
|
|
485
|
+
*
|
|
486
|
+
* A thermostat indicating it supports CoolingAndHeating (or CoolingAndHeatingWithReheat) SHOULD be able to request
|
|
487
|
+
* heating or cooling on demand and will usually support the Auto SystemMode.
|
|
488
|
+
*
|
|
489
|
+
* Systems which support cooling or heating, requiring external intervention to change modes or where the whole
|
|
490
|
+
* building must be in the same mode, SHOULD report CoolingOnly or HeatingOnly based on the current capability.
|
|
491
|
+
*
|
|
492
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.18
|
|
493
|
+
*/
|
|
494
|
+
enum ControlSequenceOfOperation {
|
|
495
|
+
/**
|
|
496
|
+
* Heat and Emergency are not possible
|
|
497
|
+
*/
|
|
498
|
+
CoolingOnly = 0,
|
|
499
|
+
/**
|
|
500
|
+
* Heat and Emergency are not possible
|
|
501
|
+
*/
|
|
502
|
+
CoolingWithReheat = 1,
|
|
503
|
+
/**
|
|
504
|
+
* Cool and precooling (see Terms) are not possible
|
|
505
|
+
*/
|
|
506
|
+
HeatingOnly = 2,
|
|
507
|
+
/**
|
|
508
|
+
* Cool and precooling are not possible
|
|
509
|
+
*/
|
|
510
|
+
HeatingWithReheat = 3,
|
|
511
|
+
/**
|
|
512
|
+
* All modes are possible
|
|
513
|
+
*/
|
|
514
|
+
CoolingAndHeating = 4,
|
|
515
|
+
/**
|
|
516
|
+
* All modes are possible
|
|
517
|
+
*/
|
|
518
|
+
CoolingAndHeatingWithReheat = 5
|
|
519
|
+
}
|
|
520
|
+
/**
|
|
521
|
+
* Table 35. Interpretation of Heat, Cool and Auto SystemModeEnum Values
|
|
522
|
+
*
|
|
523
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.21
|
|
524
|
+
*/
|
|
525
|
+
enum SystemMode {
|
|
526
|
+
/**
|
|
527
|
+
* The Thermostat does not generate demand for Cooling or Heating
|
|
528
|
+
*/
|
|
529
|
+
Off = 0,
|
|
530
|
+
/**
|
|
531
|
+
* Demand is generated for either Cooling or Heating, as required
|
|
532
|
+
*/
|
|
533
|
+
Auto = 1,
|
|
534
|
+
/**
|
|
535
|
+
* Demand is only generated for Cooling
|
|
536
|
+
*/
|
|
537
|
+
Cool = 3,
|
|
538
|
+
/**
|
|
539
|
+
* Demand is only generated for Heating
|
|
540
|
+
*/
|
|
541
|
+
Heat = 4,
|
|
542
|
+
/**
|
|
543
|
+
* 2nd stage heating is in use to achieve desired temperature
|
|
544
|
+
*/
|
|
545
|
+
EmergencyHeat = 5,
|
|
546
|
+
/**
|
|
547
|
+
* (see Terms)
|
|
548
|
+
*/
|
|
549
|
+
Precooling = 6,
|
|
550
|
+
FanOnly = 7,
|
|
551
|
+
Dry = 8,
|
|
552
|
+
Sleep = 9
|
|
553
|
+
}
|
|
554
|
+
/**
|
|
555
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.23
|
|
556
|
+
*/
|
|
557
|
+
enum TemperatureSetpointHold {
|
|
558
|
+
/**
|
|
559
|
+
* Follow scheduling program
|
|
560
|
+
*/
|
|
561
|
+
SetpointHoldOff = 0,
|
|
562
|
+
/**
|
|
563
|
+
* Maintain current setpoint, regardless of schedule transitions
|
|
564
|
+
*/
|
|
565
|
+
SetpointHoldOn = 1
|
|
566
|
+
}
|
|
567
|
+
/**
|
|
568
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.7
|
|
569
|
+
*/
|
|
570
|
+
const ProgrammingOperationMode: {
|
|
571
|
+
/**
|
|
572
|
+
* Schedule programming mode. This enables any programmed weekly schedule configurations.
|
|
573
|
+
*/
|
|
574
|
+
scheduleActive: BitFlag;
|
|
575
|
+
/**
|
|
576
|
+
* Auto/recovery mode
|
|
577
|
+
*/
|
|
578
|
+
autoRecovery: BitFlag;
|
|
579
|
+
/**
|
|
580
|
+
* Economy/EnergyStar mode
|
|
581
|
+
*/
|
|
582
|
+
economy: BitFlag;
|
|
583
|
+
};
|
|
584
|
+
/**
|
|
585
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.8
|
|
586
|
+
*/
|
|
587
|
+
const RelayState: {
|
|
588
|
+
/**
|
|
589
|
+
* Heat State On
|
|
590
|
+
*/
|
|
591
|
+
heat: BitFlag;
|
|
592
|
+
/**
|
|
593
|
+
* Cool State On
|
|
594
|
+
*/
|
|
595
|
+
cool: BitFlag;
|
|
596
|
+
/**
|
|
597
|
+
* Fan State On
|
|
598
|
+
*/
|
|
599
|
+
fan: BitFlag;
|
|
600
|
+
/**
|
|
601
|
+
* Heat 2nd State On
|
|
602
|
+
*/
|
|
603
|
+
heatStage2: BitFlag;
|
|
604
|
+
/**
|
|
605
|
+
* Cool 2nd State On
|
|
606
|
+
*/
|
|
607
|
+
coolStage2: BitFlag;
|
|
608
|
+
/**
|
|
609
|
+
* Fan 2nd State On
|
|
610
|
+
*/
|
|
611
|
+
fanStage2: BitFlag;
|
|
612
|
+
/**
|
|
613
|
+
* Fan 3rd Stage On
|
|
614
|
+
*/
|
|
615
|
+
fanStage3: BitFlag;
|
|
616
|
+
};
|
|
617
|
+
/**
|
|
618
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.19
|
|
619
|
+
*/
|
|
620
|
+
enum SetpointChangeSource {
|
|
621
|
+
/**
|
|
622
|
+
* Manual, user-initiated setpoint change via the thermostat
|
|
623
|
+
*/
|
|
624
|
+
Manual = 0,
|
|
625
|
+
/**
|
|
626
|
+
* Schedule/internal programming-initiated setpoint change
|
|
627
|
+
*/
|
|
628
|
+
Schedule = 1,
|
|
629
|
+
/**
|
|
630
|
+
* Externally-initiated setpoint change (e.g., DRLC cluster command, attribute write)
|
|
631
|
+
*/
|
|
632
|
+
External = 2
|
|
633
|
+
}
|
|
634
|
+
/**
|
|
635
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.16
|
|
636
|
+
*/
|
|
637
|
+
enum AcType {
|
|
638
|
+
/**
|
|
639
|
+
* Unknown AC Type
|
|
640
|
+
*/
|
|
641
|
+
Unknown = 0,
|
|
642
|
+
/**
|
|
643
|
+
* Cooling and Fixed Speed
|
|
644
|
+
*/
|
|
645
|
+
CoolingFixed = 1,
|
|
646
|
+
/**
|
|
647
|
+
* Heat Pump and Fixed Speed
|
|
648
|
+
*/
|
|
649
|
+
HeatPumpFixed = 2,
|
|
650
|
+
/**
|
|
651
|
+
* Cooling and Inverter
|
|
652
|
+
*/
|
|
653
|
+
CoolingInverter = 3,
|
|
654
|
+
/**
|
|
655
|
+
* Heat Pump and Inverter
|
|
656
|
+
*/
|
|
657
|
+
HeatPumpInverter = 4
|
|
658
|
+
}
|
|
659
|
+
/**
|
|
660
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.15
|
|
661
|
+
*/
|
|
662
|
+
enum AcRefrigerantType {
|
|
663
|
+
/**
|
|
664
|
+
* Unknown Refrigerant Type
|
|
665
|
+
*/
|
|
666
|
+
Unknown = 0,
|
|
667
|
+
/**
|
|
668
|
+
* R22 Refrigerant
|
|
669
|
+
*/
|
|
670
|
+
R22 = 1,
|
|
671
|
+
/**
|
|
672
|
+
* R410a Refrigerant
|
|
673
|
+
*/
|
|
674
|
+
R410A = 2,
|
|
675
|
+
/**
|
|
676
|
+
* R407c Refrigerant
|
|
677
|
+
*/
|
|
678
|
+
R407C = 3
|
|
679
|
+
}
|
|
680
|
+
/**
|
|
681
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.13
|
|
682
|
+
*/
|
|
683
|
+
enum AcCompressorType {
|
|
684
|
+
/**
|
|
685
|
+
* Unknown compressor type
|
|
686
|
+
*/
|
|
687
|
+
Unknown = 0,
|
|
688
|
+
/**
|
|
689
|
+
* Max working ambient 43 °C
|
|
690
|
+
*/
|
|
691
|
+
T1 = 1,
|
|
692
|
+
/**
|
|
693
|
+
* Max working ambient 35 °C
|
|
694
|
+
*/
|
|
695
|
+
T2 = 2,
|
|
696
|
+
/**
|
|
697
|
+
* Max working ambient 52 °C
|
|
698
|
+
*/
|
|
699
|
+
T3 = 3
|
|
700
|
+
}
|
|
701
|
+
/**
|
|
702
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.4
|
|
703
|
+
*/
|
|
704
|
+
const AcErrorCode: {
|
|
705
|
+
/**
|
|
706
|
+
* Compressor Failure or Refrigerant Leakage
|
|
707
|
+
*/
|
|
708
|
+
compressorFail: BitFlag;
|
|
709
|
+
/**
|
|
710
|
+
* Room Temperature Sensor Failure
|
|
711
|
+
*/
|
|
712
|
+
roomSensorFail: BitFlag;
|
|
713
|
+
/**
|
|
714
|
+
* Outdoor Temperature Sensor Failure
|
|
715
|
+
*/
|
|
716
|
+
outdoorSensorFail: BitFlag;
|
|
717
|
+
/**
|
|
718
|
+
* Indoor Coil Temperature Sensor Failure
|
|
719
|
+
*/
|
|
720
|
+
coilSensorFail: BitFlag;
|
|
721
|
+
/**
|
|
722
|
+
* Fan Failure
|
|
723
|
+
*/
|
|
724
|
+
fanFail: BitFlag;
|
|
725
|
+
};
|
|
726
|
+
/**
|
|
727
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.14
|
|
728
|
+
*/
|
|
729
|
+
enum AcLouverPosition {
|
|
730
|
+
/**
|
|
731
|
+
* Fully Closed
|
|
732
|
+
*/
|
|
733
|
+
Closed = 1,
|
|
734
|
+
/**
|
|
735
|
+
* Fully Open
|
|
736
|
+
*/
|
|
737
|
+
Open = 2,
|
|
738
|
+
/**
|
|
739
|
+
* Quarter Open
|
|
740
|
+
*/
|
|
741
|
+
Quarter = 3,
|
|
742
|
+
/**
|
|
743
|
+
* Half Open
|
|
744
|
+
*/
|
|
745
|
+
Half = 4,
|
|
746
|
+
/**
|
|
747
|
+
* Three Quarters Open
|
|
748
|
+
*/
|
|
749
|
+
ThreeQuarters = 5
|
|
750
|
+
}
|
|
751
|
+
/**
|
|
752
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.12
|
|
753
|
+
*/
|
|
754
|
+
enum AcCapacityFormat {
|
|
755
|
+
/**
|
|
756
|
+
* British Thermal Unit per Hour
|
|
757
|
+
*/
|
|
758
|
+
BtUh = 0
|
|
759
|
+
}
|
|
760
|
+
/**
|
|
761
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.17
|
|
762
|
+
*/
|
|
763
|
+
enum SetpointRaiseLowerMode {
|
|
764
|
+
/**
|
|
765
|
+
* Adjust Heat Setpoint
|
|
766
|
+
*/
|
|
767
|
+
Heat = 0,
|
|
768
|
+
/**
|
|
769
|
+
* Adjust Cool Setpoint
|
|
770
|
+
*/
|
|
771
|
+
Cool = 1,
|
|
772
|
+
/**
|
|
773
|
+
* Adjust Heat Setpoint and Cool Setpoint
|
|
774
|
+
*/
|
|
775
|
+
Both = 2
|
|
776
|
+
}
|
|
777
|
+
/**
|
|
778
|
+
* Input to the Thermostat setpointRaiseLower command
|
|
779
|
+
*
|
|
780
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.1
|
|
781
|
+
*/
|
|
782
|
+
const TlvSetpointRaiseLowerRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
783
|
+
mode: import("../tlv/TlvObject.js").FieldType<SetpointRaiseLowerMode>;
|
|
784
|
+
amount: import("../tlv/TlvObject.js").FieldType<number>;
|
|
785
|
+
}>;
|
|
786
|
+
/**
|
|
787
|
+
* Input to the Thermostat setpointRaiseLower command
|
|
788
|
+
*
|
|
789
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.1
|
|
790
|
+
*/
|
|
791
|
+
interface SetpointRaiseLowerRequest extends TypeFromSchema<typeof TlvSetpointRaiseLowerRequest> {
|
|
792
|
+
}
|
|
793
|
+
/**
|
|
794
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.5
|
|
795
|
+
*/
|
|
796
|
+
const AlarmCode: {
|
|
797
|
+
/**
|
|
798
|
+
* Initialization failure. The device failed to complete initialization at power-up.
|
|
799
|
+
*/
|
|
800
|
+
initialization: BitFlag;
|
|
801
|
+
/**
|
|
802
|
+
* Hardware failure
|
|
803
|
+
*/
|
|
804
|
+
hardware: BitFlag;
|
|
805
|
+
/**
|
|
806
|
+
* Self-calibration failure
|
|
807
|
+
*/
|
|
808
|
+
selfCalibration: BitFlag;
|
|
809
|
+
};
|
|
810
|
+
/**
|
|
811
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.6
|
|
812
|
+
*/
|
|
813
|
+
const HvacSystemType: {
|
|
814
|
+
/**
|
|
815
|
+
* Stage of cooling the HVAC system is using.
|
|
816
|
+
*
|
|
817
|
+
* These bits shall indicate what stage of cooling the HVAC system is using.
|
|
818
|
+
*
|
|
819
|
+
* • 00 = Cool Stage 1
|
|
820
|
+
*
|
|
821
|
+
* • 01 = Cool Stage 2
|
|
822
|
+
*
|
|
823
|
+
* • 10 = Cool Stage 3
|
|
824
|
+
*
|
|
825
|
+
* • 11 = Reserved
|
|
826
|
+
*
|
|
827
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.6.1
|
|
828
|
+
*/
|
|
829
|
+
coolingStage: BitField;
|
|
830
|
+
/**
|
|
831
|
+
* Stage of heating the HVAC system is using.
|
|
832
|
+
*
|
|
833
|
+
* These bits shall indicate what stage of heating the HVAC system is using.
|
|
834
|
+
*
|
|
835
|
+
* • 00 = Heat Stage 1
|
|
836
|
+
*
|
|
837
|
+
* • 01 = Heat Stage 2
|
|
838
|
+
*
|
|
839
|
+
* • 10 = Heat Stage 3
|
|
840
|
+
*
|
|
841
|
+
* • 11 = Reserved
|
|
842
|
+
*
|
|
843
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.6.2
|
|
844
|
+
*/
|
|
845
|
+
heatingStage: BitField;
|
|
846
|
+
/**
|
|
847
|
+
* Is the heating type Heat Pump.
|
|
848
|
+
*
|
|
849
|
+
* This bit shall indicate whether the HVAC system is conventional or a heat pump.
|
|
850
|
+
*
|
|
851
|
+
* • 0 = Conventional
|
|
852
|
+
*
|
|
853
|
+
* • 1 = Heat Pump
|
|
854
|
+
*
|
|
855
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.6.3
|
|
856
|
+
*/
|
|
857
|
+
heatingIsHeatPump: BitFlag;
|
|
858
|
+
/**
|
|
859
|
+
* Does the HVAC system use fuel.
|
|
860
|
+
*
|
|
861
|
+
* This bit shall indicate whether the HVAC system uses fuel.
|
|
862
|
+
*
|
|
863
|
+
* • 0 = Does not use fuel
|
|
864
|
+
*
|
|
865
|
+
* • 1 = Uses fuel
|
|
866
|
+
*
|
|
867
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.6.4
|
|
868
|
+
*/
|
|
869
|
+
heatingUsesFuel: BitFlag;
|
|
870
|
+
};
|
|
871
|
+
/**
|
|
872
|
+
* A ThermostatCluster supports these elements if it supports feature Occupancy.
|
|
873
|
+
*/
|
|
874
|
+
const OccupancyComponent: {
|
|
875
|
+
readonly attributes: {
|
|
876
|
+
/**
|
|
877
|
+
* Indicates whether the heated/cooled space is occupied or not, as measured locally or remotely (over the
|
|
878
|
+
* network).
|
|
879
|
+
*
|
|
880
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.5
|
|
881
|
+
*/
|
|
882
|
+
readonly occupancy: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
883
|
+
occupied: BitFlag;
|
|
884
|
+
}>, any>;
|
|
885
|
+
};
|
|
886
|
+
};
|
|
887
|
+
/**
|
|
888
|
+
* A ThermostatCluster supports these elements if it supports feature Heating.
|
|
889
|
+
*/
|
|
890
|
+
const HeatingComponent: {
|
|
891
|
+
readonly attributes: {
|
|
892
|
+
/**
|
|
893
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9
|
|
894
|
+
*/
|
|
895
|
+
readonly absMinHeatSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
896
|
+
/**
|
|
897
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9
|
|
898
|
+
*/
|
|
899
|
+
readonly absMaxHeatSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
900
|
+
/**
|
|
901
|
+
* Indicates the level of heating demanded by the PI loop in percent. This value is 0 when the thermostat
|
|
902
|
+
* is in “off” or “cooling” mode.
|
|
903
|
+
*
|
|
904
|
+
* This attribute is reported regularly and may be used to control a heating device.
|
|
905
|
+
*
|
|
906
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.11
|
|
907
|
+
*/
|
|
908
|
+
readonly piHeatingDemand: OptionalAttribute<number, any>;
|
|
909
|
+
/**
|
|
910
|
+
* Indicates the heating mode setpoint when the room is occupied.
|
|
911
|
+
*
|
|
912
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute such that these
|
|
913
|
+
* constraints are violated, a response with the status code CONSTRAINT_ERROR shall be returned.
|
|
914
|
+
*
|
|
915
|
+
* If the occupancy status of the room is unknown, this attribute shall be used as the heating mode
|
|
916
|
+
* setpoint.
|
|
917
|
+
*
|
|
918
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.15
|
|
919
|
+
*/
|
|
920
|
+
readonly occupiedHeatingSetpoint: WritableAttribute<number, any>;
|
|
921
|
+
/**
|
|
922
|
+
* Indicates the minimum level that the heating setpoint may be set to.
|
|
923
|
+
*
|
|
924
|
+
* This attribute, and the following three attributes, allow the user to define setpoint limits more
|
|
925
|
+
* constrictive than the manufacturer imposed ones. Limiting users (e.g., in a commercial building) to such
|
|
926
|
+
* setpoint limits can help conserve power.
|
|
927
|
+
*
|
|
928
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute to a value which
|
|
929
|
+
* conflicts with setpoint values then those setpoints shall be adjusted by the minimum amount to permit
|
|
930
|
+
* this attribute to be set to the desired value. If an attempt is made to set this attribute to a value
|
|
931
|
+
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
932
|
+
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
933
|
+
*
|
|
934
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.18
|
|
935
|
+
*/
|
|
936
|
+
readonly minHeatSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
937
|
+
/**
|
|
938
|
+
* Indicates the maximum level that the heating setpoint may be set to.
|
|
939
|
+
*
|
|
940
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute to a value which
|
|
941
|
+
* conflicts with setpoint values then those setpoints shall be adjusted by the minimum amount to permit
|
|
942
|
+
* this attribute to be set to the desired value. If an attempt is made to set this attribute to a value
|
|
943
|
+
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
944
|
+
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
945
|
+
*
|
|
946
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.19
|
|
947
|
+
*/
|
|
948
|
+
readonly maxHeatSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
949
|
+
};
|
|
950
|
+
};
|
|
951
|
+
/**
|
|
952
|
+
* A ThermostatCluster supports these elements if it supports feature Cooling.
|
|
953
|
+
*/
|
|
954
|
+
const CoolingComponent: {
|
|
955
|
+
readonly attributes: {
|
|
956
|
+
/**
|
|
957
|
+
* Indicates the absolute minimum level that the cooling setpoint may be set to. This is a limitation
|
|
958
|
+
* imposed by the manufacturer.
|
|
959
|
+
*
|
|
960
|
+
* Refer to Setpoint Limits for constraints
|
|
961
|
+
*
|
|
962
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.8
|
|
963
|
+
*/
|
|
964
|
+
readonly absMinCoolSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
965
|
+
/**
|
|
966
|
+
* Indicates the absolute maximum level that the cooling setpoint may be set to. This is a limitation
|
|
967
|
+
* imposed by the manufacturer.
|
|
968
|
+
*
|
|
969
|
+
* Refer to Setpoint Limits for constraints
|
|
970
|
+
*
|
|
971
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.9
|
|
972
|
+
*/
|
|
973
|
+
readonly absMaxCoolSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
974
|
+
/**
|
|
975
|
+
* Indicates the level of cooling demanded by the PI (proportional integral) control loop in use by the
|
|
976
|
+
* thermostat (if any), in percent. This value is 0 when the thermostat is in “off” or “heating” mode.
|
|
977
|
+
*
|
|
978
|
+
* This attribute is reported regularly and may be used to control a cooling device.
|
|
979
|
+
*
|
|
980
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.10
|
|
981
|
+
*/
|
|
982
|
+
readonly piCoolingDemand: OptionalAttribute<number, any>;
|
|
983
|
+
/**
|
|
984
|
+
* Indicates the cooling mode setpoint when the room is occupied.
|
|
985
|
+
*
|
|
986
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute such that these
|
|
987
|
+
* constraints are violated, a response with the status code CONSTRAINT_ERROR shall be returned.
|
|
988
|
+
*
|
|
989
|
+
* If the occupancy status of the room is unknown, this attribute shall be used as the cooling mode
|
|
990
|
+
* setpoint.
|
|
991
|
+
*
|
|
992
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.14
|
|
993
|
+
*/
|
|
994
|
+
readonly occupiedCoolingSetpoint: WritableAttribute<number, any>;
|
|
995
|
+
/**
|
|
996
|
+
* Indicates the minimum level that the cooling setpoint may be set to.
|
|
997
|
+
*
|
|
998
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute to a value which
|
|
999
|
+
* conflicts with setpoint values then those setpoints shall be adjusted by the minimum amount to permit
|
|
1000
|
+
* this attribute to be set to the desired value. If an attempt is made to set this attribute to a value
|
|
1001
|
+
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1002
|
+
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1003
|
+
*
|
|
1004
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.20
|
|
1005
|
+
*/
|
|
1006
|
+
readonly minCoolSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
1007
|
+
/**
|
|
1008
|
+
* Indicates the maximum level that the cooling setpoint may be set to.
|
|
1009
|
+
*
|
|
1010
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute to a value which
|
|
1011
|
+
* conflicts with setpoint values then those setpoints shall be adjusted by the minimum amount to permit
|
|
1012
|
+
* this attribute to be set to the desired value. If an attempt is made to set this attribute to a value
|
|
1013
|
+
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1014
|
+
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1015
|
+
*
|
|
1016
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.21
|
|
1017
|
+
*/
|
|
1018
|
+
readonly maxCoolSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
1019
|
+
};
|
|
1020
|
+
};
|
|
1021
|
+
/**
|
|
1022
|
+
* A ThermostatCluster supports these elements if doesn't support feature LTNE.
|
|
1023
|
+
*/
|
|
1024
|
+
const NotLocalTemperatureNotExposedComponent: {
|
|
1025
|
+
readonly attributes: {
|
|
1026
|
+
/**
|
|
1027
|
+
* Indicates the offset the Thermostat server shall make to the measured temperature (locally or remotely)
|
|
1028
|
+
* to adjust the Calculated Local Temperature prior to using, displaying or reporting it.
|
|
1029
|
+
*
|
|
1030
|
+
* The purpose of this attribute is to adjust the calibration of the Thermostat server per the user’s
|
|
1031
|
+
* preferences (e.g., to match if there are multiple servers displaying different values for the same HVAC
|
|
1032
|
+
* area) or compensate for variability amongst temperature sensors.
|
|
1033
|
+
*
|
|
1034
|
+
* If a Thermostat client attempts to write LocalTemperatureCalibration attribute to an unsupported value
|
|
1035
|
+
* (e.g., out of the range supported by the Thermostat server), the Thermostat server shall respond with a
|
|
1036
|
+
* status of SUCCESS and set the value of LocalTemperatureCalibration to the upper or lower limit reached.
|
|
1037
|
+
*
|
|
1038
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.13
|
|
1039
|
+
*/
|
|
1040
|
+
readonly localTemperatureCalibration: OptionalWritableAttribute<number, any>;
|
|
1041
|
+
};
|
|
1042
|
+
};
|
|
1043
|
+
/**
|
|
1044
|
+
* A ThermostatCluster supports these elements if it supports features Cooling and Occupancy.
|
|
1045
|
+
*/
|
|
1046
|
+
const CoolingAndOccupancyComponent: {
|
|
1047
|
+
readonly attributes: {
|
|
1048
|
+
/**
|
|
1049
|
+
* Indicates the cooling mode setpoint when the room is unoccupied.
|
|
1050
|
+
*
|
|
1051
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute such that these
|
|
1052
|
+
* constraints are violated, a response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1053
|
+
*
|
|
1054
|
+
* If the occupancy status of the room is unknown, this attribute shall NOT be used.
|
|
1055
|
+
*
|
|
1056
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.16
|
|
1057
|
+
*/
|
|
1058
|
+
readonly unoccupiedCoolingSetpoint: WritableAttribute<number, any>;
|
|
1059
|
+
};
|
|
1060
|
+
};
|
|
1061
|
+
/**
|
|
1062
|
+
* A ThermostatCluster supports these elements if it supports features Heating and Occupancy.
|
|
1063
|
+
*/
|
|
1064
|
+
const HeatingAndOccupancyComponent: {
|
|
1065
|
+
readonly attributes: {
|
|
1066
|
+
/**
|
|
1067
|
+
* Indicates the heating mode setpoint when the room is unoccupied.
|
|
1068
|
+
*
|
|
1069
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute such that these
|
|
1070
|
+
* constraints are violated, a response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1071
|
+
*
|
|
1072
|
+
* If the occupancy status of the room is unknown, this attribute shall NOT be used.
|
|
1073
|
+
*
|
|
1074
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.17
|
|
1075
|
+
*/
|
|
1076
|
+
readonly unoccupiedHeatingSetpoint: WritableAttribute<number, any>;
|
|
1077
|
+
};
|
|
1078
|
+
};
|
|
1079
|
+
/**
|
|
1080
|
+
* A ThermostatCluster supports these elements if it supports feature AutoMode.
|
|
1081
|
+
*/
|
|
1082
|
+
const AutoModeComponent: {
|
|
1083
|
+
readonly attributes: {
|
|
1084
|
+
/**
|
|
1085
|
+
* On devices which support the AUTO feature, this attribute shall indicate the minimum difference between
|
|
1086
|
+
* the Heat Setpoint and the Cool Setpoint.
|
|
1087
|
+
*
|
|
1088
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute to a value which
|
|
1089
|
+
* conflicts with setpoint values then those setpoints shall be adjusted by the minimum amount to permit
|
|
1090
|
+
* this attribute to be set to the desired value. If an attempt is made to set this attribute to a value
|
|
1091
|
+
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1092
|
+
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1093
|
+
*
|
|
1094
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.22
|
|
1095
|
+
*/
|
|
1096
|
+
readonly minSetpointDeadBand: WritableAttribute<number, any>;
|
|
1097
|
+
/**
|
|
1098
|
+
* Indicates the running mode of the thermostat. This attribute uses the same values as SystemModeEnum but
|
|
1099
|
+
* can only be Off, Cool or Heat. This attribute is intended to provide additional information when the
|
|
1100
|
+
* thermostat’s system mode is in auto mode.
|
|
1101
|
+
*
|
|
1102
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.27
|
|
1103
|
+
*/
|
|
1104
|
+
readonly thermostatRunningMode: OptionalAttribute<ThermostatRunningMode, any>;
|
|
1105
|
+
};
|
|
1106
|
+
};
|
|
1107
|
+
/**
|
|
1108
|
+
* A ThermostatCluster supports these elements if it supports feature ScheduleConfiguration.
|
|
1109
|
+
*/
|
|
1110
|
+
const ScheduleConfigurationComponent: {
|
|
1111
|
+
readonly attributes: {
|
|
1112
|
+
/**
|
|
1113
|
+
* Indicates the day of the week that this thermostat considers to be the start of week for weekly setpoint
|
|
1114
|
+
* scheduling.
|
|
1115
|
+
*
|
|
1116
|
+
* This attribute may be able to be used as the base to determine if the device supports weekly scheduling
|
|
1117
|
+
* by reading the attribute. Successful response means that the weekly scheduling is supported.
|
|
1118
|
+
*
|
|
1119
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.28
|
|
1120
|
+
*/
|
|
1121
|
+
readonly startOfWeek: FixedAttribute<StartOfWeek, any>;
|
|
1122
|
+
/**
|
|
1123
|
+
* Indicates how many weekly schedule transitions the thermostat is capable of handling.
|
|
1124
|
+
*
|
|
1125
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.29
|
|
1126
|
+
*/
|
|
1127
|
+
readonly numberOfWeeklyTransitions: FixedAttribute<number, any>;
|
|
1128
|
+
/**
|
|
1129
|
+
* Indicates how many daily schedule transitions the thermostat is capable of handling.
|
|
1130
|
+
*
|
|
1131
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.30
|
|
1132
|
+
*/
|
|
1133
|
+
readonly numberOfDailyTransitions: FixedAttribute<number, any>;
|
|
1134
|
+
};
|
|
1135
|
+
readonly commands: {
|
|
1136
|
+
/**
|
|
1137
|
+
* Upon receipt, the weekly schedule for updating setpoints shall be stored in the thermostat and SHOULD
|
|
1138
|
+
* begin at the time of receipt. A status code shall be sent in response.
|
|
1139
|
+
*
|
|
1140
|
+
* When a command is received that requires a total number of transitions greater than the device supports,
|
|
1141
|
+
* the status of the response shall be INSUFFICIENT_SPACE.
|
|
1142
|
+
*
|
|
1143
|
+
* When any of the setpoints sent in the sequence is out of range (AbsMin/MaxSetPointLimit), or when the
|
|
1144
|
+
* Mode for Sequence field includes a mode not supported by the device, the status of the response shall be
|
|
1145
|
+
* CONSTRAINT_ERROR and no setpoints from the entire sequence SHOULD be used.
|
|
1146
|
+
*
|
|
1147
|
+
* When an overlapping transition is detected, the status of the response shall be FAILURE.
|
|
1148
|
+
*
|
|
1149
|
+
* When a device which does not support multiple days in a command receives a command with more than one
|
|
1150
|
+
* bit set in the DayOfWeekForSequence field, or when a device which does not support multiple modes in a
|
|
1151
|
+
* command receives a command with more than one bit set in the ModeForSequence field, or when the contents
|
|
1152
|
+
* of the Transitions field does not agree with NumberOfTransitionsForSequence, DayOfWeekForSequence or
|
|
1153
|
+
* ModeForSequence, the status of the response shall be INVALID_COMMAND.
|
|
1154
|
+
*
|
|
1155
|
+
* When the transitions could be added successfully, the status of the response shall be SUCCESS.
|
|
1156
|
+
*
|
|
1157
|
+
* The set weekly schedule command is used to update the thermostat weekly setpoint schedule from a
|
|
1158
|
+
* management system. If the thermostat already has a weekly setpoint schedule programmed, then it SHOULD
|
|
1159
|
+
* replace each daily setpoint set as it receives the updates from the management system. For example, if
|
|
1160
|
+
* the thermostat has 4 setpoints for every day of the week and is sent a Set Weekly Schedule command with
|
|
1161
|
+
* one setpoint for Saturday then the thermostat SHOULD remove all 4 setpoints for Saturday and replace
|
|
1162
|
+
* those with the updated setpoint but leave all other days unchanged. If the schedule is larger than what
|
|
1163
|
+
* fits in one frame or contains more than 10 transitions, the schedule shall then be sent using multiple
|
|
1164
|
+
* Set Weekly Schedule Commands.
|
|
1165
|
+
*
|
|
1166
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4
|
|
1167
|
+
*/
|
|
1168
|
+
readonly setWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1169
|
+
/**
|
|
1170
|
+
* This field shall indicate how many individual transitions to expect for this sequence of commands. If a
|
|
1171
|
+
* device supports more than 10 transitions in its schedule they can send this by sending more than 1 “Set
|
|
1172
|
+
* Weekly Schedule” command, each containing the separate information that the device needs to set.
|
|
1173
|
+
*
|
|
1174
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.1
|
|
1175
|
+
*/
|
|
1176
|
+
numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1177
|
+
/**
|
|
1178
|
+
* This field shall represent the day of the week at which all the transitions within the payload of the
|
|
1179
|
+
* command SHOULD be associated to. This field is a bitmap and therefore the associated setpoint could overlap
|
|
1180
|
+
* onto multiple days (you could set one transition time for all “week days” or whatever combination of days
|
|
1181
|
+
* the implementation requests).
|
|
1182
|
+
*
|
|
1183
|
+
* Each setpoint transition will begin with the day of week for this transition. There can be up to 10
|
|
1184
|
+
* transitions for each command.
|
|
1185
|
+
*
|
|
1186
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.2
|
|
1187
|
+
*/
|
|
1188
|
+
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1189
|
+
/**
|
|
1190
|
+
* Sunday
|
|
1191
|
+
*/
|
|
1192
|
+
sunday: BitFlag;
|
|
1193
|
+
/**
|
|
1194
|
+
* Monday
|
|
1195
|
+
*/
|
|
1196
|
+
monday: BitFlag;
|
|
1197
|
+
/**
|
|
1198
|
+
* Tuesday
|
|
1199
|
+
*/
|
|
1200
|
+
tuesday: BitFlag;
|
|
1201
|
+
/**
|
|
1202
|
+
* Wednesday
|
|
1203
|
+
*/
|
|
1204
|
+
wednesday: BitFlag;
|
|
1205
|
+
/**
|
|
1206
|
+
* Thursday
|
|
1207
|
+
*/
|
|
1208
|
+
thursday: BitFlag;
|
|
1209
|
+
/**
|
|
1210
|
+
* Friday
|
|
1211
|
+
*/
|
|
1212
|
+
friday: BitFlag;
|
|
1213
|
+
/**
|
|
1214
|
+
* Saturday
|
|
1215
|
+
*/
|
|
1216
|
+
saturday: BitFlag;
|
|
1217
|
+
/**
|
|
1218
|
+
* Away or Vacation
|
|
1219
|
+
*/
|
|
1220
|
+
away: BitFlag;
|
|
1221
|
+
}>>;
|
|
1222
|
+
/**
|
|
1223
|
+
* This field shall indicate how the application decodes the setpoint fields of each transition in the
|
|
1224
|
+
* Transitions list.
|
|
1225
|
+
*
|
|
1226
|
+
* If the HeatSetpointPresent bit is On, the HeatSetpoint field shall NOT be null in every entry of the
|
|
1227
|
+
* Transitions list.
|
|
1228
|
+
*
|
|
1229
|
+
* If the HeatSetpointPresent bit is Off, the HeatSetpoint field shall be null in every entry of the
|
|
1230
|
+
* Transitions list.
|
|
1231
|
+
*
|
|
1232
|
+
* If the CoolSetpointPresent bit is On, the CoolSetpoint field shall NOT be null in every entry of the
|
|
1233
|
+
* Transitions list.
|
|
1234
|
+
*
|
|
1235
|
+
* If the CoolSetpointPresent bit is Off, the CoolSetpoint field shall be null in every entry of the
|
|
1236
|
+
* Transitions list.
|
|
1237
|
+
*
|
|
1238
|
+
* At least one of the bits in the Mode For Sequence byte shall be on.
|
|
1239
|
+
*
|
|
1240
|
+
* Both bits must be respected, even if the HEAT or COOL feature is not supported, to ensure the command is
|
|
1241
|
+
* decoded and handled correctly.
|
|
1242
|
+
*
|
|
1243
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.3
|
|
1244
|
+
*/
|
|
1245
|
+
modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1246
|
+
/**
|
|
1247
|
+
* Adjust Heat Setpoint
|
|
1248
|
+
*/
|
|
1249
|
+
heatSetpointPresent: BitFlag;
|
|
1250
|
+
/**
|
|
1251
|
+
* Adjust Cool Setpoint
|
|
1252
|
+
*/
|
|
1253
|
+
coolSetpointPresent: BitFlag;
|
|
1254
|
+
}>>;
|
|
1255
|
+
/**
|
|
1256
|
+
* This field shall contain the list of setpoint transitions used to update the specified daily schedules
|
|
1257
|
+
*
|
|
1258
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.4
|
|
1259
|
+
*/
|
|
1260
|
+
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1261
|
+
/**
|
|
1262
|
+
* This field shall represent the start time of the schedule transition during the associated day. The time
|
|
1263
|
+
* will be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am
|
|
1264
|
+
* will be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since
|
|
1265
|
+
* midnight.
|
|
1266
|
+
*
|
|
1267
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.1
|
|
1268
|
+
*/
|
|
1269
|
+
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1270
|
+
/**
|
|
1271
|
+
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
1272
|
+
*
|
|
1273
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.2
|
|
1274
|
+
*/
|
|
1275
|
+
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1276
|
+
/**
|
|
1277
|
+
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
1278
|
+
*
|
|
1279
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.3
|
|
1280
|
+
*/
|
|
1281
|
+
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1282
|
+
}>[]>;
|
|
1283
|
+
}>, void, any>;
|
|
1284
|
+
/**
|
|
1285
|
+
* Upon receipt, the unit SHOULD send in return the Get Weekly Schedule Response command. The Days to
|
|
1286
|
+
* Return and Mode to Return fields are defined as bitmask for the flexibility to support multiple days and
|
|
1287
|
+
* multiple modes within one command. If thermostat cannot handle incoming command with multiple days
|
|
1288
|
+
* and/or multiple modes within one command, it shall send default response of INVALID_COMMAND in return.
|
|
1289
|
+
*
|
|
1290
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.5
|
|
1291
|
+
*/
|
|
1292
|
+
readonly getWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1293
|
+
/**
|
|
1294
|
+
* This field shall indicate the number of days the client would like to return the setpoint values for and
|
|
1295
|
+
* could be any combination of single days or the entire week.
|
|
1296
|
+
*
|
|
1297
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.5.1
|
|
1298
|
+
*/
|
|
1299
|
+
daysToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1300
|
+
/**
|
|
1301
|
+
* Sunday
|
|
1302
|
+
*/
|
|
1303
|
+
sunday: BitFlag;
|
|
1304
|
+
/**
|
|
1305
|
+
* Monday
|
|
1306
|
+
*/
|
|
1307
|
+
monday: BitFlag;
|
|
1308
|
+
/**
|
|
1309
|
+
* Tuesday
|
|
1310
|
+
*/
|
|
1311
|
+
tuesday: BitFlag;
|
|
1312
|
+
/**
|
|
1313
|
+
* Wednesday
|
|
1314
|
+
*/
|
|
1315
|
+
wednesday: BitFlag;
|
|
1316
|
+
/**
|
|
1317
|
+
* Thursday
|
|
1318
|
+
*/
|
|
1319
|
+
thursday: BitFlag;
|
|
1320
|
+
/**
|
|
1321
|
+
* Friday
|
|
1322
|
+
*/
|
|
1323
|
+
friday: BitFlag;
|
|
1324
|
+
/**
|
|
1325
|
+
* Saturday
|
|
1326
|
+
*/
|
|
1327
|
+
saturday: BitFlag;
|
|
1328
|
+
/**
|
|
1329
|
+
* Away or Vacation
|
|
1330
|
+
*/
|
|
1331
|
+
away: BitFlag;
|
|
1332
|
+
}>>;
|
|
1333
|
+
/**
|
|
1334
|
+
* This field shall indicate the mode the client would like to return the set point values for and could be any
|
|
1335
|
+
* combination of heat only, cool only or heat & cool.
|
|
1336
|
+
*
|
|
1337
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.5.2
|
|
1338
|
+
*/
|
|
1339
|
+
modeToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1340
|
+
/**
|
|
1341
|
+
* Adjust Heat Setpoint
|
|
1342
|
+
*/
|
|
1343
|
+
heatSetpointPresent: BitFlag;
|
|
1344
|
+
/**
|
|
1345
|
+
* Adjust Cool Setpoint
|
|
1346
|
+
*/
|
|
1347
|
+
coolSetpointPresent: BitFlag;
|
|
1348
|
+
}>>;
|
|
1349
|
+
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1350
|
+
numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1351
|
+
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1352
|
+
/**
|
|
1353
|
+
* Sunday
|
|
1354
|
+
*/
|
|
1355
|
+
sunday: BitFlag;
|
|
1356
|
+
/**
|
|
1357
|
+
* Monday
|
|
1358
|
+
*/
|
|
1359
|
+
monday: BitFlag;
|
|
1360
|
+
/**
|
|
1361
|
+
* Tuesday
|
|
1362
|
+
*/
|
|
1363
|
+
tuesday: BitFlag;
|
|
1364
|
+
/**
|
|
1365
|
+
* Wednesday
|
|
1366
|
+
*/
|
|
1367
|
+
wednesday: BitFlag;
|
|
1368
|
+
/**
|
|
1369
|
+
* Thursday
|
|
1370
|
+
*/
|
|
1371
|
+
thursday: BitFlag;
|
|
1372
|
+
/**
|
|
1373
|
+
* Friday
|
|
1374
|
+
*/
|
|
1375
|
+
friday: BitFlag;
|
|
1376
|
+
/**
|
|
1377
|
+
* Saturday
|
|
1378
|
+
*/
|
|
1379
|
+
saturday: BitFlag;
|
|
1380
|
+
/**
|
|
1381
|
+
* Away or Vacation
|
|
1382
|
+
*/
|
|
1383
|
+
away: BitFlag;
|
|
1384
|
+
}>>;
|
|
1385
|
+
modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1386
|
+
/**
|
|
1387
|
+
* Adjust Heat Setpoint
|
|
1388
|
+
*/
|
|
1389
|
+
heatSetpointPresent: BitFlag;
|
|
1390
|
+
/**
|
|
1391
|
+
* Adjust Cool Setpoint
|
|
1392
|
+
*/
|
|
1393
|
+
coolSetpointPresent: BitFlag;
|
|
1394
|
+
}>>;
|
|
1395
|
+
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1396
|
+
/**
|
|
1397
|
+
* This field shall represent the start time of the schedule transition during the associated day. The time
|
|
1398
|
+
* will be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am
|
|
1399
|
+
* will be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since
|
|
1400
|
+
* midnight.
|
|
1401
|
+
*
|
|
1402
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.1
|
|
1403
|
+
*/
|
|
1404
|
+
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1405
|
+
/**
|
|
1406
|
+
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
1407
|
+
*
|
|
1408
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.2
|
|
1409
|
+
*/
|
|
1410
|
+
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1411
|
+
/**
|
|
1412
|
+
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
1413
|
+
*
|
|
1414
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.3
|
|
1415
|
+
*/
|
|
1416
|
+
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1417
|
+
}>[]>;
|
|
1418
|
+
}>, any>;
|
|
1419
|
+
/**
|
|
1420
|
+
* This command is used to clear the weekly schedule. The Clear weekly schedule has no payload.
|
|
1421
|
+
*
|
|
1422
|
+
* Upon receipt, all transitions currently stored shall be cleared and a default response of SUCCESS shall
|
|
1423
|
+
* be sent in response. There are no error responses to this command.
|
|
1424
|
+
*
|
|
1425
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.7
|
|
1426
|
+
*/
|
|
1427
|
+
readonly clearWeeklySchedule: Command<void, void, any>;
|
|
1428
|
+
};
|
|
1429
|
+
};
|
|
1430
|
+
/**
|
|
1431
|
+
* A ThermostatCluster supports these elements if it supports feature Setback.
|
|
1432
|
+
*/
|
|
1433
|
+
const SetbackComponent: {
|
|
1434
|
+
readonly attributes: {
|
|
1435
|
+
/**
|
|
1436
|
+
* Indicates the amount that the Thermostat server will allow the Calculated Local Temperature to float
|
|
1437
|
+
* above the OccupiedCoolingSetpoint (i.e., OccupiedCoolingSetpoint + OccupiedSetback) or below the
|
|
1438
|
+
* OccupiedHeatingSetpoint setpoint (i.e., OccupiedHeatingSetpoint – OccupiedSetback) before initiating a
|
|
1439
|
+
* state change to bring the temperature back to the user’s desired setpoint. This attribute is sometimes
|
|
1440
|
+
* also referred to as the “span.”
|
|
1441
|
+
*
|
|
1442
|
+
* The purpose of this attribute is to allow remote configuration of the span between the desired setpoint
|
|
1443
|
+
* and the measured temperature to help prevent over-cycling and reduce energy bills, though this may
|
|
1444
|
+
* result in lower comfort on the part of some users.
|
|
1445
|
+
*
|
|
1446
|
+
* The null value indicates the attribute is unused.
|
|
1447
|
+
*
|
|
1448
|
+
* If the Thermostat client attempts to write OccupiedSetback to a value greater than OccupiedSetbackMax,
|
|
1449
|
+
* the Thermostat server shall set its OccupiedSetback value to OccupiedSetbackMax and shall send a Write
|
|
1450
|
+
* Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
1451
|
+
*
|
|
1452
|
+
* If the Thermostat client attempts to write OccupiedSetback to a value less than OccupiedSetbackMin, the
|
|
1453
|
+
* Thermostat server shall set its OccupiedSetback value to OccupiedSetbackMin and shall send a Write
|
|
1454
|
+
* Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
1455
|
+
*
|
|
1456
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.38
|
|
1457
|
+
*/
|
|
1458
|
+
readonly occupiedSetback: WritableAttribute<number | null, any>;
|
|
1459
|
+
/**
|
|
1460
|
+
* Indicates the minimum value that the Thermostat server will allow the OccupiedSetback attribute to be
|
|
1461
|
+
* configured by a user.
|
|
1462
|
+
*
|
|
1463
|
+
* The null value indicates the attribute is unused.
|
|
1464
|
+
*
|
|
1465
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.39
|
|
1466
|
+
*/
|
|
1467
|
+
readonly occupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
1468
|
+
/**
|
|
1469
|
+
* Indicates the maximum value that the Thermostat server will allow the OccupiedSetback attribute to be
|
|
1470
|
+
* configured by a user.
|
|
1471
|
+
*
|
|
1472
|
+
* The null value indicates the attribute is unused.
|
|
1473
|
+
*
|
|
1474
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.40
|
|
1475
|
+
*/
|
|
1476
|
+
readonly occupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
1477
|
+
};
|
|
1478
|
+
};
|
|
1479
|
+
/**
|
|
1480
|
+
* A ThermostatCluster supports these elements if it supports features Setback and Occupancy.
|
|
1481
|
+
*/
|
|
1482
|
+
const SetbackAndOccupancyComponent: {
|
|
1483
|
+
readonly attributes: {
|
|
1484
|
+
/**
|
|
1485
|
+
* Indicates the amount that the Thermostat server will allow the Calculated Local Temperature to float
|
|
1486
|
+
* above the UnoccupiedCoolingSetpoint (i.e., UnoccupiedCoolingSetpoint + UnoccupiedSetback) or below the
|
|
1487
|
+
* UnoccupiedHeatingSetpoint setpoint (i.e., UnoccupiedHeatingSetpoint - UnoccupiedSetback) before
|
|
1488
|
+
* initiating a state change to bring the temperature back to the user’s desired setpoint. This attribute
|
|
1489
|
+
* is sometimes also referred to as the “span.”
|
|
1490
|
+
*
|
|
1491
|
+
* The purpose of this attribute is to allow remote configuration of the span between the desired setpoint
|
|
1492
|
+
* and the measured temperature to help prevent over-cycling and reduce energy bills, though this may
|
|
1493
|
+
* result in lower comfort on the part of some users.
|
|
1494
|
+
*
|
|
1495
|
+
* The null value indicates the attribute is unused.
|
|
1496
|
+
*
|
|
1497
|
+
* If the Thermostat client attempts to write UnoccupiedSetback to a value greater than
|
|
1498
|
+
* UnoccupiedSetbackMax, the Thermostat server shall set its UnoccupiedSetback value to
|
|
1499
|
+
* UnoccupiedSetbackMax and shall send a Write Attribute Response command with a Status Code field
|
|
1500
|
+
* enumeration of SUCCESS response.
|
|
1501
|
+
*
|
|
1502
|
+
* If the Thermostat client attempts to write UnoccupiedSetback to a value less than UnoccupiedSetbackMin,
|
|
1503
|
+
* the Thermostat server shall set its UnoccupiedSetback value to UnoccupiedSetbackMin and shall send a
|
|
1504
|
+
* Write Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
1505
|
+
*
|
|
1506
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.41
|
|
1507
|
+
*/
|
|
1508
|
+
readonly unoccupiedSetback: WritableAttribute<number | null, any>;
|
|
1509
|
+
/**
|
|
1510
|
+
* Indicates the minimum value that the Thermostat server will allow the UnoccupiedSetback attribute to be
|
|
1511
|
+
* configured by a user.
|
|
1512
|
+
*
|
|
1513
|
+
* The null value indicates the attribute is unused.
|
|
1514
|
+
*
|
|
1515
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.42
|
|
1516
|
+
*/
|
|
1517
|
+
readonly unoccupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
1518
|
+
/**
|
|
1519
|
+
* Indicates the maximum value that the Thermostat server will allow the UnoccupiedSetback attribute to be
|
|
1520
|
+
* configured by a user.
|
|
1521
|
+
*
|
|
1522
|
+
* The null value indicates the attribute is unused.
|
|
1523
|
+
*
|
|
1524
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.43
|
|
1525
|
+
*/
|
|
1526
|
+
readonly unoccupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
1527
|
+
};
|
|
1528
|
+
};
|
|
1529
|
+
/**
|
|
1530
|
+
* These elements and properties are present in all Thermostat clusters.
|
|
1531
|
+
*/
|
|
1532
|
+
const Base: {
|
|
1533
|
+
readonly id: 513;
|
|
1534
|
+
readonly name: "Thermostat";
|
|
1535
|
+
readonly revision: 6;
|
|
1536
|
+
readonly features: {
|
|
1537
|
+
/**
|
|
1538
|
+
* Heating
|
|
1539
|
+
*
|
|
1540
|
+
* Thermostat is capable of managing a heating device
|
|
1541
|
+
*/
|
|
1542
|
+
readonly heating: BitFlag;
|
|
1543
|
+
/**
|
|
1544
|
+
* Cooling
|
|
1545
|
+
*
|
|
1546
|
+
* Thermostat is capable of managing a cooling device
|
|
1547
|
+
*/
|
|
1548
|
+
readonly cooling: BitFlag;
|
|
1549
|
+
/**
|
|
1550
|
+
* Occupancy
|
|
1551
|
+
*
|
|
1552
|
+
* Supports Occupied and Unoccupied setpoints
|
|
1553
|
+
*/
|
|
1554
|
+
readonly occupancy: BitFlag;
|
|
1555
|
+
/**
|
|
1556
|
+
* ScheduleConfiguration
|
|
1557
|
+
*
|
|
1558
|
+
* Supports remote configuration of a weekly schedule of setpoint transitions
|
|
1559
|
+
*/
|
|
1560
|
+
readonly scheduleConfiguration: BitFlag;
|
|
1561
|
+
/**
|
|
1562
|
+
* Setback
|
|
1563
|
+
*
|
|
1564
|
+
* Supports configurable setback (or span)
|
|
1565
|
+
*/
|
|
1566
|
+
readonly setback: BitFlag;
|
|
1567
|
+
/**
|
|
1568
|
+
* AutoMode
|
|
1569
|
+
*
|
|
1570
|
+
* Supports a System Mode of Auto
|
|
1571
|
+
*/
|
|
1572
|
+
readonly autoMode: BitFlag;
|
|
1573
|
+
/**
|
|
1574
|
+
* LocalTemperatureNotExposed
|
|
1575
|
+
*
|
|
1576
|
+
* This feature indicates that the Calculated Local Temperature used internally is unavailable to report
|
|
1577
|
+
* externally, for example due to the temperature control being done by a separate subsystem which does not
|
|
1578
|
+
* offer a view into the currently measured temperature, but allows setpoints to be provided.
|
|
1579
|
+
*
|
|
1580
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.4.1
|
|
1581
|
+
*/
|
|
1582
|
+
readonly localTemperatureNotExposed: BitFlag;
|
|
1583
|
+
};
|
|
1584
|
+
readonly attributes: {
|
|
1585
|
+
/**
|
|
1586
|
+
* Indicates the current Calculated Local Temperature, when available.
|
|
1587
|
+
*
|
|
1588
|
+
* • If the LTNE feature is not supported:
|
|
1589
|
+
*
|
|
1590
|
+
* ◦ If the LocalTemperatureCalibration is invalid or currently unavailable, the attribute shall report
|
|
1591
|
+
* null.
|
|
1592
|
+
*
|
|
1593
|
+
* ◦ If the LocalTemperatureCalibration is valid, the attribute shall report that value.
|
|
1594
|
+
*
|
|
1595
|
+
* • Otherwise, if the LTNE feature is supported, there is no feedback externally available for the
|
|
1596
|
+
* LocalTemperatureCalibration. In that case, the LocalTemperature attribute shall always report null.
|
|
1597
|
+
*
|
|
1598
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.3
|
|
1599
|
+
*/
|
|
1600
|
+
readonly localTemperature: Attribute<number | null, any>;
|
|
1601
|
+
/**
|
|
1602
|
+
* Indicates the outdoor temperature, as measured locally or remotely (over the network).
|
|
1603
|
+
*
|
|
1604
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.4
|
|
1605
|
+
*/
|
|
1606
|
+
readonly outdoorTemperature: OptionalAttribute<number | null, any>;
|
|
1607
|
+
/**
|
|
1608
|
+
* Indicates when the local temperature, outdoor temperature and occupancy are being sensed by remote
|
|
1609
|
+
* networked sensors, rather than internal sensors.
|
|
1610
|
+
*
|
|
1611
|
+
* If the LTNE feature is present in the server, the LocalTemperature RemoteSensing bit value shall always
|
|
1612
|
+
* report a value of 0.
|
|
1613
|
+
*
|
|
1614
|
+
* If the LocalTemperature RemoteSensing bit is written with a value of 1 when the LTNE feature is present,
|
|
1615
|
+
* the write shall fail and the server shall report a CONSTRAINT_ERROR.
|
|
1616
|
+
*
|
|
1617
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.23
|
|
1618
|
+
*/
|
|
1619
|
+
readonly remoteSensing: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1620
|
+
/**
|
|
1621
|
+
* Calculated Local Temperature is derived from a remote node
|
|
1622
|
+
*/
|
|
1623
|
+
localTemperature: BitFlag;
|
|
1624
|
+
/**
|
|
1625
|
+
* OutdoorTemperature is derived from a remote node
|
|
1626
|
+
*
|
|
1627
|
+
* This bit shall be supported if the OutdoorTemperature attribute is supported.
|
|
1628
|
+
*
|
|
1629
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.9.1
|
|
1630
|
+
*/
|
|
1631
|
+
outdoorTemperature: BitFlag;
|
|
1632
|
+
/**
|
|
1633
|
+
* Occupancy is derived from a remote node
|
|
1634
|
+
*/
|
|
1635
|
+
occupancy: BitFlag;
|
|
1636
|
+
}>, any>;
|
|
1637
|
+
/**
|
|
1638
|
+
* Indicates the overall operating environment of the thermostat, and thus the possible system modes that
|
|
1639
|
+
* the thermostat can operate in.
|
|
1640
|
+
*
|
|
1641
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.24
|
|
1642
|
+
*/
|
|
1643
|
+
readonly controlSequenceOfOperation: WritableAttribute<ControlSequenceOfOperation, any>;
|
|
1644
|
+
/**
|
|
1645
|
+
* Indicates the current operating mode of the thermostat. Its value shall be limited by the
|
|
1646
|
+
* ControlSequenceOfOperation attribute.
|
|
1647
|
+
*
|
|
1648
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.25
|
|
1649
|
+
*/
|
|
1650
|
+
readonly systemMode: WritableAttribute<SystemMode, any>;
|
|
1651
|
+
/**
|
|
1652
|
+
* Indicates the temperature hold status on the thermostat. If hold status is on, the thermostat SHOULD
|
|
1653
|
+
* maintain the temperature setpoint for the current mode until a system mode change. If hold status is
|
|
1654
|
+
* off, the thermostat SHOULD follow the setpoint transitions specified by its internal scheduling program.
|
|
1655
|
+
* If the thermostat supports setpoint hold for a specific duration, it SHOULD also implement the
|
|
1656
|
+
* TemperatureSetpointHoldDuration attribute.
|
|
1657
|
+
*
|
|
1658
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.31
|
|
1659
|
+
*/
|
|
1660
|
+
readonly temperatureSetpointHold: OptionalWritableAttribute<TemperatureSetpointHold, any>;
|
|
1661
|
+
/**
|
|
1662
|
+
* Indicates the period in minutes for which a setpoint hold is active. Thermostats that support hold for a
|
|
1663
|
+
* specified duration SHOULD implement this attribute. The null value indicates the field is unused. All
|
|
1664
|
+
* other values are reserved.
|
|
1665
|
+
*
|
|
1666
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.32
|
|
1667
|
+
*/
|
|
1668
|
+
readonly temperatureSetpointHoldDuration: OptionalWritableAttribute<number | null, any>;
|
|
1669
|
+
/**
|
|
1670
|
+
* Indicates the operational state of the thermostat’s programming. The thermostat shall modify its
|
|
1671
|
+
* programming operation when this attribute is modified by a client and update this attribute when its
|
|
1672
|
+
* programming operation is modified locally by a user. The thermostat may support more than one active
|
|
1673
|
+
* ProgrammingOperationModeBitmap. For example, the thermostat may operate simultaneously in Schedule
|
|
1674
|
+
* Programming Mode and Recovery Mode.
|
|
1675
|
+
*
|
|
1676
|
+
* Thermostats which contain a schedule may use this attribute to control how that schedule is used, even
|
|
1677
|
+
* if they do not support the ScheduleConfiguration feature.
|
|
1678
|
+
*
|
|
1679
|
+
* When ScheduleActive is not set, the setpoint is altered only by manual up/down changes at the thermostat
|
|
1680
|
+
* or remotely, not by internal schedule programming.
|
|
1681
|
+
*
|
|
1682
|
+
* NOTE
|
|
1683
|
+
*
|
|
1684
|
+
* Modifying the ScheduleActive bit does not clear or delete previous weekly schedule programming
|
|
1685
|
+
* configurations.
|
|
1686
|
+
*
|
|
1687
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.33
|
|
1688
|
+
*/
|
|
1689
|
+
readonly thermostatProgrammingOperationMode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1690
|
+
/**
|
|
1691
|
+
* Schedule programming mode. This enables any programmed weekly schedule configurations.
|
|
1692
|
+
*/
|
|
1693
|
+
scheduleActive: BitFlag;
|
|
1694
|
+
/**
|
|
1695
|
+
* Auto/recovery mode
|
|
1696
|
+
*/
|
|
1697
|
+
autoRecovery: BitFlag;
|
|
1698
|
+
/**
|
|
1699
|
+
* Economy/EnergyStar mode
|
|
1700
|
+
*/
|
|
1701
|
+
economy: BitFlag;
|
|
1702
|
+
}>, any>;
|
|
1703
|
+
/**
|
|
1704
|
+
* Indicates the current relay state of the heat, cool, and fan relays. Unimplemented outputs shall be
|
|
1705
|
+
* treated as if they were Off.
|
|
1706
|
+
*
|
|
1707
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.34
|
|
1708
|
+
*/
|
|
1709
|
+
readonly thermostatRunningState: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1710
|
+
/**
|
|
1711
|
+
* Heat State On
|
|
1712
|
+
*/
|
|
1713
|
+
heat: BitFlag;
|
|
1714
|
+
/**
|
|
1715
|
+
* Cool State On
|
|
1716
|
+
*/
|
|
1717
|
+
cool: BitFlag;
|
|
1718
|
+
/**
|
|
1719
|
+
* Fan State On
|
|
1720
|
+
*/
|
|
1721
|
+
fan: BitFlag;
|
|
1722
|
+
/**
|
|
1723
|
+
* Heat 2nd State On
|
|
1724
|
+
*/
|
|
1725
|
+
heatStage2: BitFlag;
|
|
1726
|
+
/**
|
|
1727
|
+
* Cool 2nd State On
|
|
1728
|
+
*/
|
|
1729
|
+
coolStage2: BitFlag;
|
|
1730
|
+
/**
|
|
1731
|
+
* Fan 2nd State On
|
|
1732
|
+
*/
|
|
1733
|
+
fanStage2: BitFlag;
|
|
1734
|
+
/**
|
|
1735
|
+
* Fan 3rd Stage On
|
|
1736
|
+
*/
|
|
1737
|
+
fanStage3: BitFlag;
|
|
1738
|
+
}>, any>;
|
|
1739
|
+
/**
|
|
1740
|
+
* Indicates the source of the current active OccupiedCoolingSetpoint or OccupiedHeatingSetpoint (i.e., who
|
|
1741
|
+
* or what determined the current setpoint).
|
|
1742
|
+
*
|
|
1743
|
+
* This attribute enables service providers to determine whether changes to setpoints were initiated due to
|
|
1744
|
+
* occupant comfort, scheduled programming or some other source (e.g., electric utility or other service
|
|
1745
|
+
* provider). Because automation services may initiate frequent setpoint changes, this attribute clearly
|
|
1746
|
+
* differentiates the source of setpoint changes made at the thermostat.
|
|
1747
|
+
*
|
|
1748
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.35
|
|
1749
|
+
*/
|
|
1750
|
+
readonly setpointChangeSource: OptionalAttribute<SetpointChangeSource, any>;
|
|
1751
|
+
/**
|
|
1752
|
+
* Indicates the delta between the current active OccupiedCoolingSetpoint or OccupiedHeatingSetpoint and
|
|
1753
|
+
* the previous active setpoint. This attribute is meant to accompany the SetpointChangeSource attribute;
|
|
1754
|
+
* devices implementing SetpointChangeAmount SHOULD also implement SetpointChangeSource.
|
|
1755
|
+
*
|
|
1756
|
+
* The null value indicates that the previous setpoint was unknown.
|
|
1757
|
+
*
|
|
1758
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.36
|
|
1759
|
+
*/
|
|
1760
|
+
readonly setpointChangeAmount: OptionalAttribute<number | null, any>;
|
|
1761
|
+
/**
|
|
1762
|
+
* Indicates the time in UTC at which the SetpointChangeAmount attribute change was recorded.
|
|
1763
|
+
*
|
|
1764
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.37
|
|
1765
|
+
*/
|
|
1766
|
+
readonly setpointChangeSourceTimestamp: OptionalAttribute<number, any>;
|
|
1767
|
+
/**
|
|
1768
|
+
* Indicates the delta between the Calculated Local Temperature and the OccupiedHeatingSetpoint or
|
|
1769
|
+
* UnoccupiedHeatingSetpoint attributes at which the Thermostat server will operate in emergency heat mode.
|
|
1770
|
+
*
|
|
1771
|
+
* If the difference between the Calculated Local Temperature and OccupiedCoolingSetpoint or
|
|
1772
|
+
* UnoccupiedCoolingSetpoint is greater than or equal to the EmergencyHeatDelta and the Thermostat server’s
|
|
1773
|
+
* SystemMode attribute is in a heating-related mode, then the Thermostat server shall immediately switch
|
|
1774
|
+
* to the SystemMode attribute value that provides the highest stage of heating (e.g., emergency heat) and
|
|
1775
|
+
* continue operating in that running state until the OccupiedHeatingSetpoint value is reached. For example:
|
|
1776
|
+
*
|
|
1777
|
+
* • Calculated Local Temperature = 10.0°C
|
|
1778
|
+
*
|
|
1779
|
+
* • OccupiedHeatingSetpoint = 16.0°C
|
|
1780
|
+
*
|
|
1781
|
+
* • EmergencyHeatDelta = 2.0°C
|
|
1782
|
+
*
|
|
1783
|
+
* ⇒ OccupiedHeatingSetpoint - Calculated Local Temperature ≥? EmergencyHeatDelta
|
|
1784
|
+
*
|
|
1785
|
+
* ⇒ 16°C - 10°C ≥? 2°C
|
|
1786
|
+
*
|
|
1787
|
+
* ⇒ TRUE >>> Thermostat server changes its SystemMode to operate in 2nd stage or emergency heat mode
|
|
1788
|
+
*
|
|
1789
|
+
* The purpose of this attribute is to provide Thermostat clients the ability to configure rapid heating
|
|
1790
|
+
* when a setpoint is of a specified amount greater than the measured temperature. This allows the heated
|
|
1791
|
+
* space to be quickly heated to the desired level set by the user.
|
|
1792
|
+
*
|
|
1793
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.44
|
|
1794
|
+
*/
|
|
1795
|
+
readonly emergencyHeatDelta: OptionalWritableAttribute<number, any>;
|
|
1796
|
+
/**
|
|
1797
|
+
* Indicates the type of Mini Split ACTypeEnum of Mini Split AC is defined depending on how Cooling and
|
|
1798
|
+
* Heating condition is achieved by Mini Split AC.
|
|
1799
|
+
*
|
|
1800
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.45
|
|
1801
|
+
*/
|
|
1802
|
+
readonly acType: OptionalWritableAttribute<AcType, any>;
|
|
1803
|
+
/**
|
|
1804
|
+
* Indicates capacity of Mini Split AC in terms of the format defined by the ACCapacityFormat attribute
|
|
1805
|
+
*
|
|
1806
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.46
|
|
1807
|
+
*/
|
|
1808
|
+
readonly acCapacity: OptionalWritableAttribute<number, any>;
|
|
1809
|
+
/**
|
|
1810
|
+
* Indicates type of refrigerant used within the Mini Split AC.
|
|
1811
|
+
*
|
|
1812
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.47
|
|
1813
|
+
*/
|
|
1814
|
+
readonly acRefrigerantType: OptionalWritableAttribute<AcRefrigerantType, any>;
|
|
1815
|
+
/**
|
|
1816
|
+
* Indicates the type of compressor used within the Mini Split AC.
|
|
1817
|
+
*
|
|
1818
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.48
|
|
1819
|
+
*/
|
|
1820
|
+
readonly acCompressorType: OptionalWritableAttribute<AcCompressorType, any>;
|
|
1821
|
+
/**
|
|
1822
|
+
* Indicates the type of errors encountered within the Mini Split AC.
|
|
1823
|
+
*
|
|
1824
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.49
|
|
1825
|
+
*/
|
|
1826
|
+
readonly acErrorCode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1827
|
+
/**
|
|
1828
|
+
* Compressor Failure or Refrigerant Leakage
|
|
1829
|
+
*/
|
|
1830
|
+
compressorFail: BitFlag;
|
|
1831
|
+
/**
|
|
1832
|
+
* Room Temperature Sensor Failure
|
|
1833
|
+
*/
|
|
1834
|
+
roomSensorFail: BitFlag;
|
|
1835
|
+
/**
|
|
1836
|
+
* Outdoor Temperature Sensor Failure
|
|
1837
|
+
*/
|
|
1838
|
+
outdoorSensorFail: BitFlag;
|
|
1839
|
+
/**
|
|
1840
|
+
* Indoor Coil Temperature Sensor Failure
|
|
1841
|
+
*/
|
|
1842
|
+
coilSensorFail: BitFlag;
|
|
1843
|
+
/**
|
|
1844
|
+
* Fan Failure
|
|
1845
|
+
*/
|
|
1846
|
+
fanFail: BitFlag;
|
|
1847
|
+
}>, any>;
|
|
1848
|
+
/**
|
|
1849
|
+
* Indicates the position of Louver on the AC.
|
|
1850
|
+
*
|
|
1851
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.50
|
|
1852
|
+
*/
|
|
1853
|
+
readonly acLouverPosition: OptionalWritableAttribute<AcLouverPosition, any>;
|
|
1854
|
+
/**
|
|
1855
|
+
* Indicates the temperature of the AC coil, as measured locally or remotely (over the network).
|
|
1856
|
+
*
|
|
1857
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.51
|
|
1858
|
+
*/
|
|
1859
|
+
readonly acCoilTemperature: OptionalAttribute<number | null, any>;
|
|
1860
|
+
/**
|
|
1861
|
+
* Indicates the format for the ACCapacity attribute.
|
|
1862
|
+
*
|
|
1863
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.52
|
|
1864
|
+
*/
|
|
1865
|
+
readonly acCapacityFormat: OptionalWritableAttribute<AcCapacityFormat, any>;
|
|
1866
|
+
};
|
|
1867
|
+
readonly commands: {
|
|
1868
|
+
/**
|
|
1869
|
+
* Upon receipt, the attributes for the indicated setpoint(s) shall have the amount specified in the Amount
|
|
1870
|
+
* field added to them. If the resulting value is outside the limits imposed by MinCoolSetpointLimit,
|
|
1871
|
+
* MaxCoolSetpointLimit, MinHeatSetpointLimit and MaxHeatSetpointLimit, the value is clamped to those
|
|
1872
|
+
* limits. This is not considered an error condition.
|
|
1873
|
+
*
|
|
1874
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.1
|
|
1875
|
+
*/
|
|
1876
|
+
readonly setpointRaiseLower: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1877
|
+
mode: import("../tlv/TlvObject.js").FieldType<SetpointRaiseLowerMode>;
|
|
1878
|
+
amount: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1879
|
+
}>, void, any>;
|
|
1880
|
+
};
|
|
1881
|
+
/**
|
|
1882
|
+
* This metadata controls which ThermostatCluster elements matter.js activates for specific feature
|
|
1883
|
+
* combinations.
|
|
1884
|
+
*/
|
|
1885
|
+
readonly extensions: readonly [{
|
|
1886
|
+
readonly flags: {
|
|
1887
|
+
readonly occupancy: true;
|
|
1888
|
+
};
|
|
1889
|
+
readonly component: {
|
|
1890
|
+
readonly attributes: {
|
|
1891
|
+
/**
|
|
1892
|
+
* Indicates whether the heated/cooled space is occupied or not, as measured locally or remotely (over the
|
|
1893
|
+
* network).
|
|
1894
|
+
*
|
|
1895
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.5
|
|
1896
|
+
*/
|
|
1897
|
+
readonly occupancy: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1898
|
+
occupied: BitFlag;
|
|
1899
|
+
}>, any>;
|
|
1900
|
+
};
|
|
1901
|
+
};
|
|
1902
|
+
}, {
|
|
1903
|
+
readonly flags: {
|
|
1904
|
+
readonly heating: true;
|
|
1905
|
+
};
|
|
1906
|
+
readonly component: {
|
|
1907
|
+
readonly attributes: {
|
|
1908
|
+
/**
|
|
1909
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9
|
|
1910
|
+
*/
|
|
1911
|
+
readonly absMinHeatSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
1912
|
+
/**
|
|
1913
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9
|
|
1914
|
+
*/
|
|
1915
|
+
readonly absMaxHeatSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
1916
|
+
/**
|
|
1917
|
+
* Indicates the level of heating demanded by the PI loop in percent. This value is 0 when the thermostat
|
|
1918
|
+
* is in “off” or “cooling” mode.
|
|
1919
|
+
*
|
|
1920
|
+
* This attribute is reported regularly and may be used to control a heating device.
|
|
1921
|
+
*
|
|
1922
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.11
|
|
1923
|
+
*/
|
|
1924
|
+
readonly piHeatingDemand: OptionalAttribute<number, any>;
|
|
1925
|
+
/**
|
|
1926
|
+
* Indicates the heating mode setpoint when the room is occupied.
|
|
1927
|
+
*
|
|
1928
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute such that these
|
|
1929
|
+
* constraints are violated, a response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1930
|
+
*
|
|
1931
|
+
* If the occupancy status of the room is unknown, this attribute shall be used as the heating mode
|
|
1932
|
+
* setpoint.
|
|
1933
|
+
*
|
|
1934
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.15
|
|
1935
|
+
*/
|
|
1936
|
+
readonly occupiedHeatingSetpoint: WritableAttribute<number, any>;
|
|
1937
|
+
/**
|
|
1938
|
+
* Indicates the minimum level that the heating setpoint may be set to.
|
|
1939
|
+
*
|
|
1940
|
+
* This attribute, and the following three attributes, allow the user to define setpoint limits more
|
|
1941
|
+
* constrictive than the manufacturer imposed ones. Limiting users (e.g., in a commercial building) to such
|
|
1942
|
+
* setpoint limits can help conserve power.
|
|
1943
|
+
*
|
|
1944
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute to a value which
|
|
1945
|
+
* conflicts with setpoint values then those setpoints shall be adjusted by the minimum amount to permit
|
|
1946
|
+
* this attribute to be set to the desired value. If an attempt is made to set this attribute to a value
|
|
1947
|
+
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1948
|
+
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1949
|
+
*
|
|
1950
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.18
|
|
1951
|
+
*/
|
|
1952
|
+
readonly minHeatSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
1953
|
+
/**
|
|
1954
|
+
* Indicates the maximum level that the heating setpoint may be set to.
|
|
1955
|
+
*
|
|
1956
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute to a value which
|
|
1957
|
+
* conflicts with setpoint values then those setpoints shall be adjusted by the minimum amount to permit
|
|
1958
|
+
* this attribute to be set to the desired value. If an attempt is made to set this attribute to a value
|
|
1959
|
+
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1960
|
+
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1961
|
+
*
|
|
1962
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.19
|
|
1963
|
+
*/
|
|
1964
|
+
readonly maxHeatSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
1965
|
+
};
|
|
1966
|
+
};
|
|
1967
|
+
}, {
|
|
1968
|
+
readonly flags: {
|
|
1969
|
+
readonly cooling: true;
|
|
1970
|
+
};
|
|
1971
|
+
readonly component: {
|
|
1972
|
+
readonly attributes: {
|
|
1973
|
+
/**
|
|
1974
|
+
* Indicates the absolute minimum level that the cooling setpoint may be set to. This is a limitation
|
|
1975
|
+
* imposed by the manufacturer.
|
|
1976
|
+
*
|
|
1977
|
+
* Refer to Setpoint Limits for constraints
|
|
1978
|
+
*
|
|
1979
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.8
|
|
1980
|
+
*/
|
|
1981
|
+
readonly absMinCoolSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
1982
|
+
/**
|
|
1983
|
+
* Indicates the absolute maximum level that the cooling setpoint may be set to. This is a limitation
|
|
1984
|
+
* imposed by the manufacturer.
|
|
1985
|
+
*
|
|
1986
|
+
* Refer to Setpoint Limits for constraints
|
|
1987
|
+
*
|
|
1988
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.9
|
|
1989
|
+
*/
|
|
1990
|
+
readonly absMaxCoolSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
1991
|
+
/**
|
|
1992
|
+
* Indicates the level of cooling demanded by the PI (proportional integral) control loop in use by the
|
|
1993
|
+
* thermostat (if any), in percent. This value is 0 when the thermostat is in “off” or “heating” mode.
|
|
1994
|
+
*
|
|
1995
|
+
* This attribute is reported regularly and may be used to control a cooling device.
|
|
1996
|
+
*
|
|
1997
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.10
|
|
1998
|
+
*/
|
|
1999
|
+
readonly piCoolingDemand: OptionalAttribute<number, any>;
|
|
2000
|
+
/**
|
|
2001
|
+
* Indicates the cooling mode setpoint when the room is occupied.
|
|
2002
|
+
*
|
|
2003
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute such that these
|
|
2004
|
+
* constraints are violated, a response with the status code CONSTRAINT_ERROR shall be returned.
|
|
2005
|
+
*
|
|
2006
|
+
* If the occupancy status of the room is unknown, this attribute shall be used as the cooling mode
|
|
2007
|
+
* setpoint.
|
|
2008
|
+
*
|
|
2009
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.14
|
|
2010
|
+
*/
|
|
2011
|
+
readonly occupiedCoolingSetpoint: WritableAttribute<number, any>;
|
|
2012
|
+
/**
|
|
2013
|
+
* Indicates the minimum level that the cooling setpoint may be set to.
|
|
2014
|
+
*
|
|
2015
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute to a value which
|
|
2016
|
+
* conflicts with setpoint values then those setpoints shall be adjusted by the minimum amount to permit
|
|
2017
|
+
* this attribute to be set to the desired value. If an attempt is made to set this attribute to a value
|
|
2018
|
+
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
2019
|
+
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
2020
|
+
*
|
|
2021
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.20
|
|
2022
|
+
*/
|
|
2023
|
+
readonly minCoolSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
2024
|
+
/**
|
|
2025
|
+
* Indicates the maximum level that the cooling setpoint may be set to.
|
|
2026
|
+
*
|
|
2027
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute to a value which
|
|
2028
|
+
* conflicts with setpoint values then those setpoints shall be adjusted by the minimum amount to permit
|
|
2029
|
+
* this attribute to be set to the desired value. If an attempt is made to set this attribute to a value
|
|
2030
|
+
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
2031
|
+
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
2032
|
+
*
|
|
2033
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.21
|
|
2034
|
+
*/
|
|
2035
|
+
readonly maxCoolSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
2036
|
+
};
|
|
2037
|
+
};
|
|
2038
|
+
}, {
|
|
2039
|
+
readonly flags: {
|
|
2040
|
+
readonly localTemperatureNotExposed: false;
|
|
2041
|
+
};
|
|
2042
|
+
readonly component: {
|
|
2043
|
+
readonly attributes: {
|
|
2044
|
+
/**
|
|
2045
|
+
* Indicates the offset the Thermostat server shall make to the measured temperature (locally or remotely)
|
|
2046
|
+
* to adjust the Calculated Local Temperature prior to using, displaying or reporting it.
|
|
2047
|
+
*
|
|
2048
|
+
* The purpose of this attribute is to adjust the calibration of the Thermostat server per the user’s
|
|
2049
|
+
* preferences (e.g., to match if there are multiple servers displaying different values for the same HVAC
|
|
2050
|
+
* area) or compensate for variability amongst temperature sensors.
|
|
2051
|
+
*
|
|
2052
|
+
* If a Thermostat client attempts to write LocalTemperatureCalibration attribute to an unsupported value
|
|
2053
|
+
* (e.g., out of the range supported by the Thermostat server), the Thermostat server shall respond with a
|
|
2054
|
+
* status of SUCCESS and set the value of LocalTemperatureCalibration to the upper or lower limit reached.
|
|
2055
|
+
*
|
|
2056
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.13
|
|
2057
|
+
*/
|
|
2058
|
+
readonly localTemperatureCalibration: OptionalWritableAttribute<number, any>;
|
|
2059
|
+
};
|
|
2060
|
+
};
|
|
2061
|
+
}, {
|
|
2062
|
+
readonly flags: {
|
|
2063
|
+
readonly cooling: true;
|
|
2064
|
+
readonly occupancy: true;
|
|
2065
|
+
};
|
|
2066
|
+
readonly component: {
|
|
2067
|
+
readonly attributes: {
|
|
2068
|
+
/**
|
|
2069
|
+
* Indicates the cooling mode setpoint when the room is unoccupied.
|
|
2070
|
+
*
|
|
2071
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute such that these
|
|
2072
|
+
* constraints are violated, a response with the status code CONSTRAINT_ERROR shall be returned.
|
|
2073
|
+
*
|
|
2074
|
+
* If the occupancy status of the room is unknown, this attribute shall NOT be used.
|
|
2075
|
+
*
|
|
2076
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.16
|
|
2077
|
+
*/
|
|
2078
|
+
readonly unoccupiedCoolingSetpoint: WritableAttribute<number, any>;
|
|
2079
|
+
};
|
|
2080
|
+
};
|
|
2081
|
+
}, {
|
|
2082
|
+
readonly flags: {
|
|
2083
|
+
readonly heating: true;
|
|
2084
|
+
readonly occupancy: true;
|
|
2085
|
+
};
|
|
2086
|
+
readonly component: {
|
|
2087
|
+
readonly attributes: {
|
|
2088
|
+
/**
|
|
2089
|
+
* Indicates the heating mode setpoint when the room is unoccupied.
|
|
2090
|
+
*
|
|
2091
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute such that these
|
|
2092
|
+
* constraints are violated, a response with the status code CONSTRAINT_ERROR shall be returned.
|
|
2093
|
+
*
|
|
2094
|
+
* If the occupancy status of the room is unknown, this attribute shall NOT be used.
|
|
2095
|
+
*
|
|
2096
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.17
|
|
2097
|
+
*/
|
|
2098
|
+
readonly unoccupiedHeatingSetpoint: WritableAttribute<number, any>;
|
|
2099
|
+
};
|
|
2100
|
+
};
|
|
2101
|
+
}, {
|
|
2102
|
+
readonly flags: {
|
|
2103
|
+
readonly autoMode: true;
|
|
2104
|
+
};
|
|
2105
|
+
readonly component: {
|
|
2106
|
+
readonly attributes: {
|
|
2107
|
+
/**
|
|
2108
|
+
* On devices which support the AUTO feature, this attribute shall indicate the minimum difference between
|
|
2109
|
+
* the Heat Setpoint and the Cool Setpoint.
|
|
2110
|
+
*
|
|
2111
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute to a value which
|
|
2112
|
+
* conflicts with setpoint values then those setpoints shall be adjusted by the minimum amount to permit
|
|
2113
|
+
* this attribute to be set to the desired value. If an attempt is made to set this attribute to a value
|
|
2114
|
+
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
2115
|
+
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
2116
|
+
*
|
|
2117
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.22
|
|
2118
|
+
*/
|
|
2119
|
+
readonly minSetpointDeadBand: WritableAttribute<number, any>;
|
|
2120
|
+
/**
|
|
2121
|
+
* Indicates the running mode of the thermostat. This attribute uses the same values as SystemModeEnum but
|
|
2122
|
+
* can only be Off, Cool or Heat. This attribute is intended to provide additional information when the
|
|
2123
|
+
* thermostat’s system mode is in auto mode.
|
|
2124
|
+
*
|
|
2125
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.27
|
|
2126
|
+
*/
|
|
2127
|
+
readonly thermostatRunningMode: OptionalAttribute<ThermostatRunningMode, any>;
|
|
2128
|
+
};
|
|
2129
|
+
};
|
|
2130
|
+
}, {
|
|
2131
|
+
readonly flags: {
|
|
2132
|
+
readonly scheduleConfiguration: true;
|
|
2133
|
+
};
|
|
2134
|
+
readonly component: {
|
|
2135
|
+
readonly attributes: {
|
|
2136
|
+
/**
|
|
2137
|
+
* Indicates the day of the week that this thermostat considers to be the start of week for weekly setpoint
|
|
2138
|
+
* scheduling.
|
|
2139
|
+
*
|
|
2140
|
+
* This attribute may be able to be used as the base to determine if the device supports weekly scheduling
|
|
2141
|
+
* by reading the attribute. Successful response means that the weekly scheduling is supported.
|
|
2142
|
+
*
|
|
2143
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.28
|
|
2144
|
+
*/
|
|
2145
|
+
readonly startOfWeek: FixedAttribute<StartOfWeek, any>;
|
|
2146
|
+
/**
|
|
2147
|
+
* Indicates how many weekly schedule transitions the thermostat is capable of handling.
|
|
2148
|
+
*
|
|
2149
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.29
|
|
2150
|
+
*/
|
|
2151
|
+
readonly numberOfWeeklyTransitions: FixedAttribute<number, any>;
|
|
2152
|
+
/**
|
|
2153
|
+
* Indicates how many daily schedule transitions the thermostat is capable of handling.
|
|
2154
|
+
*
|
|
2155
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.30
|
|
2156
|
+
*/
|
|
2157
|
+
readonly numberOfDailyTransitions: FixedAttribute<number, any>;
|
|
2158
|
+
};
|
|
2159
|
+
readonly commands: {
|
|
2160
|
+
/**
|
|
2161
|
+
* Upon receipt, the weekly schedule for updating setpoints shall be stored in the thermostat and SHOULD
|
|
2162
|
+
* begin at the time of receipt. A status code shall be sent in response.
|
|
2163
|
+
*
|
|
2164
|
+
* When a command is received that requires a total number of transitions greater than the device supports,
|
|
2165
|
+
* the status of the response shall be INSUFFICIENT_SPACE.
|
|
2166
|
+
*
|
|
2167
|
+
* When any of the setpoints sent in the sequence is out of range (AbsMin/MaxSetPointLimit), or when the
|
|
2168
|
+
* Mode for Sequence field includes a mode not supported by the device, the status of the response shall be
|
|
2169
|
+
* CONSTRAINT_ERROR and no setpoints from the entire sequence SHOULD be used.
|
|
2170
|
+
*
|
|
2171
|
+
* When an overlapping transition is detected, the status of the response shall be FAILURE.
|
|
2172
|
+
*
|
|
2173
|
+
* When a device which does not support multiple days in a command receives a command with more than one
|
|
2174
|
+
* bit set in the DayOfWeekForSequence field, or when a device which does not support multiple modes in a
|
|
2175
|
+
* command receives a command with more than one bit set in the ModeForSequence field, or when the contents
|
|
2176
|
+
* of the Transitions field does not agree with NumberOfTransitionsForSequence, DayOfWeekForSequence or
|
|
2177
|
+
* ModeForSequence, the status of the response shall be INVALID_COMMAND.
|
|
2178
|
+
*
|
|
2179
|
+
* When the transitions could be added successfully, the status of the response shall be SUCCESS.
|
|
2180
|
+
*
|
|
2181
|
+
* The set weekly schedule command is used to update the thermostat weekly setpoint schedule from a
|
|
2182
|
+
* management system. If the thermostat already has a weekly setpoint schedule programmed, then it SHOULD
|
|
2183
|
+
* replace each daily setpoint set as it receives the updates from the management system. For example, if
|
|
2184
|
+
* the thermostat has 4 setpoints for every day of the week and is sent a Set Weekly Schedule command with
|
|
2185
|
+
* one setpoint for Saturday then the thermostat SHOULD remove all 4 setpoints for Saturday and replace
|
|
2186
|
+
* those with the updated setpoint but leave all other days unchanged. If the schedule is larger than what
|
|
2187
|
+
* fits in one frame or contains more than 10 transitions, the schedule shall then be sent using multiple
|
|
2188
|
+
* Set Weekly Schedule Commands.
|
|
2189
|
+
*
|
|
2190
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4
|
|
2191
|
+
*/
|
|
2192
|
+
readonly setWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2193
|
+
/**
|
|
2194
|
+
* This field shall indicate how many individual transitions to expect for this sequence of commands. If a
|
|
2195
|
+
* device supports more than 10 transitions in its schedule they can send this by sending more than 1 “Set
|
|
2196
|
+
* Weekly Schedule” command, each containing the separate information that the device needs to set.
|
|
2197
|
+
*
|
|
2198
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.1
|
|
2199
|
+
*/
|
|
2200
|
+
numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2201
|
+
/**
|
|
2202
|
+
* This field shall represent the day of the week at which all the transitions within the payload of the
|
|
2203
|
+
* command SHOULD be associated to. This field is a bitmap and therefore the associated setpoint could overlap
|
|
2204
|
+
* onto multiple days (you could set one transition time for all “week days” or whatever combination of days
|
|
2205
|
+
* the implementation requests).
|
|
2206
|
+
*
|
|
2207
|
+
* Each setpoint transition will begin with the day of week for this transition. There can be up to 10
|
|
2208
|
+
* transitions for each command.
|
|
2209
|
+
*
|
|
2210
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.2
|
|
2211
|
+
*/
|
|
2212
|
+
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2213
|
+
/**
|
|
2214
|
+
* Sunday
|
|
2215
|
+
*/
|
|
2216
|
+
sunday: BitFlag;
|
|
2217
|
+
/**
|
|
2218
|
+
* Monday
|
|
2219
|
+
*/
|
|
2220
|
+
monday: BitFlag;
|
|
2221
|
+
/**
|
|
2222
|
+
* Tuesday
|
|
2223
|
+
*/
|
|
2224
|
+
tuesday: BitFlag;
|
|
2225
|
+
/**
|
|
2226
|
+
* Wednesday
|
|
2227
|
+
*/
|
|
2228
|
+
wednesday: BitFlag;
|
|
2229
|
+
/**
|
|
2230
|
+
* Thursday
|
|
2231
|
+
*/
|
|
2232
|
+
thursday: BitFlag;
|
|
2233
|
+
/**
|
|
2234
|
+
* Friday
|
|
2235
|
+
*/
|
|
2236
|
+
friday: BitFlag;
|
|
2237
|
+
/**
|
|
2238
|
+
* Saturday
|
|
2239
|
+
*/
|
|
2240
|
+
saturday: BitFlag;
|
|
2241
|
+
/**
|
|
2242
|
+
* Away or Vacation
|
|
2243
|
+
*/
|
|
2244
|
+
away: BitFlag;
|
|
2245
|
+
}>>;
|
|
2246
|
+
/**
|
|
2247
|
+
* This field shall indicate how the application decodes the setpoint fields of each transition in the
|
|
2248
|
+
* Transitions list.
|
|
2249
|
+
*
|
|
2250
|
+
* If the HeatSetpointPresent bit is On, the HeatSetpoint field shall NOT be null in every entry of the
|
|
2251
|
+
* Transitions list.
|
|
2252
|
+
*
|
|
2253
|
+
* If the HeatSetpointPresent bit is Off, the HeatSetpoint field shall be null in every entry of the
|
|
2254
|
+
* Transitions list.
|
|
2255
|
+
*
|
|
2256
|
+
* If the CoolSetpointPresent bit is On, the CoolSetpoint field shall NOT be null in every entry of the
|
|
2257
|
+
* Transitions list.
|
|
2258
|
+
*
|
|
2259
|
+
* If the CoolSetpointPresent bit is Off, the CoolSetpoint field shall be null in every entry of the
|
|
2260
|
+
* Transitions list.
|
|
2261
|
+
*
|
|
2262
|
+
* At least one of the bits in the Mode For Sequence byte shall be on.
|
|
2263
|
+
*
|
|
2264
|
+
* Both bits must be respected, even if the HEAT or COOL feature is not supported, to ensure the command is
|
|
2265
|
+
* decoded and handled correctly.
|
|
2266
|
+
*
|
|
2267
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.3
|
|
2268
|
+
*/
|
|
2269
|
+
modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2270
|
+
/**
|
|
2271
|
+
* Adjust Heat Setpoint
|
|
2272
|
+
*/
|
|
2273
|
+
heatSetpointPresent: BitFlag;
|
|
2274
|
+
/**
|
|
2275
|
+
* Adjust Cool Setpoint
|
|
2276
|
+
*/
|
|
2277
|
+
coolSetpointPresent: BitFlag;
|
|
2278
|
+
}>>;
|
|
2279
|
+
/**
|
|
2280
|
+
* This field shall contain the list of setpoint transitions used to update the specified daily schedules
|
|
2281
|
+
*
|
|
2282
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.4
|
|
2283
|
+
*/
|
|
2284
|
+
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2285
|
+
/**
|
|
2286
|
+
* This field shall represent the start time of the schedule transition during the associated day. The time
|
|
2287
|
+
* will be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am
|
|
2288
|
+
* will be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since
|
|
2289
|
+
* midnight.
|
|
2290
|
+
*
|
|
2291
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.1
|
|
2292
|
+
*/
|
|
2293
|
+
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2294
|
+
/**
|
|
2295
|
+
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
2296
|
+
*
|
|
2297
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.2
|
|
2298
|
+
*/
|
|
2299
|
+
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2300
|
+
/**
|
|
2301
|
+
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
2302
|
+
*
|
|
2303
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.3
|
|
2304
|
+
*/
|
|
2305
|
+
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2306
|
+
}>[]>;
|
|
2307
|
+
}>, void, any>;
|
|
2308
|
+
/**
|
|
2309
|
+
* Upon receipt, the unit SHOULD send in return the Get Weekly Schedule Response command. The Days to
|
|
2310
|
+
* Return and Mode to Return fields are defined as bitmask for the flexibility to support multiple days and
|
|
2311
|
+
* multiple modes within one command. If thermostat cannot handle incoming command with multiple days
|
|
2312
|
+
* and/or multiple modes within one command, it shall send default response of INVALID_COMMAND in return.
|
|
2313
|
+
*
|
|
2314
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.5
|
|
2315
|
+
*/
|
|
2316
|
+
readonly getWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2317
|
+
/**
|
|
2318
|
+
* This field shall indicate the number of days the client would like to return the setpoint values for and
|
|
2319
|
+
* could be any combination of single days or the entire week.
|
|
2320
|
+
*
|
|
2321
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.5.1
|
|
2322
|
+
*/
|
|
2323
|
+
daysToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2324
|
+
/**
|
|
2325
|
+
* Sunday
|
|
2326
|
+
*/
|
|
2327
|
+
sunday: BitFlag;
|
|
2328
|
+
/**
|
|
2329
|
+
* Monday
|
|
2330
|
+
*/
|
|
2331
|
+
monday: BitFlag;
|
|
2332
|
+
/**
|
|
2333
|
+
* Tuesday
|
|
2334
|
+
*/
|
|
2335
|
+
tuesday: BitFlag;
|
|
2336
|
+
/**
|
|
2337
|
+
* Wednesday
|
|
2338
|
+
*/
|
|
2339
|
+
wednesday: BitFlag;
|
|
2340
|
+
/**
|
|
2341
|
+
* Thursday
|
|
2342
|
+
*/
|
|
2343
|
+
thursday: BitFlag;
|
|
2344
|
+
/**
|
|
2345
|
+
* Friday
|
|
2346
|
+
*/
|
|
2347
|
+
friday: BitFlag;
|
|
2348
|
+
/**
|
|
2349
|
+
* Saturday
|
|
2350
|
+
*/
|
|
2351
|
+
saturday: BitFlag;
|
|
2352
|
+
/**
|
|
2353
|
+
* Away or Vacation
|
|
2354
|
+
*/
|
|
2355
|
+
away: BitFlag;
|
|
2356
|
+
}>>;
|
|
2357
|
+
/**
|
|
2358
|
+
* This field shall indicate the mode the client would like to return the set point values for and could be any
|
|
2359
|
+
* combination of heat only, cool only or heat & cool.
|
|
2360
|
+
*
|
|
2361
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.5.2
|
|
2362
|
+
*/
|
|
2363
|
+
modeToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2364
|
+
/**
|
|
2365
|
+
* Adjust Heat Setpoint
|
|
2366
|
+
*/
|
|
2367
|
+
heatSetpointPresent: BitFlag;
|
|
2368
|
+
/**
|
|
2369
|
+
* Adjust Cool Setpoint
|
|
2370
|
+
*/
|
|
2371
|
+
coolSetpointPresent: BitFlag;
|
|
2372
|
+
}>>;
|
|
2373
|
+
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2374
|
+
numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2375
|
+
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2376
|
+
/**
|
|
2377
|
+
* Sunday
|
|
2378
|
+
*/
|
|
2379
|
+
sunday: BitFlag;
|
|
2380
|
+
/**
|
|
2381
|
+
* Monday
|
|
2382
|
+
*/
|
|
2383
|
+
monday: BitFlag;
|
|
2384
|
+
/**
|
|
2385
|
+
* Tuesday
|
|
2386
|
+
*/
|
|
2387
|
+
tuesday: BitFlag;
|
|
2388
|
+
/**
|
|
2389
|
+
* Wednesday
|
|
2390
|
+
*/
|
|
2391
|
+
wednesday: BitFlag;
|
|
2392
|
+
/**
|
|
2393
|
+
* Thursday
|
|
2394
|
+
*/
|
|
2395
|
+
thursday: BitFlag;
|
|
2396
|
+
/**
|
|
2397
|
+
* Friday
|
|
2398
|
+
*/
|
|
2399
|
+
friday: BitFlag;
|
|
2400
|
+
/**
|
|
2401
|
+
* Saturday
|
|
2402
|
+
*/
|
|
2403
|
+
saturday: BitFlag;
|
|
2404
|
+
/**
|
|
2405
|
+
* Away or Vacation
|
|
2406
|
+
*/
|
|
2407
|
+
away: BitFlag;
|
|
2408
|
+
}>>;
|
|
2409
|
+
modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2410
|
+
/**
|
|
2411
|
+
* Adjust Heat Setpoint
|
|
2412
|
+
*/
|
|
2413
|
+
heatSetpointPresent: BitFlag;
|
|
2414
|
+
/**
|
|
2415
|
+
* Adjust Cool Setpoint
|
|
2416
|
+
*/
|
|
2417
|
+
coolSetpointPresent: BitFlag;
|
|
2418
|
+
}>>;
|
|
2419
|
+
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2420
|
+
/**
|
|
2421
|
+
* This field shall represent the start time of the schedule transition during the associated day. The time
|
|
2422
|
+
* will be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am
|
|
2423
|
+
* will be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since
|
|
2424
|
+
* midnight.
|
|
2425
|
+
*
|
|
2426
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.1
|
|
2427
|
+
*/
|
|
2428
|
+
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2429
|
+
/**
|
|
2430
|
+
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
2431
|
+
*
|
|
2432
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.2
|
|
2433
|
+
*/
|
|
2434
|
+
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2435
|
+
/**
|
|
2436
|
+
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
2437
|
+
*
|
|
2438
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.3
|
|
2439
|
+
*/
|
|
2440
|
+
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2441
|
+
}>[]>;
|
|
2442
|
+
}>, any>;
|
|
2443
|
+
/**
|
|
2444
|
+
* This command is used to clear the weekly schedule. The Clear weekly schedule has no payload.
|
|
2445
|
+
*
|
|
2446
|
+
* Upon receipt, all transitions currently stored shall be cleared and a default response of SUCCESS shall
|
|
2447
|
+
* be sent in response. There are no error responses to this command.
|
|
2448
|
+
*
|
|
2449
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.7
|
|
2450
|
+
*/
|
|
2451
|
+
readonly clearWeeklySchedule: Command<void, void, any>;
|
|
2452
|
+
};
|
|
2453
|
+
};
|
|
2454
|
+
}, {
|
|
2455
|
+
readonly flags: {
|
|
2456
|
+
readonly setback: true;
|
|
2457
|
+
};
|
|
2458
|
+
readonly component: {
|
|
2459
|
+
readonly attributes: {
|
|
2460
|
+
/**
|
|
2461
|
+
* Indicates the amount that the Thermostat server will allow the Calculated Local Temperature to float
|
|
2462
|
+
* above the OccupiedCoolingSetpoint (i.e., OccupiedCoolingSetpoint + OccupiedSetback) or below the
|
|
2463
|
+
* OccupiedHeatingSetpoint setpoint (i.e., OccupiedHeatingSetpoint – OccupiedSetback) before initiating a
|
|
2464
|
+
* state change to bring the temperature back to the user’s desired setpoint. This attribute is sometimes
|
|
2465
|
+
* also referred to as the “span.”
|
|
2466
|
+
*
|
|
2467
|
+
* The purpose of this attribute is to allow remote configuration of the span between the desired setpoint
|
|
2468
|
+
* and the measured temperature to help prevent over-cycling and reduce energy bills, though this may
|
|
2469
|
+
* result in lower comfort on the part of some users.
|
|
2470
|
+
*
|
|
2471
|
+
* The null value indicates the attribute is unused.
|
|
2472
|
+
*
|
|
2473
|
+
* If the Thermostat client attempts to write OccupiedSetback to a value greater than OccupiedSetbackMax,
|
|
2474
|
+
* the Thermostat server shall set its OccupiedSetback value to OccupiedSetbackMax and shall send a Write
|
|
2475
|
+
* Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
2476
|
+
*
|
|
2477
|
+
* If the Thermostat client attempts to write OccupiedSetback to a value less than OccupiedSetbackMin, the
|
|
2478
|
+
* Thermostat server shall set its OccupiedSetback value to OccupiedSetbackMin and shall send a Write
|
|
2479
|
+
* Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
2480
|
+
*
|
|
2481
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.38
|
|
2482
|
+
*/
|
|
2483
|
+
readonly occupiedSetback: WritableAttribute<number | null, any>;
|
|
2484
|
+
/**
|
|
2485
|
+
* Indicates the minimum value that the Thermostat server will allow the OccupiedSetback attribute to be
|
|
2486
|
+
* configured by a user.
|
|
2487
|
+
*
|
|
2488
|
+
* The null value indicates the attribute is unused.
|
|
2489
|
+
*
|
|
2490
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.39
|
|
2491
|
+
*/
|
|
2492
|
+
readonly occupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
2493
|
+
/**
|
|
2494
|
+
* Indicates the maximum value that the Thermostat server will allow the OccupiedSetback attribute to be
|
|
2495
|
+
* configured by a user.
|
|
2496
|
+
*
|
|
2497
|
+
* The null value indicates the attribute is unused.
|
|
2498
|
+
*
|
|
2499
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.40
|
|
2500
|
+
*/
|
|
2501
|
+
readonly occupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
2502
|
+
};
|
|
2503
|
+
};
|
|
2504
|
+
}, {
|
|
2505
|
+
readonly flags: {
|
|
2506
|
+
readonly setback: true;
|
|
2507
|
+
readonly occupancy: true;
|
|
2508
|
+
};
|
|
2509
|
+
readonly component: {
|
|
2510
|
+
readonly attributes: {
|
|
2511
|
+
/**
|
|
2512
|
+
* Indicates the amount that the Thermostat server will allow the Calculated Local Temperature to float
|
|
2513
|
+
* above the UnoccupiedCoolingSetpoint (i.e., UnoccupiedCoolingSetpoint + UnoccupiedSetback) or below the
|
|
2514
|
+
* UnoccupiedHeatingSetpoint setpoint (i.e., UnoccupiedHeatingSetpoint - UnoccupiedSetback) before
|
|
2515
|
+
* initiating a state change to bring the temperature back to the user’s desired setpoint. This attribute
|
|
2516
|
+
* is sometimes also referred to as the “span.”
|
|
2517
|
+
*
|
|
2518
|
+
* The purpose of this attribute is to allow remote configuration of the span between the desired setpoint
|
|
2519
|
+
* and the measured temperature to help prevent over-cycling and reduce energy bills, though this may
|
|
2520
|
+
* result in lower comfort on the part of some users.
|
|
2521
|
+
*
|
|
2522
|
+
* The null value indicates the attribute is unused.
|
|
2523
|
+
*
|
|
2524
|
+
* If the Thermostat client attempts to write UnoccupiedSetback to a value greater than
|
|
2525
|
+
* UnoccupiedSetbackMax, the Thermostat server shall set its UnoccupiedSetback value to
|
|
2526
|
+
* UnoccupiedSetbackMax and shall send a Write Attribute Response command with a Status Code field
|
|
2527
|
+
* enumeration of SUCCESS response.
|
|
2528
|
+
*
|
|
2529
|
+
* If the Thermostat client attempts to write UnoccupiedSetback to a value less than UnoccupiedSetbackMin,
|
|
2530
|
+
* the Thermostat server shall set its UnoccupiedSetback value to UnoccupiedSetbackMin and shall send a
|
|
2531
|
+
* Write Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
2532
|
+
*
|
|
2533
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.41
|
|
2534
|
+
*/
|
|
2535
|
+
readonly unoccupiedSetback: WritableAttribute<number | null, any>;
|
|
2536
|
+
/**
|
|
2537
|
+
* Indicates the minimum value that the Thermostat server will allow the UnoccupiedSetback attribute to be
|
|
2538
|
+
* configured by a user.
|
|
2539
|
+
*
|
|
2540
|
+
* The null value indicates the attribute is unused.
|
|
2541
|
+
*
|
|
2542
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.42
|
|
2543
|
+
*/
|
|
2544
|
+
readonly unoccupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
2545
|
+
/**
|
|
2546
|
+
* Indicates the maximum value that the Thermostat server will allow the UnoccupiedSetback attribute to be
|
|
2547
|
+
* configured by a user.
|
|
2548
|
+
*
|
|
2549
|
+
* The null value indicates the attribute is unused.
|
|
2550
|
+
*
|
|
2551
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.43
|
|
2552
|
+
*/
|
|
2553
|
+
readonly unoccupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
2554
|
+
};
|
|
2555
|
+
};
|
|
2556
|
+
}, {
|
|
2557
|
+
readonly flags: {
|
|
2558
|
+
readonly autoMode: true;
|
|
2559
|
+
readonly heating: false;
|
|
2560
|
+
};
|
|
2561
|
+
readonly component: false;
|
|
2562
|
+
}, {
|
|
2563
|
+
readonly flags: {
|
|
2564
|
+
readonly autoMode: true;
|
|
2565
|
+
readonly cooling: false;
|
|
2566
|
+
};
|
|
2567
|
+
readonly component: false;
|
|
2568
|
+
}, {
|
|
2569
|
+
readonly flags: {
|
|
2570
|
+
readonly heating: false;
|
|
2571
|
+
readonly cooling: false;
|
|
2572
|
+
};
|
|
2573
|
+
readonly component: false;
|
|
2574
|
+
}];
|
|
2575
|
+
};
|
|
2576
|
+
/**
|
|
2577
|
+
* @see {@link Cluster}
|
|
2578
|
+
*/
|
|
2579
|
+
const ClusterInstance: MutableCluster.ExtensibleOnly<{
|
|
2580
|
+
readonly id: 513;
|
|
2581
|
+
readonly name: "Thermostat";
|
|
2582
|
+
readonly revision: 6;
|
|
2583
|
+
readonly features: {
|
|
2584
|
+
/**
|
|
2585
|
+
* Heating
|
|
2586
|
+
*
|
|
2587
|
+
* Thermostat is capable of managing a heating device
|
|
2588
|
+
*/
|
|
2589
|
+
readonly heating: BitFlag;
|
|
2590
|
+
/**
|
|
2591
|
+
* Cooling
|
|
2592
|
+
*
|
|
2593
|
+
* Thermostat is capable of managing a cooling device
|
|
2594
|
+
*/
|
|
2595
|
+
readonly cooling: BitFlag;
|
|
2596
|
+
/**
|
|
2597
|
+
* Occupancy
|
|
2598
|
+
*
|
|
2599
|
+
* Supports Occupied and Unoccupied setpoints
|
|
2600
|
+
*/
|
|
2601
|
+
readonly occupancy: BitFlag;
|
|
2602
|
+
/**
|
|
2603
|
+
* ScheduleConfiguration
|
|
2604
|
+
*
|
|
2605
|
+
* Supports remote configuration of a weekly schedule of setpoint transitions
|
|
2606
|
+
*/
|
|
2607
|
+
readonly scheduleConfiguration: BitFlag;
|
|
2608
|
+
/**
|
|
2609
|
+
* Setback
|
|
2610
|
+
*
|
|
2611
|
+
* Supports configurable setback (or span)
|
|
2612
|
+
*/
|
|
2613
|
+
readonly setback: BitFlag;
|
|
2614
|
+
/**
|
|
2615
|
+
* AutoMode
|
|
2616
|
+
*
|
|
2617
|
+
* Supports a System Mode of Auto
|
|
2618
|
+
*/
|
|
2619
|
+
readonly autoMode: BitFlag;
|
|
2620
|
+
/**
|
|
2621
|
+
* LocalTemperatureNotExposed
|
|
2622
|
+
*
|
|
2623
|
+
* This feature indicates that the Calculated Local Temperature used internally is unavailable to report
|
|
2624
|
+
* externally, for example due to the temperature control being done by a separate subsystem which does not
|
|
2625
|
+
* offer a view into the currently measured temperature, but allows setpoints to be provided.
|
|
2626
|
+
*
|
|
2627
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.4.1
|
|
2628
|
+
*/
|
|
2629
|
+
readonly localTemperatureNotExposed: BitFlag;
|
|
2630
|
+
};
|
|
2631
|
+
readonly attributes: {
|
|
2632
|
+
/**
|
|
2633
|
+
* Indicates the current Calculated Local Temperature, when available.
|
|
2634
|
+
*
|
|
2635
|
+
* • If the LTNE feature is not supported:
|
|
2636
|
+
*
|
|
2637
|
+
* ◦ If the LocalTemperatureCalibration is invalid or currently unavailable, the attribute shall report
|
|
2638
|
+
* null.
|
|
2639
|
+
*
|
|
2640
|
+
* ◦ If the LocalTemperatureCalibration is valid, the attribute shall report that value.
|
|
2641
|
+
*
|
|
2642
|
+
* • Otherwise, if the LTNE feature is supported, there is no feedback externally available for the
|
|
2643
|
+
* LocalTemperatureCalibration. In that case, the LocalTemperature attribute shall always report null.
|
|
2644
|
+
*
|
|
2645
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.3
|
|
2646
|
+
*/
|
|
2647
|
+
readonly localTemperature: Attribute<number | null, any>;
|
|
2648
|
+
/**
|
|
2649
|
+
* Indicates the outdoor temperature, as measured locally or remotely (over the network).
|
|
2650
|
+
*
|
|
2651
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.4
|
|
2652
|
+
*/
|
|
2653
|
+
readonly outdoorTemperature: OptionalAttribute<number | null, any>;
|
|
2654
|
+
/**
|
|
2655
|
+
* Indicates when the local temperature, outdoor temperature and occupancy are being sensed by remote
|
|
2656
|
+
* networked sensors, rather than internal sensors.
|
|
2657
|
+
*
|
|
2658
|
+
* If the LTNE feature is present in the server, the LocalTemperature RemoteSensing bit value shall always
|
|
2659
|
+
* report a value of 0.
|
|
2660
|
+
*
|
|
2661
|
+
* If the LocalTemperature RemoteSensing bit is written with a value of 1 when the LTNE feature is present,
|
|
2662
|
+
* the write shall fail and the server shall report a CONSTRAINT_ERROR.
|
|
2663
|
+
*
|
|
2664
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.23
|
|
2665
|
+
*/
|
|
2666
|
+
readonly remoteSensing: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2667
|
+
/**
|
|
2668
|
+
* Calculated Local Temperature is derived from a remote node
|
|
2669
|
+
*/
|
|
2670
|
+
localTemperature: BitFlag;
|
|
2671
|
+
/**
|
|
2672
|
+
* OutdoorTemperature is derived from a remote node
|
|
2673
|
+
*
|
|
2674
|
+
* This bit shall be supported if the OutdoorTemperature attribute is supported.
|
|
2675
|
+
*
|
|
2676
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.9.1
|
|
2677
|
+
*/
|
|
2678
|
+
outdoorTemperature: BitFlag;
|
|
2679
|
+
/**
|
|
2680
|
+
* Occupancy is derived from a remote node
|
|
2681
|
+
*/
|
|
2682
|
+
occupancy: BitFlag;
|
|
2683
|
+
}>, any>;
|
|
2684
|
+
/**
|
|
2685
|
+
* Indicates the overall operating environment of the thermostat, and thus the possible system modes that
|
|
2686
|
+
* the thermostat can operate in.
|
|
2687
|
+
*
|
|
2688
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.24
|
|
2689
|
+
*/
|
|
2690
|
+
readonly controlSequenceOfOperation: WritableAttribute<ControlSequenceOfOperation, any>;
|
|
2691
|
+
/**
|
|
2692
|
+
* Indicates the current operating mode of the thermostat. Its value shall be limited by the
|
|
2693
|
+
* ControlSequenceOfOperation attribute.
|
|
2694
|
+
*
|
|
2695
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.25
|
|
2696
|
+
*/
|
|
2697
|
+
readonly systemMode: WritableAttribute<SystemMode, any>;
|
|
2698
|
+
/**
|
|
2699
|
+
* Indicates the temperature hold status on the thermostat. If hold status is on, the thermostat SHOULD
|
|
2700
|
+
* maintain the temperature setpoint for the current mode until a system mode change. If hold status is
|
|
2701
|
+
* off, the thermostat SHOULD follow the setpoint transitions specified by its internal scheduling program.
|
|
2702
|
+
* If the thermostat supports setpoint hold for a specific duration, it SHOULD also implement the
|
|
2703
|
+
* TemperatureSetpointHoldDuration attribute.
|
|
2704
|
+
*
|
|
2705
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.31
|
|
2706
|
+
*/
|
|
2707
|
+
readonly temperatureSetpointHold: OptionalWritableAttribute<TemperatureSetpointHold, any>;
|
|
2708
|
+
/**
|
|
2709
|
+
* Indicates the period in minutes for which a setpoint hold is active. Thermostats that support hold for a
|
|
2710
|
+
* specified duration SHOULD implement this attribute. The null value indicates the field is unused. All
|
|
2711
|
+
* other values are reserved.
|
|
2712
|
+
*
|
|
2713
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.32
|
|
2714
|
+
*/
|
|
2715
|
+
readonly temperatureSetpointHoldDuration: OptionalWritableAttribute<number | null, any>;
|
|
2716
|
+
/**
|
|
2717
|
+
* Indicates the operational state of the thermostat’s programming. The thermostat shall modify its
|
|
2718
|
+
* programming operation when this attribute is modified by a client and update this attribute when its
|
|
2719
|
+
* programming operation is modified locally by a user. The thermostat may support more than one active
|
|
2720
|
+
* ProgrammingOperationModeBitmap. For example, the thermostat may operate simultaneously in Schedule
|
|
2721
|
+
* Programming Mode and Recovery Mode.
|
|
2722
|
+
*
|
|
2723
|
+
* Thermostats which contain a schedule may use this attribute to control how that schedule is used, even
|
|
2724
|
+
* if they do not support the ScheduleConfiguration feature.
|
|
2725
|
+
*
|
|
2726
|
+
* When ScheduleActive is not set, the setpoint is altered only by manual up/down changes at the thermostat
|
|
2727
|
+
* or remotely, not by internal schedule programming.
|
|
2728
|
+
*
|
|
2729
|
+
* NOTE
|
|
2730
|
+
*
|
|
2731
|
+
* Modifying the ScheduleActive bit does not clear or delete previous weekly schedule programming
|
|
2732
|
+
* configurations.
|
|
2733
|
+
*
|
|
2734
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.33
|
|
2735
|
+
*/
|
|
2736
|
+
readonly thermostatProgrammingOperationMode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2737
|
+
/**
|
|
2738
|
+
* Schedule programming mode. This enables any programmed weekly schedule configurations.
|
|
2739
|
+
*/
|
|
2740
|
+
scheduleActive: BitFlag;
|
|
2741
|
+
/**
|
|
2742
|
+
* Auto/recovery mode
|
|
2743
|
+
*/
|
|
2744
|
+
autoRecovery: BitFlag;
|
|
2745
|
+
/**
|
|
2746
|
+
* Economy/EnergyStar mode
|
|
2747
|
+
*/
|
|
2748
|
+
economy: BitFlag;
|
|
2749
|
+
}>, any>;
|
|
2750
|
+
/**
|
|
2751
|
+
* Indicates the current relay state of the heat, cool, and fan relays. Unimplemented outputs shall be
|
|
2752
|
+
* treated as if they were Off.
|
|
2753
|
+
*
|
|
2754
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.34
|
|
2755
|
+
*/
|
|
2756
|
+
readonly thermostatRunningState: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2757
|
+
/**
|
|
2758
|
+
* Heat State On
|
|
2759
|
+
*/
|
|
2760
|
+
heat: BitFlag;
|
|
2761
|
+
/**
|
|
2762
|
+
* Cool State On
|
|
2763
|
+
*/
|
|
2764
|
+
cool: BitFlag;
|
|
2765
|
+
/**
|
|
2766
|
+
* Fan State On
|
|
2767
|
+
*/
|
|
2768
|
+
fan: BitFlag;
|
|
2769
|
+
/**
|
|
2770
|
+
* Heat 2nd State On
|
|
2771
|
+
*/
|
|
2772
|
+
heatStage2: BitFlag;
|
|
2773
|
+
/**
|
|
2774
|
+
* Cool 2nd State On
|
|
2775
|
+
*/
|
|
2776
|
+
coolStage2: BitFlag;
|
|
2777
|
+
/**
|
|
2778
|
+
* Fan 2nd State On
|
|
2779
|
+
*/
|
|
2780
|
+
fanStage2: BitFlag;
|
|
2781
|
+
/**
|
|
2782
|
+
* Fan 3rd Stage On
|
|
2783
|
+
*/
|
|
2784
|
+
fanStage3: BitFlag;
|
|
2785
|
+
}>, any>;
|
|
2786
|
+
/**
|
|
2787
|
+
* Indicates the source of the current active OccupiedCoolingSetpoint or OccupiedHeatingSetpoint (i.e., who
|
|
2788
|
+
* or what determined the current setpoint).
|
|
2789
|
+
*
|
|
2790
|
+
* This attribute enables service providers to determine whether changes to setpoints were initiated due to
|
|
2791
|
+
* occupant comfort, scheduled programming or some other source (e.g., electric utility or other service
|
|
2792
|
+
* provider). Because automation services may initiate frequent setpoint changes, this attribute clearly
|
|
2793
|
+
* differentiates the source of setpoint changes made at the thermostat.
|
|
2794
|
+
*
|
|
2795
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.35
|
|
2796
|
+
*/
|
|
2797
|
+
readonly setpointChangeSource: OptionalAttribute<SetpointChangeSource, any>;
|
|
2798
|
+
/**
|
|
2799
|
+
* Indicates the delta between the current active OccupiedCoolingSetpoint or OccupiedHeatingSetpoint and
|
|
2800
|
+
* the previous active setpoint. This attribute is meant to accompany the SetpointChangeSource attribute;
|
|
2801
|
+
* devices implementing SetpointChangeAmount SHOULD also implement SetpointChangeSource.
|
|
2802
|
+
*
|
|
2803
|
+
* The null value indicates that the previous setpoint was unknown.
|
|
2804
|
+
*
|
|
2805
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.36
|
|
2806
|
+
*/
|
|
2807
|
+
readonly setpointChangeAmount: OptionalAttribute<number | null, any>;
|
|
2808
|
+
/**
|
|
2809
|
+
* Indicates the time in UTC at which the SetpointChangeAmount attribute change was recorded.
|
|
2810
|
+
*
|
|
2811
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.37
|
|
2812
|
+
*/
|
|
2813
|
+
readonly setpointChangeSourceTimestamp: OptionalAttribute<number, any>;
|
|
2814
|
+
/**
|
|
2815
|
+
* Indicates the delta between the Calculated Local Temperature and the OccupiedHeatingSetpoint or
|
|
2816
|
+
* UnoccupiedHeatingSetpoint attributes at which the Thermostat server will operate in emergency heat mode.
|
|
2817
|
+
*
|
|
2818
|
+
* If the difference between the Calculated Local Temperature and OccupiedCoolingSetpoint or
|
|
2819
|
+
* UnoccupiedCoolingSetpoint is greater than or equal to the EmergencyHeatDelta and the Thermostat server’s
|
|
2820
|
+
* SystemMode attribute is in a heating-related mode, then the Thermostat server shall immediately switch
|
|
2821
|
+
* to the SystemMode attribute value that provides the highest stage of heating (e.g., emergency heat) and
|
|
2822
|
+
* continue operating in that running state until the OccupiedHeatingSetpoint value is reached. For example:
|
|
2823
|
+
*
|
|
2824
|
+
* • Calculated Local Temperature = 10.0°C
|
|
2825
|
+
*
|
|
2826
|
+
* • OccupiedHeatingSetpoint = 16.0°C
|
|
2827
|
+
*
|
|
2828
|
+
* • EmergencyHeatDelta = 2.0°C
|
|
2829
|
+
*
|
|
2830
|
+
* ⇒ OccupiedHeatingSetpoint - Calculated Local Temperature ≥? EmergencyHeatDelta
|
|
2831
|
+
*
|
|
2832
|
+
* ⇒ 16°C - 10°C ≥? 2°C
|
|
2833
|
+
*
|
|
2834
|
+
* ⇒ TRUE >>> Thermostat server changes its SystemMode to operate in 2nd stage or emergency heat mode
|
|
2835
|
+
*
|
|
2836
|
+
* The purpose of this attribute is to provide Thermostat clients the ability to configure rapid heating
|
|
2837
|
+
* when a setpoint is of a specified amount greater than the measured temperature. This allows the heated
|
|
2838
|
+
* space to be quickly heated to the desired level set by the user.
|
|
2839
|
+
*
|
|
2840
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.44
|
|
2841
|
+
*/
|
|
2842
|
+
readonly emergencyHeatDelta: OptionalWritableAttribute<number, any>;
|
|
2843
|
+
/**
|
|
2844
|
+
* Indicates the type of Mini Split ACTypeEnum of Mini Split AC is defined depending on how Cooling and
|
|
2845
|
+
* Heating condition is achieved by Mini Split AC.
|
|
2846
|
+
*
|
|
2847
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.45
|
|
2848
|
+
*/
|
|
2849
|
+
readonly acType: OptionalWritableAttribute<AcType, any>;
|
|
2850
|
+
/**
|
|
2851
|
+
* Indicates capacity of Mini Split AC in terms of the format defined by the ACCapacityFormat attribute
|
|
2852
|
+
*
|
|
2853
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.46
|
|
2854
|
+
*/
|
|
2855
|
+
readonly acCapacity: OptionalWritableAttribute<number, any>;
|
|
2856
|
+
/**
|
|
2857
|
+
* Indicates type of refrigerant used within the Mini Split AC.
|
|
2858
|
+
*
|
|
2859
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.47
|
|
2860
|
+
*/
|
|
2861
|
+
readonly acRefrigerantType: OptionalWritableAttribute<AcRefrigerantType, any>;
|
|
2862
|
+
/**
|
|
2863
|
+
* Indicates the type of compressor used within the Mini Split AC.
|
|
2864
|
+
*
|
|
2865
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.48
|
|
2866
|
+
*/
|
|
2867
|
+
readonly acCompressorType: OptionalWritableAttribute<AcCompressorType, any>;
|
|
2868
|
+
/**
|
|
2869
|
+
* Indicates the type of errors encountered within the Mini Split AC.
|
|
2870
|
+
*
|
|
2871
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.49
|
|
2872
|
+
*/
|
|
2873
|
+
readonly acErrorCode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2874
|
+
/**
|
|
2875
|
+
* Compressor Failure or Refrigerant Leakage
|
|
2876
|
+
*/
|
|
2877
|
+
compressorFail: BitFlag;
|
|
2878
|
+
/**
|
|
2879
|
+
* Room Temperature Sensor Failure
|
|
2880
|
+
*/
|
|
2881
|
+
roomSensorFail: BitFlag;
|
|
2882
|
+
/**
|
|
2883
|
+
* Outdoor Temperature Sensor Failure
|
|
2884
|
+
*/
|
|
2885
|
+
outdoorSensorFail: BitFlag;
|
|
2886
|
+
/**
|
|
2887
|
+
* Indoor Coil Temperature Sensor Failure
|
|
2888
|
+
*/
|
|
2889
|
+
coilSensorFail: BitFlag;
|
|
2890
|
+
/**
|
|
2891
|
+
* Fan Failure
|
|
2892
|
+
*/
|
|
2893
|
+
fanFail: BitFlag;
|
|
2894
|
+
}>, any>;
|
|
2895
|
+
/**
|
|
2896
|
+
* Indicates the position of Louver on the AC.
|
|
2897
|
+
*
|
|
2898
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.50
|
|
2899
|
+
*/
|
|
2900
|
+
readonly acLouverPosition: OptionalWritableAttribute<AcLouverPosition, any>;
|
|
2901
|
+
/**
|
|
2902
|
+
* Indicates the temperature of the AC coil, as measured locally or remotely (over the network).
|
|
2903
|
+
*
|
|
2904
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.51
|
|
2905
|
+
*/
|
|
2906
|
+
readonly acCoilTemperature: OptionalAttribute<number | null, any>;
|
|
2907
|
+
/**
|
|
2908
|
+
* Indicates the format for the ACCapacity attribute.
|
|
2909
|
+
*
|
|
2910
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.52
|
|
2911
|
+
*/
|
|
2912
|
+
readonly acCapacityFormat: OptionalWritableAttribute<AcCapacityFormat, any>;
|
|
2913
|
+
};
|
|
2914
|
+
readonly commands: {
|
|
2915
|
+
/**
|
|
2916
|
+
* Upon receipt, the attributes for the indicated setpoint(s) shall have the amount specified in the Amount
|
|
2917
|
+
* field added to them. If the resulting value is outside the limits imposed by MinCoolSetpointLimit,
|
|
2918
|
+
* MaxCoolSetpointLimit, MinHeatSetpointLimit and MaxHeatSetpointLimit, the value is clamped to those
|
|
2919
|
+
* limits. This is not considered an error condition.
|
|
2920
|
+
*
|
|
2921
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.1
|
|
2922
|
+
*/
|
|
2923
|
+
readonly setpointRaiseLower: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2924
|
+
mode: import("../tlv/TlvObject.js").FieldType<SetpointRaiseLowerMode>;
|
|
2925
|
+
amount: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2926
|
+
}>, void, any>;
|
|
2927
|
+
};
|
|
2928
|
+
/**
|
|
2929
|
+
* This metadata controls which ThermostatCluster elements matter.js activates for specific feature
|
|
2930
|
+
* combinations.
|
|
2931
|
+
*/
|
|
2932
|
+
readonly extensions: readonly [{
|
|
2933
|
+
readonly flags: {
|
|
2934
|
+
readonly occupancy: true;
|
|
2935
|
+
};
|
|
2936
|
+
readonly component: {
|
|
2937
|
+
readonly attributes: {
|
|
2938
|
+
/**
|
|
2939
|
+
* Indicates whether the heated/cooled space is occupied or not, as measured locally or remotely (over the
|
|
2940
|
+
* network).
|
|
2941
|
+
*
|
|
2942
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.5
|
|
2943
|
+
*/
|
|
2944
|
+
readonly occupancy: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2945
|
+
occupied: BitFlag;
|
|
2946
|
+
}>, any>;
|
|
2947
|
+
};
|
|
2948
|
+
};
|
|
2949
|
+
}, {
|
|
2950
|
+
readonly flags: {
|
|
2951
|
+
readonly heating: true;
|
|
2952
|
+
};
|
|
2953
|
+
readonly component: {
|
|
2954
|
+
readonly attributes: {
|
|
2955
|
+
/**
|
|
2956
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9
|
|
2957
|
+
*/
|
|
2958
|
+
readonly absMinHeatSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
2959
|
+
/**
|
|
2960
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9
|
|
2961
|
+
*/
|
|
2962
|
+
readonly absMaxHeatSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
2963
|
+
/**
|
|
2964
|
+
* Indicates the level of heating demanded by the PI loop in percent. This value is 0 when the thermostat
|
|
2965
|
+
* is in “off” or “cooling” mode.
|
|
2966
|
+
*
|
|
2967
|
+
* This attribute is reported regularly and may be used to control a heating device.
|
|
2968
|
+
*
|
|
2969
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.11
|
|
2970
|
+
*/
|
|
2971
|
+
readonly piHeatingDemand: OptionalAttribute<number, any>;
|
|
2972
|
+
/**
|
|
2973
|
+
* Indicates the heating mode setpoint when the room is occupied.
|
|
2974
|
+
*
|
|
2975
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute such that these
|
|
2976
|
+
* constraints are violated, a response with the status code CONSTRAINT_ERROR shall be returned.
|
|
2977
|
+
*
|
|
2978
|
+
* If the occupancy status of the room is unknown, this attribute shall be used as the heating mode
|
|
2979
|
+
* setpoint.
|
|
2980
|
+
*
|
|
2981
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.15
|
|
2982
|
+
*/
|
|
2983
|
+
readonly occupiedHeatingSetpoint: WritableAttribute<number, any>;
|
|
2984
|
+
/**
|
|
2985
|
+
* Indicates the minimum level that the heating setpoint may be set to.
|
|
2986
|
+
*
|
|
2987
|
+
* This attribute, and the following three attributes, allow the user to define setpoint limits more
|
|
2988
|
+
* constrictive than the manufacturer imposed ones. Limiting users (e.g., in a commercial building) to such
|
|
2989
|
+
* setpoint limits can help conserve power.
|
|
2990
|
+
*
|
|
2991
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute to a value which
|
|
2992
|
+
* conflicts with setpoint values then those setpoints shall be adjusted by the minimum amount to permit
|
|
2993
|
+
* this attribute to be set to the desired value. If an attempt is made to set this attribute to a value
|
|
2994
|
+
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
2995
|
+
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
2996
|
+
*
|
|
2997
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.18
|
|
2998
|
+
*/
|
|
2999
|
+
readonly minHeatSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
3000
|
+
/**
|
|
3001
|
+
* Indicates the maximum level that the heating setpoint may be set to.
|
|
3002
|
+
*
|
|
3003
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute to a value which
|
|
3004
|
+
* conflicts with setpoint values then those setpoints shall be adjusted by the minimum amount to permit
|
|
3005
|
+
* this attribute to be set to the desired value. If an attempt is made to set this attribute to a value
|
|
3006
|
+
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
3007
|
+
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
3008
|
+
*
|
|
3009
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.19
|
|
3010
|
+
*/
|
|
3011
|
+
readonly maxHeatSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
3012
|
+
};
|
|
3013
|
+
};
|
|
3014
|
+
}, {
|
|
3015
|
+
readonly flags: {
|
|
3016
|
+
readonly cooling: true;
|
|
3017
|
+
};
|
|
3018
|
+
readonly component: {
|
|
3019
|
+
readonly attributes: {
|
|
3020
|
+
/**
|
|
3021
|
+
* Indicates the absolute minimum level that the cooling setpoint may be set to. This is a limitation
|
|
3022
|
+
* imposed by the manufacturer.
|
|
3023
|
+
*
|
|
3024
|
+
* Refer to Setpoint Limits for constraints
|
|
3025
|
+
*
|
|
3026
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.8
|
|
3027
|
+
*/
|
|
3028
|
+
readonly absMinCoolSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
3029
|
+
/**
|
|
3030
|
+
* Indicates the absolute maximum level that the cooling setpoint may be set to. This is a limitation
|
|
3031
|
+
* imposed by the manufacturer.
|
|
3032
|
+
*
|
|
3033
|
+
* Refer to Setpoint Limits for constraints
|
|
3034
|
+
*
|
|
3035
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.9
|
|
3036
|
+
*/
|
|
3037
|
+
readonly absMaxCoolSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
3038
|
+
/**
|
|
3039
|
+
* Indicates the level of cooling demanded by the PI (proportional integral) control loop in use by the
|
|
3040
|
+
* thermostat (if any), in percent. This value is 0 when the thermostat is in “off” or “heating” mode.
|
|
3041
|
+
*
|
|
3042
|
+
* This attribute is reported regularly and may be used to control a cooling device.
|
|
3043
|
+
*
|
|
3044
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.10
|
|
3045
|
+
*/
|
|
3046
|
+
readonly piCoolingDemand: OptionalAttribute<number, any>;
|
|
3047
|
+
/**
|
|
3048
|
+
* Indicates the cooling mode setpoint when the room is occupied.
|
|
3049
|
+
*
|
|
3050
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute such that these
|
|
3051
|
+
* constraints are violated, a response with the status code CONSTRAINT_ERROR shall be returned.
|
|
3052
|
+
*
|
|
3053
|
+
* If the occupancy status of the room is unknown, this attribute shall be used as the cooling mode
|
|
3054
|
+
* setpoint.
|
|
3055
|
+
*
|
|
3056
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.14
|
|
3057
|
+
*/
|
|
3058
|
+
readonly occupiedCoolingSetpoint: WritableAttribute<number, any>;
|
|
3059
|
+
/**
|
|
3060
|
+
* Indicates the minimum level that the cooling setpoint may be set to.
|
|
3061
|
+
*
|
|
3062
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute to a value which
|
|
3063
|
+
* conflicts with setpoint values then those setpoints shall be adjusted by the minimum amount to permit
|
|
3064
|
+
* this attribute to be set to the desired value. If an attempt is made to set this attribute to a value
|
|
3065
|
+
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
3066
|
+
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
3067
|
+
*
|
|
3068
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.20
|
|
3069
|
+
*/
|
|
3070
|
+
readonly minCoolSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
3071
|
+
/**
|
|
3072
|
+
* Indicates the maximum level that the cooling setpoint may be set to.
|
|
3073
|
+
*
|
|
3074
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute to a value which
|
|
3075
|
+
* conflicts with setpoint values then those setpoints shall be adjusted by the minimum amount to permit
|
|
3076
|
+
* this attribute to be set to the desired value. If an attempt is made to set this attribute to a value
|
|
3077
|
+
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
3078
|
+
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
3079
|
+
*
|
|
3080
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.21
|
|
3081
|
+
*/
|
|
3082
|
+
readonly maxCoolSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
3083
|
+
};
|
|
3084
|
+
};
|
|
3085
|
+
}, {
|
|
3086
|
+
readonly flags: {
|
|
3087
|
+
readonly localTemperatureNotExposed: false;
|
|
3088
|
+
};
|
|
3089
|
+
readonly component: {
|
|
3090
|
+
readonly attributes: {
|
|
3091
|
+
/**
|
|
3092
|
+
* Indicates the offset the Thermostat server shall make to the measured temperature (locally or remotely)
|
|
3093
|
+
* to adjust the Calculated Local Temperature prior to using, displaying or reporting it.
|
|
3094
|
+
*
|
|
3095
|
+
* The purpose of this attribute is to adjust the calibration of the Thermostat server per the user’s
|
|
3096
|
+
* preferences (e.g., to match if there are multiple servers displaying different values for the same HVAC
|
|
3097
|
+
* area) or compensate for variability amongst temperature sensors.
|
|
3098
|
+
*
|
|
3099
|
+
* If a Thermostat client attempts to write LocalTemperatureCalibration attribute to an unsupported value
|
|
3100
|
+
* (e.g., out of the range supported by the Thermostat server), the Thermostat server shall respond with a
|
|
3101
|
+
* status of SUCCESS and set the value of LocalTemperatureCalibration to the upper or lower limit reached.
|
|
3102
|
+
*
|
|
3103
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.13
|
|
3104
|
+
*/
|
|
3105
|
+
readonly localTemperatureCalibration: OptionalWritableAttribute<number, any>;
|
|
3106
|
+
};
|
|
3107
|
+
};
|
|
3108
|
+
}, {
|
|
3109
|
+
readonly flags: {
|
|
3110
|
+
readonly cooling: true;
|
|
3111
|
+
readonly occupancy: true;
|
|
3112
|
+
};
|
|
3113
|
+
readonly component: {
|
|
3114
|
+
readonly attributes: {
|
|
3115
|
+
/**
|
|
3116
|
+
* Indicates the cooling mode setpoint when the room is unoccupied.
|
|
3117
|
+
*
|
|
3118
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute such that these
|
|
3119
|
+
* constraints are violated, a response with the status code CONSTRAINT_ERROR shall be returned.
|
|
3120
|
+
*
|
|
3121
|
+
* If the occupancy status of the room is unknown, this attribute shall NOT be used.
|
|
3122
|
+
*
|
|
3123
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.16
|
|
3124
|
+
*/
|
|
3125
|
+
readonly unoccupiedCoolingSetpoint: WritableAttribute<number, any>;
|
|
3126
|
+
};
|
|
3127
|
+
};
|
|
3128
|
+
}, {
|
|
3129
|
+
readonly flags: {
|
|
3130
|
+
readonly heating: true;
|
|
3131
|
+
readonly occupancy: true;
|
|
3132
|
+
};
|
|
3133
|
+
readonly component: {
|
|
3134
|
+
readonly attributes: {
|
|
3135
|
+
/**
|
|
3136
|
+
* Indicates the heating mode setpoint when the room is unoccupied.
|
|
3137
|
+
*
|
|
3138
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute such that these
|
|
3139
|
+
* constraints are violated, a response with the status code CONSTRAINT_ERROR shall be returned.
|
|
3140
|
+
*
|
|
3141
|
+
* If the occupancy status of the room is unknown, this attribute shall NOT be used.
|
|
3142
|
+
*
|
|
3143
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.17
|
|
3144
|
+
*/
|
|
3145
|
+
readonly unoccupiedHeatingSetpoint: WritableAttribute<number, any>;
|
|
3146
|
+
};
|
|
3147
|
+
};
|
|
3148
|
+
}, {
|
|
3149
|
+
readonly flags: {
|
|
3150
|
+
readonly autoMode: true;
|
|
3151
|
+
};
|
|
3152
|
+
readonly component: {
|
|
3153
|
+
readonly attributes: {
|
|
3154
|
+
/**
|
|
3155
|
+
* On devices which support the AUTO feature, this attribute shall indicate the minimum difference between
|
|
3156
|
+
* the Heat Setpoint and the Cool Setpoint.
|
|
3157
|
+
*
|
|
3158
|
+
* Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute to a value which
|
|
3159
|
+
* conflicts with setpoint values then those setpoints shall be adjusted by the minimum amount to permit
|
|
3160
|
+
* this attribute to be set to the desired value. If an attempt is made to set this attribute to a value
|
|
3161
|
+
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
3162
|
+
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
3163
|
+
*
|
|
3164
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.22
|
|
3165
|
+
*/
|
|
3166
|
+
readonly minSetpointDeadBand: WritableAttribute<number, any>;
|
|
3167
|
+
/**
|
|
3168
|
+
* Indicates the running mode of the thermostat. This attribute uses the same values as SystemModeEnum but
|
|
3169
|
+
* can only be Off, Cool or Heat. This attribute is intended to provide additional information when the
|
|
3170
|
+
* thermostat’s system mode is in auto mode.
|
|
3171
|
+
*
|
|
3172
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.27
|
|
3173
|
+
*/
|
|
3174
|
+
readonly thermostatRunningMode: OptionalAttribute<ThermostatRunningMode, any>;
|
|
3175
|
+
};
|
|
3176
|
+
};
|
|
3177
|
+
}, {
|
|
3178
|
+
readonly flags: {
|
|
3179
|
+
readonly scheduleConfiguration: true;
|
|
3180
|
+
};
|
|
3181
|
+
readonly component: {
|
|
3182
|
+
readonly attributes: {
|
|
3183
|
+
/**
|
|
3184
|
+
* Indicates the day of the week that this thermostat considers to be the start of week for weekly setpoint
|
|
3185
|
+
* scheduling.
|
|
3186
|
+
*
|
|
3187
|
+
* This attribute may be able to be used as the base to determine if the device supports weekly scheduling
|
|
3188
|
+
* by reading the attribute. Successful response means that the weekly scheduling is supported.
|
|
3189
|
+
*
|
|
3190
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.28
|
|
3191
|
+
*/
|
|
3192
|
+
readonly startOfWeek: FixedAttribute<StartOfWeek, any>;
|
|
3193
|
+
/**
|
|
3194
|
+
* Indicates how many weekly schedule transitions the thermostat is capable of handling.
|
|
3195
|
+
*
|
|
3196
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.29
|
|
3197
|
+
*/
|
|
3198
|
+
readonly numberOfWeeklyTransitions: FixedAttribute<number, any>;
|
|
3199
|
+
/**
|
|
3200
|
+
* Indicates how many daily schedule transitions the thermostat is capable of handling.
|
|
3201
|
+
*
|
|
3202
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.30
|
|
3203
|
+
*/
|
|
3204
|
+
readonly numberOfDailyTransitions: FixedAttribute<number, any>;
|
|
3205
|
+
};
|
|
3206
|
+
readonly commands: {
|
|
3207
|
+
/**
|
|
3208
|
+
* Upon receipt, the weekly schedule for updating setpoints shall be stored in the thermostat and SHOULD
|
|
3209
|
+
* begin at the time of receipt. A status code shall be sent in response.
|
|
3210
|
+
*
|
|
3211
|
+
* When a command is received that requires a total number of transitions greater than the device supports,
|
|
3212
|
+
* the status of the response shall be INSUFFICIENT_SPACE.
|
|
3213
|
+
*
|
|
3214
|
+
* When any of the setpoints sent in the sequence is out of range (AbsMin/MaxSetPointLimit), or when the
|
|
3215
|
+
* Mode for Sequence field includes a mode not supported by the device, the status of the response shall be
|
|
3216
|
+
* CONSTRAINT_ERROR and no setpoints from the entire sequence SHOULD be used.
|
|
3217
|
+
*
|
|
3218
|
+
* When an overlapping transition is detected, the status of the response shall be FAILURE.
|
|
3219
|
+
*
|
|
3220
|
+
* When a device which does not support multiple days in a command receives a command with more than one
|
|
3221
|
+
* bit set in the DayOfWeekForSequence field, or when a device which does not support multiple modes in a
|
|
3222
|
+
* command receives a command with more than one bit set in the ModeForSequence field, or when the contents
|
|
3223
|
+
* of the Transitions field does not agree with NumberOfTransitionsForSequence, DayOfWeekForSequence or
|
|
3224
|
+
* ModeForSequence, the status of the response shall be INVALID_COMMAND.
|
|
3225
|
+
*
|
|
3226
|
+
* When the transitions could be added successfully, the status of the response shall be SUCCESS.
|
|
3227
|
+
*
|
|
3228
|
+
* The set weekly schedule command is used to update the thermostat weekly setpoint schedule from a
|
|
3229
|
+
* management system. If the thermostat already has a weekly setpoint schedule programmed, then it SHOULD
|
|
3230
|
+
* replace each daily setpoint set as it receives the updates from the management system. For example, if
|
|
3231
|
+
* the thermostat has 4 setpoints for every day of the week and is sent a Set Weekly Schedule command with
|
|
3232
|
+
* one setpoint for Saturday then the thermostat SHOULD remove all 4 setpoints for Saturday and replace
|
|
3233
|
+
* those with the updated setpoint but leave all other days unchanged. If the schedule is larger than what
|
|
3234
|
+
* fits in one frame or contains more than 10 transitions, the schedule shall then be sent using multiple
|
|
3235
|
+
* Set Weekly Schedule Commands.
|
|
3236
|
+
*
|
|
3237
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4
|
|
3238
|
+
*/
|
|
3239
|
+
readonly setWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3240
|
+
/**
|
|
3241
|
+
* This field shall indicate how many individual transitions to expect for this sequence of commands. If a
|
|
3242
|
+
* device supports more than 10 transitions in its schedule they can send this by sending more than 1 “Set
|
|
3243
|
+
* Weekly Schedule” command, each containing the separate information that the device needs to set.
|
|
3244
|
+
*
|
|
3245
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.1
|
|
3246
|
+
*/
|
|
3247
|
+
numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3248
|
+
/**
|
|
3249
|
+
* This field shall represent the day of the week at which all the transitions within the payload of the
|
|
3250
|
+
* command SHOULD be associated to. This field is a bitmap and therefore the associated setpoint could overlap
|
|
3251
|
+
* onto multiple days (you could set one transition time for all “week days” or whatever combination of days
|
|
3252
|
+
* the implementation requests).
|
|
3253
|
+
*
|
|
3254
|
+
* Each setpoint transition will begin with the day of week for this transition. There can be up to 10
|
|
3255
|
+
* transitions for each command.
|
|
3256
|
+
*
|
|
3257
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.2
|
|
3258
|
+
*/
|
|
3259
|
+
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3260
|
+
/**
|
|
3261
|
+
* Sunday
|
|
3262
|
+
*/
|
|
3263
|
+
sunday: BitFlag;
|
|
3264
|
+
/**
|
|
3265
|
+
* Monday
|
|
3266
|
+
*/
|
|
3267
|
+
monday: BitFlag;
|
|
3268
|
+
/**
|
|
3269
|
+
* Tuesday
|
|
3270
|
+
*/
|
|
3271
|
+
tuesday: BitFlag;
|
|
3272
|
+
/**
|
|
3273
|
+
* Wednesday
|
|
3274
|
+
*/
|
|
3275
|
+
wednesday: BitFlag;
|
|
3276
|
+
/**
|
|
3277
|
+
* Thursday
|
|
3278
|
+
*/
|
|
3279
|
+
thursday: BitFlag;
|
|
3280
|
+
/**
|
|
3281
|
+
* Friday
|
|
3282
|
+
*/
|
|
3283
|
+
friday: BitFlag;
|
|
3284
|
+
/**
|
|
3285
|
+
* Saturday
|
|
3286
|
+
*/
|
|
3287
|
+
saturday: BitFlag;
|
|
3288
|
+
/**
|
|
3289
|
+
* Away or Vacation
|
|
3290
|
+
*/
|
|
3291
|
+
away: BitFlag;
|
|
3292
|
+
}>>;
|
|
3293
|
+
/**
|
|
3294
|
+
* This field shall indicate how the application decodes the setpoint fields of each transition in the
|
|
3295
|
+
* Transitions list.
|
|
3296
|
+
*
|
|
3297
|
+
* If the HeatSetpointPresent bit is On, the HeatSetpoint field shall NOT be null in every entry of the
|
|
3298
|
+
* Transitions list.
|
|
3299
|
+
*
|
|
3300
|
+
* If the HeatSetpointPresent bit is Off, the HeatSetpoint field shall be null in every entry of the
|
|
3301
|
+
* Transitions list.
|
|
3302
|
+
*
|
|
3303
|
+
* If the CoolSetpointPresent bit is On, the CoolSetpoint field shall NOT be null in every entry of the
|
|
3304
|
+
* Transitions list.
|
|
3305
|
+
*
|
|
3306
|
+
* If the CoolSetpointPresent bit is Off, the CoolSetpoint field shall be null in every entry of the
|
|
3307
|
+
* Transitions list.
|
|
3308
|
+
*
|
|
3309
|
+
* At least one of the bits in the Mode For Sequence byte shall be on.
|
|
3310
|
+
*
|
|
3311
|
+
* Both bits must be respected, even if the HEAT or COOL feature is not supported, to ensure the command is
|
|
3312
|
+
* decoded and handled correctly.
|
|
3313
|
+
*
|
|
3314
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.3
|
|
3315
|
+
*/
|
|
3316
|
+
modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3317
|
+
/**
|
|
3318
|
+
* Adjust Heat Setpoint
|
|
3319
|
+
*/
|
|
3320
|
+
heatSetpointPresent: BitFlag;
|
|
3321
|
+
/**
|
|
3322
|
+
* Adjust Cool Setpoint
|
|
3323
|
+
*/
|
|
3324
|
+
coolSetpointPresent: BitFlag;
|
|
3325
|
+
}>>;
|
|
3326
|
+
/**
|
|
3327
|
+
* This field shall contain the list of setpoint transitions used to update the specified daily schedules
|
|
3328
|
+
*
|
|
3329
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.4
|
|
3330
|
+
*/
|
|
3331
|
+
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3332
|
+
/**
|
|
3333
|
+
* This field shall represent the start time of the schedule transition during the associated day. The time
|
|
3334
|
+
* will be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am
|
|
3335
|
+
* will be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since
|
|
3336
|
+
* midnight.
|
|
3337
|
+
*
|
|
3338
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.1
|
|
3339
|
+
*/
|
|
3340
|
+
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3341
|
+
/**
|
|
3342
|
+
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
3343
|
+
*
|
|
3344
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.2
|
|
3345
|
+
*/
|
|
3346
|
+
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3347
|
+
/**
|
|
3348
|
+
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
3349
|
+
*
|
|
3350
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.3
|
|
3351
|
+
*/
|
|
3352
|
+
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3353
|
+
}>[]>;
|
|
3354
|
+
}>, void, any>;
|
|
3355
|
+
/**
|
|
3356
|
+
* Upon receipt, the unit SHOULD send in return the Get Weekly Schedule Response command. The Days to
|
|
3357
|
+
* Return and Mode to Return fields are defined as bitmask for the flexibility to support multiple days and
|
|
3358
|
+
* multiple modes within one command. If thermostat cannot handle incoming command with multiple days
|
|
3359
|
+
* and/or multiple modes within one command, it shall send default response of INVALID_COMMAND in return.
|
|
3360
|
+
*
|
|
3361
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.5
|
|
3362
|
+
*/
|
|
3363
|
+
readonly getWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3364
|
+
/**
|
|
3365
|
+
* This field shall indicate the number of days the client would like to return the setpoint values for and
|
|
3366
|
+
* could be any combination of single days or the entire week.
|
|
3367
|
+
*
|
|
3368
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.5.1
|
|
3369
|
+
*/
|
|
3370
|
+
daysToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3371
|
+
/**
|
|
3372
|
+
* Sunday
|
|
3373
|
+
*/
|
|
3374
|
+
sunday: BitFlag;
|
|
3375
|
+
/**
|
|
3376
|
+
* Monday
|
|
3377
|
+
*/
|
|
3378
|
+
monday: BitFlag;
|
|
3379
|
+
/**
|
|
3380
|
+
* Tuesday
|
|
3381
|
+
*/
|
|
3382
|
+
tuesday: BitFlag;
|
|
3383
|
+
/**
|
|
3384
|
+
* Wednesday
|
|
3385
|
+
*/
|
|
3386
|
+
wednesday: BitFlag;
|
|
3387
|
+
/**
|
|
3388
|
+
* Thursday
|
|
3389
|
+
*/
|
|
3390
|
+
thursday: BitFlag;
|
|
3391
|
+
/**
|
|
3392
|
+
* Friday
|
|
3393
|
+
*/
|
|
3394
|
+
friday: BitFlag;
|
|
3395
|
+
/**
|
|
3396
|
+
* Saturday
|
|
3397
|
+
*/
|
|
3398
|
+
saturday: BitFlag;
|
|
3399
|
+
/**
|
|
3400
|
+
* Away or Vacation
|
|
3401
|
+
*/
|
|
3402
|
+
away: BitFlag;
|
|
3403
|
+
}>>;
|
|
3404
|
+
/**
|
|
3405
|
+
* This field shall indicate the mode the client would like to return the set point values for and could be any
|
|
3406
|
+
* combination of heat only, cool only or heat & cool.
|
|
3407
|
+
*
|
|
3408
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.5.2
|
|
3409
|
+
*/
|
|
3410
|
+
modeToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3411
|
+
/**
|
|
3412
|
+
* Adjust Heat Setpoint
|
|
3413
|
+
*/
|
|
3414
|
+
heatSetpointPresent: BitFlag;
|
|
3415
|
+
/**
|
|
3416
|
+
* Adjust Cool Setpoint
|
|
3417
|
+
*/
|
|
3418
|
+
coolSetpointPresent: BitFlag;
|
|
3419
|
+
}>>;
|
|
3420
|
+
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3421
|
+
numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3422
|
+
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3423
|
+
/**
|
|
3424
|
+
* Sunday
|
|
3425
|
+
*/
|
|
3426
|
+
sunday: BitFlag;
|
|
3427
|
+
/**
|
|
3428
|
+
* Monday
|
|
3429
|
+
*/
|
|
3430
|
+
monday: BitFlag;
|
|
3431
|
+
/**
|
|
3432
|
+
* Tuesday
|
|
3433
|
+
*/
|
|
3434
|
+
tuesday: BitFlag;
|
|
3435
|
+
/**
|
|
3436
|
+
* Wednesday
|
|
3437
|
+
*/
|
|
3438
|
+
wednesday: BitFlag;
|
|
3439
|
+
/**
|
|
3440
|
+
* Thursday
|
|
3441
|
+
*/
|
|
3442
|
+
thursday: BitFlag;
|
|
3443
|
+
/**
|
|
3444
|
+
* Friday
|
|
3445
|
+
*/
|
|
3446
|
+
friday: BitFlag;
|
|
3447
|
+
/**
|
|
3448
|
+
* Saturday
|
|
3449
|
+
*/
|
|
3450
|
+
saturday: BitFlag;
|
|
3451
|
+
/**
|
|
3452
|
+
* Away or Vacation
|
|
3453
|
+
*/
|
|
3454
|
+
away: BitFlag;
|
|
3455
|
+
}>>;
|
|
3456
|
+
modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3457
|
+
/**
|
|
3458
|
+
* Adjust Heat Setpoint
|
|
3459
|
+
*/
|
|
3460
|
+
heatSetpointPresent: BitFlag;
|
|
3461
|
+
/**
|
|
3462
|
+
* Adjust Cool Setpoint
|
|
3463
|
+
*/
|
|
3464
|
+
coolSetpointPresent: BitFlag;
|
|
3465
|
+
}>>;
|
|
3466
|
+
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3467
|
+
/**
|
|
3468
|
+
* This field shall represent the start time of the schedule transition during the associated day. The time
|
|
3469
|
+
* will be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am
|
|
3470
|
+
* will be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since
|
|
3471
|
+
* midnight.
|
|
3472
|
+
*
|
|
3473
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.1
|
|
3474
|
+
*/
|
|
3475
|
+
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3476
|
+
/**
|
|
3477
|
+
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
3478
|
+
*
|
|
3479
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.2
|
|
3480
|
+
*/
|
|
3481
|
+
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3482
|
+
/**
|
|
3483
|
+
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
3484
|
+
*
|
|
3485
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.3
|
|
3486
|
+
*/
|
|
3487
|
+
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3488
|
+
}>[]>;
|
|
3489
|
+
}>, any>;
|
|
3490
|
+
/**
|
|
3491
|
+
* This command is used to clear the weekly schedule. The Clear weekly schedule has no payload.
|
|
3492
|
+
*
|
|
3493
|
+
* Upon receipt, all transitions currently stored shall be cleared and a default response of SUCCESS shall
|
|
3494
|
+
* be sent in response. There are no error responses to this command.
|
|
3495
|
+
*
|
|
3496
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.7
|
|
3497
|
+
*/
|
|
3498
|
+
readonly clearWeeklySchedule: Command<void, void, any>;
|
|
3499
|
+
};
|
|
3500
|
+
};
|
|
3501
|
+
}, {
|
|
3502
|
+
readonly flags: {
|
|
3503
|
+
readonly setback: true;
|
|
3504
|
+
};
|
|
3505
|
+
readonly component: {
|
|
3506
|
+
readonly attributes: {
|
|
3507
|
+
/**
|
|
3508
|
+
* Indicates the amount that the Thermostat server will allow the Calculated Local Temperature to float
|
|
3509
|
+
* above the OccupiedCoolingSetpoint (i.e., OccupiedCoolingSetpoint + OccupiedSetback) or below the
|
|
3510
|
+
* OccupiedHeatingSetpoint setpoint (i.e., OccupiedHeatingSetpoint – OccupiedSetback) before initiating a
|
|
3511
|
+
* state change to bring the temperature back to the user’s desired setpoint. This attribute is sometimes
|
|
3512
|
+
* also referred to as the “span.”
|
|
3513
|
+
*
|
|
3514
|
+
* The purpose of this attribute is to allow remote configuration of the span between the desired setpoint
|
|
3515
|
+
* and the measured temperature to help prevent over-cycling and reduce energy bills, though this may
|
|
3516
|
+
* result in lower comfort on the part of some users.
|
|
3517
|
+
*
|
|
3518
|
+
* The null value indicates the attribute is unused.
|
|
3519
|
+
*
|
|
3520
|
+
* If the Thermostat client attempts to write OccupiedSetback to a value greater than OccupiedSetbackMax,
|
|
3521
|
+
* the Thermostat server shall set its OccupiedSetback value to OccupiedSetbackMax and shall send a Write
|
|
3522
|
+
* Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
3523
|
+
*
|
|
3524
|
+
* If the Thermostat client attempts to write OccupiedSetback to a value less than OccupiedSetbackMin, the
|
|
3525
|
+
* Thermostat server shall set its OccupiedSetback value to OccupiedSetbackMin and shall send a Write
|
|
3526
|
+
* Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
3527
|
+
*
|
|
3528
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.38
|
|
3529
|
+
*/
|
|
3530
|
+
readonly occupiedSetback: WritableAttribute<number | null, any>;
|
|
3531
|
+
/**
|
|
3532
|
+
* Indicates the minimum value that the Thermostat server will allow the OccupiedSetback attribute to be
|
|
3533
|
+
* configured by a user.
|
|
3534
|
+
*
|
|
3535
|
+
* The null value indicates the attribute is unused.
|
|
3536
|
+
*
|
|
3537
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.39
|
|
3538
|
+
*/
|
|
3539
|
+
readonly occupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
3540
|
+
/**
|
|
3541
|
+
* Indicates the maximum value that the Thermostat server will allow the OccupiedSetback attribute to be
|
|
3542
|
+
* configured by a user.
|
|
3543
|
+
*
|
|
3544
|
+
* The null value indicates the attribute is unused.
|
|
3545
|
+
*
|
|
3546
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.40
|
|
3547
|
+
*/
|
|
3548
|
+
readonly occupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
3549
|
+
};
|
|
3550
|
+
};
|
|
3551
|
+
}, {
|
|
3552
|
+
readonly flags: {
|
|
3553
|
+
readonly setback: true;
|
|
3554
|
+
readonly occupancy: true;
|
|
3555
|
+
};
|
|
3556
|
+
readonly component: {
|
|
3557
|
+
readonly attributes: {
|
|
3558
|
+
/**
|
|
3559
|
+
* Indicates the amount that the Thermostat server will allow the Calculated Local Temperature to float
|
|
3560
|
+
* above the UnoccupiedCoolingSetpoint (i.e., UnoccupiedCoolingSetpoint + UnoccupiedSetback) or below the
|
|
3561
|
+
* UnoccupiedHeatingSetpoint setpoint (i.e., UnoccupiedHeatingSetpoint - UnoccupiedSetback) before
|
|
3562
|
+
* initiating a state change to bring the temperature back to the user’s desired setpoint. This attribute
|
|
3563
|
+
* is sometimes also referred to as the “span.”
|
|
3564
|
+
*
|
|
3565
|
+
* The purpose of this attribute is to allow remote configuration of the span between the desired setpoint
|
|
3566
|
+
* and the measured temperature to help prevent over-cycling and reduce energy bills, though this may
|
|
3567
|
+
* result in lower comfort on the part of some users.
|
|
3568
|
+
*
|
|
3569
|
+
* The null value indicates the attribute is unused.
|
|
3570
|
+
*
|
|
3571
|
+
* If the Thermostat client attempts to write UnoccupiedSetback to a value greater than
|
|
3572
|
+
* UnoccupiedSetbackMax, the Thermostat server shall set its UnoccupiedSetback value to
|
|
3573
|
+
* UnoccupiedSetbackMax and shall send a Write Attribute Response command with a Status Code field
|
|
3574
|
+
* enumeration of SUCCESS response.
|
|
3575
|
+
*
|
|
3576
|
+
* If the Thermostat client attempts to write UnoccupiedSetback to a value less than UnoccupiedSetbackMin,
|
|
3577
|
+
* the Thermostat server shall set its UnoccupiedSetback value to UnoccupiedSetbackMin and shall send a
|
|
3578
|
+
* Write Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
3579
|
+
*
|
|
3580
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.41
|
|
3581
|
+
*/
|
|
3582
|
+
readonly unoccupiedSetback: WritableAttribute<number | null, any>;
|
|
3583
|
+
/**
|
|
3584
|
+
* Indicates the minimum value that the Thermostat server will allow the UnoccupiedSetback attribute to be
|
|
3585
|
+
* configured by a user.
|
|
3586
|
+
*
|
|
3587
|
+
* The null value indicates the attribute is unused.
|
|
3588
|
+
*
|
|
3589
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.42
|
|
3590
|
+
*/
|
|
3591
|
+
readonly unoccupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
3592
|
+
/**
|
|
3593
|
+
* Indicates the maximum value that the Thermostat server will allow the UnoccupiedSetback attribute to be
|
|
3594
|
+
* configured by a user.
|
|
3595
|
+
*
|
|
3596
|
+
* The null value indicates the attribute is unused.
|
|
3597
|
+
*
|
|
3598
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.43
|
|
3599
|
+
*/
|
|
3600
|
+
readonly unoccupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
3601
|
+
};
|
|
3602
|
+
};
|
|
3603
|
+
}, {
|
|
3604
|
+
readonly flags: {
|
|
3605
|
+
readonly autoMode: true;
|
|
3606
|
+
readonly heating: false;
|
|
3607
|
+
};
|
|
3608
|
+
readonly component: false;
|
|
3609
|
+
}, {
|
|
3610
|
+
readonly flags: {
|
|
3611
|
+
readonly autoMode: true;
|
|
3612
|
+
readonly cooling: false;
|
|
3613
|
+
};
|
|
3614
|
+
readonly component: false;
|
|
3615
|
+
}, {
|
|
3616
|
+
readonly flags: {
|
|
3617
|
+
readonly heating: false;
|
|
3618
|
+
readonly cooling: false;
|
|
3619
|
+
};
|
|
3620
|
+
readonly component: false;
|
|
3621
|
+
}];
|
|
3622
|
+
}>;
|
|
3623
|
+
/**
|
|
3624
|
+
* This cluster provides an interface to the functionality of a thermostat.
|
|
3625
|
+
*
|
|
3626
|
+
* Per the Matter specification you cannot use {@link ThermostatCluster} without enabling certain feature
|
|
3627
|
+
* combinations. You must use the {@link with} factory method to obtain a working cluster.
|
|
3628
|
+
*
|
|
3629
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3
|
|
3630
|
+
*/
|
|
3631
|
+
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
3632
|
+
}
|
|
3633
|
+
const Cluster: Cluster;
|
|
3634
|
+
/**
|
|
3635
|
+
* @see {@link Complete}
|
|
3636
|
+
*/
|
|
3637
|
+
const CompleteInstance: MutableCluster<{
|
|
3638
|
+
readonly id: 513;
|
|
3639
|
+
readonly name: "Thermostat";
|
|
3640
|
+
readonly revision: 6;
|
|
3641
|
+
readonly features: {
|
|
3642
|
+
/**
|
|
3643
|
+
* Heating
|
|
3644
|
+
*
|
|
3645
|
+
* Thermostat is capable of managing a heating device
|
|
3646
|
+
*/
|
|
3647
|
+
readonly heating: BitFlag;
|
|
3648
|
+
/**
|
|
3649
|
+
* Cooling
|
|
3650
|
+
*
|
|
3651
|
+
* Thermostat is capable of managing a cooling device
|
|
3652
|
+
*/
|
|
3653
|
+
readonly cooling: BitFlag;
|
|
3654
|
+
/**
|
|
3655
|
+
* Occupancy
|
|
3656
|
+
*
|
|
3657
|
+
* Supports Occupied and Unoccupied setpoints
|
|
3658
|
+
*/
|
|
3659
|
+
readonly occupancy: BitFlag;
|
|
3660
|
+
/**
|
|
3661
|
+
* ScheduleConfiguration
|
|
3662
|
+
*
|
|
3663
|
+
* Supports remote configuration of a weekly schedule of setpoint transitions
|
|
3664
|
+
*/
|
|
3665
|
+
readonly scheduleConfiguration: BitFlag;
|
|
3666
|
+
/**
|
|
3667
|
+
* Setback
|
|
3668
|
+
*
|
|
3669
|
+
* Supports configurable setback (or span)
|
|
3670
|
+
*/
|
|
3671
|
+
readonly setback: BitFlag;
|
|
3672
|
+
/**
|
|
3673
|
+
* AutoMode
|
|
3674
|
+
*
|
|
3675
|
+
* Supports a System Mode of Auto
|
|
3676
|
+
*/
|
|
3677
|
+
readonly autoMode: BitFlag;
|
|
3678
|
+
/**
|
|
3679
|
+
* LocalTemperatureNotExposed
|
|
3680
|
+
*
|
|
3681
|
+
* This feature indicates that the Calculated Local Temperature used internally is unavailable to report
|
|
3682
|
+
* externally, for example due to the temperature control being done by a separate subsystem which does not
|
|
3683
|
+
* offer a view into the currently measured temperature, but allows setpoints to be provided.
|
|
3684
|
+
*
|
|
3685
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.4.1
|
|
3686
|
+
*/
|
|
3687
|
+
readonly localTemperatureNotExposed: BitFlag;
|
|
3688
|
+
};
|
|
3689
|
+
readonly attributes: {
|
|
3690
|
+
readonly occupancy: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3691
|
+
occupied: BitFlag;
|
|
3692
|
+
}>, any> & {
|
|
3693
|
+
readonly optional: true;
|
|
3694
|
+
readonly isConditional: true;
|
|
3695
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3696
|
+
readonly mandatoryIf: [] | [{
|
|
3697
|
+
occupancy: boolean;
|
|
3698
|
+
}];
|
|
3699
|
+
};
|
|
3700
|
+
readonly absMinHeatSetpointLimit: OptionalFixedAttribute<number, any> & {
|
|
3701
|
+
readonly optional: true;
|
|
3702
|
+
readonly isConditional: true;
|
|
3703
|
+
readonly optionalIf: [] | [{
|
|
3704
|
+
heating: boolean;
|
|
3705
|
+
}];
|
|
3706
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3707
|
+
};
|
|
3708
|
+
readonly absMaxHeatSetpointLimit: OptionalFixedAttribute<number, any> & {
|
|
3709
|
+
readonly optional: true;
|
|
3710
|
+
readonly isConditional: true;
|
|
3711
|
+
readonly optionalIf: [] | [{
|
|
3712
|
+
heating: boolean;
|
|
3713
|
+
}];
|
|
3714
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3715
|
+
};
|
|
3716
|
+
readonly absMinCoolSetpointLimit: OptionalFixedAttribute<number, any> & {
|
|
3717
|
+
readonly optional: true;
|
|
3718
|
+
readonly isConditional: true;
|
|
3719
|
+
readonly optionalIf: [] | [{
|
|
3720
|
+
cooling: boolean;
|
|
3721
|
+
}];
|
|
3722
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3723
|
+
};
|
|
3724
|
+
readonly absMaxCoolSetpointLimit: OptionalFixedAttribute<number, any> & {
|
|
3725
|
+
readonly optional: true;
|
|
3726
|
+
readonly isConditional: true;
|
|
3727
|
+
readonly optionalIf: [] | [{
|
|
3728
|
+
cooling: boolean;
|
|
3729
|
+
}];
|
|
3730
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3731
|
+
};
|
|
3732
|
+
readonly piCoolingDemand: OptionalAttribute<number, any> & {
|
|
3733
|
+
readonly optional: true;
|
|
3734
|
+
readonly isConditional: true;
|
|
3735
|
+
readonly optionalIf: [] | [{
|
|
3736
|
+
cooling: boolean;
|
|
3737
|
+
}];
|
|
3738
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3739
|
+
};
|
|
3740
|
+
readonly piHeatingDemand: OptionalAttribute<number, any> & {
|
|
3741
|
+
readonly optional: true;
|
|
3742
|
+
readonly isConditional: true;
|
|
3743
|
+
readonly optionalIf: [] | [{
|
|
3744
|
+
heating: boolean;
|
|
3745
|
+
}];
|
|
3746
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3747
|
+
};
|
|
3748
|
+
readonly localTemperatureCalibration: OptionalWritableAttribute<number, any> & {
|
|
3749
|
+
readonly optional: true;
|
|
3750
|
+
readonly isConditional: true;
|
|
3751
|
+
readonly optionalIf: [];
|
|
3752
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3753
|
+
};
|
|
3754
|
+
readonly occupiedCoolingSetpoint: WritableAttribute<number, any> & {
|
|
3755
|
+
readonly optional: true;
|
|
3756
|
+
readonly isConditional: true;
|
|
3757
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3758
|
+
readonly mandatoryIf: [] | [{
|
|
3759
|
+
cooling: boolean;
|
|
3760
|
+
}];
|
|
3761
|
+
};
|
|
3762
|
+
readonly occupiedHeatingSetpoint: WritableAttribute<number, any> & {
|
|
3763
|
+
readonly optional: true;
|
|
3764
|
+
readonly isConditional: true;
|
|
3765
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3766
|
+
readonly mandatoryIf: [] | [{
|
|
3767
|
+
heating: boolean;
|
|
3768
|
+
}];
|
|
3769
|
+
};
|
|
3770
|
+
readonly unoccupiedCoolingSetpoint: WritableAttribute<number, any> & {
|
|
3771
|
+
readonly optional: true;
|
|
3772
|
+
readonly isConditional: true;
|
|
3773
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3774
|
+
readonly mandatoryIf: [] | [{
|
|
3775
|
+
cooling: boolean;
|
|
3776
|
+
occupancy: boolean;
|
|
3777
|
+
}];
|
|
3778
|
+
};
|
|
3779
|
+
readonly unoccupiedHeatingSetpoint: WritableAttribute<number, any> & {
|
|
3780
|
+
readonly optional: true;
|
|
3781
|
+
readonly isConditional: true;
|
|
3782
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3783
|
+
readonly mandatoryIf: [] | [{
|
|
3784
|
+
heating: boolean;
|
|
3785
|
+
occupancy: boolean;
|
|
3786
|
+
}];
|
|
3787
|
+
};
|
|
3788
|
+
readonly minHeatSetpointLimit: OptionalWritableAttribute<number, any> & {
|
|
3789
|
+
readonly optional: true;
|
|
3790
|
+
readonly isConditional: true;
|
|
3791
|
+
readonly optionalIf: [] | [{
|
|
3792
|
+
heating: boolean;
|
|
3793
|
+
}];
|
|
3794
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3795
|
+
};
|
|
3796
|
+
readonly maxHeatSetpointLimit: OptionalWritableAttribute<number, any> & {
|
|
3797
|
+
readonly optional: true;
|
|
3798
|
+
readonly isConditional: true;
|
|
3799
|
+
readonly optionalIf: [] | [{
|
|
3800
|
+
heating: boolean;
|
|
3801
|
+
}];
|
|
3802
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3803
|
+
};
|
|
3804
|
+
readonly minCoolSetpointLimit: OptionalWritableAttribute<number, any> & {
|
|
3805
|
+
readonly optional: true;
|
|
3806
|
+
readonly isConditional: true;
|
|
3807
|
+
readonly optionalIf: [] | [{
|
|
3808
|
+
cooling: boolean;
|
|
3809
|
+
}];
|
|
3810
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3811
|
+
};
|
|
3812
|
+
readonly maxCoolSetpointLimit: OptionalWritableAttribute<number, any> & {
|
|
3813
|
+
readonly optional: true;
|
|
3814
|
+
readonly isConditional: true;
|
|
3815
|
+
readonly optionalIf: [] | [{
|
|
3816
|
+
cooling: boolean;
|
|
3817
|
+
}];
|
|
3818
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3819
|
+
};
|
|
3820
|
+
readonly minSetpointDeadBand: WritableAttribute<number, any> & {
|
|
3821
|
+
readonly optional: true;
|
|
3822
|
+
readonly isConditional: true;
|
|
3823
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3824
|
+
readonly mandatoryIf: [] | [{
|
|
3825
|
+
autoMode: boolean;
|
|
3826
|
+
}];
|
|
3827
|
+
};
|
|
3828
|
+
readonly thermostatRunningMode: OptionalAttribute<ThermostatRunningMode, any> & {
|
|
3829
|
+
readonly optional: true;
|
|
3830
|
+
readonly isConditional: true;
|
|
3831
|
+
readonly optionalIf: [] | [{
|
|
3832
|
+
autoMode: boolean;
|
|
3833
|
+
}];
|
|
3834
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3835
|
+
};
|
|
3836
|
+
readonly startOfWeek: FixedAttribute<StartOfWeek, any> & {
|
|
3837
|
+
readonly optional: true;
|
|
3838
|
+
readonly isConditional: true;
|
|
3839
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3840
|
+
readonly mandatoryIf: [] | [{
|
|
3841
|
+
scheduleConfiguration: boolean;
|
|
3842
|
+
}];
|
|
3843
|
+
};
|
|
3844
|
+
readonly numberOfWeeklyTransitions: FixedAttribute<number, any> & {
|
|
3845
|
+
readonly optional: true;
|
|
3846
|
+
readonly isConditional: true;
|
|
3847
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3848
|
+
readonly mandatoryIf: [] | [{
|
|
3849
|
+
scheduleConfiguration: boolean;
|
|
3850
|
+
}];
|
|
3851
|
+
};
|
|
3852
|
+
readonly numberOfDailyTransitions: FixedAttribute<number, any> & {
|
|
3853
|
+
readonly optional: true;
|
|
3854
|
+
readonly isConditional: true;
|
|
3855
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3856
|
+
readonly mandatoryIf: [] | [{
|
|
3857
|
+
scheduleConfiguration: boolean;
|
|
3858
|
+
}];
|
|
3859
|
+
};
|
|
3860
|
+
readonly occupiedSetback: WritableAttribute<number | null, any> & {
|
|
3861
|
+
readonly optional: true;
|
|
3862
|
+
readonly isConditional: true;
|
|
3863
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3864
|
+
readonly mandatoryIf: [] | [{
|
|
3865
|
+
setback: boolean;
|
|
3866
|
+
}];
|
|
3867
|
+
};
|
|
3868
|
+
readonly occupiedSetbackMin: FixedAttribute<number | null, any> & {
|
|
3869
|
+
readonly optional: true;
|
|
3870
|
+
readonly isConditional: true;
|
|
3871
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3872
|
+
readonly mandatoryIf: [] | [{
|
|
3873
|
+
setback: boolean;
|
|
3874
|
+
}];
|
|
3875
|
+
};
|
|
3876
|
+
readonly occupiedSetbackMax: FixedAttribute<number | null, any> & {
|
|
3877
|
+
readonly optional: true;
|
|
3878
|
+
readonly isConditional: true;
|
|
3879
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3880
|
+
readonly mandatoryIf: [] | [{
|
|
3881
|
+
setback: boolean;
|
|
3882
|
+
}];
|
|
3883
|
+
};
|
|
3884
|
+
readonly unoccupiedSetback: WritableAttribute<number | null, any> & {
|
|
3885
|
+
readonly optional: true;
|
|
3886
|
+
readonly isConditional: true;
|
|
3887
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3888
|
+
readonly mandatoryIf: [] | [{
|
|
3889
|
+
setback: boolean;
|
|
3890
|
+
occupancy: boolean;
|
|
3891
|
+
}];
|
|
3892
|
+
};
|
|
3893
|
+
readonly unoccupiedSetbackMin: FixedAttribute<number | null, any> & {
|
|
3894
|
+
readonly optional: true;
|
|
3895
|
+
readonly isConditional: true;
|
|
3896
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3897
|
+
readonly mandatoryIf: [] | [{
|
|
3898
|
+
setback: boolean;
|
|
3899
|
+
occupancy: boolean;
|
|
3900
|
+
}];
|
|
3901
|
+
};
|
|
3902
|
+
readonly unoccupiedSetbackMax: FixedAttribute<number | null, any> & {
|
|
3903
|
+
readonly optional: true;
|
|
3904
|
+
readonly isConditional: true;
|
|
3905
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3906
|
+
readonly mandatoryIf: [] | [{
|
|
3907
|
+
setback: boolean;
|
|
3908
|
+
occupancy: boolean;
|
|
3909
|
+
}];
|
|
3910
|
+
};
|
|
3911
|
+
/**
|
|
3912
|
+
* Indicates the current Calculated Local Temperature, when available.
|
|
3913
|
+
*
|
|
3914
|
+
* • If the LTNE feature is not supported:
|
|
3915
|
+
*
|
|
3916
|
+
* ◦ If the LocalTemperatureCalibration is invalid or currently unavailable, the attribute shall report
|
|
3917
|
+
* null.
|
|
3918
|
+
*
|
|
3919
|
+
* ◦ If the LocalTemperatureCalibration is valid, the attribute shall report that value.
|
|
3920
|
+
*
|
|
3921
|
+
* • Otherwise, if the LTNE feature is supported, there is no feedback externally available for the
|
|
3922
|
+
* LocalTemperatureCalibration. In that case, the LocalTemperature attribute shall always report null.
|
|
3923
|
+
*
|
|
3924
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.3
|
|
3925
|
+
*/
|
|
3926
|
+
readonly localTemperature: Attribute<number | null, any>;
|
|
3927
|
+
/**
|
|
3928
|
+
* Indicates the outdoor temperature, as measured locally or remotely (over the network).
|
|
3929
|
+
*
|
|
3930
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.4
|
|
3931
|
+
*/
|
|
3932
|
+
readonly outdoorTemperature: OptionalAttribute<number | null, any>;
|
|
3933
|
+
/**
|
|
3934
|
+
* Indicates when the local temperature, outdoor temperature and occupancy are being sensed by remote
|
|
3935
|
+
* networked sensors, rather than internal sensors.
|
|
3936
|
+
*
|
|
3937
|
+
* If the LTNE feature is present in the server, the LocalTemperature RemoteSensing bit value shall always
|
|
3938
|
+
* report a value of 0.
|
|
3939
|
+
*
|
|
3940
|
+
* If the LocalTemperature RemoteSensing bit is written with a value of 1 when the LTNE feature is present,
|
|
3941
|
+
* the write shall fail and the server shall report a CONSTRAINT_ERROR.
|
|
3942
|
+
*
|
|
3943
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.23
|
|
3944
|
+
*/
|
|
3945
|
+
readonly remoteSensing: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3946
|
+
/**
|
|
3947
|
+
* Calculated Local Temperature is derived from a remote node
|
|
3948
|
+
*/
|
|
3949
|
+
localTemperature: BitFlag;
|
|
3950
|
+
/**
|
|
3951
|
+
* OutdoorTemperature is derived from a remote node
|
|
3952
|
+
*
|
|
3953
|
+
* This bit shall be supported if the OutdoorTemperature attribute is supported.
|
|
3954
|
+
*
|
|
3955
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.9.1
|
|
3956
|
+
*/
|
|
3957
|
+
outdoorTemperature: BitFlag;
|
|
3958
|
+
/**
|
|
3959
|
+
* Occupancy is derived from a remote node
|
|
3960
|
+
*/
|
|
3961
|
+
occupancy: BitFlag;
|
|
3962
|
+
}>, any>;
|
|
3963
|
+
/**
|
|
3964
|
+
* Indicates the overall operating environment of the thermostat, and thus the possible system modes that
|
|
3965
|
+
* the thermostat can operate in.
|
|
3966
|
+
*
|
|
3967
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.24
|
|
3968
|
+
*/
|
|
3969
|
+
readonly controlSequenceOfOperation: WritableAttribute<ControlSequenceOfOperation, any>;
|
|
3970
|
+
/**
|
|
3971
|
+
* Indicates the current operating mode of the thermostat. Its value shall be limited by the
|
|
3972
|
+
* ControlSequenceOfOperation attribute.
|
|
3973
|
+
*
|
|
3974
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.25
|
|
3975
|
+
*/
|
|
3976
|
+
readonly systemMode: WritableAttribute<SystemMode, any>;
|
|
3977
|
+
/**
|
|
3978
|
+
* Indicates the temperature hold status on the thermostat. If hold status is on, the thermostat SHOULD
|
|
3979
|
+
* maintain the temperature setpoint for the current mode until a system mode change. If hold status is
|
|
3980
|
+
* off, the thermostat SHOULD follow the setpoint transitions specified by its internal scheduling program.
|
|
3981
|
+
* If the thermostat supports setpoint hold for a specific duration, it SHOULD also implement the
|
|
3982
|
+
* TemperatureSetpointHoldDuration attribute.
|
|
3983
|
+
*
|
|
3984
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.31
|
|
3985
|
+
*/
|
|
3986
|
+
readonly temperatureSetpointHold: OptionalWritableAttribute<TemperatureSetpointHold, any>;
|
|
3987
|
+
/**
|
|
3988
|
+
* Indicates the period in minutes for which a setpoint hold is active. Thermostats that support hold for a
|
|
3989
|
+
* specified duration SHOULD implement this attribute. The null value indicates the field is unused. All
|
|
3990
|
+
* other values are reserved.
|
|
3991
|
+
*
|
|
3992
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.32
|
|
3993
|
+
*/
|
|
3994
|
+
readonly temperatureSetpointHoldDuration: OptionalWritableAttribute<number | null, any>;
|
|
3995
|
+
/**
|
|
3996
|
+
* Indicates the operational state of the thermostat’s programming. The thermostat shall modify its
|
|
3997
|
+
* programming operation when this attribute is modified by a client and update this attribute when its
|
|
3998
|
+
* programming operation is modified locally by a user. The thermostat may support more than one active
|
|
3999
|
+
* ProgrammingOperationModeBitmap. For example, the thermostat may operate simultaneously in Schedule
|
|
4000
|
+
* Programming Mode and Recovery Mode.
|
|
4001
|
+
*
|
|
4002
|
+
* Thermostats which contain a schedule may use this attribute to control how that schedule is used, even
|
|
4003
|
+
* if they do not support the ScheduleConfiguration feature.
|
|
4004
|
+
*
|
|
4005
|
+
* When ScheduleActive is not set, the setpoint is altered only by manual up/down changes at the thermostat
|
|
4006
|
+
* or remotely, not by internal schedule programming.
|
|
4007
|
+
*
|
|
4008
|
+
* NOTE
|
|
4009
|
+
*
|
|
4010
|
+
* Modifying the ScheduleActive bit does not clear or delete previous weekly schedule programming
|
|
4011
|
+
* configurations.
|
|
4012
|
+
*
|
|
4013
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.33
|
|
4014
|
+
*/
|
|
4015
|
+
readonly thermostatProgrammingOperationMode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4016
|
+
/**
|
|
4017
|
+
* Schedule programming mode. This enables any programmed weekly schedule configurations.
|
|
4018
|
+
*/
|
|
4019
|
+
scheduleActive: BitFlag;
|
|
4020
|
+
/**
|
|
4021
|
+
* Auto/recovery mode
|
|
4022
|
+
*/
|
|
4023
|
+
autoRecovery: BitFlag;
|
|
4024
|
+
/**
|
|
4025
|
+
* Economy/EnergyStar mode
|
|
4026
|
+
*/
|
|
4027
|
+
economy: BitFlag;
|
|
4028
|
+
}>, any>;
|
|
4029
|
+
/**
|
|
4030
|
+
* Indicates the current relay state of the heat, cool, and fan relays. Unimplemented outputs shall be
|
|
4031
|
+
* treated as if they were Off.
|
|
4032
|
+
*
|
|
4033
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.34
|
|
4034
|
+
*/
|
|
4035
|
+
readonly thermostatRunningState: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4036
|
+
/**
|
|
4037
|
+
* Heat State On
|
|
4038
|
+
*/
|
|
4039
|
+
heat: BitFlag;
|
|
4040
|
+
/**
|
|
4041
|
+
* Cool State On
|
|
4042
|
+
*/
|
|
4043
|
+
cool: BitFlag;
|
|
4044
|
+
/**
|
|
4045
|
+
* Fan State On
|
|
4046
|
+
*/
|
|
4047
|
+
fan: BitFlag;
|
|
4048
|
+
/**
|
|
4049
|
+
* Heat 2nd State On
|
|
4050
|
+
*/
|
|
4051
|
+
heatStage2: BitFlag;
|
|
4052
|
+
/**
|
|
4053
|
+
* Cool 2nd State On
|
|
4054
|
+
*/
|
|
4055
|
+
coolStage2: BitFlag;
|
|
4056
|
+
/**
|
|
4057
|
+
* Fan 2nd State On
|
|
4058
|
+
*/
|
|
4059
|
+
fanStage2: BitFlag;
|
|
4060
|
+
/**
|
|
4061
|
+
* Fan 3rd Stage On
|
|
4062
|
+
*/
|
|
4063
|
+
fanStage3: BitFlag;
|
|
4064
|
+
}>, any>;
|
|
4065
|
+
/**
|
|
4066
|
+
* Indicates the source of the current active OccupiedCoolingSetpoint or OccupiedHeatingSetpoint (i.e., who
|
|
4067
|
+
* or what determined the current setpoint).
|
|
4068
|
+
*
|
|
4069
|
+
* This attribute enables service providers to determine whether changes to setpoints were initiated due to
|
|
4070
|
+
* occupant comfort, scheduled programming or some other source (e.g., electric utility or other service
|
|
4071
|
+
* provider). Because automation services may initiate frequent setpoint changes, this attribute clearly
|
|
4072
|
+
* differentiates the source of setpoint changes made at the thermostat.
|
|
4073
|
+
*
|
|
4074
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.35
|
|
4075
|
+
*/
|
|
4076
|
+
readonly setpointChangeSource: OptionalAttribute<SetpointChangeSource, any>;
|
|
4077
|
+
/**
|
|
4078
|
+
* Indicates the delta between the current active OccupiedCoolingSetpoint or OccupiedHeatingSetpoint and
|
|
4079
|
+
* the previous active setpoint. This attribute is meant to accompany the SetpointChangeSource attribute;
|
|
4080
|
+
* devices implementing SetpointChangeAmount SHOULD also implement SetpointChangeSource.
|
|
4081
|
+
*
|
|
4082
|
+
* The null value indicates that the previous setpoint was unknown.
|
|
4083
|
+
*
|
|
4084
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.36
|
|
4085
|
+
*/
|
|
4086
|
+
readonly setpointChangeAmount: OptionalAttribute<number | null, any>;
|
|
4087
|
+
/**
|
|
4088
|
+
* Indicates the time in UTC at which the SetpointChangeAmount attribute change was recorded.
|
|
4089
|
+
*
|
|
4090
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.37
|
|
4091
|
+
*/
|
|
4092
|
+
readonly setpointChangeSourceTimestamp: OptionalAttribute<number, any>;
|
|
4093
|
+
/**
|
|
4094
|
+
* Indicates the delta between the Calculated Local Temperature and the OccupiedHeatingSetpoint or
|
|
4095
|
+
* UnoccupiedHeatingSetpoint attributes at which the Thermostat server will operate in emergency heat mode.
|
|
4096
|
+
*
|
|
4097
|
+
* If the difference between the Calculated Local Temperature and OccupiedCoolingSetpoint or
|
|
4098
|
+
* UnoccupiedCoolingSetpoint is greater than or equal to the EmergencyHeatDelta and the Thermostat server’s
|
|
4099
|
+
* SystemMode attribute is in a heating-related mode, then the Thermostat server shall immediately switch
|
|
4100
|
+
* to the SystemMode attribute value that provides the highest stage of heating (e.g., emergency heat) and
|
|
4101
|
+
* continue operating in that running state until the OccupiedHeatingSetpoint value is reached. For example:
|
|
4102
|
+
*
|
|
4103
|
+
* • Calculated Local Temperature = 10.0°C
|
|
4104
|
+
*
|
|
4105
|
+
* • OccupiedHeatingSetpoint = 16.0°C
|
|
4106
|
+
*
|
|
4107
|
+
* • EmergencyHeatDelta = 2.0°C
|
|
4108
|
+
*
|
|
4109
|
+
* ⇒ OccupiedHeatingSetpoint - Calculated Local Temperature ≥? EmergencyHeatDelta
|
|
4110
|
+
*
|
|
4111
|
+
* ⇒ 16°C - 10°C ≥? 2°C
|
|
4112
|
+
*
|
|
4113
|
+
* ⇒ TRUE >>> Thermostat server changes its SystemMode to operate in 2nd stage or emergency heat mode
|
|
4114
|
+
*
|
|
4115
|
+
* The purpose of this attribute is to provide Thermostat clients the ability to configure rapid heating
|
|
4116
|
+
* when a setpoint is of a specified amount greater than the measured temperature. This allows the heated
|
|
4117
|
+
* space to be quickly heated to the desired level set by the user.
|
|
4118
|
+
*
|
|
4119
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.44
|
|
4120
|
+
*/
|
|
4121
|
+
readonly emergencyHeatDelta: OptionalWritableAttribute<number, any>;
|
|
4122
|
+
/**
|
|
4123
|
+
* Indicates the type of Mini Split ACTypeEnum of Mini Split AC is defined depending on how Cooling and
|
|
4124
|
+
* Heating condition is achieved by Mini Split AC.
|
|
4125
|
+
*
|
|
4126
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.45
|
|
4127
|
+
*/
|
|
4128
|
+
readonly acType: OptionalWritableAttribute<AcType, any>;
|
|
4129
|
+
/**
|
|
4130
|
+
* Indicates capacity of Mini Split AC in terms of the format defined by the ACCapacityFormat attribute
|
|
4131
|
+
*
|
|
4132
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.46
|
|
4133
|
+
*/
|
|
4134
|
+
readonly acCapacity: OptionalWritableAttribute<number, any>;
|
|
4135
|
+
/**
|
|
4136
|
+
* Indicates type of refrigerant used within the Mini Split AC.
|
|
4137
|
+
*
|
|
4138
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.47
|
|
4139
|
+
*/
|
|
4140
|
+
readonly acRefrigerantType: OptionalWritableAttribute<AcRefrigerantType, any>;
|
|
4141
|
+
/**
|
|
4142
|
+
* Indicates the type of compressor used within the Mini Split AC.
|
|
4143
|
+
*
|
|
4144
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.48
|
|
4145
|
+
*/
|
|
4146
|
+
readonly acCompressorType: OptionalWritableAttribute<AcCompressorType, any>;
|
|
4147
|
+
/**
|
|
4148
|
+
* Indicates the type of errors encountered within the Mini Split AC.
|
|
4149
|
+
*
|
|
4150
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.49
|
|
4151
|
+
*/
|
|
4152
|
+
readonly acErrorCode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4153
|
+
/**
|
|
4154
|
+
* Compressor Failure or Refrigerant Leakage
|
|
4155
|
+
*/
|
|
4156
|
+
compressorFail: BitFlag;
|
|
4157
|
+
/**
|
|
4158
|
+
* Room Temperature Sensor Failure
|
|
4159
|
+
*/
|
|
4160
|
+
roomSensorFail: BitFlag;
|
|
4161
|
+
/**
|
|
4162
|
+
* Outdoor Temperature Sensor Failure
|
|
4163
|
+
*/
|
|
4164
|
+
outdoorSensorFail: BitFlag;
|
|
4165
|
+
/**
|
|
4166
|
+
* Indoor Coil Temperature Sensor Failure
|
|
4167
|
+
*/
|
|
4168
|
+
coilSensorFail: BitFlag;
|
|
4169
|
+
/**
|
|
4170
|
+
* Fan Failure
|
|
4171
|
+
*/
|
|
4172
|
+
fanFail: BitFlag;
|
|
4173
|
+
}>, any>;
|
|
4174
|
+
/**
|
|
4175
|
+
* Indicates the position of Louver on the AC.
|
|
4176
|
+
*
|
|
4177
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.50
|
|
4178
|
+
*/
|
|
4179
|
+
readonly acLouverPosition: OptionalWritableAttribute<AcLouverPosition, any>;
|
|
4180
|
+
/**
|
|
4181
|
+
* Indicates the temperature of the AC coil, as measured locally or remotely (over the network).
|
|
4182
|
+
*
|
|
4183
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.51
|
|
4184
|
+
*/
|
|
4185
|
+
readonly acCoilTemperature: OptionalAttribute<number | null, any>;
|
|
4186
|
+
/**
|
|
4187
|
+
* Indicates the format for the ACCapacity attribute.
|
|
4188
|
+
*
|
|
4189
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.9.52
|
|
4190
|
+
*/
|
|
4191
|
+
readonly acCapacityFormat: OptionalWritableAttribute<AcCapacityFormat, any>;
|
|
4192
|
+
};
|
|
4193
|
+
readonly commands: {
|
|
4194
|
+
readonly setWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4195
|
+
/**
|
|
4196
|
+
* This field shall indicate how many individual transitions to expect for this sequence of commands. If a
|
|
4197
|
+
* device supports more than 10 transitions in its schedule they can send this by sending more than 1 “Set
|
|
4198
|
+
* Weekly Schedule” command, each containing the separate information that the device needs to set.
|
|
4199
|
+
*
|
|
4200
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.1
|
|
4201
|
+
*/
|
|
4202
|
+
numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4203
|
+
/**
|
|
4204
|
+
* This field shall represent the day of the week at which all the transitions within the payload of the
|
|
4205
|
+
* command SHOULD be associated to. This field is a bitmap and therefore the associated setpoint could overlap
|
|
4206
|
+
* onto multiple days (you could set one transition time for all “week days” or whatever combination of days
|
|
4207
|
+
* the implementation requests).
|
|
4208
|
+
*
|
|
4209
|
+
* Each setpoint transition will begin with the day of week for this transition. There can be up to 10
|
|
4210
|
+
* transitions for each command.
|
|
4211
|
+
*
|
|
4212
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.2
|
|
4213
|
+
*/
|
|
4214
|
+
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4215
|
+
/**
|
|
4216
|
+
* Sunday
|
|
4217
|
+
*/
|
|
4218
|
+
sunday: BitFlag;
|
|
4219
|
+
/**
|
|
4220
|
+
* Monday
|
|
4221
|
+
*/
|
|
4222
|
+
monday: BitFlag;
|
|
4223
|
+
/**
|
|
4224
|
+
* Tuesday
|
|
4225
|
+
*/
|
|
4226
|
+
tuesday: BitFlag;
|
|
4227
|
+
/**
|
|
4228
|
+
* Wednesday
|
|
4229
|
+
*/
|
|
4230
|
+
wednesday: BitFlag;
|
|
4231
|
+
/**
|
|
4232
|
+
* Thursday
|
|
4233
|
+
*/
|
|
4234
|
+
thursday: BitFlag;
|
|
4235
|
+
/**
|
|
4236
|
+
* Friday
|
|
4237
|
+
*/
|
|
4238
|
+
friday: BitFlag;
|
|
4239
|
+
/**
|
|
4240
|
+
* Saturday
|
|
4241
|
+
*/
|
|
4242
|
+
saturday: BitFlag;
|
|
4243
|
+
/**
|
|
4244
|
+
* Away or Vacation
|
|
4245
|
+
*/
|
|
4246
|
+
away: BitFlag;
|
|
4247
|
+
}>>;
|
|
4248
|
+
/**
|
|
4249
|
+
* This field shall indicate how the application decodes the setpoint fields of each transition in the
|
|
4250
|
+
* Transitions list.
|
|
4251
|
+
*
|
|
4252
|
+
* If the HeatSetpointPresent bit is On, the HeatSetpoint field shall NOT be null in every entry of the
|
|
4253
|
+
* Transitions list.
|
|
4254
|
+
*
|
|
4255
|
+
* If the HeatSetpointPresent bit is Off, the HeatSetpoint field shall be null in every entry of the
|
|
4256
|
+
* Transitions list.
|
|
4257
|
+
*
|
|
4258
|
+
* If the CoolSetpointPresent bit is On, the CoolSetpoint field shall NOT be null in every entry of the
|
|
4259
|
+
* Transitions list.
|
|
4260
|
+
*
|
|
4261
|
+
* If the CoolSetpointPresent bit is Off, the CoolSetpoint field shall be null in every entry of the
|
|
4262
|
+
* Transitions list.
|
|
4263
|
+
*
|
|
4264
|
+
* At least one of the bits in the Mode For Sequence byte shall be on.
|
|
4265
|
+
*
|
|
4266
|
+
* Both bits must be respected, even if the HEAT or COOL feature is not supported, to ensure the command is
|
|
4267
|
+
* decoded and handled correctly.
|
|
4268
|
+
*
|
|
4269
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.3
|
|
4270
|
+
*/
|
|
4271
|
+
modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4272
|
+
/**
|
|
4273
|
+
* Adjust Heat Setpoint
|
|
4274
|
+
*/
|
|
4275
|
+
heatSetpointPresent: BitFlag;
|
|
4276
|
+
/**
|
|
4277
|
+
* Adjust Cool Setpoint
|
|
4278
|
+
*/
|
|
4279
|
+
coolSetpointPresent: BitFlag;
|
|
4280
|
+
}>>;
|
|
4281
|
+
/**
|
|
4282
|
+
* This field shall contain the list of setpoint transitions used to update the specified daily schedules
|
|
4283
|
+
*
|
|
4284
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.4
|
|
4285
|
+
*/
|
|
4286
|
+
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4287
|
+
/**
|
|
4288
|
+
* This field shall represent the start time of the schedule transition during the associated day. The time
|
|
4289
|
+
* will be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am
|
|
4290
|
+
* will be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since
|
|
4291
|
+
* midnight.
|
|
4292
|
+
*
|
|
4293
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.1
|
|
4294
|
+
*/
|
|
4295
|
+
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4296
|
+
/**
|
|
4297
|
+
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
4298
|
+
*
|
|
4299
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.2
|
|
4300
|
+
*/
|
|
4301
|
+
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
4302
|
+
/**
|
|
4303
|
+
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
4304
|
+
*
|
|
4305
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.3
|
|
4306
|
+
*/
|
|
4307
|
+
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
4308
|
+
}>[]>;
|
|
4309
|
+
}>, void, any> & {
|
|
4310
|
+
readonly optional: true;
|
|
4311
|
+
readonly isConditional: true;
|
|
4312
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
4313
|
+
readonly mandatoryIf: [] | [{
|
|
4314
|
+
scheduleConfiguration: boolean;
|
|
4315
|
+
}];
|
|
4316
|
+
};
|
|
4317
|
+
readonly getWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4318
|
+
/**
|
|
4319
|
+
* This field shall indicate the number of days the client would like to return the setpoint values for and
|
|
4320
|
+
* could be any combination of single days or the entire week.
|
|
4321
|
+
*
|
|
4322
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.5.1
|
|
4323
|
+
*/
|
|
4324
|
+
daysToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4325
|
+
/**
|
|
4326
|
+
* Sunday
|
|
4327
|
+
*/
|
|
4328
|
+
sunday: BitFlag;
|
|
4329
|
+
/**
|
|
4330
|
+
* Monday
|
|
4331
|
+
*/
|
|
4332
|
+
monday: BitFlag;
|
|
4333
|
+
/**
|
|
4334
|
+
* Tuesday
|
|
4335
|
+
*/
|
|
4336
|
+
tuesday: BitFlag;
|
|
4337
|
+
/**
|
|
4338
|
+
* Wednesday
|
|
4339
|
+
*/
|
|
4340
|
+
wednesday: BitFlag;
|
|
4341
|
+
/**
|
|
4342
|
+
* Thursday
|
|
4343
|
+
*/
|
|
4344
|
+
thursday: BitFlag;
|
|
4345
|
+
/**
|
|
4346
|
+
* Friday
|
|
4347
|
+
*/
|
|
4348
|
+
friday: BitFlag;
|
|
4349
|
+
/**
|
|
4350
|
+
* Saturday
|
|
4351
|
+
*/
|
|
4352
|
+
saturday: BitFlag;
|
|
4353
|
+
/**
|
|
4354
|
+
* Away or Vacation
|
|
4355
|
+
*/
|
|
4356
|
+
away: BitFlag;
|
|
4357
|
+
}>>;
|
|
4358
|
+
/**
|
|
4359
|
+
* This field shall indicate the mode the client would like to return the set point values for and could be any
|
|
4360
|
+
* combination of heat only, cool only or heat & cool.
|
|
4361
|
+
*
|
|
4362
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.5.2
|
|
4363
|
+
*/
|
|
4364
|
+
modeToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4365
|
+
/**
|
|
4366
|
+
* Adjust Heat Setpoint
|
|
4367
|
+
*/
|
|
4368
|
+
heatSetpointPresent: BitFlag;
|
|
4369
|
+
/**
|
|
4370
|
+
* Adjust Cool Setpoint
|
|
4371
|
+
*/
|
|
4372
|
+
coolSetpointPresent: BitFlag;
|
|
4373
|
+
}>>;
|
|
4374
|
+
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4375
|
+
numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4376
|
+
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4377
|
+
/**
|
|
4378
|
+
* Sunday
|
|
4379
|
+
*/
|
|
4380
|
+
sunday: BitFlag;
|
|
4381
|
+
/**
|
|
4382
|
+
* Monday
|
|
4383
|
+
*/
|
|
4384
|
+
monday: BitFlag;
|
|
4385
|
+
/**
|
|
4386
|
+
* Tuesday
|
|
4387
|
+
*/
|
|
4388
|
+
tuesday: BitFlag;
|
|
4389
|
+
/**
|
|
4390
|
+
* Wednesday
|
|
4391
|
+
*/
|
|
4392
|
+
wednesday: BitFlag;
|
|
4393
|
+
/**
|
|
4394
|
+
* Thursday
|
|
4395
|
+
*/
|
|
4396
|
+
thursday: BitFlag;
|
|
4397
|
+
/**
|
|
4398
|
+
* Friday
|
|
4399
|
+
*/
|
|
4400
|
+
friday: BitFlag;
|
|
4401
|
+
/**
|
|
4402
|
+
* Saturday
|
|
4403
|
+
*/
|
|
4404
|
+
saturday: BitFlag;
|
|
4405
|
+
/**
|
|
4406
|
+
* Away or Vacation
|
|
4407
|
+
*/
|
|
4408
|
+
away: BitFlag;
|
|
4409
|
+
}>>;
|
|
4410
|
+
modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4411
|
+
/**
|
|
4412
|
+
* Adjust Heat Setpoint
|
|
4413
|
+
*/
|
|
4414
|
+
heatSetpointPresent: BitFlag;
|
|
4415
|
+
/**
|
|
4416
|
+
* Adjust Cool Setpoint
|
|
4417
|
+
*/
|
|
4418
|
+
coolSetpointPresent: BitFlag;
|
|
4419
|
+
}>>;
|
|
4420
|
+
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4421
|
+
/**
|
|
4422
|
+
* This field shall represent the start time of the schedule transition during the associated day. The time
|
|
4423
|
+
* will be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am
|
|
4424
|
+
* will be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since
|
|
4425
|
+
* midnight.
|
|
4426
|
+
*
|
|
4427
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.1
|
|
4428
|
+
*/
|
|
4429
|
+
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4430
|
+
/**
|
|
4431
|
+
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
4432
|
+
*
|
|
4433
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.2
|
|
4434
|
+
*/
|
|
4435
|
+
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
4436
|
+
/**
|
|
4437
|
+
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
4438
|
+
*
|
|
4439
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.3
|
|
4440
|
+
*/
|
|
4441
|
+
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
4442
|
+
}>[]>;
|
|
4443
|
+
}>, any> & {
|
|
4444
|
+
readonly optional: true;
|
|
4445
|
+
readonly isConditional: true;
|
|
4446
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
4447
|
+
readonly mandatoryIf: [] | [{
|
|
4448
|
+
scheduleConfiguration: boolean;
|
|
4449
|
+
}];
|
|
4450
|
+
};
|
|
4451
|
+
readonly clearWeeklySchedule: Command<void, void, any> & {
|
|
4452
|
+
readonly optional: true;
|
|
4453
|
+
readonly isConditional: true;
|
|
4454
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
4455
|
+
readonly mandatoryIf: [] | [{
|
|
4456
|
+
scheduleConfiguration: boolean;
|
|
4457
|
+
}];
|
|
4458
|
+
};
|
|
4459
|
+
/**
|
|
4460
|
+
* Upon receipt, the attributes for the indicated setpoint(s) shall have the amount specified in the Amount
|
|
4461
|
+
* field added to them. If the resulting value is outside the limits imposed by MinCoolSetpointLimit,
|
|
4462
|
+
* MaxCoolSetpointLimit, MinHeatSetpointLimit and MaxHeatSetpointLimit, the value is clamped to those
|
|
4463
|
+
* limits. This is not considered an error condition.
|
|
4464
|
+
*
|
|
4465
|
+
* @see {@link MatterSpecification.v13.Cluster} § 4.3.10.1
|
|
4466
|
+
*/
|
|
4467
|
+
readonly setpointRaiseLower: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4468
|
+
mode: import("../tlv/TlvObject.js").FieldType<SetpointRaiseLowerMode>;
|
|
4469
|
+
amount: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4470
|
+
}>, void, any>;
|
|
4471
|
+
};
|
|
4472
|
+
}, []>;
|
|
4473
|
+
/**
|
|
4474
|
+
* This cluster supports all Thermostat features. It may support illegal feature combinations.
|
|
4475
|
+
*
|
|
4476
|
+
* If you use this cluster you must manually specify which features are active and ensure the set of active
|
|
4477
|
+
* features is legal per the Matter specification.
|
|
4478
|
+
*/
|
|
4479
|
+
interface Complete extends Identity<typeof CompleteInstance> {
|
|
4480
|
+
}
|
|
4481
|
+
const Complete: Complete;
|
|
4482
|
+
}
|
|
4483
|
+
export type ThermostatCluster = Thermostat.Cluster;
|
|
4484
|
+
export declare const ThermostatCluster: Thermostat.Cluster;
|
|
4485
|
+
//# sourceMappingURL=thermostat.d.ts.map
|