@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,4153 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2022-2024 Matter.js Authors
|
|
4
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
+
*/
|
|
6
|
+
/*** THIS FILE IS GENERATED, DO NOT EDIT ***/
|
|
7
|
+
import { MutableCluster } from "../cluster/mutation/MutableCluster.js";
|
|
8
|
+
import { Attribute, Command, OptionalWritableAttribute, OptionalEvent, OptionalCommand, Event } from "../cluster/Cluster.js";
|
|
9
|
+
import { TypeFromSchema } from "../tlv/TlvSchema.js";
|
|
10
|
+
import { BitFlag } from "../schema/BitmapSchema.js";
|
|
11
|
+
import { Identity } from "#general";
|
|
12
|
+
export declare namespace EnergyEvse {
|
|
13
|
+
/**
|
|
14
|
+
* These are optional features supported by EnergyEvseCluster.
|
|
15
|
+
*
|
|
16
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4
|
|
17
|
+
*/
|
|
18
|
+
enum Feature {
|
|
19
|
+
/**
|
|
20
|
+
* ChargingPreferences (PREF)
|
|
21
|
+
*
|
|
22
|
+
* Since some EVSEs cannot obtain the SoC from the vehicle, some EV charging solutions allow the consumer to
|
|
23
|
+
* specify a daily charging target (for adding energy to the EV’s battery). This feature allows the consumer to
|
|
24
|
+
* specify how many miles or km of additional range they need for their typical daily commute. This range
|
|
25
|
+
* requirement can be converted into a daily energy demand with a target charging completion time.
|
|
26
|
+
*
|
|
27
|
+
* The EVSE itself may use this information (or may allow a controller such as an EMS) to compute an
|
|
28
|
+
*
|
|
29
|
+
* optimized charging schedule.
|
|
30
|
+
*
|
|
31
|
+
* An EVSE device may implement the Device Energy Management cluster PFR (Power Forecast Reporting) and FA
|
|
32
|
+
* (Forecast Adjustment) features. This can help a controller (such as an EMS) to optimize the EVSE against
|
|
33
|
+
* other ESAs. For example, a solar PV ESA may share its Forecast and allow the EVSE to know the best time to
|
|
34
|
+
* charge so that any excess solar generation is used to charge the EV.
|
|
35
|
+
*
|
|
36
|
+
* EVSE devices that support the Device Energy Management cluster’s FA feature can have their charging profiles
|
|
37
|
+
* set by a controller device such as an EMS. For example, if the EVSE advertises a simple power forecast which
|
|
38
|
+
* allows the EMS to adjust over a wide range of power and time durations, then the EVSE may allow the EMS to
|
|
39
|
+
* propose a revised optimized forecast (which is the charging profile).
|
|
40
|
+
*
|
|
41
|
+
* See the Device Energy Management Cluster for more details.
|
|
42
|
+
*
|
|
43
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.1
|
|
44
|
+
*/
|
|
45
|
+
ChargingPreferences = "ChargingPreferences",
|
|
46
|
+
/**
|
|
47
|
+
* SoCReporting (SOC)
|
|
48
|
+
*
|
|
49
|
+
* Vehicles and EVSEs which support ISO 15118 may allow the vehicle to report its battery size and state of
|
|
50
|
+
* charge. If the EVSE supports PLC it may have a vehicle connected which optionally supports reporting of its
|
|
51
|
+
* battery size and current State of Charge (SoC).
|
|
52
|
+
*
|
|
53
|
+
* If the EVSE supports reporting of State of Charge this feature will only work if a compatible EV is
|
|
54
|
+
* connected.
|
|
55
|
+
*
|
|
56
|
+
* Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope of
|
|
57
|
+
* this cluster.
|
|
58
|
+
*
|
|
59
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.2
|
|
60
|
+
*/
|
|
61
|
+
SoCReporting = "SoCReporting",
|
|
62
|
+
/**
|
|
63
|
+
* PlugAndCharge (PNC)
|
|
64
|
+
*
|
|
65
|
+
* If the EVSE supports PLC, it may be able to support the Plug and Charge feature. e.g. this may allow the
|
|
66
|
+
* vehicle ID to be obtained which may allow an energy management system to track energy usage per vehicle
|
|
67
|
+
* (e.g. to give the owner an indicative cost of charging, or for work place charging).
|
|
68
|
+
*
|
|
69
|
+
* If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
|
|
70
|
+
*
|
|
71
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.3
|
|
72
|
+
*/
|
|
73
|
+
PlugAndCharge = "PlugAndCharge",
|
|
74
|
+
/**
|
|
75
|
+
* Rfid (RFID)
|
|
76
|
+
*
|
|
77
|
+
* If the EVSE is fitted with an RFID reader, it may be possible to obtain the User or Vehicle ID from an RFID
|
|
78
|
+
* card. This may be used to record a charging session against a specific charging account, and may optionally
|
|
79
|
+
* be used to authorize a charging session.
|
|
80
|
+
*
|
|
81
|
+
* An RFID event can be generated when a user taps an RFID card onto the RFID reader. The event must be
|
|
82
|
+
* subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge or
|
|
83
|
+
* discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
|
|
84
|
+
*
|
|
85
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.4
|
|
86
|
+
*/
|
|
87
|
+
Rfid = "Rfid",
|
|
88
|
+
/**
|
|
89
|
+
* V2X (V2X)
|
|
90
|
+
*
|
|
91
|
+
* If the EVSE can support bi-directional charging, it may be possible to request that the vehicle can
|
|
92
|
+
* discharge to the home or grid.
|
|
93
|
+
*
|
|
94
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.5
|
|
95
|
+
*/
|
|
96
|
+
V2X = "V2X"
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* Input to the EnergyEvse enableDischarging command
|
|
100
|
+
*
|
|
101
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3
|
|
102
|
+
*/
|
|
103
|
+
const TlvEnableDischargingRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
104
|
+
/**
|
|
105
|
+
* This field shall indicate the expiry time, in UTC, when discharging will be automatically disabled.
|
|
106
|
+
*
|
|
107
|
+
* A value in the past in this field shall disable the EVSE whereas a null value shall enable it permanently.
|
|
108
|
+
*
|
|
109
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.1
|
|
110
|
+
*/
|
|
111
|
+
dischargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
112
|
+
/**
|
|
113
|
+
* This field shall indicate the maximum current that can be received by the EVSE from the EV. The EVSE current
|
|
114
|
+
* limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
|
|
115
|
+
* stored and persisted across reboots by the EVSE to the value of this
|
|
116
|
+
*
|
|
117
|
+
* field.
|
|
118
|
+
*
|
|
119
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.2
|
|
120
|
+
*/
|
|
121
|
+
maximumDischargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
122
|
+
}>;
|
|
123
|
+
/**
|
|
124
|
+
* Input to the EnergyEvse enableDischarging command
|
|
125
|
+
*
|
|
126
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3
|
|
127
|
+
*/
|
|
128
|
+
interface EnableDischargingRequest extends TypeFromSchema<typeof TlvEnableDischargingRequest> {
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.5
|
|
132
|
+
*/
|
|
133
|
+
const TargetDayOfWeek: {
|
|
134
|
+
/**
|
|
135
|
+
* Sunday
|
|
136
|
+
*/
|
|
137
|
+
sunday: BitFlag;
|
|
138
|
+
/**
|
|
139
|
+
* Monday
|
|
140
|
+
*/
|
|
141
|
+
monday: BitFlag;
|
|
142
|
+
/**
|
|
143
|
+
* Tuesday
|
|
144
|
+
*/
|
|
145
|
+
tuesday: BitFlag;
|
|
146
|
+
/**
|
|
147
|
+
* Wednesday
|
|
148
|
+
*/
|
|
149
|
+
wednesday: BitFlag;
|
|
150
|
+
/**
|
|
151
|
+
* Thursday
|
|
152
|
+
*/
|
|
153
|
+
thursday: BitFlag;
|
|
154
|
+
/**
|
|
155
|
+
* Friday
|
|
156
|
+
*/
|
|
157
|
+
friday: BitFlag;
|
|
158
|
+
/**
|
|
159
|
+
* Saturday
|
|
160
|
+
*/
|
|
161
|
+
saturday: BitFlag;
|
|
162
|
+
};
|
|
163
|
+
/**
|
|
164
|
+
* This represents a single user specified charging target for an EV.
|
|
165
|
+
*
|
|
166
|
+
* An EVSE or EMS system optimizer may use this information to take the Time of Use Tariff, grid carbon intensity,
|
|
167
|
+
* local generation (solar PV) into account to provide the cheapest and cleanest energy to the EV.
|
|
168
|
+
*
|
|
169
|
+
* The optimization strategy is not defined here, however in simple terms, the AddedEnergy requirement can be
|
|
170
|
+
* fulfilled by knowing the charging Power (W) and the time needed to charge.
|
|
171
|
+
*
|
|
172
|
+
* To compute the Charging Time: Required Energy (Wh) = Power (W) x ChargingTime (s) / 3600 Therefore: ChargingTime
|
|
173
|
+
* (s) = (3600 x RequiredEnergy (wH)) / Power (W)
|
|
174
|
+
*
|
|
175
|
+
* To compute the charging time: Charging StartTime = TargetTimeMinutesPastMidnight - ChargingTime
|
|
176
|
+
*
|
|
177
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6
|
|
178
|
+
*/
|
|
179
|
+
const TlvChargingTarget: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
180
|
+
/**
|
|
181
|
+
* This field shall indicate the desired charging completion time of the associated day. The time will be
|
|
182
|
+
* represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will be
|
|
183
|
+
* represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
184
|
+
*
|
|
185
|
+
* This field is based on local wall clock time. In case of Daylight Savings Time transition which may result
|
|
186
|
+
* in an extra hour or one hour less in the day, the charging algorithm should take into account the shift
|
|
187
|
+
* appropriately.
|
|
188
|
+
*
|
|
189
|
+
* Note that if the TargetTimeMinutesPastMidnight values are too close together (e.g. 2 per day) these may
|
|
190
|
+
* overlap. The EVSE may have to coalesce the charging targets into a single target. e.g. if the 1st charging
|
|
191
|
+
* target cannot be met in the time available, the EVSE may be forced to begin working towards the 2nd charging
|
|
192
|
+
* target and immediately continue until both targets have been satisfied (or the vehicle becomes full).
|
|
193
|
+
*
|
|
194
|
+
* The EVSE itself cannot predict the behavior of the vehicle (i.e. if it cannot obtain the SoC from the
|
|
195
|
+
* vehicle), so should attempt to perform a sensible operation based on these targets. It is recommended that
|
|
196
|
+
* the charging schedule is pessimistic (i.e. starts earlier) since the vehicle may charge more slowly than the
|
|
197
|
+
* electrical supply may provide power (especially if it is cold).
|
|
198
|
+
*
|
|
199
|
+
* If the user configures large charging targets (e.g. high values of AddedEnergy or SoC) then it is expected
|
|
200
|
+
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
201
|
+
* be able to reach the target.
|
|
202
|
+
*
|
|
203
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
|
|
204
|
+
*/
|
|
205
|
+
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
206
|
+
/**
|
|
207
|
+
* This field represents the target SoC that the vehicle should be charged to before the
|
|
208
|
+
* TargetTimeMinutesPastMidnight.
|
|
209
|
+
*
|
|
210
|
+
* If the EVSE can obtain the SoC of the vehicle:
|
|
211
|
+
*
|
|
212
|
+
* • the TargetSoC field shall take precedence over the AddedEnergy field.
|
|
213
|
+
*
|
|
214
|
+
* • the EVSE SHOULD charge to the TargetSoC and then stop the charging automatically when it reaches that
|
|
215
|
+
* point.
|
|
216
|
+
*
|
|
217
|
+
* • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
|
|
218
|
+
* vehicle decides to stop charging.
|
|
219
|
+
*
|
|
220
|
+
* If the EVSE cannot obtain the SoC of the vehicle:
|
|
221
|
+
*
|
|
222
|
+
* • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
|
|
223
|
+
* field may only take the values null or 100%.
|
|
224
|
+
*
|
|
225
|
+
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
226
|
+
* until the vehicle stops demanding a charge.
|
|
227
|
+
*
|
|
228
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
|
|
229
|
+
*/
|
|
230
|
+
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
231
|
+
/**
|
|
232
|
+
* This field represents the amount of energy that the user would like to have added to the vehicle before the
|
|
233
|
+
* TargetTimeMinutesPastMidnight.
|
|
234
|
+
*
|
|
235
|
+
* This represents a positive value in mWh that SHOULD be added during the session (i.e. if the vehicle
|
|
236
|
+
* charging is stopped and started several times, this equates to the total energy since the vehicle has been
|
|
237
|
+
* plugged in).
|
|
238
|
+
*
|
|
239
|
+
* The maximum value (500kWh) is much larger than most EV batteries on the market today. If the client tries to
|
|
240
|
+
* set this value too high then the EVSE will need to start charging immediately and continue charging until
|
|
241
|
+
* the vehicle stops demanding charge (i.e. it is full). Therefore the maximum value should be set based on
|
|
242
|
+
* typical battery size of the vehicles on the market (e.g. 70000Wh), however this is up to the client to
|
|
243
|
+
* carefully choose a value.
|
|
244
|
+
*
|
|
245
|
+
* NOTE
|
|
246
|
+
*
|
|
247
|
+
* If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
|
|
248
|
+
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
249
|
+
* battery during charging, or for heating or cooling the cabin.
|
|
250
|
+
*
|
|
251
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
|
|
252
|
+
*/
|
|
253
|
+
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
254
|
+
}>;
|
|
255
|
+
/**
|
|
256
|
+
* This represents a single user specified charging target for an EV.
|
|
257
|
+
*
|
|
258
|
+
* An EVSE or EMS system optimizer may use this information to take the Time of Use Tariff, grid carbon intensity,
|
|
259
|
+
* local generation (solar PV) into account to provide the cheapest and cleanest energy to the EV.
|
|
260
|
+
*
|
|
261
|
+
* The optimization strategy is not defined here, however in simple terms, the AddedEnergy requirement can be
|
|
262
|
+
* fulfilled by knowing the charging Power (W) and the time needed to charge.
|
|
263
|
+
*
|
|
264
|
+
* To compute the Charging Time: Required Energy (Wh) = Power (W) x ChargingTime (s) / 3600 Therefore: ChargingTime
|
|
265
|
+
* (s) = (3600 x RequiredEnergy (wH)) / Power (W)
|
|
266
|
+
*
|
|
267
|
+
* To compute the charging time: Charging StartTime = TargetTimeMinutesPastMidnight - ChargingTime
|
|
268
|
+
*
|
|
269
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6
|
|
270
|
+
*/
|
|
271
|
+
interface ChargingTarget extends TypeFromSchema<typeof TlvChargingTarget> {
|
|
272
|
+
}
|
|
273
|
+
/**
|
|
274
|
+
* This represents a set of user specified charging targets for an EV for a set of specified days.
|
|
275
|
+
*
|
|
276
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.7
|
|
277
|
+
*/
|
|
278
|
+
const TlvChargingTargetSchedule: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
279
|
+
dayOfWeekForSequence: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
280
|
+
/**
|
|
281
|
+
* Sunday
|
|
282
|
+
*/
|
|
283
|
+
sunday: BitFlag;
|
|
284
|
+
/**
|
|
285
|
+
* Monday
|
|
286
|
+
*/
|
|
287
|
+
monday: BitFlag;
|
|
288
|
+
/**
|
|
289
|
+
* Tuesday
|
|
290
|
+
*/
|
|
291
|
+
tuesday: BitFlag;
|
|
292
|
+
/**
|
|
293
|
+
* Wednesday
|
|
294
|
+
*/
|
|
295
|
+
wednesday: BitFlag;
|
|
296
|
+
/**
|
|
297
|
+
* Thursday
|
|
298
|
+
*/
|
|
299
|
+
thursday: BitFlag;
|
|
300
|
+
/**
|
|
301
|
+
* Friday
|
|
302
|
+
*/
|
|
303
|
+
friday: BitFlag;
|
|
304
|
+
/**
|
|
305
|
+
* Saturday
|
|
306
|
+
*/
|
|
307
|
+
saturday: BitFlag;
|
|
308
|
+
}>>;
|
|
309
|
+
chargingTargets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
310
|
+
/**
|
|
311
|
+
* This field shall indicate the desired charging completion time of the associated day. The time will be
|
|
312
|
+
* represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will be
|
|
313
|
+
* represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
314
|
+
*
|
|
315
|
+
* This field is based on local wall clock time. In case of Daylight Savings Time transition which may result
|
|
316
|
+
* in an extra hour or one hour less in the day, the charging algorithm should take into account the shift
|
|
317
|
+
* appropriately.
|
|
318
|
+
*
|
|
319
|
+
* Note that if the TargetTimeMinutesPastMidnight values are too close together (e.g. 2 per day) these may
|
|
320
|
+
* overlap. The EVSE may have to coalesce the charging targets into a single target. e.g. if the 1st charging
|
|
321
|
+
* target cannot be met in the time available, the EVSE may be forced to begin working towards the 2nd charging
|
|
322
|
+
* target and immediately continue until both targets have been satisfied (or the vehicle becomes full).
|
|
323
|
+
*
|
|
324
|
+
* The EVSE itself cannot predict the behavior of the vehicle (i.e. if it cannot obtain the SoC from the
|
|
325
|
+
* vehicle), so should attempt to perform a sensible operation based on these targets. It is recommended that
|
|
326
|
+
* the charging schedule is pessimistic (i.e. starts earlier) since the vehicle may charge more slowly than the
|
|
327
|
+
* electrical supply may provide power (especially if it is cold).
|
|
328
|
+
*
|
|
329
|
+
* If the user configures large charging targets (e.g. high values of AddedEnergy or SoC) then it is expected
|
|
330
|
+
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
331
|
+
* be able to reach the target.
|
|
332
|
+
*
|
|
333
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
|
|
334
|
+
*/
|
|
335
|
+
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
336
|
+
/**
|
|
337
|
+
* This field represents the target SoC that the vehicle should be charged to before the
|
|
338
|
+
* TargetTimeMinutesPastMidnight.
|
|
339
|
+
*
|
|
340
|
+
* If the EVSE can obtain the SoC of the vehicle:
|
|
341
|
+
*
|
|
342
|
+
* • the TargetSoC field shall take precedence over the AddedEnergy field.
|
|
343
|
+
*
|
|
344
|
+
* • the EVSE SHOULD charge to the TargetSoC and then stop the charging automatically when it reaches that
|
|
345
|
+
* point.
|
|
346
|
+
*
|
|
347
|
+
* • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
|
|
348
|
+
* vehicle decides to stop charging.
|
|
349
|
+
*
|
|
350
|
+
* If the EVSE cannot obtain the SoC of the vehicle:
|
|
351
|
+
*
|
|
352
|
+
* • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
|
|
353
|
+
* field may only take the values null or 100%.
|
|
354
|
+
*
|
|
355
|
+
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
356
|
+
* until the vehicle stops demanding a charge.
|
|
357
|
+
*
|
|
358
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
|
|
359
|
+
*/
|
|
360
|
+
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
361
|
+
/**
|
|
362
|
+
* This field represents the amount of energy that the user would like to have added to the vehicle before the
|
|
363
|
+
* TargetTimeMinutesPastMidnight.
|
|
364
|
+
*
|
|
365
|
+
* This represents a positive value in mWh that SHOULD be added during the session (i.e. if the vehicle
|
|
366
|
+
* charging is stopped and started several times, this equates to the total energy since the vehicle has been
|
|
367
|
+
* plugged in).
|
|
368
|
+
*
|
|
369
|
+
* The maximum value (500kWh) is much larger than most EV batteries on the market today. If the client tries to
|
|
370
|
+
* set this value too high then the EVSE will need to start charging immediately and continue charging until
|
|
371
|
+
* the vehicle stops demanding charge (i.e. it is full). Therefore the maximum value should be set based on
|
|
372
|
+
* typical battery size of the vehicles on the market (e.g. 70000Wh), however this is up to the client to
|
|
373
|
+
* carefully choose a value.
|
|
374
|
+
*
|
|
375
|
+
* NOTE
|
|
376
|
+
*
|
|
377
|
+
* If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
|
|
378
|
+
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
379
|
+
* battery during charging, or for heating or cooling the cabin.
|
|
380
|
+
*
|
|
381
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
|
|
382
|
+
*/
|
|
383
|
+
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
384
|
+
}>[]>;
|
|
385
|
+
}>;
|
|
386
|
+
/**
|
|
387
|
+
* This represents a set of user specified charging targets for an EV for a set of specified days.
|
|
388
|
+
*
|
|
389
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.7
|
|
390
|
+
*/
|
|
391
|
+
interface ChargingTargetSchedule extends TypeFromSchema<typeof TlvChargingTargetSchedule> {
|
|
392
|
+
}
|
|
393
|
+
/**
|
|
394
|
+
* Input to the EnergyEvse setTargets command
|
|
395
|
+
*
|
|
396
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5
|
|
397
|
+
*/
|
|
398
|
+
const TlvSetTargetsRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
399
|
+
/**
|
|
400
|
+
* This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
|
|
401
|
+
* days of the week. Each of the days of the week may only be included in a single ChargingTargetSchedule
|
|
402
|
+
* within this list field.
|
|
403
|
+
*
|
|
404
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5.1
|
|
405
|
+
*/
|
|
406
|
+
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
407
|
+
dayOfWeekForSequence: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
408
|
+
/**
|
|
409
|
+
* Sunday
|
|
410
|
+
*/
|
|
411
|
+
sunday: BitFlag;
|
|
412
|
+
/**
|
|
413
|
+
* Monday
|
|
414
|
+
*/
|
|
415
|
+
monday: BitFlag;
|
|
416
|
+
/**
|
|
417
|
+
* Tuesday
|
|
418
|
+
*/
|
|
419
|
+
tuesday: BitFlag;
|
|
420
|
+
/**
|
|
421
|
+
* Wednesday
|
|
422
|
+
*/
|
|
423
|
+
wednesday: BitFlag;
|
|
424
|
+
/**
|
|
425
|
+
* Thursday
|
|
426
|
+
*/
|
|
427
|
+
thursday: BitFlag;
|
|
428
|
+
/**
|
|
429
|
+
* Friday
|
|
430
|
+
*/
|
|
431
|
+
friday: BitFlag;
|
|
432
|
+
/**
|
|
433
|
+
* Saturday
|
|
434
|
+
*/
|
|
435
|
+
saturday: BitFlag;
|
|
436
|
+
}>>;
|
|
437
|
+
chargingTargets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
438
|
+
/**
|
|
439
|
+
* This field shall indicate the desired charging completion time of the associated day. The time will be
|
|
440
|
+
* represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will be
|
|
441
|
+
* represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
442
|
+
*
|
|
443
|
+
* This field is based on local wall clock time. In case of Daylight Savings Time transition which may result
|
|
444
|
+
* in an extra hour or one hour less in the day, the charging algorithm should take into account the shift
|
|
445
|
+
* appropriately.
|
|
446
|
+
*
|
|
447
|
+
* Note that if the TargetTimeMinutesPastMidnight values are too close together (e.g. 2 per day) these may
|
|
448
|
+
* overlap. The EVSE may have to coalesce the charging targets into a single target. e.g. if the 1st charging
|
|
449
|
+
* target cannot be met in the time available, the EVSE may be forced to begin working towards the 2nd charging
|
|
450
|
+
* target and immediately continue until both targets have been satisfied (or the vehicle becomes full).
|
|
451
|
+
*
|
|
452
|
+
* The EVSE itself cannot predict the behavior of the vehicle (i.e. if it cannot obtain the SoC from the
|
|
453
|
+
* vehicle), so should attempt to perform a sensible operation based on these targets. It is recommended that
|
|
454
|
+
* the charging schedule is pessimistic (i.e. starts earlier) since the vehicle may charge more slowly than the
|
|
455
|
+
* electrical supply may provide power (especially if it is cold).
|
|
456
|
+
*
|
|
457
|
+
* If the user configures large charging targets (e.g. high values of AddedEnergy or SoC) then it is expected
|
|
458
|
+
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
459
|
+
* be able to reach the target.
|
|
460
|
+
*
|
|
461
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
|
|
462
|
+
*/
|
|
463
|
+
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
464
|
+
/**
|
|
465
|
+
* This field represents the target SoC that the vehicle should be charged to before the
|
|
466
|
+
* TargetTimeMinutesPastMidnight.
|
|
467
|
+
*
|
|
468
|
+
* If the EVSE can obtain the SoC of the vehicle:
|
|
469
|
+
*
|
|
470
|
+
* • the TargetSoC field shall take precedence over the AddedEnergy field.
|
|
471
|
+
*
|
|
472
|
+
* • the EVSE SHOULD charge to the TargetSoC and then stop the charging automatically when it reaches that
|
|
473
|
+
* point.
|
|
474
|
+
*
|
|
475
|
+
* • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
|
|
476
|
+
* vehicle decides to stop charging.
|
|
477
|
+
*
|
|
478
|
+
* If the EVSE cannot obtain the SoC of the vehicle:
|
|
479
|
+
*
|
|
480
|
+
* • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
|
|
481
|
+
* field may only take the values null or 100%.
|
|
482
|
+
*
|
|
483
|
+
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
484
|
+
* until the vehicle stops demanding a charge.
|
|
485
|
+
*
|
|
486
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
|
|
487
|
+
*/
|
|
488
|
+
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
489
|
+
/**
|
|
490
|
+
* This field represents the amount of energy that the user would like to have added to the vehicle before the
|
|
491
|
+
* TargetTimeMinutesPastMidnight.
|
|
492
|
+
*
|
|
493
|
+
* This represents a positive value in mWh that SHOULD be added during the session (i.e. if the vehicle
|
|
494
|
+
* charging is stopped and started several times, this equates to the total energy since the vehicle has been
|
|
495
|
+
* plugged in).
|
|
496
|
+
*
|
|
497
|
+
* The maximum value (500kWh) is much larger than most EV batteries on the market today. If the client tries to
|
|
498
|
+
* set this value too high then the EVSE will need to start charging immediately and continue charging until
|
|
499
|
+
* the vehicle stops demanding charge (i.e. it is full). Therefore the maximum value should be set based on
|
|
500
|
+
* typical battery size of the vehicles on the market (e.g. 70000Wh), however this is up to the client to
|
|
501
|
+
* carefully choose a value.
|
|
502
|
+
*
|
|
503
|
+
* NOTE
|
|
504
|
+
*
|
|
505
|
+
* If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
|
|
506
|
+
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
507
|
+
* battery during charging, or for heating or cooling the cabin.
|
|
508
|
+
*
|
|
509
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
|
|
510
|
+
*/
|
|
511
|
+
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
512
|
+
}>[]>;
|
|
513
|
+
}>[]>;
|
|
514
|
+
}>;
|
|
515
|
+
/**
|
|
516
|
+
* Input to the EnergyEvse setTargets command
|
|
517
|
+
*
|
|
518
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5
|
|
519
|
+
*/
|
|
520
|
+
interface SetTargetsRequest extends TypeFromSchema<typeof TlvSetTargetsRequest> {
|
|
521
|
+
}
|
|
522
|
+
/**
|
|
523
|
+
* The GetTargetsResponse is sent in response to the GetTargets Command.
|
|
524
|
+
*
|
|
525
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.7
|
|
526
|
+
*/
|
|
527
|
+
const TlvGetTargetsResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
528
|
+
/**
|
|
529
|
+
* This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
|
|
530
|
+
* days of the week.
|
|
531
|
+
*
|
|
532
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.7.1
|
|
533
|
+
*/
|
|
534
|
+
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
535
|
+
dayOfWeekForSequence: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
536
|
+
/**
|
|
537
|
+
* Sunday
|
|
538
|
+
*/
|
|
539
|
+
sunday: BitFlag;
|
|
540
|
+
/**
|
|
541
|
+
* Monday
|
|
542
|
+
*/
|
|
543
|
+
monday: BitFlag;
|
|
544
|
+
/**
|
|
545
|
+
* Tuesday
|
|
546
|
+
*/
|
|
547
|
+
tuesday: BitFlag;
|
|
548
|
+
/**
|
|
549
|
+
* Wednesday
|
|
550
|
+
*/
|
|
551
|
+
wednesday: BitFlag;
|
|
552
|
+
/**
|
|
553
|
+
* Thursday
|
|
554
|
+
*/
|
|
555
|
+
thursday: BitFlag;
|
|
556
|
+
/**
|
|
557
|
+
* Friday
|
|
558
|
+
*/
|
|
559
|
+
friday: BitFlag;
|
|
560
|
+
/**
|
|
561
|
+
* Saturday
|
|
562
|
+
*/
|
|
563
|
+
saturday: BitFlag;
|
|
564
|
+
}>>;
|
|
565
|
+
chargingTargets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
566
|
+
/**
|
|
567
|
+
* This field shall indicate the desired charging completion time of the associated day. The time will be
|
|
568
|
+
* represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will be
|
|
569
|
+
* represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
570
|
+
*
|
|
571
|
+
* This field is based on local wall clock time. In case of Daylight Savings Time transition which may result
|
|
572
|
+
* in an extra hour or one hour less in the day, the charging algorithm should take into account the shift
|
|
573
|
+
* appropriately.
|
|
574
|
+
*
|
|
575
|
+
* Note that if the TargetTimeMinutesPastMidnight values are too close together (e.g. 2 per day) these may
|
|
576
|
+
* overlap. The EVSE may have to coalesce the charging targets into a single target. e.g. if the 1st charging
|
|
577
|
+
* target cannot be met in the time available, the EVSE may be forced to begin working towards the 2nd charging
|
|
578
|
+
* target and immediately continue until both targets have been satisfied (or the vehicle becomes full).
|
|
579
|
+
*
|
|
580
|
+
* The EVSE itself cannot predict the behavior of the vehicle (i.e. if it cannot obtain the SoC from the
|
|
581
|
+
* vehicle), so should attempt to perform a sensible operation based on these targets. It is recommended that
|
|
582
|
+
* the charging schedule is pessimistic (i.e. starts earlier) since the vehicle may charge more slowly than the
|
|
583
|
+
* electrical supply may provide power (especially if it is cold).
|
|
584
|
+
*
|
|
585
|
+
* If the user configures large charging targets (e.g. high values of AddedEnergy or SoC) then it is expected
|
|
586
|
+
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
587
|
+
* be able to reach the target.
|
|
588
|
+
*
|
|
589
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
|
|
590
|
+
*/
|
|
591
|
+
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
592
|
+
/**
|
|
593
|
+
* This field represents the target SoC that the vehicle should be charged to before the
|
|
594
|
+
* TargetTimeMinutesPastMidnight.
|
|
595
|
+
*
|
|
596
|
+
* If the EVSE can obtain the SoC of the vehicle:
|
|
597
|
+
*
|
|
598
|
+
* • the TargetSoC field shall take precedence over the AddedEnergy field.
|
|
599
|
+
*
|
|
600
|
+
* • the EVSE SHOULD charge to the TargetSoC and then stop the charging automatically when it reaches that
|
|
601
|
+
* point.
|
|
602
|
+
*
|
|
603
|
+
* • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
|
|
604
|
+
* vehicle decides to stop charging.
|
|
605
|
+
*
|
|
606
|
+
* If the EVSE cannot obtain the SoC of the vehicle:
|
|
607
|
+
*
|
|
608
|
+
* • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
|
|
609
|
+
* field may only take the values null or 100%.
|
|
610
|
+
*
|
|
611
|
+
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
612
|
+
* until the vehicle stops demanding a charge.
|
|
613
|
+
*
|
|
614
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
|
|
615
|
+
*/
|
|
616
|
+
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
617
|
+
/**
|
|
618
|
+
* This field represents the amount of energy that the user would like to have added to the vehicle before the
|
|
619
|
+
* TargetTimeMinutesPastMidnight.
|
|
620
|
+
*
|
|
621
|
+
* This represents a positive value in mWh that SHOULD be added during the session (i.e. if the vehicle
|
|
622
|
+
* charging is stopped and started several times, this equates to the total energy since the vehicle has been
|
|
623
|
+
* plugged in).
|
|
624
|
+
*
|
|
625
|
+
* The maximum value (500kWh) is much larger than most EV batteries on the market today. If the client tries to
|
|
626
|
+
* set this value too high then the EVSE will need to start charging immediately and continue charging until
|
|
627
|
+
* the vehicle stops demanding charge (i.e. it is full). Therefore the maximum value should be set based on
|
|
628
|
+
* typical battery size of the vehicles on the market (e.g. 70000Wh), however this is up to the client to
|
|
629
|
+
* carefully choose a value.
|
|
630
|
+
*
|
|
631
|
+
* NOTE
|
|
632
|
+
*
|
|
633
|
+
* If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
|
|
634
|
+
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
635
|
+
* battery during charging, or for heating or cooling the cabin.
|
|
636
|
+
*
|
|
637
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
|
|
638
|
+
*/
|
|
639
|
+
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
640
|
+
}>[]>;
|
|
641
|
+
}>[]>;
|
|
642
|
+
}>;
|
|
643
|
+
/**
|
|
644
|
+
* The GetTargetsResponse is sent in response to the GetTargets Command.
|
|
645
|
+
*
|
|
646
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.7
|
|
647
|
+
*/
|
|
648
|
+
interface GetTargetsResponse extends TypeFromSchema<typeof TlvGetTargetsResponse> {
|
|
649
|
+
}
|
|
650
|
+
/**
|
|
651
|
+
* Body of the EnergyEvse rfid event
|
|
652
|
+
*
|
|
653
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6
|
|
654
|
+
*/
|
|
655
|
+
const TlvRfidEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
656
|
+
/**
|
|
657
|
+
* The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.
|
|
658
|
+
*
|
|
659
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6.1
|
|
660
|
+
*/
|
|
661
|
+
uid: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
|
|
662
|
+
}>;
|
|
663
|
+
/**
|
|
664
|
+
* Body of the EnergyEvse rfid event
|
|
665
|
+
*
|
|
666
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6
|
|
667
|
+
*/
|
|
668
|
+
interface RfidEvent extends TypeFromSchema<typeof TlvRfidEvent> {
|
|
669
|
+
}
|
|
670
|
+
/**
|
|
671
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.1
|
|
672
|
+
*/
|
|
673
|
+
enum State {
|
|
674
|
+
/**
|
|
675
|
+
* The EV is not plugged in.
|
|
676
|
+
*/
|
|
677
|
+
NotPluggedIn = 0,
|
|
678
|
+
/**
|
|
679
|
+
* The EV is plugged in, but not demanding current.
|
|
680
|
+
*/
|
|
681
|
+
PluggedInNoDemand = 1,
|
|
682
|
+
/**
|
|
683
|
+
* The EV is plugged in and is demanding current, but EVSE is not allowing current to flow.
|
|
684
|
+
*/
|
|
685
|
+
PluggedInDemand = 2,
|
|
686
|
+
/**
|
|
687
|
+
* The EV is plugged in, charging is in progress, and current is flowing
|
|
688
|
+
*/
|
|
689
|
+
PluggedInCharging = 3,
|
|
690
|
+
/**
|
|
691
|
+
* The EV is plugged in, discharging is in progress, and current is flowing
|
|
692
|
+
*/
|
|
693
|
+
PluggedInDischarging = 4,
|
|
694
|
+
/**
|
|
695
|
+
* The EVSE is transitioning from any plugged- in state to NotPluggedIn
|
|
696
|
+
*/
|
|
697
|
+
SessionEnding = 5,
|
|
698
|
+
/**
|
|
699
|
+
* There is a fault (see FaultState attribute)
|
|
700
|
+
*/
|
|
701
|
+
Fault = 6
|
|
702
|
+
}
|
|
703
|
+
/**
|
|
704
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.2
|
|
705
|
+
*/
|
|
706
|
+
enum SupplyState {
|
|
707
|
+
/**
|
|
708
|
+
* The EV is not currently allowed to charge or discharge
|
|
709
|
+
*/
|
|
710
|
+
Disabled = 0,
|
|
711
|
+
/**
|
|
712
|
+
* The EV is currently allowed to charge
|
|
713
|
+
*/
|
|
714
|
+
ChargingEnabled = 1,
|
|
715
|
+
/**
|
|
716
|
+
* The EV is currently allowed to discharge
|
|
717
|
+
*/
|
|
718
|
+
DischargingEnabled = 2,
|
|
719
|
+
/**
|
|
720
|
+
* The EV is not currently allowed to charge or discharge due to an error. The error must be cleared before
|
|
721
|
+
* operation can continue.
|
|
722
|
+
*/
|
|
723
|
+
DisabledError = 3,
|
|
724
|
+
/**
|
|
725
|
+
* The EV is not currently allowed to charge or discharge due to Diagnostics Mode.
|
|
726
|
+
*/
|
|
727
|
+
DisabledDiagnostics = 4
|
|
728
|
+
}
|
|
729
|
+
/**
|
|
730
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.3
|
|
731
|
+
*/
|
|
732
|
+
enum FaultState {
|
|
733
|
+
/**
|
|
734
|
+
* The EVSE is not in an error state.
|
|
735
|
+
*/
|
|
736
|
+
NoError = 0,
|
|
737
|
+
/**
|
|
738
|
+
* The EVSE is unable to obtain electrical measurements.
|
|
739
|
+
*/
|
|
740
|
+
MeterFailure = 1,
|
|
741
|
+
/**
|
|
742
|
+
* The EVSE input voltage level is too high.
|
|
743
|
+
*/
|
|
744
|
+
OverVoltage = 2,
|
|
745
|
+
/**
|
|
746
|
+
* The EVSE input voltage level is too low.
|
|
747
|
+
*/
|
|
748
|
+
UnderVoltage = 3,
|
|
749
|
+
/**
|
|
750
|
+
* The EVSE detected charging current higher than allowed by charger.
|
|
751
|
+
*/
|
|
752
|
+
OverCurrent = 4,
|
|
753
|
+
/**
|
|
754
|
+
* The EVSE detected voltage on charging pins when the contactor is open.
|
|
755
|
+
*/
|
|
756
|
+
ContactWetFailure = 5,
|
|
757
|
+
/**
|
|
758
|
+
* The EVSE detected absence of voltage after enabling contactor.
|
|
759
|
+
*/
|
|
760
|
+
ContactDryFailure = 6,
|
|
761
|
+
/**
|
|
762
|
+
* The EVSE has an unbalanced current supply.
|
|
763
|
+
*/
|
|
764
|
+
GroundFault = 7,
|
|
765
|
+
/**
|
|
766
|
+
* The EVSE has detected a loss in power.
|
|
767
|
+
*/
|
|
768
|
+
PowerLoss = 8,
|
|
769
|
+
/**
|
|
770
|
+
* The EVSE has detected another power quality issue (e.g. phase imbalance).
|
|
771
|
+
*/
|
|
772
|
+
PowerQuality = 9,
|
|
773
|
+
/**
|
|
774
|
+
* The EVSE pilot signal amplitude short circuited to ground.
|
|
775
|
+
*/
|
|
776
|
+
PilotShortCircuit = 10,
|
|
777
|
+
/**
|
|
778
|
+
* The emergency stop button was pressed.
|
|
779
|
+
*/
|
|
780
|
+
EmergencyStop = 11,
|
|
781
|
+
/**
|
|
782
|
+
* The EVSE detected that the cable has been disconnected.
|
|
783
|
+
*/
|
|
784
|
+
EvDisconnected = 12,
|
|
785
|
+
/**
|
|
786
|
+
* The EVSE could not determine proper power supply level.
|
|
787
|
+
*/
|
|
788
|
+
WrongPowerSupply = 13,
|
|
789
|
+
/**
|
|
790
|
+
* The EVSE detected Live and Neutral are swapped.
|
|
791
|
+
*/
|
|
792
|
+
LiveNeutralSwap = 14,
|
|
793
|
+
/**
|
|
794
|
+
* The EVSE internal temperature is too high.
|
|
795
|
+
*/
|
|
796
|
+
OverTemperature = 15,
|
|
797
|
+
/**
|
|
798
|
+
* Any other reason.
|
|
799
|
+
*/
|
|
800
|
+
Other = 255
|
|
801
|
+
}
|
|
802
|
+
/**
|
|
803
|
+
* Input to the EnergyEvse enableCharging command
|
|
804
|
+
*
|
|
805
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2
|
|
806
|
+
*/
|
|
807
|
+
const TlvEnableChargingRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
808
|
+
/**
|
|
809
|
+
* This field shall indicate the expiry time, in UTC, when charging will be automatically disabled.
|
|
810
|
+
*
|
|
811
|
+
* A value in the past in this field shall disable the EVSE charging whereas a null value shall enable it
|
|
812
|
+
* permanently.
|
|
813
|
+
*
|
|
814
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.1
|
|
815
|
+
*/
|
|
816
|
+
chargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
817
|
+
/**
|
|
818
|
+
* This field shall indicate the minimum current that can be delivered by the EVSE to the EV in trickle mode.
|
|
819
|
+
* The EVSE current limit can be advertised to an EV in 0.6A steps.
|
|
820
|
+
*
|
|
821
|
+
* The value of the MinimumChargeCurrent attribute shall be set to the value of this field (see
|
|
822
|
+
* MinimumChargeCurrent attribute for further details).
|
|
823
|
+
*
|
|
824
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.2
|
|
825
|
+
*/
|
|
826
|
+
minimumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
827
|
+
/**
|
|
828
|
+
* This field shall indicate the maximum current that can be delivered by the EVSE to the EV. The EVSE current
|
|
829
|
+
* limit can be advertised to an EV in 0.6A steps.
|
|
830
|
+
*
|
|
831
|
+
* The value of the this field shall be stored by the EVSE to determine the value of MaximumChargeCurrent
|
|
832
|
+
* attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then
|
|
833
|
+
*
|
|
834
|
+
* this value, and then later adjusted above this value, the resulting MaximumChargeCurrent attribute will be
|
|
835
|
+
* limited to this value.
|
|
836
|
+
*
|
|
837
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.3
|
|
838
|
+
*/
|
|
839
|
+
maximumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
840
|
+
}>;
|
|
841
|
+
/**
|
|
842
|
+
* Input to the EnergyEvse enableCharging command
|
|
843
|
+
*
|
|
844
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2
|
|
845
|
+
*/
|
|
846
|
+
interface EnableChargingRequest extends TypeFromSchema<typeof TlvEnableChargingRequest> {
|
|
847
|
+
}
|
|
848
|
+
/**
|
|
849
|
+
* Body of the EnergyEvse evConnected event
|
|
850
|
+
*
|
|
851
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.1
|
|
852
|
+
*/
|
|
853
|
+
const TlvEvConnectedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
854
|
+
/**
|
|
855
|
+
* This is the new session ID created after the vehicle is plugged in.
|
|
856
|
+
*
|
|
857
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.1.1
|
|
858
|
+
*/
|
|
859
|
+
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
860
|
+
}>;
|
|
861
|
+
/**
|
|
862
|
+
* Body of the EnergyEvse evConnected event
|
|
863
|
+
*
|
|
864
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.1
|
|
865
|
+
*/
|
|
866
|
+
interface EvConnectedEvent extends TypeFromSchema<typeof TlvEvConnectedEvent> {
|
|
867
|
+
}
|
|
868
|
+
/**
|
|
869
|
+
* Body of the EnergyEvse evNotDetected event
|
|
870
|
+
*
|
|
871
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2
|
|
872
|
+
*/
|
|
873
|
+
const TlvEvNotDetectedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
874
|
+
/**
|
|
875
|
+
* This field shall indicate the current value of the SessionID attribute.
|
|
876
|
+
*
|
|
877
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.1
|
|
878
|
+
*/
|
|
879
|
+
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
880
|
+
/**
|
|
881
|
+
* This field shall indicate the value of the State attribute prior to the EV not being detected.
|
|
882
|
+
*
|
|
883
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.2
|
|
884
|
+
*/
|
|
885
|
+
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
886
|
+
/**
|
|
887
|
+
* This field shall indicate the total duration of the session, from the start of the session when the EV was
|
|
888
|
+
* plugged in, until it was unplugged.
|
|
889
|
+
*
|
|
890
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.3
|
|
891
|
+
*/
|
|
892
|
+
sessionDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
893
|
+
/**
|
|
894
|
+
* This field shall indicate the total amount of energy transferred from the EVSE to the EV during the session.
|
|
895
|
+
* This value shall always be positive.
|
|
896
|
+
*
|
|
897
|
+
* Note that if bi-directional charging occurs during the session, then this value shall only include the sum
|
|
898
|
+
* of energy transferred from the EVSE to the EV, and shall NOT be a net value of charging and discharging
|
|
899
|
+
* energy.
|
|
900
|
+
*
|
|
901
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.4
|
|
902
|
+
*/
|
|
903
|
+
sessionEnergyCharged: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
904
|
+
/**
|
|
905
|
+
* This field shall indicate the total amount of energy transferred from the EV to the EVSE during the session.
|
|
906
|
+
* This value shall always be positive.
|
|
907
|
+
*
|
|
908
|
+
* Note that if bi-directional discharging occurs during the session, then this value shall only include the
|
|
909
|
+
* sum of energy transferred from the EV to the EVSE, and shall NOT be a net value of charging and discharging
|
|
910
|
+
* energy.
|
|
911
|
+
*
|
|
912
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.5
|
|
913
|
+
*/
|
|
914
|
+
sessionEnergyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
915
|
+
}>;
|
|
916
|
+
/**
|
|
917
|
+
* Body of the EnergyEvse evNotDetected event
|
|
918
|
+
*
|
|
919
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2
|
|
920
|
+
*/
|
|
921
|
+
interface EvNotDetectedEvent extends TypeFromSchema<typeof TlvEvNotDetectedEvent> {
|
|
922
|
+
}
|
|
923
|
+
/**
|
|
924
|
+
* Body of the EnergyEvse energyTransferStarted event
|
|
925
|
+
*
|
|
926
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3
|
|
927
|
+
*/
|
|
928
|
+
const TlvEnergyTransferStartedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
929
|
+
/**
|
|
930
|
+
* This field shall indicate the value of the SessionID attribute at the time the event was generated.
|
|
931
|
+
*
|
|
932
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.1
|
|
933
|
+
*/
|
|
934
|
+
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
935
|
+
/**
|
|
936
|
+
* This field shall indicate the value of the State attribute at the time the event was generated.
|
|
937
|
+
*
|
|
938
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.2
|
|
939
|
+
*/
|
|
940
|
+
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
941
|
+
/**
|
|
942
|
+
* This field shall indicate the value of the maximum charging or discharging current at the time the event was
|
|
943
|
+
* generated.
|
|
944
|
+
*
|
|
945
|
+
* This field is signed. A positive value indicates the EV has been enabled for charging and the value is taken
|
|
946
|
+
* directly from the MaximumChargeCurrent attribute.
|
|
947
|
+
*
|
|
948
|
+
* A negative value indicates that the EV has been enabled for discharging and the value can be taken from the
|
|
949
|
+
* MaximumDischargeCurrent attribute with its sign inverted. i.e. if the MaximumDischargeCurrent was 32000mA,
|
|
950
|
+
* this would be represented here as -32000mA.
|
|
951
|
+
*
|
|
952
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.3
|
|
953
|
+
*/
|
|
954
|
+
maximumCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
955
|
+
}>;
|
|
956
|
+
/**
|
|
957
|
+
* Body of the EnergyEvse energyTransferStarted event
|
|
958
|
+
*
|
|
959
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3
|
|
960
|
+
*/
|
|
961
|
+
interface EnergyTransferStartedEvent extends TypeFromSchema<typeof TlvEnergyTransferStartedEvent> {
|
|
962
|
+
}
|
|
963
|
+
/**
|
|
964
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.4
|
|
965
|
+
*/
|
|
966
|
+
enum EnergyTransferStoppedReason {
|
|
967
|
+
/**
|
|
968
|
+
* The EV decided to stop
|
|
969
|
+
*/
|
|
970
|
+
EvStopped = 0,
|
|
971
|
+
/**
|
|
972
|
+
* The EVSE decided to stop
|
|
973
|
+
*/
|
|
974
|
+
EvseStopped = 1,
|
|
975
|
+
/**
|
|
976
|
+
* An other unknown reason
|
|
977
|
+
*/
|
|
978
|
+
Other = 2
|
|
979
|
+
}
|
|
980
|
+
/**
|
|
981
|
+
* Body of the EnergyEvse energyTransferStopped event
|
|
982
|
+
*
|
|
983
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4
|
|
984
|
+
*/
|
|
985
|
+
const TlvEnergyTransferStoppedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
986
|
+
/**
|
|
987
|
+
* This field shall indicate the value of the SessionID attribute prior to the energy transfer stopping.
|
|
988
|
+
*
|
|
989
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.1
|
|
990
|
+
*/
|
|
991
|
+
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
992
|
+
/**
|
|
993
|
+
* This field shall indicate the value of the State attribute prior to the energy transfer stopping.
|
|
994
|
+
*
|
|
995
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.2
|
|
996
|
+
*/
|
|
997
|
+
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
998
|
+
/**
|
|
999
|
+
* This field shall indicate the reason why the energy transferred stopped.
|
|
1000
|
+
*
|
|
1001
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.3
|
|
1002
|
+
*/
|
|
1003
|
+
reason: import("../tlv/TlvObject.js").FieldType<EnergyTransferStoppedReason>;
|
|
1004
|
+
energyTransferred: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1005
|
+
}>;
|
|
1006
|
+
/**
|
|
1007
|
+
* Body of the EnergyEvse energyTransferStopped event
|
|
1008
|
+
*
|
|
1009
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4
|
|
1010
|
+
*/
|
|
1011
|
+
interface EnergyTransferStoppedEvent extends TypeFromSchema<typeof TlvEnergyTransferStoppedEvent> {
|
|
1012
|
+
}
|
|
1013
|
+
/**
|
|
1014
|
+
* Body of the EnergyEvse fault event
|
|
1015
|
+
*
|
|
1016
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5
|
|
1017
|
+
*/
|
|
1018
|
+
const TlvFaultEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
1019
|
+
/**
|
|
1020
|
+
* This field shall indicate the value of the SessionID attribute prior to the Fault State being changed. A
|
|
1021
|
+
* value of null indicates no sessions have occurred before the fault occurred.
|
|
1022
|
+
*
|
|
1023
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.1
|
|
1024
|
+
*/
|
|
1025
|
+
sessionId: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1026
|
+
/**
|
|
1027
|
+
* This field shall indicate the value of the State attribute prior to the Fault State being changed.
|
|
1028
|
+
*
|
|
1029
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.2
|
|
1030
|
+
*/
|
|
1031
|
+
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
1032
|
+
/**
|
|
1033
|
+
* This field shall indicate the value of the FaultState attribute prior to the Fault State being changed.
|
|
1034
|
+
*
|
|
1035
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.3
|
|
1036
|
+
*/
|
|
1037
|
+
faultStatePreviousState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
1038
|
+
/**
|
|
1039
|
+
* This field shall indicate the current value of the FaultState attribute.
|
|
1040
|
+
*
|
|
1041
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.4
|
|
1042
|
+
*/
|
|
1043
|
+
faultStateCurrentState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
1044
|
+
}>;
|
|
1045
|
+
/**
|
|
1046
|
+
* Body of the EnergyEvse fault event
|
|
1047
|
+
*
|
|
1048
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5
|
|
1049
|
+
*/
|
|
1050
|
+
interface FaultEvent extends TypeFromSchema<typeof TlvFaultEvent> {
|
|
1051
|
+
}
|
|
1052
|
+
/**
|
|
1053
|
+
* A EnergyEvseCluster supports these elements if it supports feature V2X.
|
|
1054
|
+
*/
|
|
1055
|
+
const V2XComponent: {
|
|
1056
|
+
readonly attributes: {
|
|
1057
|
+
/**
|
|
1058
|
+
* Indicates the time, in UTC, that the EVSE will automatically stop current flow from the EV.
|
|
1059
|
+
*
|
|
1060
|
+
* A null value indicates the EVSE is always enabled for discharging.
|
|
1061
|
+
*
|
|
1062
|
+
* A value in the past or 0x0 indicates that EVSE discharging shall be disabled. The attribute is only set
|
|
1063
|
+
* via the payload of the EnableDischarging command.
|
|
1064
|
+
*
|
|
1065
|
+
* This attribute shall be persisted, for example a temporary power failure should not stop the vehicle
|
|
1066
|
+
* from being discharged.
|
|
1067
|
+
*
|
|
1068
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.5
|
|
1069
|
+
*/
|
|
1070
|
+
readonly dischargingEnabledUntil: Attribute<number | null, any>;
|
|
1071
|
+
/**
|
|
1072
|
+
* Indicates the maximum current that can be received by the EVSE from the EV. This attribute can be set
|
|
1073
|
+
* using the EnableDischarging command.
|
|
1074
|
+
*
|
|
1075
|
+
* This attribute value shall be the minimum of:
|
|
1076
|
+
*
|
|
1077
|
+
* • CircuitCapacity - Electrician’s installation setting
|
|
1078
|
+
*
|
|
1079
|
+
* • CableAssemblyCurrentLimit (detected by the EVSE when the cable is plugged in)
|
|
1080
|
+
*
|
|
1081
|
+
* • MaximumDischargeCurrent field in the EnableDischarging command
|
|
1082
|
+
*
|
|
1083
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.9
|
|
1084
|
+
*/
|
|
1085
|
+
readonly maximumDischargeCurrent: Attribute<number | bigint, any>;
|
|
1086
|
+
/**
|
|
1087
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8
|
|
1088
|
+
*/
|
|
1089
|
+
readonly sessionEnergyDischarged: Attribute<number | bigint | null, any>;
|
|
1090
|
+
};
|
|
1091
|
+
readonly commands: {
|
|
1092
|
+
/**
|
|
1093
|
+
* Allows a client to enable the EVSE to discharge an EV.
|
|
1094
|
+
*
|
|
1095
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3
|
|
1096
|
+
*/
|
|
1097
|
+
readonly enableDischarging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1098
|
+
/**
|
|
1099
|
+
* This field shall indicate the expiry time, in UTC, when discharging will be automatically disabled.
|
|
1100
|
+
*
|
|
1101
|
+
* A value in the past in this field shall disable the EVSE whereas a null value shall enable it permanently.
|
|
1102
|
+
*
|
|
1103
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.1
|
|
1104
|
+
*/
|
|
1105
|
+
dischargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1106
|
+
/**
|
|
1107
|
+
* This field shall indicate the maximum current that can be received by the EVSE from the EV. The EVSE current
|
|
1108
|
+
* limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
|
|
1109
|
+
* stored and persisted across reboots by the EVSE to the value of this
|
|
1110
|
+
*
|
|
1111
|
+
* field.
|
|
1112
|
+
*
|
|
1113
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.2
|
|
1114
|
+
*/
|
|
1115
|
+
maximumDischargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1116
|
+
}>, void, any>;
|
|
1117
|
+
};
|
|
1118
|
+
};
|
|
1119
|
+
/**
|
|
1120
|
+
* A EnergyEvseCluster supports these elements if it supports feature ChargingPreferences.
|
|
1121
|
+
*/
|
|
1122
|
+
const ChargingPreferencesComponent: {
|
|
1123
|
+
readonly attributes: {
|
|
1124
|
+
/**
|
|
1125
|
+
* Indicates the time, in UTC, when the EVSE plans to start the next scheduled charge based on the charging
|
|
1126
|
+
* preferences.
|
|
1127
|
+
*
|
|
1128
|
+
* If this is null it indicates that there is no scheduled charging, or that the vehicle is not plugged in.
|
|
1129
|
+
*
|
|
1130
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.12
|
|
1131
|
+
*/
|
|
1132
|
+
readonly nextChargeStartTime: Attribute<number | null, any>;
|
|
1133
|
+
/**
|
|
1134
|
+
* Indicates the time, in UTC, when the EVSE SHOULD complete the next scheduled charge based on the
|
|
1135
|
+
* charging preferences.
|
|
1136
|
+
*
|
|
1137
|
+
* If this is null it indicates that there is no scheduled charging, or that the vehicle is not plugged in.
|
|
1138
|
+
*
|
|
1139
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.13
|
|
1140
|
+
*/
|
|
1141
|
+
readonly nextChargeTargetTime: Attribute<number | null, any>;
|
|
1142
|
+
/**
|
|
1143
|
+
* Indicates the amount of energy that the EVSE is going to attempt to add to the vehicle in the next
|
|
1144
|
+
* charging target.
|
|
1145
|
+
*
|
|
1146
|
+
* If this is null it indicates that there is no scheduled charging, or that the EVSE is using the
|
|
1147
|
+
* TargetSoC method to charge the vehicle.
|
|
1148
|
+
*
|
|
1149
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.14
|
|
1150
|
+
*/
|
|
1151
|
+
readonly nextChargeRequiredEnergy: Attribute<number | bigint | null, any>;
|
|
1152
|
+
/**
|
|
1153
|
+
* Indicates the target SoC the EVSE is going to attempt to reach when the vehicle is next charged.
|
|
1154
|
+
*
|
|
1155
|
+
* If this is null it indicates that there is no scheduled charging, or that the EVSE cannot obtain the
|
|
1156
|
+
* current State of Charge from the vehicle.
|
|
1157
|
+
*
|
|
1158
|
+
* If the SOC feature is not supported, only the values null and 100% are supported.
|
|
1159
|
+
*
|
|
1160
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.15
|
|
1161
|
+
*/
|
|
1162
|
+
readonly nextChargeTargetSoC: Attribute<number | null, any>;
|
|
1163
|
+
/**
|
|
1164
|
+
* Indicates the vehicle efficiency rating for a connected vehicle.
|
|
1165
|
+
*
|
|
1166
|
+
* This can be used to help indicate to the user approximately how many miles or km of range will be added.
|
|
1167
|
+
* It allows user interfaces to display to the user simpler terms that they can relate to compared to kWh.
|
|
1168
|
+
*
|
|
1169
|
+
* This is value is stored in km per kWh multiplied by a scaling factor of 1000.
|
|
1170
|
+
*
|
|
1171
|
+
* A null value indicates that the EV efficiency is unknown and the NextChargeRequiredEnergy attribute
|
|
1172
|
+
* cannot be converted from Wh to miles or km.
|
|
1173
|
+
*
|
|
1174
|
+
* To convert from Wh into Range:
|
|
1175
|
+
*
|
|
1176
|
+
* AddedRange (km) = AddedEnergy (Wh) x ApproxEVEfficiency (km/kWh x 1000) AddedRange (Miles) = AddedEnergy
|
|
1177
|
+
* (Wh) x ApproxEVEfficiency (km/kWh x 1000) x 0.6213
|
|
1178
|
+
*
|
|
1179
|
+
* Example:
|
|
1180
|
+
*
|
|
1181
|
+
* ApproxEVEfficiency (km/kWh x 1000): 4800 (i.e. 4.8km/kWh x 1000)
|
|
1182
|
+
*
|
|
1183
|
+
* AddedEnergy (Wh): 10,000
|
|
1184
|
+
*
|
|
1185
|
+
* AddedRange (km) = 10,000 x 4800 / 1,000,000 = 48 km
|
|
1186
|
+
*
|
|
1187
|
+
* AddedRange (Miles) = AddedEnergy (Wh) x ApproxEVEfficiency (km/kWh x 1000) x 0.6213
|
|
1188
|
+
*
|
|
1189
|
+
* = 29.82 Miles
|
|
1190
|
+
*
|
|
1191
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.16
|
|
1192
|
+
*/
|
|
1193
|
+
readonly approximateEvEfficiency: OptionalWritableAttribute<number | null, any>;
|
|
1194
|
+
};
|
|
1195
|
+
readonly commands: {
|
|
1196
|
+
/**
|
|
1197
|
+
* Allows a client to set the user specified charging targets.
|
|
1198
|
+
*
|
|
1199
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5
|
|
1200
|
+
*/
|
|
1201
|
+
readonly setTargets: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1202
|
+
/**
|
|
1203
|
+
* This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
|
|
1204
|
+
* days of the week. Each of the days of the week may only be included in a single ChargingTargetSchedule
|
|
1205
|
+
* within this list field.
|
|
1206
|
+
*
|
|
1207
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5.1
|
|
1208
|
+
*/
|
|
1209
|
+
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1210
|
+
dayOfWeekForSequence: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1211
|
+
/**
|
|
1212
|
+
* Sunday
|
|
1213
|
+
*/
|
|
1214
|
+
sunday: BitFlag;
|
|
1215
|
+
/**
|
|
1216
|
+
* Monday
|
|
1217
|
+
*/
|
|
1218
|
+
monday: BitFlag;
|
|
1219
|
+
/**
|
|
1220
|
+
* Tuesday
|
|
1221
|
+
*/
|
|
1222
|
+
tuesday: BitFlag;
|
|
1223
|
+
/**
|
|
1224
|
+
* Wednesday
|
|
1225
|
+
*/
|
|
1226
|
+
wednesday: BitFlag;
|
|
1227
|
+
/**
|
|
1228
|
+
* Thursday
|
|
1229
|
+
*/
|
|
1230
|
+
thursday: BitFlag;
|
|
1231
|
+
/**
|
|
1232
|
+
* Friday
|
|
1233
|
+
*/
|
|
1234
|
+
friday: BitFlag;
|
|
1235
|
+
/**
|
|
1236
|
+
* Saturday
|
|
1237
|
+
*/
|
|
1238
|
+
saturday: BitFlag;
|
|
1239
|
+
}>>;
|
|
1240
|
+
chargingTargets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1241
|
+
/**
|
|
1242
|
+
* This field shall indicate the desired charging completion time of the associated day. The time will be
|
|
1243
|
+
* represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will be
|
|
1244
|
+
* represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
1245
|
+
*
|
|
1246
|
+
* This field is based on local wall clock time. In case of Daylight Savings Time transition which may result
|
|
1247
|
+
* in an extra hour or one hour less in the day, the charging algorithm should take into account the shift
|
|
1248
|
+
* appropriately.
|
|
1249
|
+
*
|
|
1250
|
+
* Note that if the TargetTimeMinutesPastMidnight values are too close together (e.g. 2 per day) these may
|
|
1251
|
+
* overlap. The EVSE may have to coalesce the charging targets into a single target. e.g. if the 1st charging
|
|
1252
|
+
* target cannot be met in the time available, the EVSE may be forced to begin working towards the 2nd charging
|
|
1253
|
+
* target and immediately continue until both targets have been satisfied (or the vehicle becomes full).
|
|
1254
|
+
*
|
|
1255
|
+
* The EVSE itself cannot predict the behavior of the vehicle (i.e. if it cannot obtain the SoC from the
|
|
1256
|
+
* vehicle), so should attempt to perform a sensible operation based on these targets. It is recommended that
|
|
1257
|
+
* the charging schedule is pessimistic (i.e. starts earlier) since the vehicle may charge more slowly than the
|
|
1258
|
+
* electrical supply may provide power (especially if it is cold).
|
|
1259
|
+
*
|
|
1260
|
+
* If the user configures large charging targets (e.g. high values of AddedEnergy or SoC) then it is expected
|
|
1261
|
+
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
1262
|
+
* be able to reach the target.
|
|
1263
|
+
*
|
|
1264
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
|
|
1265
|
+
*/
|
|
1266
|
+
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1267
|
+
/**
|
|
1268
|
+
* This field represents the target SoC that the vehicle should be charged to before the
|
|
1269
|
+
* TargetTimeMinutesPastMidnight.
|
|
1270
|
+
*
|
|
1271
|
+
* If the EVSE can obtain the SoC of the vehicle:
|
|
1272
|
+
*
|
|
1273
|
+
* • the TargetSoC field shall take precedence over the AddedEnergy field.
|
|
1274
|
+
*
|
|
1275
|
+
* • the EVSE SHOULD charge to the TargetSoC and then stop the charging automatically when it reaches that
|
|
1276
|
+
* point.
|
|
1277
|
+
*
|
|
1278
|
+
* • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
|
|
1279
|
+
* vehicle decides to stop charging.
|
|
1280
|
+
*
|
|
1281
|
+
* If the EVSE cannot obtain the SoC of the vehicle:
|
|
1282
|
+
*
|
|
1283
|
+
* • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
|
|
1284
|
+
* field may only take the values null or 100%.
|
|
1285
|
+
*
|
|
1286
|
+
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
1287
|
+
* until the vehicle stops demanding a charge.
|
|
1288
|
+
*
|
|
1289
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
|
|
1290
|
+
*/
|
|
1291
|
+
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1292
|
+
/**
|
|
1293
|
+
* This field represents the amount of energy that the user would like to have added to the vehicle before the
|
|
1294
|
+
* TargetTimeMinutesPastMidnight.
|
|
1295
|
+
*
|
|
1296
|
+
* This represents a positive value in mWh that SHOULD be added during the session (i.e. if the vehicle
|
|
1297
|
+
* charging is stopped and started several times, this equates to the total energy since the vehicle has been
|
|
1298
|
+
* plugged in).
|
|
1299
|
+
*
|
|
1300
|
+
* The maximum value (500kWh) is much larger than most EV batteries on the market today. If the client tries to
|
|
1301
|
+
* set this value too high then the EVSE will need to start charging immediately and continue charging until
|
|
1302
|
+
* the vehicle stops demanding charge (i.e. it is full). Therefore the maximum value should be set based on
|
|
1303
|
+
* typical battery size of the vehicles on the market (e.g. 70000Wh), however this is up to the client to
|
|
1304
|
+
* carefully choose a value.
|
|
1305
|
+
*
|
|
1306
|
+
* NOTE
|
|
1307
|
+
*
|
|
1308
|
+
* If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
|
|
1309
|
+
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
1310
|
+
* battery during charging, or for heating or cooling the cabin.
|
|
1311
|
+
*
|
|
1312
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
|
|
1313
|
+
*/
|
|
1314
|
+
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1315
|
+
}>[]>;
|
|
1316
|
+
}>[]>;
|
|
1317
|
+
}>, void, any>;
|
|
1318
|
+
/**
|
|
1319
|
+
* Allows a client to retrieve the current set of charging targets.
|
|
1320
|
+
*
|
|
1321
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.6
|
|
1322
|
+
*/
|
|
1323
|
+
readonly getTargets: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1324
|
+
/**
|
|
1325
|
+
* This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
|
|
1326
|
+
* days of the week.
|
|
1327
|
+
*
|
|
1328
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.7.1
|
|
1329
|
+
*/
|
|
1330
|
+
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1331
|
+
dayOfWeekForSequence: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1332
|
+
/**
|
|
1333
|
+
* Sunday
|
|
1334
|
+
*/
|
|
1335
|
+
sunday: BitFlag;
|
|
1336
|
+
/**
|
|
1337
|
+
* Monday
|
|
1338
|
+
*/
|
|
1339
|
+
monday: BitFlag;
|
|
1340
|
+
/**
|
|
1341
|
+
* Tuesday
|
|
1342
|
+
*/
|
|
1343
|
+
tuesday: BitFlag;
|
|
1344
|
+
/**
|
|
1345
|
+
* Wednesday
|
|
1346
|
+
*/
|
|
1347
|
+
wednesday: BitFlag;
|
|
1348
|
+
/**
|
|
1349
|
+
* Thursday
|
|
1350
|
+
*/
|
|
1351
|
+
thursday: BitFlag;
|
|
1352
|
+
/**
|
|
1353
|
+
* Friday
|
|
1354
|
+
*/
|
|
1355
|
+
friday: BitFlag;
|
|
1356
|
+
/**
|
|
1357
|
+
* Saturday
|
|
1358
|
+
*/
|
|
1359
|
+
saturday: BitFlag;
|
|
1360
|
+
}>>;
|
|
1361
|
+
chargingTargets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1362
|
+
/**
|
|
1363
|
+
* This field shall indicate the desired charging completion time of the associated day. The time will be
|
|
1364
|
+
* represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will be
|
|
1365
|
+
* represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
1366
|
+
*
|
|
1367
|
+
* This field is based on local wall clock time. In case of Daylight Savings Time transition which may result
|
|
1368
|
+
* in an extra hour or one hour less in the day, the charging algorithm should take into account the shift
|
|
1369
|
+
* appropriately.
|
|
1370
|
+
*
|
|
1371
|
+
* Note that if the TargetTimeMinutesPastMidnight values are too close together (e.g. 2 per day) these may
|
|
1372
|
+
* overlap. The EVSE may have to coalesce the charging targets into a single target. e.g. if the 1st charging
|
|
1373
|
+
* target cannot be met in the time available, the EVSE may be forced to begin working towards the 2nd charging
|
|
1374
|
+
* target and immediately continue until both targets have been satisfied (or the vehicle becomes full).
|
|
1375
|
+
*
|
|
1376
|
+
* The EVSE itself cannot predict the behavior of the vehicle (i.e. if it cannot obtain the SoC from the
|
|
1377
|
+
* vehicle), so should attempt to perform a sensible operation based on these targets. It is recommended that
|
|
1378
|
+
* the charging schedule is pessimistic (i.e. starts earlier) since the vehicle may charge more slowly than the
|
|
1379
|
+
* electrical supply may provide power (especially if it is cold).
|
|
1380
|
+
*
|
|
1381
|
+
* If the user configures large charging targets (e.g. high values of AddedEnergy or SoC) then it is expected
|
|
1382
|
+
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
1383
|
+
* be able to reach the target.
|
|
1384
|
+
*
|
|
1385
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
|
|
1386
|
+
*/
|
|
1387
|
+
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1388
|
+
/**
|
|
1389
|
+
* This field represents the target SoC that the vehicle should be charged to before the
|
|
1390
|
+
* TargetTimeMinutesPastMidnight.
|
|
1391
|
+
*
|
|
1392
|
+
* If the EVSE can obtain the SoC of the vehicle:
|
|
1393
|
+
*
|
|
1394
|
+
* • the TargetSoC field shall take precedence over the AddedEnergy field.
|
|
1395
|
+
*
|
|
1396
|
+
* • the EVSE SHOULD charge to the TargetSoC and then stop the charging automatically when it reaches that
|
|
1397
|
+
* point.
|
|
1398
|
+
*
|
|
1399
|
+
* • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
|
|
1400
|
+
* vehicle decides to stop charging.
|
|
1401
|
+
*
|
|
1402
|
+
* If the EVSE cannot obtain the SoC of the vehicle:
|
|
1403
|
+
*
|
|
1404
|
+
* • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
|
|
1405
|
+
* field may only take the values null or 100%.
|
|
1406
|
+
*
|
|
1407
|
+
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
1408
|
+
* until the vehicle stops demanding a charge.
|
|
1409
|
+
*
|
|
1410
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
|
|
1411
|
+
*/
|
|
1412
|
+
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1413
|
+
/**
|
|
1414
|
+
* This field represents the amount of energy that the user would like to have added to the vehicle before the
|
|
1415
|
+
* TargetTimeMinutesPastMidnight.
|
|
1416
|
+
*
|
|
1417
|
+
* This represents a positive value in mWh that SHOULD be added during the session (i.e. if the vehicle
|
|
1418
|
+
* charging is stopped and started several times, this equates to the total energy since the vehicle has been
|
|
1419
|
+
* plugged in).
|
|
1420
|
+
*
|
|
1421
|
+
* The maximum value (500kWh) is much larger than most EV batteries on the market today. If the client tries to
|
|
1422
|
+
* set this value too high then the EVSE will need to start charging immediately and continue charging until
|
|
1423
|
+
* the vehicle stops demanding charge (i.e. it is full). Therefore the maximum value should be set based on
|
|
1424
|
+
* typical battery size of the vehicles on the market (e.g. 70000Wh), however this is up to the client to
|
|
1425
|
+
* carefully choose a value.
|
|
1426
|
+
*
|
|
1427
|
+
* NOTE
|
|
1428
|
+
*
|
|
1429
|
+
* If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
|
|
1430
|
+
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
1431
|
+
* battery during charging, or for heating or cooling the cabin.
|
|
1432
|
+
*
|
|
1433
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
|
|
1434
|
+
*/
|
|
1435
|
+
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1436
|
+
}>[]>;
|
|
1437
|
+
}>[]>;
|
|
1438
|
+
}>, any>;
|
|
1439
|
+
/**
|
|
1440
|
+
* Allows a client to clear all stored charging targets.
|
|
1441
|
+
*
|
|
1442
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.8
|
|
1443
|
+
*/
|
|
1444
|
+
readonly clearTargets: Command<void, void, any>;
|
|
1445
|
+
};
|
|
1446
|
+
};
|
|
1447
|
+
/**
|
|
1448
|
+
* A EnergyEvseCluster supports these elements if it supports feature SoCReporting.
|
|
1449
|
+
*/
|
|
1450
|
+
const SoCReportingComponent: {
|
|
1451
|
+
readonly attributes: {
|
|
1452
|
+
/**
|
|
1453
|
+
* Indicates the state of charge of the EV battery in steps of 1%. The values are in the 0-100%. This
|
|
1454
|
+
* attribute is only available on EVSEs which can read the state of charge from the vehicle and that
|
|
1455
|
+
* support the SOC feature. If the StateOfCharge cannot be read from the vehicle it shall be returned with
|
|
1456
|
+
* a NULL value.
|
|
1457
|
+
*
|
|
1458
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.17
|
|
1459
|
+
*/
|
|
1460
|
+
readonly stateOfCharge: Attribute<number | null, any>;
|
|
1461
|
+
/**
|
|
1462
|
+
* Indicates the capacity of the EV battery in mWh. This value is always positive.
|
|
1463
|
+
*
|
|
1464
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.18
|
|
1465
|
+
*/
|
|
1466
|
+
readonly batteryCapacity: Attribute<number | bigint | null, any>;
|
|
1467
|
+
};
|
|
1468
|
+
};
|
|
1469
|
+
/**
|
|
1470
|
+
* A EnergyEvseCluster supports these elements if it supports feature PlugAndCharge.
|
|
1471
|
+
*/
|
|
1472
|
+
const PlugAndChargeComponent: {
|
|
1473
|
+
readonly attributes: {
|
|
1474
|
+
/**
|
|
1475
|
+
* Indicates the vehicle ID read by the EVSE via ISO-15118 using the PNC feature, if the EVSE supports this
|
|
1476
|
+
* capability.
|
|
1477
|
+
*
|
|
1478
|
+
* The field may be based on the e-Mobility Account Identifier (EMAID). A null value shall indicate that
|
|
1479
|
+
* this is unknown.
|
|
1480
|
+
*
|
|
1481
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.19
|
|
1482
|
+
*/
|
|
1483
|
+
readonly vehicleId: Attribute<string | null, any>;
|
|
1484
|
+
};
|
|
1485
|
+
};
|
|
1486
|
+
/**
|
|
1487
|
+
* A EnergyEvseCluster supports these elements if it supports feature Rfid.
|
|
1488
|
+
*/
|
|
1489
|
+
const RfidComponent: {
|
|
1490
|
+
readonly events: {
|
|
1491
|
+
/**
|
|
1492
|
+
* This event shall be generated when a RFID card has been read. This allows a controller to register the
|
|
1493
|
+
* card ID and use this to authenticate and start the charging session.
|
|
1494
|
+
*
|
|
1495
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6
|
|
1496
|
+
*/
|
|
1497
|
+
readonly rfid: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1498
|
+
/**
|
|
1499
|
+
* The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.
|
|
1500
|
+
*
|
|
1501
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6.1
|
|
1502
|
+
*/
|
|
1503
|
+
uid: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
|
|
1504
|
+
}>, any>;
|
|
1505
|
+
};
|
|
1506
|
+
};
|
|
1507
|
+
/**
|
|
1508
|
+
* These elements and properties are present in all EnergyEvse clusters.
|
|
1509
|
+
*/
|
|
1510
|
+
const Base: {
|
|
1511
|
+
readonly id: 153;
|
|
1512
|
+
readonly name: "EnergyEvse";
|
|
1513
|
+
readonly revision: 2;
|
|
1514
|
+
readonly features: {
|
|
1515
|
+
/**
|
|
1516
|
+
* ChargingPreferences
|
|
1517
|
+
*
|
|
1518
|
+
* Since some EVSEs cannot obtain the SoC from the vehicle, some EV charging solutions allow the consumer
|
|
1519
|
+
* to specify a daily charging target (for adding energy to the EV’s battery). This feature allows the
|
|
1520
|
+
* consumer to specify how many miles or km of additional range they need for their typical daily commute.
|
|
1521
|
+
* This range requirement can be converted into a daily energy demand with a target charging completion
|
|
1522
|
+
* time.
|
|
1523
|
+
*
|
|
1524
|
+
* The EVSE itself may use this information (or may allow a controller such as an EMS) to compute an
|
|
1525
|
+
*
|
|
1526
|
+
* optimized charging schedule.
|
|
1527
|
+
*
|
|
1528
|
+
* An EVSE device may implement the Device Energy Management cluster PFR (Power Forecast Reporting) and FA
|
|
1529
|
+
* (Forecast Adjustment) features. This can help a controller (such as an EMS) to optimize the EVSE against
|
|
1530
|
+
* other ESAs. For example, a solar PV ESA may share its Forecast and allow the EVSE to know the best time
|
|
1531
|
+
* to charge so that any excess solar generation is used to charge the EV.
|
|
1532
|
+
*
|
|
1533
|
+
* EVSE devices that support the Device Energy Management cluster’s FA feature can have their charging
|
|
1534
|
+
* profiles set by a controller device such as an EMS. For example, if the EVSE advertises a simple power
|
|
1535
|
+
* forecast which allows the EMS to adjust over a wide range of power and time durations, then the EVSE may
|
|
1536
|
+
* allow the EMS to propose a revised optimized forecast (which is the charging profile).
|
|
1537
|
+
*
|
|
1538
|
+
* See the Device Energy Management Cluster for more details.
|
|
1539
|
+
*
|
|
1540
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.1
|
|
1541
|
+
*/
|
|
1542
|
+
readonly chargingPreferences: BitFlag;
|
|
1543
|
+
/**
|
|
1544
|
+
* SoCReporting
|
|
1545
|
+
*
|
|
1546
|
+
* Vehicles and EVSEs which support ISO 15118 may allow the vehicle to report its battery size and state of
|
|
1547
|
+
* charge. If the EVSE supports PLC it may have a vehicle connected which optionally supports reporting of
|
|
1548
|
+
* its battery size and current State of Charge (SoC).
|
|
1549
|
+
*
|
|
1550
|
+
* If the EVSE supports reporting of State of Charge this feature will only work if a compatible EV is
|
|
1551
|
+
* connected.
|
|
1552
|
+
*
|
|
1553
|
+
* Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope
|
|
1554
|
+
* of this cluster.
|
|
1555
|
+
*
|
|
1556
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.2
|
|
1557
|
+
*/
|
|
1558
|
+
readonly soCReporting: BitFlag;
|
|
1559
|
+
/**
|
|
1560
|
+
* PlugAndCharge
|
|
1561
|
+
*
|
|
1562
|
+
* If the EVSE supports PLC, it may be able to support the Plug and Charge feature. e.g. this may allow the
|
|
1563
|
+
* vehicle ID to be obtained which may allow an energy management system to track energy usage per vehicle
|
|
1564
|
+
* (e.g. to give the owner an indicative cost of charging, or for work place charging).
|
|
1565
|
+
*
|
|
1566
|
+
* If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
|
|
1567
|
+
*
|
|
1568
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.3
|
|
1569
|
+
*/
|
|
1570
|
+
readonly plugAndCharge: BitFlag;
|
|
1571
|
+
/**
|
|
1572
|
+
* Rfid
|
|
1573
|
+
*
|
|
1574
|
+
* If the EVSE is fitted with an RFID reader, it may be possible to obtain the User or Vehicle ID from an
|
|
1575
|
+
* RFID card. This may be used to record a charging session against a specific charging account, and may
|
|
1576
|
+
* optionally be used to authorize a charging session.
|
|
1577
|
+
*
|
|
1578
|
+
* An RFID event can be generated when a user taps an RFID card onto the RFID reader. The event must be
|
|
1579
|
+
* subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge
|
|
1580
|
+
* or discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
|
|
1581
|
+
*
|
|
1582
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.4
|
|
1583
|
+
*/
|
|
1584
|
+
readonly rfid: BitFlag;
|
|
1585
|
+
/**
|
|
1586
|
+
* V2X
|
|
1587
|
+
*
|
|
1588
|
+
* If the EVSE can support bi-directional charging, it may be possible to request that the vehicle can
|
|
1589
|
+
* discharge to the home or grid.
|
|
1590
|
+
*
|
|
1591
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.5
|
|
1592
|
+
*/
|
|
1593
|
+
readonly v2X: BitFlag;
|
|
1594
|
+
};
|
|
1595
|
+
readonly attributes: {
|
|
1596
|
+
/**
|
|
1597
|
+
* Indicates the current status of the EVSE. This higher-level status is partly derived from the signaling
|
|
1598
|
+
* protocol as communicated between the EVSE and the vehicle through the pilot signal.
|
|
1599
|
+
*
|
|
1600
|
+
* The State attribute shall change when the EVSE detects change of condition of the EV (plugged in or
|
|
1601
|
+
* unplugged, whether the vehicle is asking for demand or not, and if it is charging or discharging).
|
|
1602
|
+
*
|
|
1603
|
+
* NOTE
|
|
1604
|
+
*
|
|
1605
|
+
* SessionEnding is not really a state but a transition. However, the transition period
|
|
1606
|
+
*
|
|
1607
|
+
* may take a few seconds and is useful for some clean up purposes. The Fault state is used to indicate
|
|
1608
|
+
* that the FaultState attribute is not NoError.
|
|
1609
|
+
*
|
|
1610
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.1
|
|
1611
|
+
*/
|
|
1612
|
+
readonly state: Attribute<State | null, any>;
|
|
1613
|
+
/**
|
|
1614
|
+
* Indicates whether the EV is currently allowed to charge from or discharge to the EVSE.
|
|
1615
|
+
*
|
|
1616
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.2
|
|
1617
|
+
*/
|
|
1618
|
+
readonly supplyState: Attribute<SupplyState, any>;
|
|
1619
|
+
/**
|
|
1620
|
+
* Indicates the type of fault detected by the EVSE (internally or as detected in the pilot signal).
|
|
1621
|
+
*
|
|
1622
|
+
* When the SupplyState attribute is DisabledError, the FaultState attribute will be one of the values
|
|
1623
|
+
* listed in FaultStateEnum, except NoError. For all values of SupplyState other than DisabledError, the
|
|
1624
|
+
* FaultState attribute shall be NoError.
|
|
1625
|
+
*
|
|
1626
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.3
|
|
1627
|
+
*/
|
|
1628
|
+
readonly faultState: Attribute<FaultState, any>;
|
|
1629
|
+
/**
|
|
1630
|
+
* Indicates the time, in UTC, that the EVSE will automatically stop current flow to the EV.
|
|
1631
|
+
*
|
|
1632
|
+
* A null value indicates the EVSE is always enabled for charging.
|
|
1633
|
+
*
|
|
1634
|
+
* A value in the past or 0x0 indicates that EVSE charging shall be disabled. The attribute is only set via
|
|
1635
|
+
* the payload of the EnableCharging command.
|
|
1636
|
+
*
|
|
1637
|
+
* This attribute shall be persisted, for example a temporary power failure should not stop the vehicle
|
|
1638
|
+
* from being charged.
|
|
1639
|
+
*
|
|
1640
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.4
|
|
1641
|
+
*/
|
|
1642
|
+
readonly chargingEnabledUntil: Attribute<number | null, any>;
|
|
1643
|
+
/**
|
|
1644
|
+
* Indicates the capacity that the circuit that the EVSE is connected to can provide. It is intended to
|
|
1645
|
+
* allow implementation of a self-managed network of EVSEs. It is assumed that the device will allow the
|
|
1646
|
+
* setting of such values by an installer.
|
|
1647
|
+
*
|
|
1648
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.6
|
|
1649
|
+
*/
|
|
1650
|
+
readonly circuitCapacity: Attribute<number | bigint, any>;
|
|
1651
|
+
/**
|
|
1652
|
+
* Indicates the minimum current that can be delivered by the EVSE to the EV. The attribute can be set
|
|
1653
|
+
* using the EnableCharging command.
|
|
1654
|
+
*
|
|
1655
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.7
|
|
1656
|
+
*/
|
|
1657
|
+
readonly minimumChargeCurrent: Attribute<number | bigint, any>;
|
|
1658
|
+
/**
|
|
1659
|
+
* Indicates the maximum current that can be delivered by the EVSE to the EV.
|
|
1660
|
+
*
|
|
1661
|
+
* This shall represent the actual maximum current offered to the EV at any time. Note that the EV can draw
|
|
1662
|
+
* less current than this value. For example, the EV may be limiting its power draw based on the operating
|
|
1663
|
+
* conditions of the battery, such as temperature and state of charge.
|
|
1664
|
+
*
|
|
1665
|
+
* The attribute can be initially set using the EnableCharging command or by adjusting the
|
|
1666
|
+
* UserMaximumChargeCurrent attribute.
|
|
1667
|
+
*
|
|
1668
|
+
* This attribute value shall be the minimum of:
|
|
1669
|
+
*
|
|
1670
|
+
* • CircuitCapacity - Electrician’s installation setting
|
|
1671
|
+
*
|
|
1672
|
+
* • CableAssemblyCurrentLimit (detected by the EVSE when the cable is plugged in)
|
|
1673
|
+
*
|
|
1674
|
+
* • MaximumChargeCurrent field in the EnableCharging command
|
|
1675
|
+
*
|
|
1676
|
+
* • UserMaximumChargeCurrent attribute
|
|
1677
|
+
*
|
|
1678
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.8
|
|
1679
|
+
*/
|
|
1680
|
+
readonly maximumChargeCurrent: Attribute<number | bigint, any>;
|
|
1681
|
+
/**
|
|
1682
|
+
* Indicates a maximum current that can set by the consumer (e.g. via an app) as a preference to further
|
|
1683
|
+
* reduce the charging rate. This may be desirable if the home owner has a solar PV or battery storage
|
|
1684
|
+
* system which may only be able to deliver a limited amount of power. The consumer can manually control
|
|
1685
|
+
* how much they allow the EV to take.
|
|
1686
|
+
*
|
|
1687
|
+
* This attribute value shall be limited by the EVSE to be in the range of:
|
|
1688
|
+
*
|
|
1689
|
+
* MinimumChargeCurrent <= UserMaximumChargeCurrent <= MaximumChargeCurrent
|
|
1690
|
+
*
|
|
1691
|
+
* where MinimumChargeCurrent and MaximumChargeCurrent are the values received in the EnableCharging
|
|
1692
|
+
* command.
|
|
1693
|
+
*
|
|
1694
|
+
* Its default value SHOULD be initialized to the same as the CircuitCapacity attribute. This value shall
|
|
1695
|
+
* be persisted across reboots to ensure it does not cause charging issues during temporary power failures.
|
|
1696
|
+
*
|
|
1697
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.10
|
|
1698
|
+
*/
|
|
1699
|
+
readonly userMaximumChargeCurrent: OptionalWritableAttribute<number | bigint, any>;
|
|
1700
|
+
/**
|
|
1701
|
+
* Indicates the size of a random window over which the EVSE will randomize the start of a charging
|
|
1702
|
+
* session. This value is in seconds.
|
|
1703
|
+
*
|
|
1704
|
+
* This is a feature that is mandated in some markets (such as UK) where the EVSE should by default
|
|
1705
|
+
* randomize its start time within the randomization window. By default in the UK this should be 600s.
|
|
1706
|
+
*
|
|
1707
|
+
* For example, if the RandomizationDelayWindow is 600s (i.e. 10 minutes) and if there was a cheap rate
|
|
1708
|
+
* energy starting at 00:30, then the EVSE must compute a random delay between 0-599s and add this to its
|
|
1709
|
+
* initial planned start time.
|
|
1710
|
+
*
|
|
1711
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.11
|
|
1712
|
+
*/
|
|
1713
|
+
readonly randomizationDelayWindow: OptionalWritableAttribute<number, any>;
|
|
1714
|
+
/**
|
|
1715
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8
|
|
1716
|
+
*/
|
|
1717
|
+
readonly sessionId: Attribute<number | null, any>;
|
|
1718
|
+
/**
|
|
1719
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8
|
|
1720
|
+
*/
|
|
1721
|
+
readonly sessionDuration: Attribute<number | null, any>;
|
|
1722
|
+
/**
|
|
1723
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8
|
|
1724
|
+
*/
|
|
1725
|
+
readonly sessionEnergyCharged: Attribute<number | bigint | null, any>;
|
|
1726
|
+
};
|
|
1727
|
+
readonly commands: {
|
|
1728
|
+
/**
|
|
1729
|
+
* Allows a client to disable the EVSE from charging and discharging.
|
|
1730
|
+
*
|
|
1731
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.1
|
|
1732
|
+
*/
|
|
1733
|
+
readonly disable: Command<void, void, any>;
|
|
1734
|
+
/**
|
|
1735
|
+
* Allows a client to enable the EVSE to charge an EV.
|
|
1736
|
+
*
|
|
1737
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2
|
|
1738
|
+
*/
|
|
1739
|
+
readonly enableCharging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1740
|
+
/**
|
|
1741
|
+
* This field shall indicate the expiry time, in UTC, when charging will be automatically disabled.
|
|
1742
|
+
*
|
|
1743
|
+
* A value in the past in this field shall disable the EVSE charging whereas a null value shall enable it
|
|
1744
|
+
* permanently.
|
|
1745
|
+
*
|
|
1746
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.1
|
|
1747
|
+
*/
|
|
1748
|
+
chargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1749
|
+
/**
|
|
1750
|
+
* This field shall indicate the minimum current that can be delivered by the EVSE to the EV in trickle mode.
|
|
1751
|
+
* The EVSE current limit can be advertised to an EV in 0.6A steps.
|
|
1752
|
+
*
|
|
1753
|
+
* The value of the MinimumChargeCurrent attribute shall be set to the value of this field (see
|
|
1754
|
+
* MinimumChargeCurrent attribute for further details).
|
|
1755
|
+
*
|
|
1756
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.2
|
|
1757
|
+
*/
|
|
1758
|
+
minimumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1759
|
+
/**
|
|
1760
|
+
* This field shall indicate the maximum current that can be delivered by the EVSE to the EV. The EVSE current
|
|
1761
|
+
* limit can be advertised to an EV in 0.6A steps.
|
|
1762
|
+
*
|
|
1763
|
+
* The value of the this field shall be stored by the EVSE to determine the value of MaximumChargeCurrent
|
|
1764
|
+
* attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then
|
|
1765
|
+
*
|
|
1766
|
+
* this value, and then later adjusted above this value, the resulting MaximumChargeCurrent attribute will be
|
|
1767
|
+
* limited to this value.
|
|
1768
|
+
*
|
|
1769
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.3
|
|
1770
|
+
*/
|
|
1771
|
+
maximumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1772
|
+
}>, void, any>;
|
|
1773
|
+
/**
|
|
1774
|
+
* Allows a client to put the EVSE into a self-diagnostics mode.
|
|
1775
|
+
*
|
|
1776
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.4
|
|
1777
|
+
*/
|
|
1778
|
+
readonly startDiagnostics: OptionalCommand<void, void, any>;
|
|
1779
|
+
};
|
|
1780
|
+
readonly events: {
|
|
1781
|
+
/**
|
|
1782
|
+
* This event shall be generated when the EV is plugged in.
|
|
1783
|
+
*
|
|
1784
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.1
|
|
1785
|
+
*/
|
|
1786
|
+
readonly evConnected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1787
|
+
/**
|
|
1788
|
+
* This is the new session ID created after the vehicle is plugged in.
|
|
1789
|
+
*
|
|
1790
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.1.1
|
|
1791
|
+
*/
|
|
1792
|
+
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1793
|
+
}>, any>;
|
|
1794
|
+
/**
|
|
1795
|
+
* This event shall be generated when the EV is unplugged or not detected (having been previously plugged
|
|
1796
|
+
* in). When the vehicle is unplugged then the session is ended.
|
|
1797
|
+
*
|
|
1798
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2
|
|
1799
|
+
*/
|
|
1800
|
+
readonly evNotDetected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1801
|
+
/**
|
|
1802
|
+
* This field shall indicate the current value of the SessionID attribute.
|
|
1803
|
+
*
|
|
1804
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.1
|
|
1805
|
+
*/
|
|
1806
|
+
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1807
|
+
/**
|
|
1808
|
+
* This field shall indicate the value of the State attribute prior to the EV not being detected.
|
|
1809
|
+
*
|
|
1810
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.2
|
|
1811
|
+
*/
|
|
1812
|
+
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
1813
|
+
/**
|
|
1814
|
+
* This field shall indicate the total duration of the session, from the start of the session when the EV was
|
|
1815
|
+
* plugged in, until it was unplugged.
|
|
1816
|
+
*
|
|
1817
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.3
|
|
1818
|
+
*/
|
|
1819
|
+
sessionDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1820
|
+
/**
|
|
1821
|
+
* This field shall indicate the total amount of energy transferred from the EVSE to the EV during the session.
|
|
1822
|
+
* This value shall always be positive.
|
|
1823
|
+
*
|
|
1824
|
+
* Note that if bi-directional charging occurs during the session, then this value shall only include the sum
|
|
1825
|
+
* of energy transferred from the EVSE to the EV, and shall NOT be a net value of charging and discharging
|
|
1826
|
+
* energy.
|
|
1827
|
+
*
|
|
1828
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.4
|
|
1829
|
+
*/
|
|
1830
|
+
sessionEnergyCharged: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1831
|
+
/**
|
|
1832
|
+
* This field shall indicate the total amount of energy transferred from the EV to the EVSE during the session.
|
|
1833
|
+
* This value shall always be positive.
|
|
1834
|
+
*
|
|
1835
|
+
* Note that if bi-directional discharging occurs during the session, then this value shall only include the
|
|
1836
|
+
* sum of energy transferred from the EV to the EVSE, and shall NOT be a net value of charging and discharging
|
|
1837
|
+
* energy.
|
|
1838
|
+
*
|
|
1839
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.5
|
|
1840
|
+
*/
|
|
1841
|
+
sessionEnergyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1842
|
+
}>, any>;
|
|
1843
|
+
/**
|
|
1844
|
+
* This event shall be generated when the EV starts charging or discharging.
|
|
1845
|
+
*
|
|
1846
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3
|
|
1847
|
+
*/
|
|
1848
|
+
readonly energyTransferStarted: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1849
|
+
/**
|
|
1850
|
+
* This field shall indicate the value of the SessionID attribute at the time the event was generated.
|
|
1851
|
+
*
|
|
1852
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.1
|
|
1853
|
+
*/
|
|
1854
|
+
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1855
|
+
/**
|
|
1856
|
+
* This field shall indicate the value of the State attribute at the time the event was generated.
|
|
1857
|
+
*
|
|
1858
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.2
|
|
1859
|
+
*/
|
|
1860
|
+
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
1861
|
+
/**
|
|
1862
|
+
* This field shall indicate the value of the maximum charging or discharging current at the time the event was
|
|
1863
|
+
* generated.
|
|
1864
|
+
*
|
|
1865
|
+
* This field is signed. A positive value indicates the EV has been enabled for charging and the value is taken
|
|
1866
|
+
* directly from the MaximumChargeCurrent attribute.
|
|
1867
|
+
*
|
|
1868
|
+
* A negative value indicates that the EV has been enabled for discharging and the value can be taken from the
|
|
1869
|
+
* MaximumDischargeCurrent attribute with its sign inverted. i.e. if the MaximumDischargeCurrent was 32000mA,
|
|
1870
|
+
* this would be represented here as -32000mA.
|
|
1871
|
+
*
|
|
1872
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.3
|
|
1873
|
+
*/
|
|
1874
|
+
maximumCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1875
|
+
}>, any>;
|
|
1876
|
+
/**
|
|
1877
|
+
* This event shall be generated when the EV stops charging or discharging.
|
|
1878
|
+
*
|
|
1879
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4
|
|
1880
|
+
*/
|
|
1881
|
+
readonly energyTransferStopped: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1882
|
+
/**
|
|
1883
|
+
* This field shall indicate the value of the SessionID attribute prior to the energy transfer stopping.
|
|
1884
|
+
*
|
|
1885
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.1
|
|
1886
|
+
*/
|
|
1887
|
+
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1888
|
+
/**
|
|
1889
|
+
* This field shall indicate the value of the State attribute prior to the energy transfer stopping.
|
|
1890
|
+
*
|
|
1891
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.2
|
|
1892
|
+
*/
|
|
1893
|
+
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
1894
|
+
/**
|
|
1895
|
+
* This field shall indicate the reason why the energy transferred stopped.
|
|
1896
|
+
*
|
|
1897
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.3
|
|
1898
|
+
*/
|
|
1899
|
+
reason: import("../tlv/TlvObject.js").FieldType<EnergyTransferStoppedReason>;
|
|
1900
|
+
energyTransferred: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1901
|
+
}>, any>;
|
|
1902
|
+
/**
|
|
1903
|
+
* If the EVSE detects a fault it shall generate a Fault Event. The SupplyState attribute shall be set to
|
|
1904
|
+
* DisabledError and the type of fault detected by the EVSE shall be stored in the FaultState attribute.
|
|
1905
|
+
*
|
|
1906
|
+
* This event shall be generated when the FaultState changes from any error state. i.e. if it changes from
|
|
1907
|
+
* NoError to any other state and if the error then clears, this would generate 2 events.
|
|
1908
|
+
*
|
|
1909
|
+
* It is assumed that the fault will be cleared locally on the EVSE device. When all faults have been
|
|
1910
|
+
* cleared, the EVSE device shall set the FaultState attribute to NoError and the SupplyState attribute
|
|
1911
|
+
* shall be set back to its previous state.
|
|
1912
|
+
*
|
|
1913
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5
|
|
1914
|
+
*/
|
|
1915
|
+
readonly fault: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1916
|
+
/**
|
|
1917
|
+
* This field shall indicate the value of the SessionID attribute prior to the Fault State being changed. A
|
|
1918
|
+
* value of null indicates no sessions have occurred before the fault occurred.
|
|
1919
|
+
*
|
|
1920
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.1
|
|
1921
|
+
*/
|
|
1922
|
+
sessionId: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1923
|
+
/**
|
|
1924
|
+
* This field shall indicate the value of the State attribute prior to the Fault State being changed.
|
|
1925
|
+
*
|
|
1926
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.2
|
|
1927
|
+
*/
|
|
1928
|
+
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
1929
|
+
/**
|
|
1930
|
+
* This field shall indicate the value of the FaultState attribute prior to the Fault State being changed.
|
|
1931
|
+
*
|
|
1932
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.3
|
|
1933
|
+
*/
|
|
1934
|
+
faultStatePreviousState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
1935
|
+
/**
|
|
1936
|
+
* This field shall indicate the current value of the FaultState attribute.
|
|
1937
|
+
*
|
|
1938
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.4
|
|
1939
|
+
*/
|
|
1940
|
+
faultStateCurrentState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
1941
|
+
}>, any>;
|
|
1942
|
+
};
|
|
1943
|
+
/**
|
|
1944
|
+
* This metadata controls which EnergyEvseCluster elements matter.js activates for specific feature
|
|
1945
|
+
* combinations.
|
|
1946
|
+
*/
|
|
1947
|
+
readonly extensions: readonly [{
|
|
1948
|
+
readonly flags: {
|
|
1949
|
+
readonly v2X: true;
|
|
1950
|
+
};
|
|
1951
|
+
readonly component: {
|
|
1952
|
+
readonly attributes: {
|
|
1953
|
+
/**
|
|
1954
|
+
* Indicates the time, in UTC, that the EVSE will automatically stop current flow from the EV.
|
|
1955
|
+
*
|
|
1956
|
+
* A null value indicates the EVSE is always enabled for discharging.
|
|
1957
|
+
*
|
|
1958
|
+
* A value in the past or 0x0 indicates that EVSE discharging shall be disabled. The attribute is only set
|
|
1959
|
+
* via the payload of the EnableDischarging command.
|
|
1960
|
+
*
|
|
1961
|
+
* This attribute shall be persisted, for example a temporary power failure should not stop the vehicle
|
|
1962
|
+
* from being discharged.
|
|
1963
|
+
*
|
|
1964
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.5
|
|
1965
|
+
*/
|
|
1966
|
+
readonly dischargingEnabledUntil: Attribute<number | null, any>;
|
|
1967
|
+
/**
|
|
1968
|
+
* Indicates the maximum current that can be received by the EVSE from the EV. This attribute can be set
|
|
1969
|
+
* using the EnableDischarging command.
|
|
1970
|
+
*
|
|
1971
|
+
* This attribute value shall be the minimum of:
|
|
1972
|
+
*
|
|
1973
|
+
* • CircuitCapacity - Electrician’s installation setting
|
|
1974
|
+
*
|
|
1975
|
+
* • CableAssemblyCurrentLimit (detected by the EVSE when the cable is plugged in)
|
|
1976
|
+
*
|
|
1977
|
+
* • MaximumDischargeCurrent field in the EnableDischarging command
|
|
1978
|
+
*
|
|
1979
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.9
|
|
1980
|
+
*/
|
|
1981
|
+
readonly maximumDischargeCurrent: Attribute<number | bigint, any>;
|
|
1982
|
+
/**
|
|
1983
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8
|
|
1984
|
+
*/
|
|
1985
|
+
readonly sessionEnergyDischarged: Attribute<number | bigint | null, any>;
|
|
1986
|
+
};
|
|
1987
|
+
readonly commands: {
|
|
1988
|
+
/**
|
|
1989
|
+
* Allows a client to enable the EVSE to discharge an EV.
|
|
1990
|
+
*
|
|
1991
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3
|
|
1992
|
+
*/
|
|
1993
|
+
readonly enableDischarging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1994
|
+
/**
|
|
1995
|
+
* This field shall indicate the expiry time, in UTC, when discharging will be automatically disabled.
|
|
1996
|
+
*
|
|
1997
|
+
* A value in the past in this field shall disable the EVSE whereas a null value shall enable it permanently.
|
|
1998
|
+
*
|
|
1999
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.1
|
|
2000
|
+
*/
|
|
2001
|
+
dischargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2002
|
+
/**
|
|
2003
|
+
* This field shall indicate the maximum current that can be received by the EVSE from the EV. The EVSE current
|
|
2004
|
+
* limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
|
|
2005
|
+
* stored and persisted across reboots by the EVSE to the value of this
|
|
2006
|
+
*
|
|
2007
|
+
* field.
|
|
2008
|
+
*
|
|
2009
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.2
|
|
2010
|
+
*/
|
|
2011
|
+
maximumDischargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2012
|
+
}>, void, any>;
|
|
2013
|
+
};
|
|
2014
|
+
};
|
|
2015
|
+
}, {
|
|
2016
|
+
readonly flags: {
|
|
2017
|
+
readonly chargingPreferences: true;
|
|
2018
|
+
};
|
|
2019
|
+
readonly component: {
|
|
2020
|
+
readonly attributes: {
|
|
2021
|
+
/**
|
|
2022
|
+
* Indicates the time, in UTC, when the EVSE plans to start the next scheduled charge based on the charging
|
|
2023
|
+
* preferences.
|
|
2024
|
+
*
|
|
2025
|
+
* If this is null it indicates that there is no scheduled charging, or that the vehicle is not plugged in.
|
|
2026
|
+
*
|
|
2027
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.12
|
|
2028
|
+
*/
|
|
2029
|
+
readonly nextChargeStartTime: Attribute<number | null, any>;
|
|
2030
|
+
/**
|
|
2031
|
+
* Indicates the time, in UTC, when the EVSE SHOULD complete the next scheduled charge based on the
|
|
2032
|
+
* charging preferences.
|
|
2033
|
+
*
|
|
2034
|
+
* If this is null it indicates that there is no scheduled charging, or that the vehicle is not plugged in.
|
|
2035
|
+
*
|
|
2036
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.13
|
|
2037
|
+
*/
|
|
2038
|
+
readonly nextChargeTargetTime: Attribute<number | null, any>;
|
|
2039
|
+
/**
|
|
2040
|
+
* Indicates the amount of energy that the EVSE is going to attempt to add to the vehicle in the next
|
|
2041
|
+
* charging target.
|
|
2042
|
+
*
|
|
2043
|
+
* If this is null it indicates that there is no scheduled charging, or that the EVSE is using the
|
|
2044
|
+
* TargetSoC method to charge the vehicle.
|
|
2045
|
+
*
|
|
2046
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.14
|
|
2047
|
+
*/
|
|
2048
|
+
readonly nextChargeRequiredEnergy: Attribute<number | bigint | null, any>;
|
|
2049
|
+
/**
|
|
2050
|
+
* Indicates the target SoC the EVSE is going to attempt to reach when the vehicle is next charged.
|
|
2051
|
+
*
|
|
2052
|
+
* If this is null it indicates that there is no scheduled charging, or that the EVSE cannot obtain the
|
|
2053
|
+
* current State of Charge from the vehicle.
|
|
2054
|
+
*
|
|
2055
|
+
* If the SOC feature is not supported, only the values null and 100% are supported.
|
|
2056
|
+
*
|
|
2057
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.15
|
|
2058
|
+
*/
|
|
2059
|
+
readonly nextChargeTargetSoC: Attribute<number | null, any>;
|
|
2060
|
+
/**
|
|
2061
|
+
* Indicates the vehicle efficiency rating for a connected vehicle.
|
|
2062
|
+
*
|
|
2063
|
+
* This can be used to help indicate to the user approximately how many miles or km of range will be added.
|
|
2064
|
+
* It allows user interfaces to display to the user simpler terms that they can relate to compared to kWh.
|
|
2065
|
+
*
|
|
2066
|
+
* This is value is stored in km per kWh multiplied by a scaling factor of 1000.
|
|
2067
|
+
*
|
|
2068
|
+
* A null value indicates that the EV efficiency is unknown and the NextChargeRequiredEnergy attribute
|
|
2069
|
+
* cannot be converted from Wh to miles or km.
|
|
2070
|
+
*
|
|
2071
|
+
* To convert from Wh into Range:
|
|
2072
|
+
*
|
|
2073
|
+
* AddedRange (km) = AddedEnergy (Wh) x ApproxEVEfficiency (km/kWh x 1000) AddedRange (Miles) = AddedEnergy
|
|
2074
|
+
* (Wh) x ApproxEVEfficiency (km/kWh x 1000) x 0.6213
|
|
2075
|
+
*
|
|
2076
|
+
* Example:
|
|
2077
|
+
*
|
|
2078
|
+
* ApproxEVEfficiency (km/kWh x 1000): 4800 (i.e. 4.8km/kWh x 1000)
|
|
2079
|
+
*
|
|
2080
|
+
* AddedEnergy (Wh): 10,000
|
|
2081
|
+
*
|
|
2082
|
+
* AddedRange (km) = 10,000 x 4800 / 1,000,000 = 48 km
|
|
2083
|
+
*
|
|
2084
|
+
* AddedRange (Miles) = AddedEnergy (Wh) x ApproxEVEfficiency (km/kWh x 1000) x 0.6213
|
|
2085
|
+
*
|
|
2086
|
+
* = 29.82 Miles
|
|
2087
|
+
*
|
|
2088
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.16
|
|
2089
|
+
*/
|
|
2090
|
+
readonly approximateEvEfficiency: OptionalWritableAttribute<number | null, any>;
|
|
2091
|
+
};
|
|
2092
|
+
readonly commands: {
|
|
2093
|
+
/**
|
|
2094
|
+
* Allows a client to set the user specified charging targets.
|
|
2095
|
+
*
|
|
2096
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5
|
|
2097
|
+
*/
|
|
2098
|
+
readonly setTargets: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2099
|
+
/**
|
|
2100
|
+
* This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
|
|
2101
|
+
* days of the week. Each of the days of the week may only be included in a single ChargingTargetSchedule
|
|
2102
|
+
* within this list field.
|
|
2103
|
+
*
|
|
2104
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5.1
|
|
2105
|
+
*/
|
|
2106
|
+
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2107
|
+
dayOfWeekForSequence: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2108
|
+
/**
|
|
2109
|
+
* Sunday
|
|
2110
|
+
*/
|
|
2111
|
+
sunday: BitFlag;
|
|
2112
|
+
/**
|
|
2113
|
+
* Monday
|
|
2114
|
+
*/
|
|
2115
|
+
monday: BitFlag;
|
|
2116
|
+
/**
|
|
2117
|
+
* Tuesday
|
|
2118
|
+
*/
|
|
2119
|
+
tuesday: BitFlag;
|
|
2120
|
+
/**
|
|
2121
|
+
* Wednesday
|
|
2122
|
+
*/
|
|
2123
|
+
wednesday: BitFlag;
|
|
2124
|
+
/**
|
|
2125
|
+
* Thursday
|
|
2126
|
+
*/
|
|
2127
|
+
thursday: BitFlag;
|
|
2128
|
+
/**
|
|
2129
|
+
* Friday
|
|
2130
|
+
*/
|
|
2131
|
+
friday: BitFlag;
|
|
2132
|
+
/**
|
|
2133
|
+
* Saturday
|
|
2134
|
+
*/
|
|
2135
|
+
saturday: BitFlag;
|
|
2136
|
+
}>>;
|
|
2137
|
+
chargingTargets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2138
|
+
/**
|
|
2139
|
+
* This field shall indicate the desired charging completion time of the associated day. The time will be
|
|
2140
|
+
* represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will be
|
|
2141
|
+
* represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
2142
|
+
*
|
|
2143
|
+
* This field is based on local wall clock time. In case of Daylight Savings Time transition which may result
|
|
2144
|
+
* in an extra hour or one hour less in the day, the charging algorithm should take into account the shift
|
|
2145
|
+
* appropriately.
|
|
2146
|
+
*
|
|
2147
|
+
* Note that if the TargetTimeMinutesPastMidnight values are too close together (e.g. 2 per day) these may
|
|
2148
|
+
* overlap. The EVSE may have to coalesce the charging targets into a single target. e.g. if the 1st charging
|
|
2149
|
+
* target cannot be met in the time available, the EVSE may be forced to begin working towards the 2nd charging
|
|
2150
|
+
* target and immediately continue until both targets have been satisfied (or the vehicle becomes full).
|
|
2151
|
+
*
|
|
2152
|
+
* The EVSE itself cannot predict the behavior of the vehicle (i.e. if it cannot obtain the SoC from the
|
|
2153
|
+
* vehicle), so should attempt to perform a sensible operation based on these targets. It is recommended that
|
|
2154
|
+
* the charging schedule is pessimistic (i.e. starts earlier) since the vehicle may charge more slowly than the
|
|
2155
|
+
* electrical supply may provide power (especially if it is cold).
|
|
2156
|
+
*
|
|
2157
|
+
* If the user configures large charging targets (e.g. high values of AddedEnergy or SoC) then it is expected
|
|
2158
|
+
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
2159
|
+
* be able to reach the target.
|
|
2160
|
+
*
|
|
2161
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
|
|
2162
|
+
*/
|
|
2163
|
+
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2164
|
+
/**
|
|
2165
|
+
* This field represents the target SoC that the vehicle should be charged to before the
|
|
2166
|
+
* TargetTimeMinutesPastMidnight.
|
|
2167
|
+
*
|
|
2168
|
+
* If the EVSE can obtain the SoC of the vehicle:
|
|
2169
|
+
*
|
|
2170
|
+
* • the TargetSoC field shall take precedence over the AddedEnergy field.
|
|
2171
|
+
*
|
|
2172
|
+
* • the EVSE SHOULD charge to the TargetSoC and then stop the charging automatically when it reaches that
|
|
2173
|
+
* point.
|
|
2174
|
+
*
|
|
2175
|
+
* • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
|
|
2176
|
+
* vehicle decides to stop charging.
|
|
2177
|
+
*
|
|
2178
|
+
* If the EVSE cannot obtain the SoC of the vehicle:
|
|
2179
|
+
*
|
|
2180
|
+
* • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
|
|
2181
|
+
* field may only take the values null or 100%.
|
|
2182
|
+
*
|
|
2183
|
+
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
2184
|
+
* until the vehicle stops demanding a charge.
|
|
2185
|
+
*
|
|
2186
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
|
|
2187
|
+
*/
|
|
2188
|
+
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2189
|
+
/**
|
|
2190
|
+
* This field represents the amount of energy that the user would like to have added to the vehicle before the
|
|
2191
|
+
* TargetTimeMinutesPastMidnight.
|
|
2192
|
+
*
|
|
2193
|
+
* This represents a positive value in mWh that SHOULD be added during the session (i.e. if the vehicle
|
|
2194
|
+
* charging is stopped and started several times, this equates to the total energy since the vehicle has been
|
|
2195
|
+
* plugged in).
|
|
2196
|
+
*
|
|
2197
|
+
* The maximum value (500kWh) is much larger than most EV batteries on the market today. If the client tries to
|
|
2198
|
+
* set this value too high then the EVSE will need to start charging immediately and continue charging until
|
|
2199
|
+
* the vehicle stops demanding charge (i.e. it is full). Therefore the maximum value should be set based on
|
|
2200
|
+
* typical battery size of the vehicles on the market (e.g. 70000Wh), however this is up to the client to
|
|
2201
|
+
* carefully choose a value.
|
|
2202
|
+
*
|
|
2203
|
+
* NOTE
|
|
2204
|
+
*
|
|
2205
|
+
* If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
|
|
2206
|
+
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
2207
|
+
* battery during charging, or for heating or cooling the cabin.
|
|
2208
|
+
*
|
|
2209
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
|
|
2210
|
+
*/
|
|
2211
|
+
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2212
|
+
}>[]>;
|
|
2213
|
+
}>[]>;
|
|
2214
|
+
}>, void, any>;
|
|
2215
|
+
/**
|
|
2216
|
+
* Allows a client to retrieve the current set of charging targets.
|
|
2217
|
+
*
|
|
2218
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.6
|
|
2219
|
+
*/
|
|
2220
|
+
readonly getTargets: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2221
|
+
/**
|
|
2222
|
+
* This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
|
|
2223
|
+
* days of the week.
|
|
2224
|
+
*
|
|
2225
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.7.1
|
|
2226
|
+
*/
|
|
2227
|
+
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2228
|
+
dayOfWeekForSequence: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2229
|
+
/**
|
|
2230
|
+
* Sunday
|
|
2231
|
+
*/
|
|
2232
|
+
sunday: BitFlag;
|
|
2233
|
+
/**
|
|
2234
|
+
* Monday
|
|
2235
|
+
*/
|
|
2236
|
+
monday: BitFlag;
|
|
2237
|
+
/**
|
|
2238
|
+
* Tuesday
|
|
2239
|
+
*/
|
|
2240
|
+
tuesday: BitFlag;
|
|
2241
|
+
/**
|
|
2242
|
+
* Wednesday
|
|
2243
|
+
*/
|
|
2244
|
+
wednesday: BitFlag;
|
|
2245
|
+
/**
|
|
2246
|
+
* Thursday
|
|
2247
|
+
*/
|
|
2248
|
+
thursday: BitFlag;
|
|
2249
|
+
/**
|
|
2250
|
+
* Friday
|
|
2251
|
+
*/
|
|
2252
|
+
friday: BitFlag;
|
|
2253
|
+
/**
|
|
2254
|
+
* Saturday
|
|
2255
|
+
*/
|
|
2256
|
+
saturday: BitFlag;
|
|
2257
|
+
}>>;
|
|
2258
|
+
chargingTargets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2259
|
+
/**
|
|
2260
|
+
* This field shall indicate the desired charging completion time of the associated day. The time will be
|
|
2261
|
+
* represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will be
|
|
2262
|
+
* represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
2263
|
+
*
|
|
2264
|
+
* This field is based on local wall clock time. In case of Daylight Savings Time transition which may result
|
|
2265
|
+
* in an extra hour or one hour less in the day, the charging algorithm should take into account the shift
|
|
2266
|
+
* appropriately.
|
|
2267
|
+
*
|
|
2268
|
+
* Note that if the TargetTimeMinutesPastMidnight values are too close together (e.g. 2 per day) these may
|
|
2269
|
+
* overlap. The EVSE may have to coalesce the charging targets into a single target. e.g. if the 1st charging
|
|
2270
|
+
* target cannot be met in the time available, the EVSE may be forced to begin working towards the 2nd charging
|
|
2271
|
+
* target and immediately continue until both targets have been satisfied (or the vehicle becomes full).
|
|
2272
|
+
*
|
|
2273
|
+
* The EVSE itself cannot predict the behavior of the vehicle (i.e. if it cannot obtain the SoC from the
|
|
2274
|
+
* vehicle), so should attempt to perform a sensible operation based on these targets. It is recommended that
|
|
2275
|
+
* the charging schedule is pessimistic (i.e. starts earlier) since the vehicle may charge more slowly than the
|
|
2276
|
+
* electrical supply may provide power (especially if it is cold).
|
|
2277
|
+
*
|
|
2278
|
+
* If the user configures large charging targets (e.g. high values of AddedEnergy or SoC) then it is expected
|
|
2279
|
+
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
2280
|
+
* be able to reach the target.
|
|
2281
|
+
*
|
|
2282
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
|
|
2283
|
+
*/
|
|
2284
|
+
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2285
|
+
/**
|
|
2286
|
+
* This field represents the target SoC that the vehicle should be charged to before the
|
|
2287
|
+
* TargetTimeMinutesPastMidnight.
|
|
2288
|
+
*
|
|
2289
|
+
* If the EVSE can obtain the SoC of the vehicle:
|
|
2290
|
+
*
|
|
2291
|
+
* • the TargetSoC field shall take precedence over the AddedEnergy field.
|
|
2292
|
+
*
|
|
2293
|
+
* • the EVSE SHOULD charge to the TargetSoC and then stop the charging automatically when it reaches that
|
|
2294
|
+
* point.
|
|
2295
|
+
*
|
|
2296
|
+
* • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
|
|
2297
|
+
* vehicle decides to stop charging.
|
|
2298
|
+
*
|
|
2299
|
+
* If the EVSE cannot obtain the SoC of the vehicle:
|
|
2300
|
+
*
|
|
2301
|
+
* • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
|
|
2302
|
+
* field may only take the values null or 100%.
|
|
2303
|
+
*
|
|
2304
|
+
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
2305
|
+
* until the vehicle stops demanding a charge.
|
|
2306
|
+
*
|
|
2307
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
|
|
2308
|
+
*/
|
|
2309
|
+
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2310
|
+
/**
|
|
2311
|
+
* This field represents the amount of energy that the user would like to have added to the vehicle before the
|
|
2312
|
+
* TargetTimeMinutesPastMidnight.
|
|
2313
|
+
*
|
|
2314
|
+
* This represents a positive value in mWh that SHOULD be added during the session (i.e. if the vehicle
|
|
2315
|
+
* charging is stopped and started several times, this equates to the total energy since the vehicle has been
|
|
2316
|
+
* plugged in).
|
|
2317
|
+
*
|
|
2318
|
+
* The maximum value (500kWh) is much larger than most EV batteries on the market today. If the client tries to
|
|
2319
|
+
* set this value too high then the EVSE will need to start charging immediately and continue charging until
|
|
2320
|
+
* the vehicle stops demanding charge (i.e. it is full). Therefore the maximum value should be set based on
|
|
2321
|
+
* typical battery size of the vehicles on the market (e.g. 70000Wh), however this is up to the client to
|
|
2322
|
+
* carefully choose a value.
|
|
2323
|
+
*
|
|
2324
|
+
* NOTE
|
|
2325
|
+
*
|
|
2326
|
+
* If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
|
|
2327
|
+
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
2328
|
+
* battery during charging, or for heating or cooling the cabin.
|
|
2329
|
+
*
|
|
2330
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
|
|
2331
|
+
*/
|
|
2332
|
+
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2333
|
+
}>[]>;
|
|
2334
|
+
}>[]>;
|
|
2335
|
+
}>, any>;
|
|
2336
|
+
/**
|
|
2337
|
+
* Allows a client to clear all stored charging targets.
|
|
2338
|
+
*
|
|
2339
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.8
|
|
2340
|
+
*/
|
|
2341
|
+
readonly clearTargets: Command<void, void, any>;
|
|
2342
|
+
};
|
|
2343
|
+
};
|
|
2344
|
+
}, {
|
|
2345
|
+
readonly flags: {
|
|
2346
|
+
readonly soCReporting: true;
|
|
2347
|
+
};
|
|
2348
|
+
readonly component: {
|
|
2349
|
+
readonly attributes: {
|
|
2350
|
+
/**
|
|
2351
|
+
* Indicates the state of charge of the EV battery in steps of 1%. The values are in the 0-100%. This
|
|
2352
|
+
* attribute is only available on EVSEs which can read the state of charge from the vehicle and that
|
|
2353
|
+
* support the SOC feature. If the StateOfCharge cannot be read from the vehicle it shall be returned with
|
|
2354
|
+
* a NULL value.
|
|
2355
|
+
*
|
|
2356
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.17
|
|
2357
|
+
*/
|
|
2358
|
+
readonly stateOfCharge: Attribute<number | null, any>;
|
|
2359
|
+
/**
|
|
2360
|
+
* Indicates the capacity of the EV battery in mWh. This value is always positive.
|
|
2361
|
+
*
|
|
2362
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.18
|
|
2363
|
+
*/
|
|
2364
|
+
readonly batteryCapacity: Attribute<number | bigint | null, any>;
|
|
2365
|
+
};
|
|
2366
|
+
};
|
|
2367
|
+
}, {
|
|
2368
|
+
readonly flags: {
|
|
2369
|
+
readonly plugAndCharge: true;
|
|
2370
|
+
};
|
|
2371
|
+
readonly component: {
|
|
2372
|
+
readonly attributes: {
|
|
2373
|
+
/**
|
|
2374
|
+
* Indicates the vehicle ID read by the EVSE via ISO-15118 using the PNC feature, if the EVSE supports this
|
|
2375
|
+
* capability.
|
|
2376
|
+
*
|
|
2377
|
+
* The field may be based on the e-Mobility Account Identifier (EMAID). A null value shall indicate that
|
|
2378
|
+
* this is unknown.
|
|
2379
|
+
*
|
|
2380
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.19
|
|
2381
|
+
*/
|
|
2382
|
+
readonly vehicleId: Attribute<string | null, any>;
|
|
2383
|
+
};
|
|
2384
|
+
};
|
|
2385
|
+
}, {
|
|
2386
|
+
readonly flags: {
|
|
2387
|
+
readonly rfid: true;
|
|
2388
|
+
};
|
|
2389
|
+
readonly component: {
|
|
2390
|
+
readonly events: {
|
|
2391
|
+
/**
|
|
2392
|
+
* This event shall be generated when a RFID card has been read. This allows a controller to register the
|
|
2393
|
+
* card ID and use this to authenticate and start the charging session.
|
|
2394
|
+
*
|
|
2395
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6
|
|
2396
|
+
*/
|
|
2397
|
+
readonly rfid: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2398
|
+
/**
|
|
2399
|
+
* The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.
|
|
2400
|
+
*
|
|
2401
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6.1
|
|
2402
|
+
*/
|
|
2403
|
+
uid: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
|
|
2404
|
+
}>, any>;
|
|
2405
|
+
};
|
|
2406
|
+
};
|
|
2407
|
+
}];
|
|
2408
|
+
};
|
|
2409
|
+
/**
|
|
2410
|
+
* @see {@link Cluster}
|
|
2411
|
+
*/
|
|
2412
|
+
const ClusterInstance: MutableCluster<{
|
|
2413
|
+
readonly id: 153;
|
|
2414
|
+
readonly name: "EnergyEvse";
|
|
2415
|
+
readonly revision: 2;
|
|
2416
|
+
readonly features: {
|
|
2417
|
+
/**
|
|
2418
|
+
* ChargingPreferences
|
|
2419
|
+
*
|
|
2420
|
+
* Since some EVSEs cannot obtain the SoC from the vehicle, some EV charging solutions allow the consumer
|
|
2421
|
+
* to specify a daily charging target (for adding energy to the EV’s battery). This feature allows the
|
|
2422
|
+
* consumer to specify how many miles or km of additional range they need for their typical daily commute.
|
|
2423
|
+
* This range requirement can be converted into a daily energy demand with a target charging completion
|
|
2424
|
+
* time.
|
|
2425
|
+
*
|
|
2426
|
+
* The EVSE itself may use this information (or may allow a controller such as an EMS) to compute an
|
|
2427
|
+
*
|
|
2428
|
+
* optimized charging schedule.
|
|
2429
|
+
*
|
|
2430
|
+
* An EVSE device may implement the Device Energy Management cluster PFR (Power Forecast Reporting) and FA
|
|
2431
|
+
* (Forecast Adjustment) features. This can help a controller (such as an EMS) to optimize the EVSE against
|
|
2432
|
+
* other ESAs. For example, a solar PV ESA may share its Forecast and allow the EVSE to know the best time
|
|
2433
|
+
* to charge so that any excess solar generation is used to charge the EV.
|
|
2434
|
+
*
|
|
2435
|
+
* EVSE devices that support the Device Energy Management cluster’s FA feature can have their charging
|
|
2436
|
+
* profiles set by a controller device such as an EMS. For example, if the EVSE advertises a simple power
|
|
2437
|
+
* forecast which allows the EMS to adjust over a wide range of power and time durations, then the EVSE may
|
|
2438
|
+
* allow the EMS to propose a revised optimized forecast (which is the charging profile).
|
|
2439
|
+
*
|
|
2440
|
+
* See the Device Energy Management Cluster for more details.
|
|
2441
|
+
*
|
|
2442
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.1
|
|
2443
|
+
*/
|
|
2444
|
+
readonly chargingPreferences: BitFlag;
|
|
2445
|
+
/**
|
|
2446
|
+
* SoCReporting
|
|
2447
|
+
*
|
|
2448
|
+
* Vehicles and EVSEs which support ISO 15118 may allow the vehicle to report its battery size and state of
|
|
2449
|
+
* charge. If the EVSE supports PLC it may have a vehicle connected which optionally supports reporting of
|
|
2450
|
+
* its battery size and current State of Charge (SoC).
|
|
2451
|
+
*
|
|
2452
|
+
* If the EVSE supports reporting of State of Charge this feature will only work if a compatible EV is
|
|
2453
|
+
* connected.
|
|
2454
|
+
*
|
|
2455
|
+
* Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope
|
|
2456
|
+
* of this cluster.
|
|
2457
|
+
*
|
|
2458
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.2
|
|
2459
|
+
*/
|
|
2460
|
+
readonly soCReporting: BitFlag;
|
|
2461
|
+
/**
|
|
2462
|
+
* PlugAndCharge
|
|
2463
|
+
*
|
|
2464
|
+
* If the EVSE supports PLC, it may be able to support the Plug and Charge feature. e.g. this may allow the
|
|
2465
|
+
* vehicle ID to be obtained which may allow an energy management system to track energy usage per vehicle
|
|
2466
|
+
* (e.g. to give the owner an indicative cost of charging, or for work place charging).
|
|
2467
|
+
*
|
|
2468
|
+
* If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
|
|
2469
|
+
*
|
|
2470
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.3
|
|
2471
|
+
*/
|
|
2472
|
+
readonly plugAndCharge: BitFlag;
|
|
2473
|
+
/**
|
|
2474
|
+
* Rfid
|
|
2475
|
+
*
|
|
2476
|
+
* If the EVSE is fitted with an RFID reader, it may be possible to obtain the User or Vehicle ID from an
|
|
2477
|
+
* RFID card. This may be used to record a charging session against a specific charging account, and may
|
|
2478
|
+
* optionally be used to authorize a charging session.
|
|
2479
|
+
*
|
|
2480
|
+
* An RFID event can be generated when a user taps an RFID card onto the RFID reader. The event must be
|
|
2481
|
+
* subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge
|
|
2482
|
+
* or discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
|
|
2483
|
+
*
|
|
2484
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.4
|
|
2485
|
+
*/
|
|
2486
|
+
readonly rfid: BitFlag;
|
|
2487
|
+
/**
|
|
2488
|
+
* V2X
|
|
2489
|
+
*
|
|
2490
|
+
* If the EVSE can support bi-directional charging, it may be possible to request that the vehicle can
|
|
2491
|
+
* discharge to the home or grid.
|
|
2492
|
+
*
|
|
2493
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.5
|
|
2494
|
+
*/
|
|
2495
|
+
readonly v2X: BitFlag;
|
|
2496
|
+
};
|
|
2497
|
+
readonly attributes: {
|
|
2498
|
+
/**
|
|
2499
|
+
* Indicates the current status of the EVSE. This higher-level status is partly derived from the signaling
|
|
2500
|
+
* protocol as communicated between the EVSE and the vehicle through the pilot signal.
|
|
2501
|
+
*
|
|
2502
|
+
* The State attribute shall change when the EVSE detects change of condition of the EV (plugged in or
|
|
2503
|
+
* unplugged, whether the vehicle is asking for demand or not, and if it is charging or discharging).
|
|
2504
|
+
*
|
|
2505
|
+
* NOTE
|
|
2506
|
+
*
|
|
2507
|
+
* SessionEnding is not really a state but a transition. However, the transition period
|
|
2508
|
+
*
|
|
2509
|
+
* may take a few seconds and is useful for some clean up purposes. The Fault state is used to indicate
|
|
2510
|
+
* that the FaultState attribute is not NoError.
|
|
2511
|
+
*
|
|
2512
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.1
|
|
2513
|
+
*/
|
|
2514
|
+
readonly state: Attribute<State | null, any>;
|
|
2515
|
+
/**
|
|
2516
|
+
* Indicates whether the EV is currently allowed to charge from or discharge to the EVSE.
|
|
2517
|
+
*
|
|
2518
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.2
|
|
2519
|
+
*/
|
|
2520
|
+
readonly supplyState: Attribute<SupplyState, any>;
|
|
2521
|
+
/**
|
|
2522
|
+
* Indicates the type of fault detected by the EVSE (internally or as detected in the pilot signal).
|
|
2523
|
+
*
|
|
2524
|
+
* When the SupplyState attribute is DisabledError, the FaultState attribute will be one of the values
|
|
2525
|
+
* listed in FaultStateEnum, except NoError. For all values of SupplyState other than DisabledError, the
|
|
2526
|
+
* FaultState attribute shall be NoError.
|
|
2527
|
+
*
|
|
2528
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.3
|
|
2529
|
+
*/
|
|
2530
|
+
readonly faultState: Attribute<FaultState, any>;
|
|
2531
|
+
/**
|
|
2532
|
+
* Indicates the time, in UTC, that the EVSE will automatically stop current flow to the EV.
|
|
2533
|
+
*
|
|
2534
|
+
* A null value indicates the EVSE is always enabled for charging.
|
|
2535
|
+
*
|
|
2536
|
+
* A value in the past or 0x0 indicates that EVSE charging shall be disabled. The attribute is only set via
|
|
2537
|
+
* the payload of the EnableCharging command.
|
|
2538
|
+
*
|
|
2539
|
+
* This attribute shall be persisted, for example a temporary power failure should not stop the vehicle
|
|
2540
|
+
* from being charged.
|
|
2541
|
+
*
|
|
2542
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.4
|
|
2543
|
+
*/
|
|
2544
|
+
readonly chargingEnabledUntil: Attribute<number | null, any>;
|
|
2545
|
+
/**
|
|
2546
|
+
* Indicates the capacity that the circuit that the EVSE is connected to can provide. It is intended to
|
|
2547
|
+
* allow implementation of a self-managed network of EVSEs. It is assumed that the device will allow the
|
|
2548
|
+
* setting of such values by an installer.
|
|
2549
|
+
*
|
|
2550
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.6
|
|
2551
|
+
*/
|
|
2552
|
+
readonly circuitCapacity: Attribute<number | bigint, any>;
|
|
2553
|
+
/**
|
|
2554
|
+
* Indicates the minimum current that can be delivered by the EVSE to the EV. The attribute can be set
|
|
2555
|
+
* using the EnableCharging command.
|
|
2556
|
+
*
|
|
2557
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.7
|
|
2558
|
+
*/
|
|
2559
|
+
readonly minimumChargeCurrent: Attribute<number | bigint, any>;
|
|
2560
|
+
/**
|
|
2561
|
+
* Indicates the maximum current that can be delivered by the EVSE to the EV.
|
|
2562
|
+
*
|
|
2563
|
+
* This shall represent the actual maximum current offered to the EV at any time. Note that the EV can draw
|
|
2564
|
+
* less current than this value. For example, the EV may be limiting its power draw based on the operating
|
|
2565
|
+
* conditions of the battery, such as temperature and state of charge.
|
|
2566
|
+
*
|
|
2567
|
+
* The attribute can be initially set using the EnableCharging command or by adjusting the
|
|
2568
|
+
* UserMaximumChargeCurrent attribute.
|
|
2569
|
+
*
|
|
2570
|
+
* This attribute value shall be the minimum of:
|
|
2571
|
+
*
|
|
2572
|
+
* • CircuitCapacity - Electrician’s installation setting
|
|
2573
|
+
*
|
|
2574
|
+
* • CableAssemblyCurrentLimit (detected by the EVSE when the cable is plugged in)
|
|
2575
|
+
*
|
|
2576
|
+
* • MaximumChargeCurrent field in the EnableCharging command
|
|
2577
|
+
*
|
|
2578
|
+
* • UserMaximumChargeCurrent attribute
|
|
2579
|
+
*
|
|
2580
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.8
|
|
2581
|
+
*/
|
|
2582
|
+
readonly maximumChargeCurrent: Attribute<number | bigint, any>;
|
|
2583
|
+
/**
|
|
2584
|
+
* Indicates a maximum current that can set by the consumer (e.g. via an app) as a preference to further
|
|
2585
|
+
* reduce the charging rate. This may be desirable if the home owner has a solar PV or battery storage
|
|
2586
|
+
* system which may only be able to deliver a limited amount of power. The consumer can manually control
|
|
2587
|
+
* how much they allow the EV to take.
|
|
2588
|
+
*
|
|
2589
|
+
* This attribute value shall be limited by the EVSE to be in the range of:
|
|
2590
|
+
*
|
|
2591
|
+
* MinimumChargeCurrent <= UserMaximumChargeCurrent <= MaximumChargeCurrent
|
|
2592
|
+
*
|
|
2593
|
+
* where MinimumChargeCurrent and MaximumChargeCurrent are the values received in the EnableCharging
|
|
2594
|
+
* command.
|
|
2595
|
+
*
|
|
2596
|
+
* Its default value SHOULD be initialized to the same as the CircuitCapacity attribute. This value shall
|
|
2597
|
+
* be persisted across reboots to ensure it does not cause charging issues during temporary power failures.
|
|
2598
|
+
*
|
|
2599
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.10
|
|
2600
|
+
*/
|
|
2601
|
+
readonly userMaximumChargeCurrent: OptionalWritableAttribute<number | bigint, any>;
|
|
2602
|
+
/**
|
|
2603
|
+
* Indicates the size of a random window over which the EVSE will randomize the start of a charging
|
|
2604
|
+
* session. This value is in seconds.
|
|
2605
|
+
*
|
|
2606
|
+
* This is a feature that is mandated in some markets (such as UK) where the EVSE should by default
|
|
2607
|
+
* randomize its start time within the randomization window. By default in the UK this should be 600s.
|
|
2608
|
+
*
|
|
2609
|
+
* For example, if the RandomizationDelayWindow is 600s (i.e. 10 minutes) and if there was a cheap rate
|
|
2610
|
+
* energy starting at 00:30, then the EVSE must compute a random delay between 0-599s and add this to its
|
|
2611
|
+
* initial planned start time.
|
|
2612
|
+
*
|
|
2613
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.11
|
|
2614
|
+
*/
|
|
2615
|
+
readonly randomizationDelayWindow: OptionalWritableAttribute<number, any>;
|
|
2616
|
+
/**
|
|
2617
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8
|
|
2618
|
+
*/
|
|
2619
|
+
readonly sessionId: Attribute<number | null, any>;
|
|
2620
|
+
/**
|
|
2621
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8
|
|
2622
|
+
*/
|
|
2623
|
+
readonly sessionDuration: Attribute<number | null, any>;
|
|
2624
|
+
/**
|
|
2625
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8
|
|
2626
|
+
*/
|
|
2627
|
+
readonly sessionEnergyCharged: Attribute<number | bigint | null, any>;
|
|
2628
|
+
};
|
|
2629
|
+
readonly commands: {
|
|
2630
|
+
/**
|
|
2631
|
+
* Allows a client to disable the EVSE from charging and discharging.
|
|
2632
|
+
*
|
|
2633
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.1
|
|
2634
|
+
*/
|
|
2635
|
+
readonly disable: Command<void, void, any>;
|
|
2636
|
+
/**
|
|
2637
|
+
* Allows a client to enable the EVSE to charge an EV.
|
|
2638
|
+
*
|
|
2639
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2
|
|
2640
|
+
*/
|
|
2641
|
+
readonly enableCharging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2642
|
+
/**
|
|
2643
|
+
* This field shall indicate the expiry time, in UTC, when charging will be automatically disabled.
|
|
2644
|
+
*
|
|
2645
|
+
* A value in the past in this field shall disable the EVSE charging whereas a null value shall enable it
|
|
2646
|
+
* permanently.
|
|
2647
|
+
*
|
|
2648
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.1
|
|
2649
|
+
*/
|
|
2650
|
+
chargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2651
|
+
/**
|
|
2652
|
+
* This field shall indicate the minimum current that can be delivered by the EVSE to the EV in trickle mode.
|
|
2653
|
+
* The EVSE current limit can be advertised to an EV in 0.6A steps.
|
|
2654
|
+
*
|
|
2655
|
+
* The value of the MinimumChargeCurrent attribute shall be set to the value of this field (see
|
|
2656
|
+
* MinimumChargeCurrent attribute for further details).
|
|
2657
|
+
*
|
|
2658
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.2
|
|
2659
|
+
*/
|
|
2660
|
+
minimumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2661
|
+
/**
|
|
2662
|
+
* This field shall indicate the maximum current that can be delivered by the EVSE to the EV. The EVSE current
|
|
2663
|
+
* limit can be advertised to an EV in 0.6A steps.
|
|
2664
|
+
*
|
|
2665
|
+
* The value of the this field shall be stored by the EVSE to determine the value of MaximumChargeCurrent
|
|
2666
|
+
* attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then
|
|
2667
|
+
*
|
|
2668
|
+
* this value, and then later adjusted above this value, the resulting MaximumChargeCurrent attribute will be
|
|
2669
|
+
* limited to this value.
|
|
2670
|
+
*
|
|
2671
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.3
|
|
2672
|
+
*/
|
|
2673
|
+
maximumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2674
|
+
}>, void, any>;
|
|
2675
|
+
/**
|
|
2676
|
+
* Allows a client to put the EVSE into a self-diagnostics mode.
|
|
2677
|
+
*
|
|
2678
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.4
|
|
2679
|
+
*/
|
|
2680
|
+
readonly startDiagnostics: OptionalCommand<void, void, any>;
|
|
2681
|
+
};
|
|
2682
|
+
readonly events: {
|
|
2683
|
+
/**
|
|
2684
|
+
* This event shall be generated when the EV is plugged in.
|
|
2685
|
+
*
|
|
2686
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.1
|
|
2687
|
+
*/
|
|
2688
|
+
readonly evConnected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2689
|
+
/**
|
|
2690
|
+
* This is the new session ID created after the vehicle is plugged in.
|
|
2691
|
+
*
|
|
2692
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.1.1
|
|
2693
|
+
*/
|
|
2694
|
+
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2695
|
+
}>, any>;
|
|
2696
|
+
/**
|
|
2697
|
+
* This event shall be generated when the EV is unplugged or not detected (having been previously plugged
|
|
2698
|
+
* in). When the vehicle is unplugged then the session is ended.
|
|
2699
|
+
*
|
|
2700
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2
|
|
2701
|
+
*/
|
|
2702
|
+
readonly evNotDetected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2703
|
+
/**
|
|
2704
|
+
* This field shall indicate the current value of the SessionID attribute.
|
|
2705
|
+
*
|
|
2706
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.1
|
|
2707
|
+
*/
|
|
2708
|
+
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2709
|
+
/**
|
|
2710
|
+
* This field shall indicate the value of the State attribute prior to the EV not being detected.
|
|
2711
|
+
*
|
|
2712
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.2
|
|
2713
|
+
*/
|
|
2714
|
+
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
2715
|
+
/**
|
|
2716
|
+
* This field shall indicate the total duration of the session, from the start of the session when the EV was
|
|
2717
|
+
* plugged in, until it was unplugged.
|
|
2718
|
+
*
|
|
2719
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.3
|
|
2720
|
+
*/
|
|
2721
|
+
sessionDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2722
|
+
/**
|
|
2723
|
+
* This field shall indicate the total amount of energy transferred from the EVSE to the EV during the session.
|
|
2724
|
+
* This value shall always be positive.
|
|
2725
|
+
*
|
|
2726
|
+
* Note that if bi-directional charging occurs during the session, then this value shall only include the sum
|
|
2727
|
+
* of energy transferred from the EVSE to the EV, and shall NOT be a net value of charging and discharging
|
|
2728
|
+
* energy.
|
|
2729
|
+
*
|
|
2730
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.4
|
|
2731
|
+
*/
|
|
2732
|
+
sessionEnergyCharged: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2733
|
+
/**
|
|
2734
|
+
* This field shall indicate the total amount of energy transferred from the EV to the EVSE during the session.
|
|
2735
|
+
* This value shall always be positive.
|
|
2736
|
+
*
|
|
2737
|
+
* Note that if bi-directional discharging occurs during the session, then this value shall only include the
|
|
2738
|
+
* sum of energy transferred from the EV to the EVSE, and shall NOT be a net value of charging and discharging
|
|
2739
|
+
* energy.
|
|
2740
|
+
*
|
|
2741
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.5
|
|
2742
|
+
*/
|
|
2743
|
+
sessionEnergyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2744
|
+
}>, any>;
|
|
2745
|
+
/**
|
|
2746
|
+
* This event shall be generated when the EV starts charging or discharging.
|
|
2747
|
+
*
|
|
2748
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3
|
|
2749
|
+
*/
|
|
2750
|
+
readonly energyTransferStarted: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2751
|
+
/**
|
|
2752
|
+
* This field shall indicate the value of the SessionID attribute at the time the event was generated.
|
|
2753
|
+
*
|
|
2754
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.1
|
|
2755
|
+
*/
|
|
2756
|
+
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2757
|
+
/**
|
|
2758
|
+
* This field shall indicate the value of the State attribute at the time the event was generated.
|
|
2759
|
+
*
|
|
2760
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.2
|
|
2761
|
+
*/
|
|
2762
|
+
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
2763
|
+
/**
|
|
2764
|
+
* This field shall indicate the value of the maximum charging or discharging current at the time the event was
|
|
2765
|
+
* generated.
|
|
2766
|
+
*
|
|
2767
|
+
* This field is signed. A positive value indicates the EV has been enabled for charging and the value is taken
|
|
2768
|
+
* directly from the MaximumChargeCurrent attribute.
|
|
2769
|
+
*
|
|
2770
|
+
* A negative value indicates that the EV has been enabled for discharging and the value can be taken from the
|
|
2771
|
+
* MaximumDischargeCurrent attribute with its sign inverted. i.e. if the MaximumDischargeCurrent was 32000mA,
|
|
2772
|
+
* this would be represented here as -32000mA.
|
|
2773
|
+
*
|
|
2774
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.3
|
|
2775
|
+
*/
|
|
2776
|
+
maximumCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2777
|
+
}>, any>;
|
|
2778
|
+
/**
|
|
2779
|
+
* This event shall be generated when the EV stops charging or discharging.
|
|
2780
|
+
*
|
|
2781
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4
|
|
2782
|
+
*/
|
|
2783
|
+
readonly energyTransferStopped: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2784
|
+
/**
|
|
2785
|
+
* This field shall indicate the value of the SessionID attribute prior to the energy transfer stopping.
|
|
2786
|
+
*
|
|
2787
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.1
|
|
2788
|
+
*/
|
|
2789
|
+
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2790
|
+
/**
|
|
2791
|
+
* This field shall indicate the value of the State attribute prior to the energy transfer stopping.
|
|
2792
|
+
*
|
|
2793
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.2
|
|
2794
|
+
*/
|
|
2795
|
+
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
2796
|
+
/**
|
|
2797
|
+
* This field shall indicate the reason why the energy transferred stopped.
|
|
2798
|
+
*
|
|
2799
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.3
|
|
2800
|
+
*/
|
|
2801
|
+
reason: import("../tlv/TlvObject.js").FieldType<EnergyTransferStoppedReason>;
|
|
2802
|
+
energyTransferred: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2803
|
+
}>, any>;
|
|
2804
|
+
/**
|
|
2805
|
+
* If the EVSE detects a fault it shall generate a Fault Event. The SupplyState attribute shall be set to
|
|
2806
|
+
* DisabledError and the type of fault detected by the EVSE shall be stored in the FaultState attribute.
|
|
2807
|
+
*
|
|
2808
|
+
* This event shall be generated when the FaultState changes from any error state. i.e. if it changes from
|
|
2809
|
+
* NoError to any other state and if the error then clears, this would generate 2 events.
|
|
2810
|
+
*
|
|
2811
|
+
* It is assumed that the fault will be cleared locally on the EVSE device. When all faults have been
|
|
2812
|
+
* cleared, the EVSE device shall set the FaultState attribute to NoError and the SupplyState attribute
|
|
2813
|
+
* shall be set back to its previous state.
|
|
2814
|
+
*
|
|
2815
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5
|
|
2816
|
+
*/
|
|
2817
|
+
readonly fault: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2818
|
+
/**
|
|
2819
|
+
* This field shall indicate the value of the SessionID attribute prior to the Fault State being changed. A
|
|
2820
|
+
* value of null indicates no sessions have occurred before the fault occurred.
|
|
2821
|
+
*
|
|
2822
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.1
|
|
2823
|
+
*/
|
|
2824
|
+
sessionId: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2825
|
+
/**
|
|
2826
|
+
* This field shall indicate the value of the State attribute prior to the Fault State being changed.
|
|
2827
|
+
*
|
|
2828
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.2
|
|
2829
|
+
*/
|
|
2830
|
+
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
2831
|
+
/**
|
|
2832
|
+
* This field shall indicate the value of the FaultState attribute prior to the Fault State being changed.
|
|
2833
|
+
*
|
|
2834
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.3
|
|
2835
|
+
*/
|
|
2836
|
+
faultStatePreviousState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
2837
|
+
/**
|
|
2838
|
+
* This field shall indicate the current value of the FaultState attribute.
|
|
2839
|
+
*
|
|
2840
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.4
|
|
2841
|
+
*/
|
|
2842
|
+
faultStateCurrentState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
2843
|
+
}>, any>;
|
|
2844
|
+
};
|
|
2845
|
+
/**
|
|
2846
|
+
* This metadata controls which EnergyEvseCluster elements matter.js activates for specific feature
|
|
2847
|
+
* combinations.
|
|
2848
|
+
*/
|
|
2849
|
+
readonly extensions: readonly [{
|
|
2850
|
+
readonly flags: {
|
|
2851
|
+
readonly v2X: true;
|
|
2852
|
+
};
|
|
2853
|
+
readonly component: {
|
|
2854
|
+
readonly attributes: {
|
|
2855
|
+
/**
|
|
2856
|
+
* Indicates the time, in UTC, that the EVSE will automatically stop current flow from the EV.
|
|
2857
|
+
*
|
|
2858
|
+
* A null value indicates the EVSE is always enabled for discharging.
|
|
2859
|
+
*
|
|
2860
|
+
* A value in the past or 0x0 indicates that EVSE discharging shall be disabled. The attribute is only set
|
|
2861
|
+
* via the payload of the EnableDischarging command.
|
|
2862
|
+
*
|
|
2863
|
+
* This attribute shall be persisted, for example a temporary power failure should not stop the vehicle
|
|
2864
|
+
* from being discharged.
|
|
2865
|
+
*
|
|
2866
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.5
|
|
2867
|
+
*/
|
|
2868
|
+
readonly dischargingEnabledUntil: Attribute<number | null, any>;
|
|
2869
|
+
/**
|
|
2870
|
+
* Indicates the maximum current that can be received by the EVSE from the EV. This attribute can be set
|
|
2871
|
+
* using the EnableDischarging command.
|
|
2872
|
+
*
|
|
2873
|
+
* This attribute value shall be the minimum of:
|
|
2874
|
+
*
|
|
2875
|
+
* • CircuitCapacity - Electrician’s installation setting
|
|
2876
|
+
*
|
|
2877
|
+
* • CableAssemblyCurrentLimit (detected by the EVSE when the cable is plugged in)
|
|
2878
|
+
*
|
|
2879
|
+
* • MaximumDischargeCurrent field in the EnableDischarging command
|
|
2880
|
+
*
|
|
2881
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.9
|
|
2882
|
+
*/
|
|
2883
|
+
readonly maximumDischargeCurrent: Attribute<number | bigint, any>;
|
|
2884
|
+
/**
|
|
2885
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8
|
|
2886
|
+
*/
|
|
2887
|
+
readonly sessionEnergyDischarged: Attribute<number | bigint | null, any>;
|
|
2888
|
+
};
|
|
2889
|
+
readonly commands: {
|
|
2890
|
+
/**
|
|
2891
|
+
* Allows a client to enable the EVSE to discharge an EV.
|
|
2892
|
+
*
|
|
2893
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3
|
|
2894
|
+
*/
|
|
2895
|
+
readonly enableDischarging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2896
|
+
/**
|
|
2897
|
+
* This field shall indicate the expiry time, in UTC, when discharging will be automatically disabled.
|
|
2898
|
+
*
|
|
2899
|
+
* A value in the past in this field shall disable the EVSE whereas a null value shall enable it permanently.
|
|
2900
|
+
*
|
|
2901
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.1
|
|
2902
|
+
*/
|
|
2903
|
+
dischargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2904
|
+
/**
|
|
2905
|
+
* This field shall indicate the maximum current that can be received by the EVSE from the EV. The EVSE current
|
|
2906
|
+
* limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
|
|
2907
|
+
* stored and persisted across reboots by the EVSE to the value of this
|
|
2908
|
+
*
|
|
2909
|
+
* field.
|
|
2910
|
+
*
|
|
2911
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.2
|
|
2912
|
+
*/
|
|
2913
|
+
maximumDischargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2914
|
+
}>, void, any>;
|
|
2915
|
+
};
|
|
2916
|
+
};
|
|
2917
|
+
}, {
|
|
2918
|
+
readonly flags: {
|
|
2919
|
+
readonly chargingPreferences: true;
|
|
2920
|
+
};
|
|
2921
|
+
readonly component: {
|
|
2922
|
+
readonly attributes: {
|
|
2923
|
+
/**
|
|
2924
|
+
* Indicates the time, in UTC, when the EVSE plans to start the next scheduled charge based on the charging
|
|
2925
|
+
* preferences.
|
|
2926
|
+
*
|
|
2927
|
+
* If this is null it indicates that there is no scheduled charging, or that the vehicle is not plugged in.
|
|
2928
|
+
*
|
|
2929
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.12
|
|
2930
|
+
*/
|
|
2931
|
+
readonly nextChargeStartTime: Attribute<number | null, any>;
|
|
2932
|
+
/**
|
|
2933
|
+
* Indicates the time, in UTC, when the EVSE SHOULD complete the next scheduled charge based on the
|
|
2934
|
+
* charging preferences.
|
|
2935
|
+
*
|
|
2936
|
+
* If this is null it indicates that there is no scheduled charging, or that the vehicle is not plugged in.
|
|
2937
|
+
*
|
|
2938
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.13
|
|
2939
|
+
*/
|
|
2940
|
+
readonly nextChargeTargetTime: Attribute<number | null, any>;
|
|
2941
|
+
/**
|
|
2942
|
+
* Indicates the amount of energy that the EVSE is going to attempt to add to the vehicle in the next
|
|
2943
|
+
* charging target.
|
|
2944
|
+
*
|
|
2945
|
+
* If this is null it indicates that there is no scheduled charging, or that the EVSE is using the
|
|
2946
|
+
* TargetSoC method to charge the vehicle.
|
|
2947
|
+
*
|
|
2948
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.14
|
|
2949
|
+
*/
|
|
2950
|
+
readonly nextChargeRequiredEnergy: Attribute<number | bigint | null, any>;
|
|
2951
|
+
/**
|
|
2952
|
+
* Indicates the target SoC the EVSE is going to attempt to reach when the vehicle is next charged.
|
|
2953
|
+
*
|
|
2954
|
+
* If this is null it indicates that there is no scheduled charging, or that the EVSE cannot obtain the
|
|
2955
|
+
* current State of Charge from the vehicle.
|
|
2956
|
+
*
|
|
2957
|
+
* If the SOC feature is not supported, only the values null and 100% are supported.
|
|
2958
|
+
*
|
|
2959
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.15
|
|
2960
|
+
*/
|
|
2961
|
+
readonly nextChargeTargetSoC: Attribute<number | null, any>;
|
|
2962
|
+
/**
|
|
2963
|
+
* Indicates the vehicle efficiency rating for a connected vehicle.
|
|
2964
|
+
*
|
|
2965
|
+
* This can be used to help indicate to the user approximately how many miles or km of range will be added.
|
|
2966
|
+
* It allows user interfaces to display to the user simpler terms that they can relate to compared to kWh.
|
|
2967
|
+
*
|
|
2968
|
+
* This is value is stored in km per kWh multiplied by a scaling factor of 1000.
|
|
2969
|
+
*
|
|
2970
|
+
* A null value indicates that the EV efficiency is unknown and the NextChargeRequiredEnergy attribute
|
|
2971
|
+
* cannot be converted from Wh to miles or km.
|
|
2972
|
+
*
|
|
2973
|
+
* To convert from Wh into Range:
|
|
2974
|
+
*
|
|
2975
|
+
* AddedRange (km) = AddedEnergy (Wh) x ApproxEVEfficiency (km/kWh x 1000) AddedRange (Miles) = AddedEnergy
|
|
2976
|
+
* (Wh) x ApproxEVEfficiency (km/kWh x 1000) x 0.6213
|
|
2977
|
+
*
|
|
2978
|
+
* Example:
|
|
2979
|
+
*
|
|
2980
|
+
* ApproxEVEfficiency (km/kWh x 1000): 4800 (i.e. 4.8km/kWh x 1000)
|
|
2981
|
+
*
|
|
2982
|
+
* AddedEnergy (Wh): 10,000
|
|
2983
|
+
*
|
|
2984
|
+
* AddedRange (km) = 10,000 x 4800 / 1,000,000 = 48 km
|
|
2985
|
+
*
|
|
2986
|
+
* AddedRange (Miles) = AddedEnergy (Wh) x ApproxEVEfficiency (km/kWh x 1000) x 0.6213
|
|
2987
|
+
*
|
|
2988
|
+
* = 29.82 Miles
|
|
2989
|
+
*
|
|
2990
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.16
|
|
2991
|
+
*/
|
|
2992
|
+
readonly approximateEvEfficiency: OptionalWritableAttribute<number | null, any>;
|
|
2993
|
+
};
|
|
2994
|
+
readonly commands: {
|
|
2995
|
+
/**
|
|
2996
|
+
* Allows a client to set the user specified charging targets.
|
|
2997
|
+
*
|
|
2998
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5
|
|
2999
|
+
*/
|
|
3000
|
+
readonly setTargets: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3001
|
+
/**
|
|
3002
|
+
* This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
|
|
3003
|
+
* days of the week. Each of the days of the week may only be included in a single ChargingTargetSchedule
|
|
3004
|
+
* within this list field.
|
|
3005
|
+
*
|
|
3006
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5.1
|
|
3007
|
+
*/
|
|
3008
|
+
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3009
|
+
dayOfWeekForSequence: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3010
|
+
/**
|
|
3011
|
+
* Sunday
|
|
3012
|
+
*/
|
|
3013
|
+
sunday: BitFlag;
|
|
3014
|
+
/**
|
|
3015
|
+
* Monday
|
|
3016
|
+
*/
|
|
3017
|
+
monday: BitFlag;
|
|
3018
|
+
/**
|
|
3019
|
+
* Tuesday
|
|
3020
|
+
*/
|
|
3021
|
+
tuesday: BitFlag;
|
|
3022
|
+
/**
|
|
3023
|
+
* Wednesday
|
|
3024
|
+
*/
|
|
3025
|
+
wednesday: BitFlag;
|
|
3026
|
+
/**
|
|
3027
|
+
* Thursday
|
|
3028
|
+
*/
|
|
3029
|
+
thursday: BitFlag;
|
|
3030
|
+
/**
|
|
3031
|
+
* Friday
|
|
3032
|
+
*/
|
|
3033
|
+
friday: BitFlag;
|
|
3034
|
+
/**
|
|
3035
|
+
* Saturday
|
|
3036
|
+
*/
|
|
3037
|
+
saturday: BitFlag;
|
|
3038
|
+
}>>;
|
|
3039
|
+
chargingTargets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3040
|
+
/**
|
|
3041
|
+
* This field shall indicate the desired charging completion time of the associated day. The time will be
|
|
3042
|
+
* represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will be
|
|
3043
|
+
* represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
3044
|
+
*
|
|
3045
|
+
* This field is based on local wall clock time. In case of Daylight Savings Time transition which may result
|
|
3046
|
+
* in an extra hour or one hour less in the day, the charging algorithm should take into account the shift
|
|
3047
|
+
* appropriately.
|
|
3048
|
+
*
|
|
3049
|
+
* Note that if the TargetTimeMinutesPastMidnight values are too close together (e.g. 2 per day) these may
|
|
3050
|
+
* overlap. The EVSE may have to coalesce the charging targets into a single target. e.g. if the 1st charging
|
|
3051
|
+
* target cannot be met in the time available, the EVSE may be forced to begin working towards the 2nd charging
|
|
3052
|
+
* target and immediately continue until both targets have been satisfied (or the vehicle becomes full).
|
|
3053
|
+
*
|
|
3054
|
+
* The EVSE itself cannot predict the behavior of the vehicle (i.e. if it cannot obtain the SoC from the
|
|
3055
|
+
* vehicle), so should attempt to perform a sensible operation based on these targets. It is recommended that
|
|
3056
|
+
* the charging schedule is pessimistic (i.e. starts earlier) since the vehicle may charge more slowly than the
|
|
3057
|
+
* electrical supply may provide power (especially if it is cold).
|
|
3058
|
+
*
|
|
3059
|
+
* If the user configures large charging targets (e.g. high values of AddedEnergy or SoC) then it is expected
|
|
3060
|
+
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
3061
|
+
* be able to reach the target.
|
|
3062
|
+
*
|
|
3063
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
|
|
3064
|
+
*/
|
|
3065
|
+
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3066
|
+
/**
|
|
3067
|
+
* This field represents the target SoC that the vehicle should be charged to before the
|
|
3068
|
+
* TargetTimeMinutesPastMidnight.
|
|
3069
|
+
*
|
|
3070
|
+
* If the EVSE can obtain the SoC of the vehicle:
|
|
3071
|
+
*
|
|
3072
|
+
* • the TargetSoC field shall take precedence over the AddedEnergy field.
|
|
3073
|
+
*
|
|
3074
|
+
* • the EVSE SHOULD charge to the TargetSoC and then stop the charging automatically when it reaches that
|
|
3075
|
+
* point.
|
|
3076
|
+
*
|
|
3077
|
+
* • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
|
|
3078
|
+
* vehicle decides to stop charging.
|
|
3079
|
+
*
|
|
3080
|
+
* If the EVSE cannot obtain the SoC of the vehicle:
|
|
3081
|
+
*
|
|
3082
|
+
* • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
|
|
3083
|
+
* field may only take the values null or 100%.
|
|
3084
|
+
*
|
|
3085
|
+
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
3086
|
+
* until the vehicle stops demanding a charge.
|
|
3087
|
+
*
|
|
3088
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
|
|
3089
|
+
*/
|
|
3090
|
+
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3091
|
+
/**
|
|
3092
|
+
* This field represents the amount of energy that the user would like to have added to the vehicle before the
|
|
3093
|
+
* TargetTimeMinutesPastMidnight.
|
|
3094
|
+
*
|
|
3095
|
+
* This represents a positive value in mWh that SHOULD be added during the session (i.e. if the vehicle
|
|
3096
|
+
* charging is stopped and started several times, this equates to the total energy since the vehicle has been
|
|
3097
|
+
* plugged in).
|
|
3098
|
+
*
|
|
3099
|
+
* The maximum value (500kWh) is much larger than most EV batteries on the market today. If the client tries to
|
|
3100
|
+
* set this value too high then the EVSE will need to start charging immediately and continue charging until
|
|
3101
|
+
* the vehicle stops demanding charge (i.e. it is full). Therefore the maximum value should be set based on
|
|
3102
|
+
* typical battery size of the vehicles on the market (e.g. 70000Wh), however this is up to the client to
|
|
3103
|
+
* carefully choose a value.
|
|
3104
|
+
*
|
|
3105
|
+
* NOTE
|
|
3106
|
+
*
|
|
3107
|
+
* If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
|
|
3108
|
+
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
3109
|
+
* battery during charging, or for heating or cooling the cabin.
|
|
3110
|
+
*
|
|
3111
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
|
|
3112
|
+
*/
|
|
3113
|
+
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3114
|
+
}>[]>;
|
|
3115
|
+
}>[]>;
|
|
3116
|
+
}>, void, any>;
|
|
3117
|
+
/**
|
|
3118
|
+
* Allows a client to retrieve the current set of charging targets.
|
|
3119
|
+
*
|
|
3120
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.6
|
|
3121
|
+
*/
|
|
3122
|
+
readonly getTargets: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3123
|
+
/**
|
|
3124
|
+
* This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
|
|
3125
|
+
* days of the week.
|
|
3126
|
+
*
|
|
3127
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.7.1
|
|
3128
|
+
*/
|
|
3129
|
+
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3130
|
+
dayOfWeekForSequence: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3131
|
+
/**
|
|
3132
|
+
* Sunday
|
|
3133
|
+
*/
|
|
3134
|
+
sunday: BitFlag;
|
|
3135
|
+
/**
|
|
3136
|
+
* Monday
|
|
3137
|
+
*/
|
|
3138
|
+
monday: BitFlag;
|
|
3139
|
+
/**
|
|
3140
|
+
* Tuesday
|
|
3141
|
+
*/
|
|
3142
|
+
tuesday: BitFlag;
|
|
3143
|
+
/**
|
|
3144
|
+
* Wednesday
|
|
3145
|
+
*/
|
|
3146
|
+
wednesday: BitFlag;
|
|
3147
|
+
/**
|
|
3148
|
+
* Thursday
|
|
3149
|
+
*/
|
|
3150
|
+
thursday: BitFlag;
|
|
3151
|
+
/**
|
|
3152
|
+
* Friday
|
|
3153
|
+
*/
|
|
3154
|
+
friday: BitFlag;
|
|
3155
|
+
/**
|
|
3156
|
+
* Saturday
|
|
3157
|
+
*/
|
|
3158
|
+
saturday: BitFlag;
|
|
3159
|
+
}>>;
|
|
3160
|
+
chargingTargets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3161
|
+
/**
|
|
3162
|
+
* This field shall indicate the desired charging completion time of the associated day. The time will be
|
|
3163
|
+
* represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will be
|
|
3164
|
+
* represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
3165
|
+
*
|
|
3166
|
+
* This field is based on local wall clock time. In case of Daylight Savings Time transition which may result
|
|
3167
|
+
* in an extra hour or one hour less in the day, the charging algorithm should take into account the shift
|
|
3168
|
+
* appropriately.
|
|
3169
|
+
*
|
|
3170
|
+
* Note that if the TargetTimeMinutesPastMidnight values are too close together (e.g. 2 per day) these may
|
|
3171
|
+
* overlap. The EVSE may have to coalesce the charging targets into a single target. e.g. if the 1st charging
|
|
3172
|
+
* target cannot be met in the time available, the EVSE may be forced to begin working towards the 2nd charging
|
|
3173
|
+
* target and immediately continue until both targets have been satisfied (or the vehicle becomes full).
|
|
3174
|
+
*
|
|
3175
|
+
* The EVSE itself cannot predict the behavior of the vehicle (i.e. if it cannot obtain the SoC from the
|
|
3176
|
+
* vehicle), so should attempt to perform a sensible operation based on these targets. It is recommended that
|
|
3177
|
+
* the charging schedule is pessimistic (i.e. starts earlier) since the vehicle may charge more slowly than the
|
|
3178
|
+
* electrical supply may provide power (especially if it is cold).
|
|
3179
|
+
*
|
|
3180
|
+
* If the user configures large charging targets (e.g. high values of AddedEnergy or SoC) then it is expected
|
|
3181
|
+
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
3182
|
+
* be able to reach the target.
|
|
3183
|
+
*
|
|
3184
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
|
|
3185
|
+
*/
|
|
3186
|
+
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3187
|
+
/**
|
|
3188
|
+
* This field represents the target SoC that the vehicle should be charged to before the
|
|
3189
|
+
* TargetTimeMinutesPastMidnight.
|
|
3190
|
+
*
|
|
3191
|
+
* If the EVSE can obtain the SoC of the vehicle:
|
|
3192
|
+
*
|
|
3193
|
+
* • the TargetSoC field shall take precedence over the AddedEnergy field.
|
|
3194
|
+
*
|
|
3195
|
+
* • the EVSE SHOULD charge to the TargetSoC and then stop the charging automatically when it reaches that
|
|
3196
|
+
* point.
|
|
3197
|
+
*
|
|
3198
|
+
* • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
|
|
3199
|
+
* vehicle decides to stop charging.
|
|
3200
|
+
*
|
|
3201
|
+
* If the EVSE cannot obtain the SoC of the vehicle:
|
|
3202
|
+
*
|
|
3203
|
+
* • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
|
|
3204
|
+
* field may only take the values null or 100%.
|
|
3205
|
+
*
|
|
3206
|
+
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
3207
|
+
* until the vehicle stops demanding a charge.
|
|
3208
|
+
*
|
|
3209
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
|
|
3210
|
+
*/
|
|
3211
|
+
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3212
|
+
/**
|
|
3213
|
+
* This field represents the amount of energy that the user would like to have added to the vehicle before the
|
|
3214
|
+
* TargetTimeMinutesPastMidnight.
|
|
3215
|
+
*
|
|
3216
|
+
* This represents a positive value in mWh that SHOULD be added during the session (i.e. if the vehicle
|
|
3217
|
+
* charging is stopped and started several times, this equates to the total energy since the vehicle has been
|
|
3218
|
+
* plugged in).
|
|
3219
|
+
*
|
|
3220
|
+
* The maximum value (500kWh) is much larger than most EV batteries on the market today. If the client tries to
|
|
3221
|
+
* set this value too high then the EVSE will need to start charging immediately and continue charging until
|
|
3222
|
+
* the vehicle stops demanding charge (i.e. it is full). Therefore the maximum value should be set based on
|
|
3223
|
+
* typical battery size of the vehicles on the market (e.g. 70000Wh), however this is up to the client to
|
|
3224
|
+
* carefully choose a value.
|
|
3225
|
+
*
|
|
3226
|
+
* NOTE
|
|
3227
|
+
*
|
|
3228
|
+
* If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
|
|
3229
|
+
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
3230
|
+
* battery during charging, or for heating or cooling the cabin.
|
|
3231
|
+
*
|
|
3232
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
|
|
3233
|
+
*/
|
|
3234
|
+
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3235
|
+
}>[]>;
|
|
3236
|
+
}>[]>;
|
|
3237
|
+
}>, any>;
|
|
3238
|
+
/**
|
|
3239
|
+
* Allows a client to clear all stored charging targets.
|
|
3240
|
+
*
|
|
3241
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.8
|
|
3242
|
+
*/
|
|
3243
|
+
readonly clearTargets: Command<void, void, any>;
|
|
3244
|
+
};
|
|
3245
|
+
};
|
|
3246
|
+
}, {
|
|
3247
|
+
readonly flags: {
|
|
3248
|
+
readonly soCReporting: true;
|
|
3249
|
+
};
|
|
3250
|
+
readonly component: {
|
|
3251
|
+
readonly attributes: {
|
|
3252
|
+
/**
|
|
3253
|
+
* Indicates the state of charge of the EV battery in steps of 1%. The values are in the 0-100%. This
|
|
3254
|
+
* attribute is only available on EVSEs which can read the state of charge from the vehicle and that
|
|
3255
|
+
* support the SOC feature. If the StateOfCharge cannot be read from the vehicle it shall be returned with
|
|
3256
|
+
* a NULL value.
|
|
3257
|
+
*
|
|
3258
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.17
|
|
3259
|
+
*/
|
|
3260
|
+
readonly stateOfCharge: Attribute<number | null, any>;
|
|
3261
|
+
/**
|
|
3262
|
+
* Indicates the capacity of the EV battery in mWh. This value is always positive.
|
|
3263
|
+
*
|
|
3264
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.18
|
|
3265
|
+
*/
|
|
3266
|
+
readonly batteryCapacity: Attribute<number | bigint | null, any>;
|
|
3267
|
+
};
|
|
3268
|
+
};
|
|
3269
|
+
}, {
|
|
3270
|
+
readonly flags: {
|
|
3271
|
+
readonly plugAndCharge: true;
|
|
3272
|
+
};
|
|
3273
|
+
readonly component: {
|
|
3274
|
+
readonly attributes: {
|
|
3275
|
+
/**
|
|
3276
|
+
* Indicates the vehicle ID read by the EVSE via ISO-15118 using the PNC feature, if the EVSE supports this
|
|
3277
|
+
* capability.
|
|
3278
|
+
*
|
|
3279
|
+
* The field may be based on the e-Mobility Account Identifier (EMAID). A null value shall indicate that
|
|
3280
|
+
* this is unknown.
|
|
3281
|
+
*
|
|
3282
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.8.19
|
|
3283
|
+
*/
|
|
3284
|
+
readonly vehicleId: Attribute<string | null, any>;
|
|
3285
|
+
};
|
|
3286
|
+
};
|
|
3287
|
+
}, {
|
|
3288
|
+
readonly flags: {
|
|
3289
|
+
readonly rfid: true;
|
|
3290
|
+
};
|
|
3291
|
+
readonly component: {
|
|
3292
|
+
readonly events: {
|
|
3293
|
+
/**
|
|
3294
|
+
* This event shall be generated when a RFID card has been read. This allows a controller to register the
|
|
3295
|
+
* card ID and use this to authenticate and start the charging session.
|
|
3296
|
+
*
|
|
3297
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6
|
|
3298
|
+
*/
|
|
3299
|
+
readonly rfid: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3300
|
+
/**
|
|
3301
|
+
* The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.
|
|
3302
|
+
*
|
|
3303
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6.1
|
|
3304
|
+
*/
|
|
3305
|
+
uid: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
|
|
3306
|
+
}>, any>;
|
|
3307
|
+
};
|
|
3308
|
+
};
|
|
3309
|
+
}];
|
|
3310
|
+
}, []>;
|
|
3311
|
+
/**
|
|
3312
|
+
* Electric Vehicle Supply Equipment (EVSE) is equipment used to charge an Electric Vehicle (EV) or Plug-In Hybrid
|
|
3313
|
+
* Electric Vehicle. This cluster provides an interface to the functionality of Electric Vehicle Supply Equipment
|
|
3314
|
+
* (EVSE) management.
|
|
3315
|
+
*
|
|
3316
|
+
* Devices targeted by this cluster include Electric Vehicle Supply Equipment (EVSE). The cluster generically
|
|
3317
|
+
* assumes a signaling protocol (J1772 in NA and IEC61851 in Europe and Asia) between the EVSE and Electric Vehicle
|
|
3318
|
+
* (EV) that utilizes a pilot signal to manage the states of the charging process. [SAE J2847/3_202311] version and
|
|
3319
|
+
* IEC61841 define Pilot signal as a modulated DC voltage on a single wire.
|
|
3320
|
+
*
|
|
3321
|
+
* Power Line Communication (PLC) is supported by some EVSEs (e.g. for support of ISO 15118 in Europe and SAE
|
|
3322
|
+
* J2931/4 in NA) and may enable features such as Vehicle to Grid (V2G) or Vehicle to Home (V2H) that allows for
|
|
3323
|
+
* bi-directional charging/discharging of electric vehicles.
|
|
3324
|
+
*
|
|
3325
|
+
* More modern EVSE devices may optionally support ISO 15118-20 in Europe and SAE J2836/3 for NA to support
|
|
3326
|
+
* bi-directional charging (Vehicle to Grid - V2G) and Plug and Charge capabilities.
|
|
3327
|
+
*
|
|
3328
|
+
* This cluster definition assumes AC charging only. DC charging options may be added in future revisions of this
|
|
3329
|
+
* cluster.
|
|
3330
|
+
*
|
|
3331
|
+
* This cluster supports a safety mechanism that may lockout remote operation until the initial latching conditions
|
|
3332
|
+
* have been met. Some of the fault conditions defined in SAE J1772, such as Ground- Fault Circuit Interrupter
|
|
3333
|
+
* (GFCI) or Charging Circuit Interrupting Device (CCID), may require clearing by an operator by, for example,
|
|
3334
|
+
* pressing a button on the equipment or breaker panel.
|
|
3335
|
+
*
|
|
3336
|
+
* This EVSE cluster is written around support of a single EVSE. Having multiple EVSEs at home or a business is
|
|
3337
|
+
* managed by backend system and outside scope of this cluster.
|
|
3338
|
+
*
|
|
3339
|
+
* Note that in many deployments the EVSE may be outside the home and may suffer from intermittent network
|
|
3340
|
+
* connections (e.g. a weak WiFi signal). It also allows for a charging profile to be pre- configured, in case
|
|
3341
|
+
* there is a temporary communications loss during a charging session.
|
|
3342
|
+
*
|
|
3343
|
+
* EnergyEvseCluster supports optional features that you can enable with the EnergyEvseCluster.with() factory
|
|
3344
|
+
* method.
|
|
3345
|
+
*
|
|
3346
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3
|
|
3347
|
+
*/
|
|
3348
|
+
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
3349
|
+
}
|
|
3350
|
+
const Cluster: Cluster;
|
|
3351
|
+
/**
|
|
3352
|
+
* @see {@link Complete}
|
|
3353
|
+
*/
|
|
3354
|
+
const CompleteInstance: MutableCluster<{
|
|
3355
|
+
readonly id: import("#general").Branded<153, "ClusterId">;
|
|
3356
|
+
readonly name: "EnergyEvse";
|
|
3357
|
+
readonly revision: 2;
|
|
3358
|
+
readonly features: {
|
|
3359
|
+
/**
|
|
3360
|
+
* ChargingPreferences
|
|
3361
|
+
*
|
|
3362
|
+
* Since some EVSEs cannot obtain the SoC from the vehicle, some EV charging solutions allow the consumer
|
|
3363
|
+
* to specify a daily charging target (for adding energy to the EV’s battery). This feature allows the
|
|
3364
|
+
* consumer to specify how many miles or km of additional range they need for their typical daily commute.
|
|
3365
|
+
* This range requirement can be converted into a daily energy demand with a target charging completion
|
|
3366
|
+
* time.
|
|
3367
|
+
*
|
|
3368
|
+
* The EVSE itself may use this information (or may allow a controller such as an EMS) to compute an
|
|
3369
|
+
*
|
|
3370
|
+
* optimized charging schedule.
|
|
3371
|
+
*
|
|
3372
|
+
* An EVSE device may implement the Device Energy Management cluster PFR (Power Forecast Reporting) and FA
|
|
3373
|
+
* (Forecast Adjustment) features. This can help a controller (such as an EMS) to optimize the EVSE against
|
|
3374
|
+
* other ESAs. For example, a solar PV ESA may share its Forecast and allow the EVSE to know the best time
|
|
3375
|
+
* to charge so that any excess solar generation is used to charge the EV.
|
|
3376
|
+
*
|
|
3377
|
+
* EVSE devices that support the Device Energy Management cluster’s FA feature can have their charging
|
|
3378
|
+
* profiles set by a controller device such as an EMS. For example, if the EVSE advertises a simple power
|
|
3379
|
+
* forecast which allows the EMS to adjust over a wide range of power and time durations, then the EVSE may
|
|
3380
|
+
* allow the EMS to propose a revised optimized forecast (which is the charging profile).
|
|
3381
|
+
*
|
|
3382
|
+
* See the Device Energy Management Cluster for more details.
|
|
3383
|
+
*
|
|
3384
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.1
|
|
3385
|
+
*/
|
|
3386
|
+
readonly chargingPreferences: BitFlag;
|
|
3387
|
+
/**
|
|
3388
|
+
* SoCReporting
|
|
3389
|
+
*
|
|
3390
|
+
* Vehicles and EVSEs which support ISO 15118 may allow the vehicle to report its battery size and state of
|
|
3391
|
+
* charge. If the EVSE supports PLC it may have a vehicle connected which optionally supports reporting of
|
|
3392
|
+
* its battery size and current State of Charge (SoC).
|
|
3393
|
+
*
|
|
3394
|
+
* If the EVSE supports reporting of State of Charge this feature will only work if a compatible EV is
|
|
3395
|
+
* connected.
|
|
3396
|
+
*
|
|
3397
|
+
* Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope
|
|
3398
|
+
* of this cluster.
|
|
3399
|
+
*
|
|
3400
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.2
|
|
3401
|
+
*/
|
|
3402
|
+
readonly soCReporting: BitFlag;
|
|
3403
|
+
/**
|
|
3404
|
+
* PlugAndCharge
|
|
3405
|
+
*
|
|
3406
|
+
* If the EVSE supports PLC, it may be able to support the Plug and Charge feature. e.g. this may allow the
|
|
3407
|
+
* vehicle ID to be obtained which may allow an energy management system to track energy usage per vehicle
|
|
3408
|
+
* (e.g. to give the owner an indicative cost of charging, or for work place charging).
|
|
3409
|
+
*
|
|
3410
|
+
* If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
|
|
3411
|
+
*
|
|
3412
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.3
|
|
3413
|
+
*/
|
|
3414
|
+
readonly plugAndCharge: BitFlag;
|
|
3415
|
+
/**
|
|
3416
|
+
* Rfid
|
|
3417
|
+
*
|
|
3418
|
+
* If the EVSE is fitted with an RFID reader, it may be possible to obtain the User or Vehicle ID from an
|
|
3419
|
+
* RFID card. This may be used to record a charging session against a specific charging account, and may
|
|
3420
|
+
* optionally be used to authorize a charging session.
|
|
3421
|
+
*
|
|
3422
|
+
* An RFID event can be generated when a user taps an RFID card onto the RFID reader. The event must be
|
|
3423
|
+
* subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge
|
|
3424
|
+
* or discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
|
|
3425
|
+
*
|
|
3426
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.4
|
|
3427
|
+
*/
|
|
3428
|
+
readonly rfid: BitFlag;
|
|
3429
|
+
/**
|
|
3430
|
+
* V2X
|
|
3431
|
+
*
|
|
3432
|
+
* If the EVSE can support bi-directional charging, it may be possible to request that the vehicle can
|
|
3433
|
+
* discharge to the home or grid.
|
|
3434
|
+
*
|
|
3435
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.5
|
|
3436
|
+
*/
|
|
3437
|
+
readonly v2X: BitFlag;
|
|
3438
|
+
};
|
|
3439
|
+
readonly attributes: {
|
|
3440
|
+
readonly dischargingEnabledUntil: Attribute<number | null, any> & {
|
|
3441
|
+
readonly optional: true;
|
|
3442
|
+
readonly isConditional: true;
|
|
3443
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3444
|
+
readonly mandatoryIf: [] | [{
|
|
3445
|
+
v2X: boolean;
|
|
3446
|
+
}];
|
|
3447
|
+
};
|
|
3448
|
+
readonly maximumDischargeCurrent: Attribute<number | bigint, any> & {
|
|
3449
|
+
readonly optional: true;
|
|
3450
|
+
readonly isConditional: true;
|
|
3451
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3452
|
+
readonly mandatoryIf: [] | [{
|
|
3453
|
+
v2X: boolean;
|
|
3454
|
+
}];
|
|
3455
|
+
};
|
|
3456
|
+
readonly nextChargeStartTime: Attribute<number | null, any> & {
|
|
3457
|
+
readonly optional: true;
|
|
3458
|
+
readonly isConditional: true;
|
|
3459
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3460
|
+
readonly mandatoryIf: [] | [{
|
|
3461
|
+
chargingPreferences: boolean;
|
|
3462
|
+
}];
|
|
3463
|
+
};
|
|
3464
|
+
readonly nextChargeTargetTime: Attribute<number | null, any> & {
|
|
3465
|
+
readonly optional: true;
|
|
3466
|
+
readonly isConditional: true;
|
|
3467
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3468
|
+
readonly mandatoryIf: [] | [{
|
|
3469
|
+
chargingPreferences: boolean;
|
|
3470
|
+
}];
|
|
3471
|
+
};
|
|
3472
|
+
readonly nextChargeRequiredEnergy: Attribute<number | bigint | null, any> & {
|
|
3473
|
+
readonly optional: true;
|
|
3474
|
+
readonly isConditional: true;
|
|
3475
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3476
|
+
readonly mandatoryIf: [] | [{
|
|
3477
|
+
chargingPreferences: boolean;
|
|
3478
|
+
}];
|
|
3479
|
+
};
|
|
3480
|
+
readonly nextChargeTargetSoC: Attribute<number | null, any> & {
|
|
3481
|
+
readonly optional: true;
|
|
3482
|
+
readonly isConditional: true;
|
|
3483
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3484
|
+
readonly mandatoryIf: [] | [{
|
|
3485
|
+
chargingPreferences: boolean;
|
|
3486
|
+
}];
|
|
3487
|
+
};
|
|
3488
|
+
readonly approximateEvEfficiency: OptionalWritableAttribute<number | null, any> & {
|
|
3489
|
+
readonly optional: true;
|
|
3490
|
+
readonly isConditional: true;
|
|
3491
|
+
readonly optionalIf: [] | [{
|
|
3492
|
+
chargingPreferences: boolean;
|
|
3493
|
+
}];
|
|
3494
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3495
|
+
};
|
|
3496
|
+
readonly stateOfCharge: Attribute<number | null, any> & {
|
|
3497
|
+
readonly optional: true;
|
|
3498
|
+
readonly isConditional: true;
|
|
3499
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3500
|
+
readonly mandatoryIf: [] | [{
|
|
3501
|
+
soCReporting: boolean;
|
|
3502
|
+
}];
|
|
3503
|
+
};
|
|
3504
|
+
readonly batteryCapacity: Attribute<number | bigint | null, any> & {
|
|
3505
|
+
readonly optional: true;
|
|
3506
|
+
readonly isConditional: true;
|
|
3507
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3508
|
+
readonly mandatoryIf: [] | [{
|
|
3509
|
+
soCReporting: boolean;
|
|
3510
|
+
}];
|
|
3511
|
+
};
|
|
3512
|
+
readonly vehicleId: Attribute<string | null, any> & {
|
|
3513
|
+
readonly optional: true;
|
|
3514
|
+
readonly isConditional: true;
|
|
3515
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3516
|
+
readonly mandatoryIf: [] | [{
|
|
3517
|
+
plugAndCharge: boolean;
|
|
3518
|
+
}];
|
|
3519
|
+
};
|
|
3520
|
+
readonly sessionEnergyDischarged: Attribute<number | bigint | null, any> & {
|
|
3521
|
+
readonly optional: true;
|
|
3522
|
+
readonly isConditional: true;
|
|
3523
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3524
|
+
readonly mandatoryIf: [] | [{
|
|
3525
|
+
v2X: boolean;
|
|
3526
|
+
}];
|
|
3527
|
+
};
|
|
3528
|
+
readonly state: Attribute<State | null, any>;
|
|
3529
|
+
readonly supplyState: Attribute<SupplyState, any>;
|
|
3530
|
+
readonly faultState: Attribute<FaultState, any>;
|
|
3531
|
+
readonly chargingEnabledUntil: Attribute<number | null, any>;
|
|
3532
|
+
readonly circuitCapacity: Attribute<number | bigint, any>;
|
|
3533
|
+
readonly minimumChargeCurrent: Attribute<number | bigint, any>;
|
|
3534
|
+
readonly maximumChargeCurrent: Attribute<number | bigint, any>;
|
|
3535
|
+
readonly userMaximumChargeCurrent: OptionalWritableAttribute<number | bigint, any>;
|
|
3536
|
+
readonly randomizationDelayWindow: OptionalWritableAttribute<number, any>;
|
|
3537
|
+
readonly sessionId: Attribute<number | null, any>;
|
|
3538
|
+
readonly sessionDuration: Attribute<number | null, any>;
|
|
3539
|
+
readonly sessionEnergyCharged: Attribute<number | bigint | null, any>;
|
|
3540
|
+
readonly clusterRevision: Attribute<number, never>;
|
|
3541
|
+
readonly featureMap: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3542
|
+
/**
|
|
3543
|
+
* ChargingPreferences
|
|
3544
|
+
*
|
|
3545
|
+
* Since some EVSEs cannot obtain the SoC from the vehicle, some EV charging solutions allow the consumer
|
|
3546
|
+
* to specify a daily charging target (for adding energy to the EV’s battery). This feature allows the
|
|
3547
|
+
* consumer to specify how many miles or km of additional range they need for their typical daily commute.
|
|
3548
|
+
* This range requirement can be converted into a daily energy demand with a target charging completion
|
|
3549
|
+
* time.
|
|
3550
|
+
*
|
|
3551
|
+
* The EVSE itself may use this information (or may allow a controller such as an EMS) to compute an
|
|
3552
|
+
*
|
|
3553
|
+
* optimized charging schedule.
|
|
3554
|
+
*
|
|
3555
|
+
* An EVSE device may implement the Device Energy Management cluster PFR (Power Forecast Reporting) and FA
|
|
3556
|
+
* (Forecast Adjustment) features. This can help a controller (such as an EMS) to optimize the EVSE against
|
|
3557
|
+
* other ESAs. For example, a solar PV ESA may share its Forecast and allow the EVSE to know the best time
|
|
3558
|
+
* to charge so that any excess solar generation is used to charge the EV.
|
|
3559
|
+
*
|
|
3560
|
+
* EVSE devices that support the Device Energy Management cluster’s FA feature can have their charging
|
|
3561
|
+
* profiles set by a controller device such as an EMS. For example, if the EVSE advertises a simple power
|
|
3562
|
+
* forecast which allows the EMS to adjust over a wide range of power and time durations, then the EVSE may
|
|
3563
|
+
* allow the EMS to propose a revised optimized forecast (which is the charging profile).
|
|
3564
|
+
*
|
|
3565
|
+
* See the Device Energy Management Cluster for more details.
|
|
3566
|
+
*
|
|
3567
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.1
|
|
3568
|
+
*/
|
|
3569
|
+
readonly chargingPreferences: BitFlag;
|
|
3570
|
+
/**
|
|
3571
|
+
* SoCReporting
|
|
3572
|
+
*
|
|
3573
|
+
* Vehicles and EVSEs which support ISO 15118 may allow the vehicle to report its battery size and state of
|
|
3574
|
+
* charge. If the EVSE supports PLC it may have a vehicle connected which optionally supports reporting of
|
|
3575
|
+
* its battery size and current State of Charge (SoC).
|
|
3576
|
+
*
|
|
3577
|
+
* If the EVSE supports reporting of State of Charge this feature will only work if a compatible EV is
|
|
3578
|
+
* connected.
|
|
3579
|
+
*
|
|
3580
|
+
* Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope
|
|
3581
|
+
* of this cluster.
|
|
3582
|
+
*
|
|
3583
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.2
|
|
3584
|
+
*/
|
|
3585
|
+
readonly soCReporting: BitFlag;
|
|
3586
|
+
/**
|
|
3587
|
+
* PlugAndCharge
|
|
3588
|
+
*
|
|
3589
|
+
* If the EVSE supports PLC, it may be able to support the Plug and Charge feature. e.g. this may allow the
|
|
3590
|
+
* vehicle ID to be obtained which may allow an energy management system to track energy usage per vehicle
|
|
3591
|
+
* (e.g. to give the owner an indicative cost of charging, or for work place charging).
|
|
3592
|
+
*
|
|
3593
|
+
* If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
|
|
3594
|
+
*
|
|
3595
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.3
|
|
3596
|
+
*/
|
|
3597
|
+
readonly plugAndCharge: BitFlag;
|
|
3598
|
+
/**
|
|
3599
|
+
* Rfid
|
|
3600
|
+
*
|
|
3601
|
+
* If the EVSE is fitted with an RFID reader, it may be possible to obtain the User or Vehicle ID from an
|
|
3602
|
+
* RFID card. This may be used to record a charging session against a specific charging account, and may
|
|
3603
|
+
* optionally be used to authorize a charging session.
|
|
3604
|
+
*
|
|
3605
|
+
* An RFID event can be generated when a user taps an RFID card onto the RFID reader. The event must be
|
|
3606
|
+
* subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge
|
|
3607
|
+
* or discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
|
|
3608
|
+
*
|
|
3609
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.4
|
|
3610
|
+
*/
|
|
3611
|
+
readonly rfid: BitFlag;
|
|
3612
|
+
/**
|
|
3613
|
+
* V2X
|
|
3614
|
+
*
|
|
3615
|
+
* If the EVSE can support bi-directional charging, it may be possible to request that the vehicle can
|
|
3616
|
+
* discharge to the home or grid.
|
|
3617
|
+
*
|
|
3618
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.4.5
|
|
3619
|
+
*/
|
|
3620
|
+
readonly v2X: BitFlag;
|
|
3621
|
+
}>, never>;
|
|
3622
|
+
readonly attributeList: Attribute<import("../index.js").AttributeId[], never>;
|
|
3623
|
+
readonly eventList: Attribute<import("../index.js").EventId[], never>;
|
|
3624
|
+
readonly acceptedCommandList: Attribute<import("../index.js").CommandId[], never>;
|
|
3625
|
+
readonly generatedCommandList: Attribute<import("../index.js").CommandId[], never>;
|
|
3626
|
+
};
|
|
3627
|
+
readonly commands: {
|
|
3628
|
+
readonly enableDischarging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3629
|
+
/**
|
|
3630
|
+
* This field shall indicate the expiry time, in UTC, when discharging will be automatically disabled.
|
|
3631
|
+
*
|
|
3632
|
+
* A value in the past in this field shall disable the EVSE whereas a null value shall enable it permanently.
|
|
3633
|
+
*
|
|
3634
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.1
|
|
3635
|
+
*/
|
|
3636
|
+
dischargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3637
|
+
/**
|
|
3638
|
+
* This field shall indicate the maximum current that can be received by the EVSE from the EV. The EVSE current
|
|
3639
|
+
* limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
|
|
3640
|
+
* stored and persisted across reboots by the EVSE to the value of this
|
|
3641
|
+
*
|
|
3642
|
+
* field.
|
|
3643
|
+
*
|
|
3644
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.2
|
|
3645
|
+
*/
|
|
3646
|
+
maximumDischargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3647
|
+
}>, void, any> & {
|
|
3648
|
+
readonly optional: true;
|
|
3649
|
+
readonly isConditional: true;
|
|
3650
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3651
|
+
readonly mandatoryIf: [] | [{
|
|
3652
|
+
v2X: boolean;
|
|
3653
|
+
}];
|
|
3654
|
+
};
|
|
3655
|
+
readonly setTargets: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3656
|
+
/**
|
|
3657
|
+
* This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
|
|
3658
|
+
* days of the week. Each of the days of the week may only be included in a single ChargingTargetSchedule
|
|
3659
|
+
* within this list field.
|
|
3660
|
+
*
|
|
3661
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5.1
|
|
3662
|
+
*/
|
|
3663
|
+
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3664
|
+
dayOfWeekForSequence: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3665
|
+
/**
|
|
3666
|
+
* Sunday
|
|
3667
|
+
*/
|
|
3668
|
+
sunday: BitFlag;
|
|
3669
|
+
/**
|
|
3670
|
+
* Monday
|
|
3671
|
+
*/
|
|
3672
|
+
monday: BitFlag;
|
|
3673
|
+
/**
|
|
3674
|
+
* Tuesday
|
|
3675
|
+
*/
|
|
3676
|
+
tuesday: BitFlag;
|
|
3677
|
+
/**
|
|
3678
|
+
* Wednesday
|
|
3679
|
+
*/
|
|
3680
|
+
wednesday: BitFlag;
|
|
3681
|
+
/**
|
|
3682
|
+
* Thursday
|
|
3683
|
+
*/
|
|
3684
|
+
thursday: BitFlag;
|
|
3685
|
+
/**
|
|
3686
|
+
* Friday
|
|
3687
|
+
*/
|
|
3688
|
+
friday: BitFlag;
|
|
3689
|
+
/**
|
|
3690
|
+
* Saturday
|
|
3691
|
+
*/
|
|
3692
|
+
saturday: BitFlag;
|
|
3693
|
+
}>>;
|
|
3694
|
+
chargingTargets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3695
|
+
/**
|
|
3696
|
+
* This field shall indicate the desired charging completion time of the associated day. The time will be
|
|
3697
|
+
* represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will be
|
|
3698
|
+
* represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
3699
|
+
*
|
|
3700
|
+
* This field is based on local wall clock time. In case of Daylight Savings Time transition which may result
|
|
3701
|
+
* in an extra hour or one hour less in the day, the charging algorithm should take into account the shift
|
|
3702
|
+
* appropriately.
|
|
3703
|
+
*
|
|
3704
|
+
* Note that if the TargetTimeMinutesPastMidnight values are too close together (e.g. 2 per day) these may
|
|
3705
|
+
* overlap. The EVSE may have to coalesce the charging targets into a single target. e.g. if the 1st charging
|
|
3706
|
+
* target cannot be met in the time available, the EVSE may be forced to begin working towards the 2nd charging
|
|
3707
|
+
* target and immediately continue until both targets have been satisfied (or the vehicle becomes full).
|
|
3708
|
+
*
|
|
3709
|
+
* The EVSE itself cannot predict the behavior of the vehicle (i.e. if it cannot obtain the SoC from the
|
|
3710
|
+
* vehicle), so should attempt to perform a sensible operation based on these targets. It is recommended that
|
|
3711
|
+
* the charging schedule is pessimistic (i.e. starts earlier) since the vehicle may charge more slowly than the
|
|
3712
|
+
* electrical supply may provide power (especially if it is cold).
|
|
3713
|
+
*
|
|
3714
|
+
* If the user configures large charging targets (e.g. high values of AddedEnergy or SoC) then it is expected
|
|
3715
|
+
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
3716
|
+
* be able to reach the target.
|
|
3717
|
+
*
|
|
3718
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
|
|
3719
|
+
*/
|
|
3720
|
+
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3721
|
+
/**
|
|
3722
|
+
* This field represents the target SoC that the vehicle should be charged to before the
|
|
3723
|
+
* TargetTimeMinutesPastMidnight.
|
|
3724
|
+
*
|
|
3725
|
+
* If the EVSE can obtain the SoC of the vehicle:
|
|
3726
|
+
*
|
|
3727
|
+
* • the TargetSoC field shall take precedence over the AddedEnergy field.
|
|
3728
|
+
*
|
|
3729
|
+
* • the EVSE SHOULD charge to the TargetSoC and then stop the charging automatically when it reaches that
|
|
3730
|
+
* point.
|
|
3731
|
+
*
|
|
3732
|
+
* • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
|
|
3733
|
+
* vehicle decides to stop charging.
|
|
3734
|
+
*
|
|
3735
|
+
* If the EVSE cannot obtain the SoC of the vehicle:
|
|
3736
|
+
*
|
|
3737
|
+
* • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
|
|
3738
|
+
* field may only take the values null or 100%.
|
|
3739
|
+
*
|
|
3740
|
+
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
3741
|
+
* until the vehicle stops demanding a charge.
|
|
3742
|
+
*
|
|
3743
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
|
|
3744
|
+
*/
|
|
3745
|
+
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3746
|
+
/**
|
|
3747
|
+
* This field represents the amount of energy that the user would like to have added to the vehicle before the
|
|
3748
|
+
* TargetTimeMinutesPastMidnight.
|
|
3749
|
+
*
|
|
3750
|
+
* This represents a positive value in mWh that SHOULD be added during the session (i.e. if the vehicle
|
|
3751
|
+
* charging is stopped and started several times, this equates to the total energy since the vehicle has been
|
|
3752
|
+
* plugged in).
|
|
3753
|
+
*
|
|
3754
|
+
* The maximum value (500kWh) is much larger than most EV batteries on the market today. If the client tries to
|
|
3755
|
+
* set this value too high then the EVSE will need to start charging immediately and continue charging until
|
|
3756
|
+
* the vehicle stops demanding charge (i.e. it is full). Therefore the maximum value should be set based on
|
|
3757
|
+
* typical battery size of the vehicles on the market (e.g. 70000Wh), however this is up to the client to
|
|
3758
|
+
* carefully choose a value.
|
|
3759
|
+
*
|
|
3760
|
+
* NOTE
|
|
3761
|
+
*
|
|
3762
|
+
* If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
|
|
3763
|
+
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
3764
|
+
* battery during charging, or for heating or cooling the cabin.
|
|
3765
|
+
*
|
|
3766
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
|
|
3767
|
+
*/
|
|
3768
|
+
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3769
|
+
}>[]>;
|
|
3770
|
+
}>[]>;
|
|
3771
|
+
}>, void, any> & {
|
|
3772
|
+
readonly optional: true;
|
|
3773
|
+
readonly isConditional: true;
|
|
3774
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3775
|
+
readonly mandatoryIf: [] | [{
|
|
3776
|
+
chargingPreferences: boolean;
|
|
3777
|
+
}];
|
|
3778
|
+
};
|
|
3779
|
+
readonly getTargets: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3780
|
+
/**
|
|
3781
|
+
* This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
|
|
3782
|
+
* days of the week.
|
|
3783
|
+
*
|
|
3784
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.7.1
|
|
3785
|
+
*/
|
|
3786
|
+
chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3787
|
+
dayOfWeekForSequence: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3788
|
+
/**
|
|
3789
|
+
* Sunday
|
|
3790
|
+
*/
|
|
3791
|
+
sunday: BitFlag;
|
|
3792
|
+
/**
|
|
3793
|
+
* Monday
|
|
3794
|
+
*/
|
|
3795
|
+
monday: BitFlag;
|
|
3796
|
+
/**
|
|
3797
|
+
* Tuesday
|
|
3798
|
+
*/
|
|
3799
|
+
tuesday: BitFlag;
|
|
3800
|
+
/**
|
|
3801
|
+
* Wednesday
|
|
3802
|
+
*/
|
|
3803
|
+
wednesday: BitFlag;
|
|
3804
|
+
/**
|
|
3805
|
+
* Thursday
|
|
3806
|
+
*/
|
|
3807
|
+
thursday: BitFlag;
|
|
3808
|
+
/**
|
|
3809
|
+
* Friday
|
|
3810
|
+
*/
|
|
3811
|
+
friday: BitFlag;
|
|
3812
|
+
/**
|
|
3813
|
+
* Saturday
|
|
3814
|
+
*/
|
|
3815
|
+
saturday: BitFlag;
|
|
3816
|
+
}>>;
|
|
3817
|
+
chargingTargets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3818
|
+
/**
|
|
3819
|
+
* This field shall indicate the desired charging completion time of the associated day. The time will be
|
|
3820
|
+
* represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will be
|
|
3821
|
+
* represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
3822
|
+
*
|
|
3823
|
+
* This field is based on local wall clock time. In case of Daylight Savings Time transition which may result
|
|
3824
|
+
* in an extra hour or one hour less in the day, the charging algorithm should take into account the shift
|
|
3825
|
+
* appropriately.
|
|
3826
|
+
*
|
|
3827
|
+
* Note that if the TargetTimeMinutesPastMidnight values are too close together (e.g. 2 per day) these may
|
|
3828
|
+
* overlap. The EVSE may have to coalesce the charging targets into a single target. e.g. if the 1st charging
|
|
3829
|
+
* target cannot be met in the time available, the EVSE may be forced to begin working towards the 2nd charging
|
|
3830
|
+
* target and immediately continue until both targets have been satisfied (or the vehicle becomes full).
|
|
3831
|
+
*
|
|
3832
|
+
* The EVSE itself cannot predict the behavior of the vehicle (i.e. if it cannot obtain the SoC from the
|
|
3833
|
+
* vehicle), so should attempt to perform a sensible operation based on these targets. It is recommended that
|
|
3834
|
+
* the charging schedule is pessimistic (i.e. starts earlier) since the vehicle may charge more slowly than the
|
|
3835
|
+
* electrical supply may provide power (especially if it is cold).
|
|
3836
|
+
*
|
|
3837
|
+
* If the user configures large charging targets (e.g. high values of AddedEnergy or SoC) then it is expected
|
|
3838
|
+
* that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
|
|
3839
|
+
* be able to reach the target.
|
|
3840
|
+
*
|
|
3841
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
|
|
3842
|
+
*/
|
|
3843
|
+
targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3844
|
+
/**
|
|
3845
|
+
* This field represents the target SoC that the vehicle should be charged to before the
|
|
3846
|
+
* TargetTimeMinutesPastMidnight.
|
|
3847
|
+
*
|
|
3848
|
+
* If the EVSE can obtain the SoC of the vehicle:
|
|
3849
|
+
*
|
|
3850
|
+
* • the TargetSoC field shall take precedence over the AddedEnergy field.
|
|
3851
|
+
*
|
|
3852
|
+
* • the EVSE SHOULD charge to the TargetSoC and then stop the charging automatically when it reaches that
|
|
3853
|
+
* point.
|
|
3854
|
+
*
|
|
3855
|
+
* • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
|
|
3856
|
+
* vehicle decides to stop charging.
|
|
3857
|
+
*
|
|
3858
|
+
* If the EVSE cannot obtain the SoC of the vehicle:
|
|
3859
|
+
*
|
|
3860
|
+
* • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
|
|
3861
|
+
* field may only take the values null or 100%.
|
|
3862
|
+
*
|
|
3863
|
+
* • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
|
|
3864
|
+
* until the vehicle stops demanding a charge.
|
|
3865
|
+
*
|
|
3866
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
|
|
3867
|
+
*/
|
|
3868
|
+
targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3869
|
+
/**
|
|
3870
|
+
* This field represents the amount of energy that the user would like to have added to the vehicle before the
|
|
3871
|
+
* TargetTimeMinutesPastMidnight.
|
|
3872
|
+
*
|
|
3873
|
+
* This represents a positive value in mWh that SHOULD be added during the session (i.e. if the vehicle
|
|
3874
|
+
* charging is stopped and started several times, this equates to the total energy since the vehicle has been
|
|
3875
|
+
* plugged in).
|
|
3876
|
+
*
|
|
3877
|
+
* The maximum value (500kWh) is much larger than most EV batteries on the market today. If the client tries to
|
|
3878
|
+
* set this value too high then the EVSE will need to start charging immediately and continue charging until
|
|
3879
|
+
* the vehicle stops demanding charge (i.e. it is full). Therefore the maximum value should be set based on
|
|
3880
|
+
* typical battery size of the vehicles on the market (e.g. 70000Wh), however this is up to the client to
|
|
3881
|
+
* carefully choose a value.
|
|
3882
|
+
*
|
|
3883
|
+
* NOTE
|
|
3884
|
+
*
|
|
3885
|
+
* If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
|
|
3886
|
+
* the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
|
|
3887
|
+
* battery during charging, or for heating or cooling the cabin.
|
|
3888
|
+
*
|
|
3889
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
|
|
3890
|
+
*/
|
|
3891
|
+
addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3892
|
+
}>[]>;
|
|
3893
|
+
}>[]>;
|
|
3894
|
+
}>, any> & {
|
|
3895
|
+
readonly optional: true;
|
|
3896
|
+
readonly isConditional: true;
|
|
3897
|
+
readonly optionalIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3898
|
+
readonly mandatoryIf: [] | [{
|
|
3899
|
+
chargingPreferences: boolean;
|
|
3900
|
+
}];
|
|
3901
|
+
};
|
|
3902
|
+
readonly clearTargets: Command<void, void, 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
|
+
chargingPreferences: boolean;
|
|
3908
|
+
}];
|
|
3909
|
+
};
|
|
3910
|
+
/**
|
|
3911
|
+
* Allows a client to disable the EVSE from charging and discharging.
|
|
3912
|
+
*
|
|
3913
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.1
|
|
3914
|
+
*/
|
|
3915
|
+
readonly disable: Command<void, void, any>;
|
|
3916
|
+
/**
|
|
3917
|
+
* Allows a client to enable the EVSE to charge an EV.
|
|
3918
|
+
*
|
|
3919
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2
|
|
3920
|
+
*/
|
|
3921
|
+
readonly enableCharging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3922
|
+
/**
|
|
3923
|
+
* This field shall indicate the expiry time, in UTC, when charging will be automatically disabled.
|
|
3924
|
+
*
|
|
3925
|
+
* A value in the past in this field shall disable the EVSE charging whereas a null value shall enable it
|
|
3926
|
+
* permanently.
|
|
3927
|
+
*
|
|
3928
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.1
|
|
3929
|
+
*/
|
|
3930
|
+
chargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3931
|
+
/**
|
|
3932
|
+
* This field shall indicate the minimum current that can be delivered by the EVSE to the EV in trickle mode.
|
|
3933
|
+
* The EVSE current limit can be advertised to an EV in 0.6A steps.
|
|
3934
|
+
*
|
|
3935
|
+
* The value of the MinimumChargeCurrent attribute shall be set to the value of this field (see
|
|
3936
|
+
* MinimumChargeCurrent attribute for further details).
|
|
3937
|
+
*
|
|
3938
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.2
|
|
3939
|
+
*/
|
|
3940
|
+
minimumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3941
|
+
/**
|
|
3942
|
+
* This field shall indicate the maximum current that can be delivered by the EVSE to the EV. The EVSE current
|
|
3943
|
+
* limit can be advertised to an EV in 0.6A steps.
|
|
3944
|
+
*
|
|
3945
|
+
* The value of the this field shall be stored by the EVSE to determine the value of MaximumChargeCurrent
|
|
3946
|
+
* attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then
|
|
3947
|
+
*
|
|
3948
|
+
* this value, and then later adjusted above this value, the resulting MaximumChargeCurrent attribute will be
|
|
3949
|
+
* limited to this value.
|
|
3950
|
+
*
|
|
3951
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.3
|
|
3952
|
+
*/
|
|
3953
|
+
maximumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3954
|
+
}>, void, any>;
|
|
3955
|
+
/**
|
|
3956
|
+
* Allows a client to put the EVSE into a self-diagnostics mode.
|
|
3957
|
+
*
|
|
3958
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.9.4
|
|
3959
|
+
*/
|
|
3960
|
+
readonly startDiagnostics: OptionalCommand<void, void, any>;
|
|
3961
|
+
};
|
|
3962
|
+
readonly events: {
|
|
3963
|
+
readonly rfid: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3964
|
+
/**
|
|
3965
|
+
* The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.
|
|
3966
|
+
*
|
|
3967
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6.1
|
|
3968
|
+
*/
|
|
3969
|
+
uid: import("../tlv/TlvObject.js").FieldType<Uint8Array>;
|
|
3970
|
+
}>, any> & {
|
|
3971
|
+
readonly optional: true;
|
|
3972
|
+
readonly isConditional: true;
|
|
3973
|
+
readonly optionalIf: [] | [{
|
|
3974
|
+
rfid: boolean;
|
|
3975
|
+
}];
|
|
3976
|
+
readonly mandatoryIf: [] | import("../cluster/Cluster.js").ConditionalFeatureList<import("../schema/BitmapSchema.js").BitSchema>;
|
|
3977
|
+
};
|
|
3978
|
+
/**
|
|
3979
|
+
* This event shall be generated when the EV is plugged in.
|
|
3980
|
+
*
|
|
3981
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.1
|
|
3982
|
+
*/
|
|
3983
|
+
readonly evConnected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3984
|
+
/**
|
|
3985
|
+
* This is the new session ID created after the vehicle is plugged in.
|
|
3986
|
+
*
|
|
3987
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.1.1
|
|
3988
|
+
*/
|
|
3989
|
+
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3990
|
+
}>, any>;
|
|
3991
|
+
/**
|
|
3992
|
+
* This event shall be generated when the EV is unplugged or not detected (having been previously plugged
|
|
3993
|
+
* in). When the vehicle is unplugged then the session is ended.
|
|
3994
|
+
*
|
|
3995
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2
|
|
3996
|
+
*/
|
|
3997
|
+
readonly evNotDetected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3998
|
+
/**
|
|
3999
|
+
* This field shall indicate the current value of the SessionID attribute.
|
|
4000
|
+
*
|
|
4001
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.1
|
|
4002
|
+
*/
|
|
4003
|
+
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4004
|
+
/**
|
|
4005
|
+
* This field shall indicate the value of the State attribute prior to the EV not being detected.
|
|
4006
|
+
*
|
|
4007
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.2
|
|
4008
|
+
*/
|
|
4009
|
+
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
4010
|
+
/**
|
|
4011
|
+
* This field shall indicate the total duration of the session, from the start of the session when the EV was
|
|
4012
|
+
* plugged in, until it was unplugged.
|
|
4013
|
+
*
|
|
4014
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.3
|
|
4015
|
+
*/
|
|
4016
|
+
sessionDuration: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4017
|
+
/**
|
|
4018
|
+
* This field shall indicate the total amount of energy transferred from the EVSE to the EV during the session.
|
|
4019
|
+
* This value shall always be positive.
|
|
4020
|
+
*
|
|
4021
|
+
* Note that if bi-directional charging occurs during the session, then this value shall only include the sum
|
|
4022
|
+
* of energy transferred from the EVSE to the EV, and shall NOT be a net value of charging and discharging
|
|
4023
|
+
* energy.
|
|
4024
|
+
*
|
|
4025
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.4
|
|
4026
|
+
*/
|
|
4027
|
+
sessionEnergyCharged: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
4028
|
+
/**
|
|
4029
|
+
* This field shall indicate the total amount of energy transferred from the EV to the EVSE during the session.
|
|
4030
|
+
* This value shall always be positive.
|
|
4031
|
+
*
|
|
4032
|
+
* Note that if bi-directional discharging occurs during the session, then this value shall only include the
|
|
4033
|
+
* sum of energy transferred from the EV to the EVSE, and shall NOT be a net value of charging and discharging
|
|
4034
|
+
* energy.
|
|
4035
|
+
*
|
|
4036
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.5
|
|
4037
|
+
*/
|
|
4038
|
+
sessionEnergyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4039
|
+
}>, any>;
|
|
4040
|
+
/**
|
|
4041
|
+
* This event shall be generated when the EV starts charging or discharging.
|
|
4042
|
+
*
|
|
4043
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3
|
|
4044
|
+
*/
|
|
4045
|
+
readonly energyTransferStarted: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4046
|
+
/**
|
|
4047
|
+
* This field shall indicate the value of the SessionID attribute at the time the event was generated.
|
|
4048
|
+
*
|
|
4049
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.1
|
|
4050
|
+
*/
|
|
4051
|
+
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4052
|
+
/**
|
|
4053
|
+
* This field shall indicate the value of the State attribute at the time the event was generated.
|
|
4054
|
+
*
|
|
4055
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.2
|
|
4056
|
+
*/
|
|
4057
|
+
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
4058
|
+
/**
|
|
4059
|
+
* This field shall indicate the value of the maximum charging or discharging current at the time the event was
|
|
4060
|
+
* generated.
|
|
4061
|
+
*
|
|
4062
|
+
* This field is signed. A positive value indicates the EV has been enabled for charging and the value is taken
|
|
4063
|
+
* directly from the MaximumChargeCurrent attribute.
|
|
4064
|
+
*
|
|
4065
|
+
* A negative value indicates that the EV has been enabled for discharging and the value can be taken from the
|
|
4066
|
+
* MaximumDischargeCurrent attribute with its sign inverted. i.e. if the MaximumDischargeCurrent was 32000mA,
|
|
4067
|
+
* this would be represented here as -32000mA.
|
|
4068
|
+
*
|
|
4069
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.3
|
|
4070
|
+
*/
|
|
4071
|
+
maximumCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
4072
|
+
}>, any>;
|
|
4073
|
+
/**
|
|
4074
|
+
* This event shall be generated when the EV stops charging or discharging.
|
|
4075
|
+
*
|
|
4076
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4
|
|
4077
|
+
*/
|
|
4078
|
+
readonly energyTransferStopped: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4079
|
+
/**
|
|
4080
|
+
* This field shall indicate the value of the SessionID attribute prior to the energy transfer stopping.
|
|
4081
|
+
*
|
|
4082
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.1
|
|
4083
|
+
*/
|
|
4084
|
+
sessionId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4085
|
+
/**
|
|
4086
|
+
* This field shall indicate the value of the State attribute prior to the energy transfer stopping.
|
|
4087
|
+
*
|
|
4088
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.2
|
|
4089
|
+
*/
|
|
4090
|
+
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
4091
|
+
/**
|
|
4092
|
+
* This field shall indicate the reason why the energy transferred stopped.
|
|
4093
|
+
*
|
|
4094
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.3
|
|
4095
|
+
*/
|
|
4096
|
+
reason: import("../tlv/TlvObject.js").FieldType<EnergyTransferStoppedReason>;
|
|
4097
|
+
energyTransferred: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
4098
|
+
}>, any>;
|
|
4099
|
+
/**
|
|
4100
|
+
* If the EVSE detects a fault it shall generate a Fault Event. The SupplyState attribute shall be set to
|
|
4101
|
+
* DisabledError and the type of fault detected by the EVSE shall be stored in the FaultState attribute.
|
|
4102
|
+
*
|
|
4103
|
+
* This event shall be generated when the FaultState changes from any error state. i.e. if it changes from
|
|
4104
|
+
* NoError to any other state and if the error then clears, this would generate 2 events.
|
|
4105
|
+
*
|
|
4106
|
+
* It is assumed that the fault will be cleared locally on the EVSE device. When all faults have been
|
|
4107
|
+
* cleared, the EVSE device shall set the FaultState attribute to NoError and the SupplyState attribute
|
|
4108
|
+
* shall be set back to its previous state.
|
|
4109
|
+
*
|
|
4110
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5
|
|
4111
|
+
*/
|
|
4112
|
+
readonly fault: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4113
|
+
/**
|
|
4114
|
+
* This field shall indicate the value of the SessionID attribute prior to the Fault State being changed. A
|
|
4115
|
+
* value of null indicates no sessions have occurred before the fault occurred.
|
|
4116
|
+
*
|
|
4117
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.1
|
|
4118
|
+
*/
|
|
4119
|
+
sessionId: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
4120
|
+
/**
|
|
4121
|
+
* This field shall indicate the value of the State attribute prior to the Fault State being changed.
|
|
4122
|
+
*
|
|
4123
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.2
|
|
4124
|
+
*/
|
|
4125
|
+
state: import("../tlv/TlvObject.js").FieldType<State>;
|
|
4126
|
+
/**
|
|
4127
|
+
* This field shall indicate the value of the FaultState attribute prior to the Fault State being changed.
|
|
4128
|
+
*
|
|
4129
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.3
|
|
4130
|
+
*/
|
|
4131
|
+
faultStatePreviousState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
4132
|
+
/**
|
|
4133
|
+
* This field shall indicate the current value of the FaultState attribute.
|
|
4134
|
+
*
|
|
4135
|
+
* @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.4
|
|
4136
|
+
*/
|
|
4137
|
+
faultStateCurrentState: import("../tlv/TlvObject.js").FieldType<FaultState>;
|
|
4138
|
+
}>, any>;
|
|
4139
|
+
};
|
|
4140
|
+
}, []>;
|
|
4141
|
+
/**
|
|
4142
|
+
* This cluster supports all EnergyEvse features. It may support illegal feature combinations.
|
|
4143
|
+
*
|
|
4144
|
+
* If you use this cluster you must manually specify which features are active and ensure the set of active
|
|
4145
|
+
* features is legal per the Matter specification.
|
|
4146
|
+
*/
|
|
4147
|
+
interface Complete extends Identity<typeof CompleteInstance> {
|
|
4148
|
+
}
|
|
4149
|
+
const Complete: Complete;
|
|
4150
|
+
}
|
|
4151
|
+
export type EnergyEvseCluster = EnergyEvse.Cluster;
|
|
4152
|
+
export declare const EnergyEvseCluster: EnergyEvse.Cluster;
|
|
4153
|
+
//# sourceMappingURL=energy-evse.d.ts.map
|