@matter/types 0.16.0-alpha.0-20251022-5a69ce65a → 0.16.0-alpha.0-20251027-17770fb28
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/dist/cjs/cluster/mutation/{ElementModifier.d.ts → ClusterTypeModifier.d.ts} +8 -8
- package/dist/cjs/cluster/mutation/ClusterTypeModifier.d.ts.map +1 -0
- package/dist/cjs/cluster/mutation/{ElementModifier.js → ClusterTypeModifier.js} +6 -6
- package/dist/cjs/cluster/mutation/{ElementModifier.js.map → ClusterTypeModifier.js.map} +2 -2
- package/dist/cjs/cluster/mutation/MutableCluster.d.ts +7 -7
- package/dist/cjs/cluster/mutation/MutableCluster.d.ts.map +1 -1
- package/dist/cjs/cluster/mutation/MutableCluster.js +4 -4
- package/dist/cjs/cluster/mutation/MutableCluster.js.map +1 -1
- package/dist/cjs/cluster/mutation/index.d.ts +1 -1
- package/dist/cjs/cluster/mutation/index.d.ts.map +1 -1
- package/dist/cjs/cluster/mutation/index.js +1 -1
- package/dist/cjs/cluster/mutation/index.js.map +1 -1
- package/dist/cjs/clusters/access-control.d.ts +96 -47
- package/dist/cjs/clusters/access-control.d.ts.map +1 -1
- package/dist/cjs/clusters/access-control.js +16 -8
- package/dist/cjs/clusters/access-control.js.map +1 -1
- package/dist/cjs/clusters/account-login.d.ts +20 -20
- package/dist/cjs/clusters/account-login.js +12 -12
- package/dist/cjs/clusters/actions.d.ts +36 -5
- package/dist/cjs/clusters/actions.d.ts.map +1 -1
- package/dist/cjs/clusters/actions.js +26 -1
- package/dist/cjs/clusters/actions.js.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.d.ts +29 -25
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +7 -6
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/air-quality.js.map +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +4 -4
- package/dist/cjs/clusters/alarm-base.js +2 -2
- package/dist/cjs/clusters/application-launcher.d.ts +49 -23
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +7 -3
- package/dist/cjs/clusters/application-launcher.js.map +1 -1
- package/dist/cjs/clusters/basic-information.d.ts +22 -19
- package/dist/cjs/clusters/basic-information.d.ts.map +1 -1
- package/dist/cjs/clusters/basic-information.js +21 -18
- package/dist/cjs/clusters/basic-information.js.map +1 -1
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +15 -15
- package/dist/cjs/clusters/boolean-state-configuration.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +56 -12
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts.map +1 -1
- package/dist/cjs/clusters/bridged-device-basic-information.js +18 -4
- package/dist/cjs/clusters/bridged-device-basic-information.js.map +1 -1
- package/dist/cjs/clusters/channel.d.ts +12 -0
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +4 -0
- package/dist/cjs/clusters/channel.js.map +1 -1
- package/dist/cjs/clusters/color-control.d.ts +128 -119
- package/dist/cjs/clusters/color-control.d.ts.map +1 -1
- package/dist/cjs/clusters/color-control.js +52 -68
- package/dist/cjs/clusters/color-control.js.map +1 -1
- package/dist/cjs/clusters/commissioner-control.d.ts +8 -4
- package/dist/cjs/clusters/commissioner-control.d.ts.map +1 -1
- package/dist/cjs/clusters/commissioner-control.js +5 -1
- package/dist/cjs/clusters/commissioner-control.js.map +1 -1
- package/dist/cjs/clusters/concentration-measurement.d.ts +7 -9
- package/dist/cjs/clusters/concentration-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/concentration-measurement.js +11 -12
- package/dist/cjs/clusters/concentration-measurement.js.map +1 -1
- package/dist/cjs/clusters/content-control.d.ts +44 -30
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +6 -6
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +32 -32
- package/dist/cjs/clusters/content-launcher.js +1 -1
- package/dist/cjs/clusters/descriptor.d.ts +43 -10
- package/dist/cjs/clusters/descriptor.d.ts.map +1 -1
- package/dist/cjs/clusters/descriptor.js +21 -4
- package/dist/cjs/clusters/descriptor.js.map +1 -1
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +9 -0
- package/dist/cjs/clusters/device-energy-management-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/device-energy-management-mode.js +3 -0
- package/dist/cjs/clusters/device-energy-management-mode.js.map +1 -1
- package/dist/cjs/clusters/device-energy-management.d.ts +133 -24
- package/dist/cjs/clusters/device-energy-management.d.ts.map +1 -1
- package/dist/cjs/clusters/device-energy-management.js +38 -12
- package/dist/cjs/clusters/device-energy-management.js.map +1 -1
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +3 -3
- package/dist/cjs/clusters/dishwasher-alarm.js +1 -1
- package/dist/cjs/clusters/dishwasher-mode.d.ts +9 -0
- package/dist/cjs/clusters/dishwasher-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/dishwasher-mode.js +3 -0
- package/dist/cjs/clusters/dishwasher-mode.js.map +1 -1
- package/dist/cjs/clusters/door-lock.d.ts +182 -266
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +80 -111
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +93 -49
- package/dist/cjs/clusters/ecosystem-information.d.ts.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.js +36 -24
- package/dist/cjs/clusters/ecosystem-information.js.map +1 -1
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +285 -209
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/electrical-energy-measurement.js +33 -13
- package/dist/cjs/clusters/electrical-energy-measurement.js.map +2 -2
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +201 -126
- package/dist/cjs/clusters/electrical-power-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/electrical-power-measurement.js +45 -23
- package/dist/cjs/clusters/electrical-power-measurement.js.map +2 -2
- package/dist/cjs/clusters/energy-evse-mode.d.ts +9 -0
- package/dist/cjs/clusters/energy-evse-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-evse-mode.js +3 -0
- package/dist/cjs/clusters/energy-evse-mode.js.map +1 -1
- package/dist/cjs/clusters/energy-evse.d.ts +61 -45
- package/dist/cjs/clusters/energy-evse.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-evse.js +28 -33
- package/dist/cjs/clusters/energy-evse.js.map +1 -1
- package/dist/cjs/clusters/energy-preference.d.ts +5 -9
- package/dist/cjs/clusters/energy-preference.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-preference.js +1 -3
- package/dist/cjs/clusters/energy-preference.js.map +1 -1
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +59 -69
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +21 -25
- package/dist/cjs/clusters/ethernet-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/fan-control.d.ts +334 -148
- package/dist/cjs/clusters/fan-control.d.ts.map +1 -1
- package/dist/cjs/clusters/fan-control.js +107 -56
- package/dist/cjs/clusters/fan-control.js.map +1 -1
- package/dist/cjs/clusters/flow-measurement.js +1 -1
- package/dist/cjs/clusters/flow-measurement.js.map +1 -1
- package/dist/cjs/clusters/general-commissioning.d.ts +90 -69
- package/dist/cjs/clusters/general-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/general-commissioning.js +26 -23
- package/dist/cjs/clusters/general-commissioning.js.map +1 -1
- package/dist/cjs/clusters/general-diagnostics.d.ts +51 -52
- package/dist/cjs/clusters/general-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/general-diagnostics.js +13 -13
- package/dist/cjs/clusters/general-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/group-key-management.d.ts +28 -22
- package/dist/cjs/clusters/group-key-management.d.ts.map +1 -1
- package/dist/cjs/clusters/group-key-management.js +13 -10
- package/dist/cjs/clusters/group-key-management.js.map +1 -1
- package/dist/cjs/clusters/groups.d.ts +0 -12
- package/dist/cjs/clusters/groups.d.ts.map +1 -1
- package/dist/cjs/clusters/groups.js +1 -7
- package/dist/cjs/clusters/groups.js.map +1 -1
- package/dist/cjs/clusters/icd-management.d.ts +809 -145
- package/dist/cjs/clusters/icd-management.d.ts.map +1 -1
- package/dist/cjs/clusters/icd-management.js +182 -34
- package/dist/cjs/clusters/icd-management.js.map +1 -1
- package/dist/cjs/clusters/identify.d.ts +12 -1
- package/dist/cjs/clusters/identify.d.ts.map +1 -1
- package/dist/cjs/clusters/identify.js +13 -2
- package/dist/cjs/clusters/identify.js.map +1 -1
- package/dist/cjs/clusters/illuminance-measurement.js +1 -1
- package/dist/cjs/clusters/illuminance-measurement.js.map +1 -1
- package/dist/cjs/clusters/index.d.ts +1 -5
- package/dist/cjs/clusters/index.d.ts.map +1 -1
- package/dist/cjs/clusters/index.js +3 -15
- package/dist/cjs/clusters/index.js.map +1 -1
- package/dist/cjs/clusters/joint-fabric-administrator.d.ts +424 -0
- package/dist/cjs/clusters/joint-fabric-administrator.d.ts.map +1 -0
- package/dist/cjs/clusters/joint-fabric-administrator.js +285 -0
- package/dist/cjs/clusters/joint-fabric-administrator.js.map +6 -0
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +1960 -805
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts.map +1 -1
- package/dist/cjs/clusters/joint-fabric-datastore.js +990 -172
- package/dist/cjs/clusters/joint-fabric-datastore.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +9 -6
- package/dist/cjs/clusters/label.d.ts.map +1 -1
- package/dist/cjs/clusters/label.js +3 -2
- package/dist/cjs/clusters/label.js.map +1 -1
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +9 -9
- package/dist/cjs/clusters/laundry-washer-controls.js +4 -4
- package/dist/cjs/clusters/laundry-washer-controls.js.map +1 -1
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +2 -2
- package/dist/cjs/clusters/level-control.d.ts +11 -15
- package/dist/cjs/clusters/level-control.d.ts.map +1 -1
- package/dist/cjs/clusters/level-control.js +8 -9
- package/dist/cjs/clusters/level-control.js.map +1 -1
- package/dist/cjs/clusters/media-playback.d.ts +138 -12
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +41 -4
- package/dist/cjs/clusters/media-playback.js.map +1 -1
- package/dist/cjs/clusters/messages.d.ts +7 -7
- package/dist/cjs/clusters/messages.js +3 -3
- package/dist/cjs/clusters/microwave-oven-control.js +4 -4
- package/dist/cjs/clusters/microwave-oven-control.js.map +1 -1
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +9 -0
- package/dist/cjs/clusters/microwave-oven-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/microwave-oven-mode.js +3 -0
- package/dist/cjs/clusters/microwave-oven-mode.js.map +1 -1
- package/dist/cjs/clusters/mode-base.d.ts +31 -2
- package/dist/cjs/clusters/mode-base.d.ts.map +1 -1
- package/dist/cjs/clusters/mode-base.js +15 -2
- package/dist/cjs/clusters/mode-base.js.map +1 -1
- package/dist/cjs/clusters/mode-select.d.ts +7 -7
- package/dist/cjs/clusters/mode-select.js +2 -2
- package/dist/cjs/clusters/network-commissioning.d.ts +259 -201
- package/dist/cjs/clusters/network-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/network-commissioning.js +41 -27
- package/dist/cjs/clusters/network-commissioning.js.map +1 -1
- package/dist/cjs/clusters/occupancy-sensing.d.ts +14 -20
- package/dist/cjs/clusters/occupancy-sensing.d.ts.map +1 -1
- package/dist/cjs/clusters/occupancy-sensing.js +4 -6
- package/dist/cjs/clusters/occupancy-sensing.js.map +1 -1
- package/dist/cjs/clusters/on-off.js +4 -4
- package/dist/cjs/clusters/on-off.js.map +1 -1
- package/dist/cjs/clusters/operational-credentials.d.ts +367 -77
- package/dist/cjs/clusters/operational-credentials.d.ts.map +1 -1
- package/dist/cjs/clusters/operational-credentials.js +182 -38
- package/dist/cjs/clusters/operational-credentials.js.map +1 -1
- package/dist/cjs/clusters/operational-state.d.ts +29 -49
- package/dist/cjs/clusters/operational-state.d.ts.map +1 -1
- package/dist/cjs/clusters/operational-state.js +7 -10
- package/dist/cjs/clusters/operational-state.js.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +54 -22
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +27 -11
- package/dist/cjs/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +12 -10
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-requestor.js +6 -5
- package/dist/cjs/clusters/ota-software-update-requestor.js.map +1 -1
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +5 -5
- package/dist/cjs/clusters/oven-cavity-operational-state.js +3 -3
- package/dist/cjs/clusters/oven-mode.d.ts +150 -0
- package/dist/cjs/clusters/oven-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/oven-mode.js +51 -1
- package/dist/cjs/clusters/oven-mode.js.map +1 -1
- package/dist/cjs/clusters/power-source.d.ts +18 -6
- package/dist/cjs/clusters/power-source.d.ts.map +1 -1
- package/dist/cjs/clusters/power-source.js +6 -2
- package/dist/cjs/clusters/power-source.js.map +1 -1
- package/dist/cjs/clusters/pressure-measurement.d.ts +18 -9
- package/dist/cjs/clusters/pressure-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/pressure-measurement.js +10 -7
- package/dist/cjs/clusters/pressure-measurement.js.map +1 -1
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +46 -37
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/pump-configuration-and-control.js +15 -12
- package/dist/cjs/clusters/pump-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +3 -3
- package/dist/cjs/clusters/refrigerator-alarm.js +1 -1
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +9 -0
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +3 -0
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
- package/dist/cjs/clusters/resource-monitoring.js +1 -1
- package/dist/cjs/clusters/resource-monitoring.js.map +1 -1
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +16 -3
- package/dist/cjs/clusters/rvc-clean-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-clean-mode.js +5 -1
- package/dist/cjs/clusters/rvc-clean-mode.js.map +1 -1
- package/dist/cjs/clusters/rvc-operational-state.d.ts +78 -49
- package/dist/cjs/clusters/rvc-operational-state.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-operational-state.js +19 -11
- package/dist/cjs/clusters/rvc-operational-state.js.map +1 -1
- package/dist/cjs/clusters/rvc-run-mode.d.ts +9 -0
- package/dist/cjs/clusters/rvc-run-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-run-mode.js +3 -0
- package/dist/cjs/clusters/rvc-run-mode.js.map +1 -1
- package/dist/cjs/clusters/scenes-management.d.ts +14 -45
- package/dist/cjs/clusters/scenes-management.d.ts.map +1 -1
- package/dist/cjs/clusters/scenes-management.js +7 -22
- package/dist/cjs/clusters/scenes-management.js.map +1 -1
- package/dist/cjs/clusters/service-area.d.ts +36 -40
- package/dist/cjs/clusters/service-area.d.ts.map +1 -1
- package/dist/cjs/clusters/service-area.js +10 -12
- package/dist/cjs/clusters/service-area.js.map +1 -1
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +4 -9
- package/dist/cjs/clusters/smoke-co-alarm.d.ts.map +1 -1
- package/dist/cjs/clusters/smoke-co-alarm.js.map +1 -1
- package/dist/cjs/clusters/software-diagnostics.d.ts +52 -51
- package/dist/cjs/clusters/software-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/software-diagnostics.js +17 -17
- package/dist/cjs/clusters/software-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/switch.d.ts +20 -17
- package/dist/cjs/clusters/switch.d.ts.map +1 -1
- package/dist/cjs/clusters/switch.js +9 -8
- package/dist/cjs/clusters/switch.js.map +1 -1
- package/dist/cjs/clusters/temperature-control.d.ts +18 -9
- package/dist/cjs/clusters/temperature-control.d.ts.map +1 -1
- package/dist/cjs/clusters/temperature-control.js +7 -4
- package/dist/cjs/clusters/temperature-control.js.map +1 -1
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts.map +1 -1
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +2 -10
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js.map +1 -1
- package/dist/cjs/clusters/thermostat.d.ts +406 -420
- package/dist/cjs/clusters/thermostat.d.ts.map +1 -1
- package/dist/cjs/clusters/thermostat.js +89 -101
- package/dist/cjs/clusters/thermostat.js.map +1 -1
- package/dist/cjs/clusters/thread-border-router-management.d.ts +9 -9
- package/dist/cjs/clusters/thread-border-router-management.js +5 -5
- package/dist/cjs/clusters/thread-border-router-management.js.map +1 -1
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +479 -504
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/thread-network-diagnostics.js +171 -181
- package/dist/cjs/clusters/thread-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/thread-network-directory.d.ts +3 -3
- package/dist/cjs/clusters/thread-network-directory.js +5 -5
- package/dist/cjs/clusters/thread-network-directory.js.map +1 -1
- package/dist/cjs/clusters/time-synchronization.d.ts +159 -127
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +52 -42
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +51 -13
- package/dist/cjs/clusters/unit-localization.d.ts.map +1 -1
- package/dist/cjs/clusters/unit-localization.js +22 -4
- package/dist/cjs/clusters/unit-localization.js.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +8 -12
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/water-heater-management.d.ts +2 -14
- package/dist/cjs/clusters/water-heater-management.d.ts.map +1 -1
- package/dist/cjs/clusters/water-heater-management.js +5 -9
- package/dist/cjs/clusters/water-heater-management.js.map +1 -1
- package/dist/cjs/clusters/water-heater-mode.d.ts +9 -0
- package/dist/cjs/clusters/water-heater-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/water-heater-mode.js +3 -0
- package/dist/cjs/clusters/water-heater-mode.js.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +57 -72
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -26
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +39 -1
- package/dist/cjs/clusters/wi-fi-network-management.d.ts.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-management.js +22 -3
- package/dist/cjs/clusters/wi-fi-network-management.js.map +1 -1
- package/dist/cjs/clusters/window-covering.d.ts +105 -3
- package/dist/cjs/clusters/window-covering.d.ts.map +1 -1
- package/dist/cjs/clusters/window-covering.js +35 -1
- package/dist/cjs/clusters/window-covering.js.map +1 -1
- package/dist/cjs/globals/Currency.d.ts +27 -0
- package/dist/cjs/globals/Currency.d.ts.map +1 -0
- package/dist/cjs/globals/{Tod.js → Currency.js} +8 -22
- package/dist/cjs/globals/Currency.js.map +6 -0
- package/dist/cjs/globals/Locationdesc.d.ts +7 -7
- package/dist/cjs/globals/Locationdesc.js +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +14 -2
- package/dist/cjs/globals/MeasurementType.d.ts.map +1 -1
- package/dist/cjs/globals/MeasurementType.js +3 -0
- package/dist/cjs/globals/MeasurementType.js.map +1 -1
- package/dist/cjs/globals/Namespace.d.ts +13 -3
- package/dist/cjs/globals/Namespace.d.ts.map +1 -1
- package/dist/cjs/globals/Namespace.js.map +1 -1
- package/dist/cjs/globals/Price.d.ts +30 -0
- package/dist/cjs/globals/Price.d.ts.map +1 -0
- package/dist/cjs/globals/Price.js +33 -0
- package/dist/cjs/globals/Price.js.map +6 -0
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +9 -9
- package/dist/cjs/globals/Semtag.js +7 -7
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +24 -5
- package/dist/cjs/globals/Status.d.ts.map +1 -1
- package/dist/cjs/globals/Status.js +3 -0
- package/dist/cjs/globals/Status.js.map +1 -1
- package/dist/cjs/globals/ThreeLevelAuto.d.ts +33 -0
- package/dist/cjs/globals/ThreeLevelAuto.d.ts.map +1 -0
- package/dist/cjs/globals/ThreeLevelAuto.js +36 -0
- package/dist/cjs/globals/ThreeLevelAuto.js.map +6 -0
- package/dist/cjs/globals/WildcardPathFlags.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.js +1 -1
- package/dist/cjs/globals/index.d.ts +3 -1
- package/dist/cjs/globals/index.d.ts.map +1 -1
- package/dist/cjs/globals/index.js +3 -1
- package/dist/cjs/globals/index.js.map +1 -1
- package/dist/esm/cluster/mutation/{ElementModifier.d.ts → ClusterTypeModifier.d.ts} +8 -8
- package/dist/esm/cluster/mutation/ClusterTypeModifier.d.ts.map +1 -0
- package/dist/esm/cluster/mutation/{ElementModifier.js → ClusterTypeModifier.js} +3 -3
- package/dist/esm/cluster/mutation/{ElementModifier.js.map → ClusterTypeModifier.js.map} +2 -2
- package/dist/esm/cluster/mutation/MutableCluster.d.ts +7 -7
- package/dist/esm/cluster/mutation/MutableCluster.d.ts.map +1 -1
- package/dist/esm/cluster/mutation/MutableCluster.js +4 -4
- package/dist/esm/cluster/mutation/MutableCluster.js.map +1 -1
- package/dist/esm/cluster/mutation/index.d.ts +1 -1
- package/dist/esm/cluster/mutation/index.d.ts.map +1 -1
- package/dist/esm/cluster/mutation/index.js +1 -1
- package/dist/esm/clusters/access-control.d.ts +96 -47
- package/dist/esm/clusters/access-control.d.ts.map +1 -1
- package/dist/esm/clusters/access-control.js +16 -8
- package/dist/esm/clusters/access-control.js.map +1 -1
- package/dist/esm/clusters/account-login.d.ts +20 -20
- package/dist/esm/clusters/account-login.js +12 -12
- package/dist/esm/clusters/actions.d.ts +36 -5
- package/dist/esm/clusters/actions.d.ts.map +1 -1
- package/dist/esm/clusters/actions.js +26 -1
- package/dist/esm/clusters/actions.js.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.d.ts +29 -25
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +7 -6
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/air-quality.js.map +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +4 -4
- package/dist/esm/clusters/alarm-base.js +2 -2
- package/dist/esm/clusters/application-launcher.d.ts +49 -23
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +7 -3
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/basic-information.d.ts +22 -19
- package/dist/esm/clusters/basic-information.d.ts.map +1 -1
- package/dist/esm/clusters/basic-information.js +22 -18
- package/dist/esm/clusters/basic-information.js.map +1 -1
- package/dist/esm/clusters/boolean-state-configuration.d.ts +15 -15
- package/dist/esm/clusters/boolean-state-configuration.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +56 -12
- package/dist/esm/clusters/bridged-device-basic-information.d.ts.map +1 -1
- package/dist/esm/clusters/bridged-device-basic-information.js +19 -4
- package/dist/esm/clusters/bridged-device-basic-information.js.map +1 -1
- package/dist/esm/clusters/channel.d.ts +12 -0
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +4 -0
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +128 -119
- package/dist/esm/clusters/color-control.d.ts.map +1 -1
- package/dist/esm/clusters/color-control.js +52 -68
- package/dist/esm/clusters/color-control.js.map +1 -1
- package/dist/esm/clusters/commissioner-control.d.ts +8 -4
- package/dist/esm/clusters/commissioner-control.d.ts.map +1 -1
- package/dist/esm/clusters/commissioner-control.js +5 -1
- package/dist/esm/clusters/commissioner-control.js.map +1 -1
- package/dist/esm/clusters/concentration-measurement.d.ts +7 -9
- package/dist/esm/clusters/concentration-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/concentration-measurement.js +11 -12
- package/dist/esm/clusters/concentration-measurement.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +44 -30
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +6 -6
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +32 -32
- package/dist/esm/clusters/content-launcher.js +1 -1
- package/dist/esm/clusters/descriptor.d.ts +43 -10
- package/dist/esm/clusters/descriptor.d.ts.map +1 -1
- package/dist/esm/clusters/descriptor.js +22 -5
- package/dist/esm/clusters/descriptor.js.map +1 -1
- package/dist/esm/clusters/device-energy-management-mode.d.ts +9 -0
- package/dist/esm/clusters/device-energy-management-mode.d.ts.map +1 -1
- package/dist/esm/clusters/device-energy-management-mode.js +3 -0
- package/dist/esm/clusters/device-energy-management-mode.js.map +1 -1
- package/dist/esm/clusters/device-energy-management.d.ts +133 -24
- package/dist/esm/clusters/device-energy-management.d.ts.map +1 -1
- package/dist/esm/clusters/device-energy-management.js +38 -12
- package/dist/esm/clusters/device-energy-management.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +3 -3
- package/dist/esm/clusters/dishwasher-alarm.js +1 -1
- package/dist/esm/clusters/dishwasher-mode.d.ts +9 -0
- package/dist/esm/clusters/dishwasher-mode.d.ts.map +1 -1
- package/dist/esm/clusters/dishwasher-mode.js +3 -0
- package/dist/esm/clusters/dishwasher-mode.js.map +1 -1
- package/dist/esm/clusters/door-lock.d.ts +182 -266
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +81 -112
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +93 -49
- package/dist/esm/clusters/ecosystem-information.d.ts.map +1 -1
- package/dist/esm/clusters/ecosystem-information.js +37 -25
- package/dist/esm/clusters/ecosystem-information.js.map +1 -1
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +285 -209
- package/dist/esm/clusters/electrical-energy-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/electrical-energy-measurement.js +33 -13
- package/dist/esm/clusters/electrical-energy-measurement.js.map +2 -2
- package/dist/esm/clusters/electrical-power-measurement.d.ts +201 -126
- package/dist/esm/clusters/electrical-power-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/electrical-power-measurement.js +45 -23
- package/dist/esm/clusters/electrical-power-measurement.js.map +2 -2
- package/dist/esm/clusters/energy-evse-mode.d.ts +9 -0
- package/dist/esm/clusters/energy-evse-mode.d.ts.map +1 -1
- package/dist/esm/clusters/energy-evse-mode.js +3 -0
- package/dist/esm/clusters/energy-evse-mode.js.map +1 -1
- package/dist/esm/clusters/energy-evse.d.ts +61 -45
- package/dist/esm/clusters/energy-evse.d.ts.map +1 -1
- package/dist/esm/clusters/energy-evse.js +28 -33
- package/dist/esm/clusters/energy-evse.js.map +1 -1
- package/dist/esm/clusters/energy-preference.d.ts +5 -9
- package/dist/esm/clusters/energy-preference.d.ts.map +1 -1
- package/dist/esm/clusters/energy-preference.js +1 -3
- package/dist/esm/clusters/energy-preference.js.map +1 -1
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +59 -69
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/ethernet-network-diagnostics.js +21 -25
- package/dist/esm/clusters/ethernet-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/fan-control.d.ts +334 -148
- package/dist/esm/clusters/fan-control.d.ts.map +1 -1
- package/dist/esm/clusters/fan-control.js +107 -56
- package/dist/esm/clusters/fan-control.js.map +1 -1
- package/dist/esm/clusters/flow-measurement.js +1 -1
- package/dist/esm/clusters/flow-measurement.js.map +1 -1
- package/dist/esm/clusters/general-commissioning.d.ts +90 -69
- package/dist/esm/clusters/general-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/general-commissioning.js +26 -23
- package/dist/esm/clusters/general-commissioning.js.map +1 -1
- package/dist/esm/clusters/general-diagnostics.d.ts +51 -52
- package/dist/esm/clusters/general-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/general-diagnostics.js +13 -13
- package/dist/esm/clusters/general-diagnostics.js.map +1 -1
- package/dist/esm/clusters/group-key-management.d.ts +28 -22
- package/dist/esm/clusters/group-key-management.d.ts.map +1 -1
- package/dist/esm/clusters/group-key-management.js +13 -10
- package/dist/esm/clusters/group-key-management.js.map +1 -1
- package/dist/esm/clusters/groups.d.ts +0 -12
- package/dist/esm/clusters/groups.d.ts.map +1 -1
- package/dist/esm/clusters/groups.js +1 -7
- package/dist/esm/clusters/groups.js.map +1 -1
- package/dist/esm/clusters/icd-management.d.ts +809 -145
- package/dist/esm/clusters/icd-management.d.ts.map +1 -1
- package/dist/esm/clusters/icd-management.js +182 -34
- package/dist/esm/clusters/icd-management.js.map +1 -1
- package/dist/esm/clusters/identify.d.ts +12 -1
- package/dist/esm/clusters/identify.d.ts.map +1 -1
- package/dist/esm/clusters/identify.js +13 -2
- package/dist/esm/clusters/identify.js.map +1 -1
- package/dist/esm/clusters/illuminance-measurement.js +1 -1
- package/dist/esm/clusters/illuminance-measurement.js.map +1 -1
- package/dist/esm/clusters/index.d.ts +1 -5
- package/dist/esm/clusters/index.d.ts.map +1 -1
- package/dist/esm/clusters/index.js +3 -15
- package/dist/esm/clusters/index.js.map +1 -1
- package/dist/esm/clusters/joint-fabric-administrator.d.ts +424 -0
- package/dist/esm/clusters/joint-fabric-administrator.d.ts.map +1 -0
- package/dist/esm/clusters/joint-fabric-administrator.js +265 -0
- package/dist/esm/clusters/joint-fabric-administrator.js.map +6 -0
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +1960 -805
- package/dist/esm/clusters/joint-fabric-datastore.d.ts.map +1 -1
- package/dist/esm/clusters/joint-fabric-datastore.js +993 -175
- package/dist/esm/clusters/joint-fabric-datastore.js.map +2 -2
- package/dist/esm/clusters/label.d.ts +9 -6
- package/dist/esm/clusters/label.d.ts.map +1 -1
- package/dist/esm/clusters/label.js +3 -2
- package/dist/esm/clusters/label.js.map +1 -1
- package/dist/esm/clusters/laundry-washer-controls.d.ts +9 -9
- package/dist/esm/clusters/laundry-washer-controls.js +4 -4
- package/dist/esm/clusters/laundry-washer-controls.js.map +1 -1
- package/dist/esm/clusters/laundry-washer-mode.d.ts +2 -2
- package/dist/esm/clusters/level-control.d.ts +11 -15
- package/dist/esm/clusters/level-control.d.ts.map +1 -1
- package/dist/esm/clusters/level-control.js +8 -9
- package/dist/esm/clusters/level-control.js.map +1 -1
- package/dist/esm/clusters/media-playback.d.ts +138 -12
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +41 -4
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/messages.d.ts +7 -7
- package/dist/esm/clusters/messages.js +3 -3
- package/dist/esm/clusters/microwave-oven-control.js +4 -4
- package/dist/esm/clusters/microwave-oven-control.js.map +1 -1
- package/dist/esm/clusters/microwave-oven-mode.d.ts +9 -0
- package/dist/esm/clusters/microwave-oven-mode.d.ts.map +1 -1
- package/dist/esm/clusters/microwave-oven-mode.js +3 -0
- package/dist/esm/clusters/microwave-oven-mode.js.map +1 -1
- package/dist/esm/clusters/mode-base.d.ts +31 -2
- package/dist/esm/clusters/mode-base.d.ts.map +1 -1
- package/dist/esm/clusters/mode-base.js +15 -2
- package/dist/esm/clusters/mode-base.js.map +1 -1
- package/dist/esm/clusters/mode-select.d.ts +7 -7
- package/dist/esm/clusters/mode-select.js +2 -2
- package/dist/esm/clusters/network-commissioning.d.ts +259 -201
- package/dist/esm/clusters/network-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/network-commissioning.js +41 -27
- package/dist/esm/clusters/network-commissioning.js.map +1 -1
- package/dist/esm/clusters/occupancy-sensing.d.ts +14 -20
- package/dist/esm/clusters/occupancy-sensing.d.ts.map +1 -1
- package/dist/esm/clusters/occupancy-sensing.js +4 -6
- package/dist/esm/clusters/occupancy-sensing.js.map +1 -1
- package/dist/esm/clusters/on-off.js +4 -4
- package/dist/esm/clusters/on-off.js.map +1 -1
- package/dist/esm/clusters/operational-credentials.d.ts +367 -77
- package/dist/esm/clusters/operational-credentials.d.ts.map +1 -1
- package/dist/esm/clusters/operational-credentials.js +183 -39
- package/dist/esm/clusters/operational-credentials.js.map +1 -1
- package/dist/esm/clusters/operational-state.d.ts +29 -49
- package/dist/esm/clusters/operational-state.d.ts.map +1 -1
- package/dist/esm/clusters/operational-state.js +7 -10
- package/dist/esm/clusters/operational-state.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.d.ts +54 -22
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +27 -11
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +12 -10
- package/dist/esm/clusters/ota-software-update-requestor.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.js +6 -5
- package/dist/esm/clusters/ota-software-update-requestor.js.map +1 -1
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +5 -5
- package/dist/esm/clusters/oven-cavity-operational-state.js +3 -3
- package/dist/esm/clusters/oven-mode.d.ts +150 -0
- package/dist/esm/clusters/oven-mode.d.ts.map +1 -1
- package/dist/esm/clusters/oven-mode.js +51 -1
- package/dist/esm/clusters/oven-mode.js.map +1 -1
- package/dist/esm/clusters/power-source.d.ts +18 -6
- package/dist/esm/clusters/power-source.d.ts.map +1 -1
- package/dist/esm/clusters/power-source.js +6 -2
- package/dist/esm/clusters/power-source.js.map +1 -1
- package/dist/esm/clusters/pressure-measurement.d.ts +18 -9
- package/dist/esm/clusters/pressure-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/pressure-measurement.js +10 -7
- package/dist/esm/clusters/pressure-measurement.js.map +1 -1
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +46 -37
- package/dist/esm/clusters/pump-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/pump-configuration-and-control.js +15 -12
- package/dist/esm/clusters/pump-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/refrigerator-alarm.d.ts +3 -3
- package/dist/esm/clusters/refrigerator-alarm.js +1 -1
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +9 -0
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +3 -0
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
- package/dist/esm/clusters/resource-monitoring.js +1 -1
- package/dist/esm/clusters/resource-monitoring.js.map +1 -1
- package/dist/esm/clusters/rvc-clean-mode.d.ts +16 -3
- package/dist/esm/clusters/rvc-clean-mode.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-clean-mode.js +5 -1
- package/dist/esm/clusters/rvc-clean-mode.js.map +1 -1
- package/dist/esm/clusters/rvc-operational-state.d.ts +78 -49
- package/dist/esm/clusters/rvc-operational-state.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-operational-state.js +19 -11
- package/dist/esm/clusters/rvc-operational-state.js.map +1 -1
- package/dist/esm/clusters/rvc-run-mode.d.ts +9 -0
- package/dist/esm/clusters/rvc-run-mode.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-run-mode.js +3 -0
- package/dist/esm/clusters/rvc-run-mode.js.map +1 -1
- package/dist/esm/clusters/scenes-management.d.ts +14 -45
- package/dist/esm/clusters/scenes-management.d.ts.map +1 -1
- package/dist/esm/clusters/scenes-management.js +8 -30
- package/dist/esm/clusters/scenes-management.js.map +1 -1
- package/dist/esm/clusters/service-area.d.ts +36 -40
- package/dist/esm/clusters/service-area.d.ts.map +1 -1
- package/dist/esm/clusters/service-area.js +10 -12
- package/dist/esm/clusters/service-area.js.map +1 -1
- package/dist/esm/clusters/smoke-co-alarm.d.ts +4 -9
- package/dist/esm/clusters/smoke-co-alarm.d.ts.map +1 -1
- package/dist/esm/clusters/smoke-co-alarm.js.map +1 -1
- package/dist/esm/clusters/software-diagnostics.d.ts +52 -51
- package/dist/esm/clusters/software-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/software-diagnostics.js +17 -17
- package/dist/esm/clusters/software-diagnostics.js.map +1 -1
- package/dist/esm/clusters/switch.d.ts +20 -17
- package/dist/esm/clusters/switch.d.ts.map +1 -1
- package/dist/esm/clusters/switch.js +9 -8
- package/dist/esm/clusters/switch.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +18 -9
- package/dist/esm/clusters/temperature-control.d.ts.map +1 -1
- package/dist/esm/clusters/temperature-control.js +7 -4
- package/dist/esm/clusters/temperature-control.js.map +1 -1
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts.map +1 -1
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +2 -10
- package/dist/esm/clusters/thermostat-user-interface-configuration.js.map +1 -1
- package/dist/esm/clusters/thermostat.d.ts +406 -420
- package/dist/esm/clusters/thermostat.d.ts.map +1 -1
- package/dist/esm/clusters/thermostat.js +89 -101
- package/dist/esm/clusters/thermostat.js.map +1 -1
- package/dist/esm/clusters/thread-border-router-management.d.ts +9 -9
- package/dist/esm/clusters/thread-border-router-management.js +5 -5
- package/dist/esm/clusters/thread-border-router-management.js.map +1 -1
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +479 -504
- package/dist/esm/clusters/thread-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/thread-network-diagnostics.js +171 -181
- package/dist/esm/clusters/thread-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/thread-network-directory.d.ts +3 -3
- package/dist/esm/clusters/thread-network-directory.js +5 -5
- package/dist/esm/clusters/thread-network-directory.js.map +1 -1
- package/dist/esm/clusters/time-synchronization.d.ts +159 -127
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +52 -42
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +51 -13
- package/dist/esm/clusters/unit-localization.d.ts.map +1 -1
- package/dist/esm/clusters/unit-localization.js +23 -5
- package/dist/esm/clusters/unit-localization.js.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +8 -12
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/water-heater-management.d.ts +2 -14
- package/dist/esm/clusters/water-heater-management.d.ts.map +1 -1
- package/dist/esm/clusters/water-heater-management.js +5 -9
- package/dist/esm/clusters/water-heater-management.js.map +1 -1
- package/dist/esm/clusters/water-heater-mode.d.ts +9 -0
- package/dist/esm/clusters/water-heater-mode.d.ts.map +1 -1
- package/dist/esm/clusters/water-heater-mode.js +3 -0
- package/dist/esm/clusters/water-heater-mode.js.map +1 -1
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +57 -72
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -26
- package/dist/esm/clusters/wi-fi-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/wi-fi-network-management.d.ts +39 -1
- package/dist/esm/clusters/wi-fi-network-management.d.ts.map +1 -1
- package/dist/esm/clusters/wi-fi-network-management.js +22 -3
- package/dist/esm/clusters/wi-fi-network-management.js.map +1 -1
- package/dist/esm/clusters/window-covering.d.ts +105 -3
- package/dist/esm/clusters/window-covering.d.ts.map +1 -1
- package/dist/esm/clusters/window-covering.js +35 -1
- package/dist/esm/clusters/window-covering.js.map +1 -1
- package/dist/esm/globals/Currency.d.ts +27 -0
- package/dist/esm/globals/Currency.d.ts.map +1 -0
- package/dist/esm/globals/Currency.js +15 -0
- package/dist/esm/globals/Currency.js.map +6 -0
- package/dist/esm/globals/Locationdesc.d.ts +7 -7
- package/dist/esm/globals/Locationdesc.js +5 -5
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +14 -2
- package/dist/esm/globals/MeasurementType.d.ts.map +1 -1
- package/dist/esm/globals/MeasurementType.js +3 -0
- package/dist/esm/globals/MeasurementType.js.map +1 -1
- package/dist/esm/globals/Namespace.d.ts +13 -3
- package/dist/esm/globals/Namespace.d.ts.map +1 -1
- package/dist/esm/globals/Namespace.js.map +1 -1
- package/dist/esm/globals/Price.d.ts +30 -0
- package/dist/esm/globals/Price.d.ts.map +1 -0
- package/dist/esm/globals/Price.js +13 -0
- package/dist/esm/globals/Price.js.map +6 -0
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +9 -9
- package/dist/esm/globals/Semtag.js +7 -7
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +24 -5
- package/dist/esm/globals/Status.d.ts.map +1 -1
- package/dist/esm/globals/Status.js +3 -0
- package/dist/esm/globals/Status.js.map +1 -1
- package/dist/esm/globals/ThreeLevelAuto.d.ts +33 -0
- package/dist/esm/globals/ThreeLevelAuto.d.ts.map +1 -0
- package/dist/esm/globals/ThreeLevelAuto.js +16 -0
- package/dist/esm/globals/ThreeLevelAuto.js.map +6 -0
- package/dist/esm/globals/WildcardPathFlags.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.js +1 -1
- package/dist/esm/globals/index.d.ts +3 -1
- package/dist/esm/globals/index.d.ts.map +1 -1
- package/dist/esm/globals/index.js +3 -1
- package/dist/esm/globals/index.js.map +1 -1
- package/package.json +5 -5
- package/src/cluster/mutation/{ElementModifier.ts → ClusterTypeModifier.ts} +9 -9
- package/src/cluster/mutation/MutableCluster.ts +14 -14
- package/src/cluster/mutation/index.ts +1 -1
- package/src/clusters/access-control.ts +26 -21
- package/src/clusters/account-login.ts +16 -16
- package/src/clusters/actions.ts +36 -5
- package/src/clusters/administrator-commissioning.ts +9 -8
- package/src/clusters/air-quality.ts +1 -1
- package/src/clusters/alarm-base.ts +2 -2
- package/src/clusters/application-launcher.ts +7 -3
- package/src/clusters/basic-information.ts +23 -18
- package/src/clusters/boolean-state-configuration.ts +3 -3
- package/src/clusters/bridged-device-basic-information.ts +24 -6
- package/src/clusters/channel.ts +4 -0
- package/src/clusters/color-control.ts +53 -69
- package/src/clusters/commissioner-control.ts +9 -5
- package/src/clusters/concentration-measurement.ts +12 -13
- package/src/clusters/content-control.ts +8 -6
- package/src/clusters/content-launcher.ts +2 -2
- package/src/clusters/descriptor.ts +25 -7
- package/src/clusters/device-energy-management-mode.ts +3 -0
- package/src/clusters/device-energy-management.ts +63 -13
- package/src/clusters/dishwasher-alarm.ts +1 -1
- package/src/clusters/dishwasher-mode.ts +3 -0
- package/src/clusters/door-lock.ts +102 -126
- package/src/clusters/ecosystem-information.ts +59 -31
- package/src/clusters/electrical-energy-measurement.ts +110 -17
- package/src/clusters/electrical-power-measurement.ts +116 -28
- package/src/clusters/energy-evse-mode.ts +3 -0
- package/src/clusters/energy-evse.ts +33 -38
- package/src/clusters/energy-preference.ts +3 -3
- package/src/clusters/ethernet-network-diagnostics.ts +21 -25
- package/src/clusters/fan-control.ts +109 -71
- package/src/clusters/flow-measurement.ts +1 -1
- package/src/clusters/general-commissioning.ts +43 -28
- package/src/clusters/general-diagnostics.ts +14 -14
- package/src/clusters/group-key-management.ts +15 -12
- package/src/clusters/groups.ts +1 -8
- package/src/clusters/icd-management.ts +213 -55
- package/src/clusters/identify.ts +13 -2
- package/src/clusters/illuminance-measurement.ts +1 -1
- package/src/clusters/index.ts +1 -5
- package/src/clusters/joint-fabric-administrator.ts +470 -0
- package/src/clusters/joint-fabric-datastore.ts +1433 -223
- package/src/clusters/label.ts +3 -2
- package/src/clusters/laundry-washer-controls.ts +4 -4
- package/src/clusters/laundry-washer-mode.ts +2 -2
- package/src/clusters/level-control.ts +9 -10
- package/src/clusters/media-playback.ts +45 -4
- package/src/clusters/messages.ts +3 -3
- package/src/clusters/microwave-oven-control.ts +4 -4
- package/src/clusters/microwave-oven-mode.ts +3 -0
- package/src/clusters/mode-base.ts +15 -2
- package/src/clusters/mode-select.ts +3 -3
- package/src/clusters/network-commissioning.ts +57 -31
- package/src/clusters/occupancy-sensing.ts +6 -8
- package/src/clusters/on-off.ts +4 -4
- package/src/clusters/operational-credentials.ts +336 -53
- package/src/clusters/operational-state.ts +7 -10
- package/src/clusters/ota-software-update-provider.ts +27 -11
- package/src/clusters/ota-software-update-requestor.ts +6 -5
- package/src/clusters/oven-cavity-operational-state.ts +3 -3
- package/src/clusters/oven-mode.ts +53 -1
- package/src/clusters/power-source.ts +6 -2
- package/src/clusters/pressure-measurement.ts +10 -7
- package/src/clusters/pump-configuration-and-control.ts +16 -13
- package/src/clusters/refrigerator-alarm.ts +1 -1
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +3 -0
- package/src/clusters/resource-monitoring.ts +1 -1
- package/src/clusters/rvc-clean-mode.ts +10 -2
- package/src/clusters/rvc-operational-state.ts +70 -15
- package/src/clusters/rvc-run-mode.ts +3 -0
- package/src/clusters/scenes-management.ts +8 -31
- package/src/clusters/service-area.ts +10 -12
- package/src/clusters/smoke-co-alarm.ts +4 -9
- package/src/clusters/software-diagnostics.ts +17 -17
- package/src/clusters/switch.ts +11 -10
- package/src/clusters/temperature-control.ts +7 -4
- package/src/clusters/thermostat-user-interface-configuration.ts +2 -10
- package/src/clusters/thermostat.ts +138 -155
- package/src/clusters/thread-border-router-management.ts +6 -6
- package/src/clusters/thread-network-diagnostics.ts +171 -181
- package/src/clusters/thread-network-directory.ts +5 -5
- package/src/clusters/time-synchronization.ts +56 -44
- package/src/clusters/unit-localization.ts +24 -5
- package/src/clusters/valve-configuration-and-control.ts +8 -12
- package/src/clusters/water-heater-management.ts +5 -9
- package/src/clusters/water-heater-mode.ts +3 -0
- package/src/clusters/wi-fi-network-diagnostics.ts +23 -29
- package/src/clusters/wi-fi-network-management.ts +22 -3
- package/src/clusters/window-covering.ts +35 -1
- package/src/globals/Currency.ts +32 -0
- package/src/globals/Locationdesc.ts +7 -7
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +17 -2
- package/src/globals/Namespace.ts +13 -3
- package/src/globals/Price.ts +30 -0
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +9 -9
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +27 -5
- package/src/globals/ThreeLevelAuto.ts +37 -0
- package/src/globals/WildcardPathFlags.ts +2 -2
- package/src/globals/index.ts +3 -1
- package/dist/cjs/cluster/mutation/ElementModifier.d.ts.map +0 -1
- package/dist/cjs/clusters/ballast-configuration.d.ts +0 -243
- package/dist/cjs/clusters/ballast-configuration.d.ts.map +0 -1
- package/dist/cjs/clusters/ballast-configuration.js +0 -253
- package/dist/cjs/clusters/ballast-configuration.js.map +0 -6
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +0 -172
- package/dist/cjs/clusters/joint-fabric-pki.d.ts.map +0 -1
- package/dist/cjs/clusters/joint-fabric-pki.js +0 -120
- package/dist/cjs/clusters/joint-fabric-pki.js.map +0 -6
- package/dist/cjs/clusters/proxy-configuration.d.ts +0 -79
- package/dist/cjs/clusters/proxy-configuration.d.ts.map +0 -1
- package/dist/cjs/clusters/proxy-configuration.js +0 -73
- package/dist/cjs/clusters/proxy-configuration.js.map +0 -6
- package/dist/cjs/clusters/proxy-discovery.d.ts +0 -98
- package/dist/cjs/clusters/proxy-discovery.d.ts.map +0 -1
- package/dist/cjs/clusters/proxy-discovery.js +0 -79
- package/dist/cjs/clusters/proxy-discovery.js.map +0 -6
- package/dist/cjs/clusters/valid-proxies.d.ts +0 -84
- package/dist/cjs/clusters/valid-proxies.d.ts.map +0 -1
- package/dist/cjs/clusters/valid-proxies.js +0 -68
- package/dist/cjs/clusters/valid-proxies.js.map +0 -6
- package/dist/cjs/globals/Tod.d.ts +0 -41
- package/dist/cjs/globals/Tod.d.ts.map +0 -1
- package/dist/cjs/globals/Tod.js.map +0 -6
- package/dist/esm/cluster/mutation/ElementModifier.d.ts.map +0 -1
- package/dist/esm/clusters/ballast-configuration.d.ts +0 -243
- package/dist/esm/clusters/ballast-configuration.d.ts.map +0 -1
- package/dist/esm/clusters/ballast-configuration.js +0 -233
- package/dist/esm/clusters/ballast-configuration.js.map +0 -6
- package/dist/esm/clusters/joint-fabric-pki.d.ts +0 -172
- package/dist/esm/clusters/joint-fabric-pki.d.ts.map +0 -1
- package/dist/esm/clusters/joint-fabric-pki.js +0 -100
- package/dist/esm/clusters/joint-fabric-pki.js.map +0 -6
- package/dist/esm/clusters/proxy-configuration.d.ts +0 -79
- package/dist/esm/clusters/proxy-configuration.d.ts.map +0 -1
- package/dist/esm/clusters/proxy-configuration.js +0 -53
- package/dist/esm/clusters/proxy-configuration.js.map +0 -6
- package/dist/esm/clusters/proxy-discovery.d.ts +0 -98
- package/dist/esm/clusters/proxy-discovery.d.ts.map +0 -1
- package/dist/esm/clusters/proxy-discovery.js +0 -59
- package/dist/esm/clusters/proxy-discovery.js.map +0 -6
- package/dist/esm/clusters/valid-proxies.d.ts +0 -84
- package/dist/esm/clusters/valid-proxies.d.ts.map +0 -1
- package/dist/esm/clusters/valid-proxies.js +0 -48
- package/dist/esm/clusters/valid-proxies.js.map +0 -6
- package/dist/esm/globals/Tod.d.ts +0 -41
- package/dist/esm/globals/Tod.d.ts.map +0 -1
- package/dist/esm/globals/Tod.js +0 -29
- package/dist/esm/globals/Tod.js.map +0 -6
- package/src/clusters/ballast-configuration.ts +0 -268
- package/src/clusters/joint-fabric-pki.ts +0 -200
- package/src/clusters/proxy-configuration.ts +0 -77
- package/src/clusters/proxy-discovery.ts +0 -90
- package/src/clusters/valid-proxies.ts +0 -90
- package/src/globals/Tod.ts +0 -49
|
@@ -11,10 +11,19 @@ import { TypeFromSchema } from "../tlv/TlvSchema.js";
|
|
|
11
11
|
import { Identity } from "#general";
|
|
12
12
|
export declare namespace OperationalCredentials {
|
|
13
13
|
/**
|
|
14
|
-
* This encodes a
|
|
14
|
+
* This encodes a NOC chain, underpinning a commissioned Operational Identity for a given Node.
|
|
15
15
|
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
16
|
+
* > [!NOTE]
|
|
17
|
+
*
|
|
18
|
+
* > The VVSC field is mutually exclusive with the ICAC field. If the ICAC field is non-null, the VVSC field shall
|
|
19
|
+
* be omitted. If the VVSC field is present in the structure, the ICAC field shall be null. The reason for this is
|
|
20
|
+
* to optimize storage usage, as the VID Verification Signer Certificate (VVSC) is a field that is only needed in
|
|
21
|
+
* root-per-fabric situations without ICAC present.
|
|
22
|
+
*
|
|
23
|
+
* > [!NOTE]
|
|
24
|
+
*
|
|
25
|
+
* > The Trusted Root CA Certificate (RCAC) is not included in this structure. The roots are available in the
|
|
26
|
+
* TrustedRootCertificates attribute under the same associated fabric as the one for the NOCStruct entry.
|
|
18
27
|
*
|
|
19
28
|
* @see {@link MatterSpecification.v141.Core} § 11.18.4.4
|
|
20
29
|
*/
|
|
@@ -27,19 +36,37 @@ export declare namespace OperationalCredentials {
|
|
|
27
36
|
*/
|
|
28
37
|
noc: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
29
38
|
/**
|
|
30
|
-
* This field shall contain the ICAC
|
|
39
|
+
* This field shall contain the ICAC for the struct’s associated fabric, encoded using Matter Certificate
|
|
31
40
|
* Encoding. If no ICAC is present in the chain, this field shall be set to null.
|
|
32
41
|
*
|
|
33
42
|
* @see {@link MatterSpecification.v141.Core} § 11.18.4.4.2
|
|
34
43
|
*/
|
|
35
44
|
icac: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
45
|
+
/**
|
|
46
|
+
* This field shall contain the Vendor Verification Signer Certificate (VVSC) for the struct’s associated
|
|
47
|
+
* fabric, encoded using Matter Certificate Encoding. If no VVSC is needed, this field shall be omitted (in that
|
|
48
|
+
* there shall NOT be a value present, not even an empty octet string). If the ICAC field is non-null, this
|
|
49
|
+
* field shall NOT be present.
|
|
50
|
+
*
|
|
51
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.4.3
|
|
52
|
+
*/
|
|
53
|
+
vvsc: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
36
54
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<FabricIndex>;
|
|
37
55
|
}>;
|
|
38
56
|
/**
|
|
39
|
-
* This encodes a
|
|
57
|
+
* This encodes a NOC chain, underpinning a commissioned Operational Identity for a given Node.
|
|
58
|
+
*
|
|
59
|
+
* > [!NOTE]
|
|
60
|
+
*
|
|
61
|
+
* > The VVSC field is mutually exclusive with the ICAC field. If the ICAC field is non-null, the VVSC field shall
|
|
62
|
+
* be omitted. If the VVSC field is present in the structure, the ICAC field shall be null. The reason for this is
|
|
63
|
+
* to optimize storage usage, as the VID Verification Signer Certificate (VVSC) is a field that is only needed in
|
|
64
|
+
* root-per-fabric situations without ICAC present.
|
|
40
65
|
*
|
|
41
|
-
*
|
|
42
|
-
*
|
|
66
|
+
* > [!NOTE]
|
|
67
|
+
*
|
|
68
|
+
* > The Trusted Root CA Certificate (RCAC) is not included in this structure. The roots are available in the
|
|
69
|
+
* TrustedRootCertificates attribute under the same associated fabric as the one for the NOCStruct entry.
|
|
43
70
|
*
|
|
44
71
|
* @see {@link MatterSpecification.v141.Core} § 11.18.4.4
|
|
45
72
|
*/
|
|
@@ -61,14 +88,16 @@ export declare namespace OperationalCredentials {
|
|
|
61
88
|
*/
|
|
62
89
|
rootPublicKey: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
63
90
|
/**
|
|
64
|
-
* This field shall contain the value of
|
|
65
|
-
*
|
|
91
|
+
* This field shall contain the value of VendorID associated with the fabric.
|
|
92
|
+
*
|
|
93
|
+
* This value shall have been provided by the AdminVendorID value provided in the AddNOC command that led to the
|
|
94
|
+
* creation of this FabricDescriptorStruct, or the value updated via the SetVIDVerificationStatement command,
|
|
95
|
+
* whichever was last completed. The set of allowed values is defined in AdminVendorID.
|
|
66
96
|
*
|
|
67
|
-
* The intent is to provide
|
|
68
|
-
* the Node.
|
|
97
|
+
* The intent is to provide user transparency about which entities have Administer privileges on the Node.
|
|
69
98
|
*
|
|
70
|
-
* Clients shall consider the VendorID field value to be untrustworthy until the
|
|
71
|
-
*
|
|
99
|
+
* Clients shall consider the VendorID field value to be untrustworthy until the Fabric Table Vendor ID
|
|
100
|
+
* Verification Procedure has been executed against the fabric entry having this VendorID.
|
|
72
101
|
*
|
|
73
102
|
* @see {@link MatterSpecification.v141.Core} § 11.18.4.5.2
|
|
74
103
|
*/
|
|
@@ -90,12 +119,20 @@ export declare namespace OperationalCredentials {
|
|
|
90
119
|
*/
|
|
91
120
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
92
121
|
/**
|
|
93
|
-
* This field shall contain a commissioner-set label for the fabric referenced by FabricIndex. This
|
|
122
|
+
* This field shall contain a commissioner-set label for the fabric referenced by FabricIndex. This field is set
|
|
94
123
|
* by the UpdateFabricLabel command.
|
|
95
124
|
*
|
|
96
125
|
* @see {@link MatterSpecification.v141.Core} § 11.18.4.5.5
|
|
97
126
|
*/
|
|
98
127
|
label: import("../tlv/TlvObject.js").FieldType<string>;
|
|
128
|
+
/**
|
|
129
|
+
* This field, if present, shall contain a previously-installed administrator-set vid_verification_statement
|
|
130
|
+
* value (see Section 6.4.10, “Fabric Table Vendor ID Verification Procedure”) for the fabric referenced by
|
|
131
|
+
* FabricIndex. This field is set by the SetVIDVerificationStatement command.
|
|
132
|
+
*
|
|
133
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.5.6
|
|
134
|
+
*/
|
|
135
|
+
vidVerificationStatement: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
99
136
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<FabricIndex>;
|
|
100
137
|
}>;
|
|
101
138
|
/**
|
|
@@ -121,7 +158,8 @@ export declare namespace OperationalCredentials {
|
|
|
121
158
|
interface AttestationRequest extends TypeFromSchema<typeof TlvAttestationRequest> {
|
|
122
159
|
}
|
|
123
160
|
/**
|
|
124
|
-
* This command
|
|
161
|
+
* This command is used to report the results of the AttestationRequest command. This command shall be generated in
|
|
162
|
+
* response to an Attestation Request command.
|
|
125
163
|
*
|
|
126
164
|
* See Section 11.18.4.7, “Attestation Information” for details about the generation of the fields within this
|
|
127
165
|
* response command.
|
|
@@ -146,7 +184,8 @@ export declare namespace OperationalCredentials {
|
|
|
146
184
|
attestationSignature: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
147
185
|
}>;
|
|
148
186
|
/**
|
|
149
|
-
* This command
|
|
187
|
+
* This command is used to report the results of the AttestationRequest command. This command shall be generated in
|
|
188
|
+
* response to an Attestation Request command.
|
|
150
189
|
*
|
|
151
190
|
* See Section 11.18.4.7, “Attestation Information” for details about the generation of the fields within this
|
|
152
191
|
* response command.
|
|
@@ -189,7 +228,8 @@ export declare namespace OperationalCredentials {
|
|
|
189
228
|
interface CertificateChainRequest extends TypeFromSchema<typeof TlvCertificateChainRequest> {
|
|
190
229
|
}
|
|
191
230
|
/**
|
|
192
|
-
* This command
|
|
231
|
+
* This command is used to report the results of the CertificateChainRequest command. This command shall be
|
|
232
|
+
* generated in response to a CertificateChainRequest command.
|
|
193
233
|
*
|
|
194
234
|
* @see {@link MatterSpecification.v141.Core} § 11.18.6.4
|
|
195
235
|
*/
|
|
@@ -203,7 +243,8 @@ export declare namespace OperationalCredentials {
|
|
|
203
243
|
certificate: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
204
244
|
}>;
|
|
205
245
|
/**
|
|
206
|
-
* This command
|
|
246
|
+
* This command is used to report the results of the CertificateChainRequest command. This command shall be
|
|
247
|
+
* generated in response to a CertificateChainRequest command.
|
|
207
248
|
*
|
|
208
249
|
* @see {@link MatterSpecification.v141.Core} § 11.18.6.4
|
|
209
250
|
*/
|
|
@@ -226,7 +267,8 @@ export declare namespace OperationalCredentials {
|
|
|
226
267
|
interface CsrRequest extends TypeFromSchema<typeof TlvCsrRequest> {
|
|
227
268
|
}
|
|
228
269
|
/**
|
|
229
|
-
* This command
|
|
270
|
+
* This command is used to report the results of the CSRRequest command. This command shall be generated in response
|
|
271
|
+
* to a CSRRequest Command.
|
|
230
272
|
*
|
|
231
273
|
* See Section 11.18.4.9, “NOCSR Information” for details about the generation of the fields within this response
|
|
232
274
|
* command.
|
|
@@ -251,7 +293,8 @@ export declare namespace OperationalCredentials {
|
|
|
251
293
|
attestationSignature: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
252
294
|
}>;
|
|
253
295
|
/**
|
|
254
|
-
* This command
|
|
296
|
+
* This command is used to report the results of the CSRRequest command. This command shall be generated in response
|
|
297
|
+
* to a CSRRequest Command.
|
|
255
298
|
*
|
|
256
299
|
* See Section 11.18.4.9, “NOCSR Information” for details about the generation of the fields within this response
|
|
257
300
|
* command.
|
|
@@ -287,7 +330,7 @@ export declare namespace OperationalCredentials {
|
|
|
287
330
|
ipkValue: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
288
331
|
/**
|
|
289
332
|
* If the AddNOC command succeeds according to the semantics of the following subsections, then the Access
|
|
290
|
-
* Control
|
|
333
|
+
* Control subject-id shall be used to atomically add an Access Control Entry enabling that Subject to
|
|
291
334
|
* subsequently administer the Node whose operational identity is being added by this command.
|
|
292
335
|
*
|
|
293
336
|
* The format of the new Access Control Entry, created from this, shall be:
|
|
@@ -310,10 +353,10 @@ export declare namespace OperationalCredentials {
|
|
|
310
353
|
* This field shall be set to the Vendor ID of the entity issuing the AddNOC command. This value shall NOT be
|
|
311
354
|
* one of the reserved Vendor ID values defined in Table 1, “Vendor ID Allocations”.
|
|
312
355
|
*
|
|
313
|
-
* ### Effect
|
|
356
|
+
* ### Effect on Receipt
|
|
314
357
|
*
|
|
315
|
-
* If this command is received without an armed fail-safe context (see
|
|
316
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
358
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
359
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
317
360
|
*
|
|
318
361
|
* If a prior UpdateNOC or AddNOC command was successfully executed within the fail-safe timer period, then this
|
|
319
362
|
* command shall fail with a CONSTRAINT_ERROR status code sent back to the initiator.
|
|
@@ -378,10 +421,10 @@ export declare namespace OperationalCredentials {
|
|
|
378
421
|
* new FabricIndex may be added to the ARL attribute.
|
|
379
422
|
*
|
|
380
423
|
* 8. The incoming IPKValue shall be stored in the Fabric-scoped slot within the Group Key Management cluster
|
|
381
|
-
* (see KeySetWrite), for subsequent use during CASE.
|
|
424
|
+
* (see Section 11.2.7.1, “KeySetWrite Command”), for subsequent use during CASE.
|
|
382
425
|
*
|
|
383
|
-
* 9. The Fabric Index associated with the armed fail-safe context (see
|
|
384
|
-
* the Fabric Index just allocated.
|
|
426
|
+
* 9. The Fabric Index associated with the armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
427
|
+
* Command”) shall be updated to match the Fabric Index just allocated.
|
|
385
428
|
*
|
|
386
429
|
* 10. If the current secure session was established with PASE, the receiver shall:
|
|
387
430
|
*
|
|
@@ -455,6 +498,8 @@ export declare namespace OperationalCredentials {
|
|
|
455
498
|
InvalidFabricIndex = 11
|
|
456
499
|
}
|
|
457
500
|
/**
|
|
501
|
+
* This command is used to report the results of the AddNOC, UpdateNOC, UpdateFabricLabel and RemoveFabric commands.
|
|
502
|
+
*
|
|
458
503
|
* This command shall be generated in response to the following commands:
|
|
459
504
|
*
|
|
460
505
|
* • AddNOC
|
|
@@ -477,8 +522,7 @@ export declare namespace OperationalCredentials {
|
|
|
477
522
|
*/
|
|
478
523
|
statusCode: import("../tlv/TlvObject.js").FieldType<NodeOperationalCertStatus>;
|
|
479
524
|
/**
|
|
480
|
-
*
|
|
481
|
-
* Index of the Fabric last added, removed or updated.
|
|
525
|
+
* If present, it shall contain the Fabric Index of the Fabric last added, removed or updated.
|
|
482
526
|
*
|
|
483
527
|
* @see {@link MatterSpecification.v141.Core} § 11.18.6.10.2
|
|
484
528
|
*/
|
|
@@ -493,6 +537,8 @@ export declare namespace OperationalCredentials {
|
|
|
493
537
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
494
538
|
}>;
|
|
495
539
|
/**
|
|
540
|
+
* This command is used to report the results of the AddNOC, UpdateNOC, UpdateFabricLabel and RemoveFabric commands.
|
|
541
|
+
*
|
|
496
542
|
* This command shall be generated in response to the following commands:
|
|
497
543
|
*
|
|
498
544
|
* • AddNOC
|
|
@@ -568,8 +614,8 @@ export declare namespace OperationalCredentials {
|
|
|
568
614
|
*/
|
|
569
615
|
const TlvRemoveFabricRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
570
616
|
/**
|
|
571
|
-
* This field shall contain the Fabric Index reference (see
|
|
572
|
-
* be removed from the device.
|
|
617
|
+
* This field shall contain the Fabric Index reference (see Section 7.19.2.23, “Fabric Index Type”) associated
|
|
618
|
+
* with the Fabric which is to be removed from the device.
|
|
573
619
|
*
|
|
574
620
|
* ### Effect on Receipt
|
|
575
621
|
*
|
|
@@ -634,16 +680,134 @@ export declare namespace OperationalCredentials {
|
|
|
634
680
|
*/
|
|
635
681
|
interface AddTrustedRootCertificateRequest extends TypeFromSchema<typeof TlvAddTrustedRootCertificateRequest> {
|
|
636
682
|
}
|
|
683
|
+
/**
|
|
684
|
+
* Input to the OperationalCredentials setVidVerificationStatement command
|
|
685
|
+
*
|
|
686
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.14
|
|
687
|
+
*/
|
|
688
|
+
const TlvSetVidVerificationStatementRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
689
|
+
vendorId: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/VendorId.js").VendorId>;
|
|
690
|
+
vidVerificationStatement: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
691
|
+
vvsc: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
692
|
+
}>;
|
|
693
|
+
/**
|
|
694
|
+
* Input to the OperationalCredentials setVidVerificationStatement command
|
|
695
|
+
*
|
|
696
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.14
|
|
697
|
+
*/
|
|
698
|
+
interface SetVidVerificationStatementRequest extends TypeFromSchema<typeof TlvSetVidVerificationStatementRequest> {
|
|
699
|
+
}
|
|
700
|
+
/**
|
|
701
|
+
* Input to the OperationalCredentials signVidVerificationRequest command
|
|
702
|
+
*
|
|
703
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.15
|
|
704
|
+
*/
|
|
705
|
+
const TlvSignVidVerificationRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
706
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<FabricIndex>;
|
|
707
|
+
clientChallenge: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
708
|
+
}>;
|
|
709
|
+
/**
|
|
710
|
+
* Input to the OperationalCredentials signVidVerificationRequest command
|
|
711
|
+
*
|
|
712
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.15
|
|
713
|
+
*/
|
|
714
|
+
interface SignVidVerificationRequest extends TypeFromSchema<typeof TlvSignVidVerificationRequest> {
|
|
715
|
+
}
|
|
716
|
+
/**
|
|
717
|
+
* This command is used to report the results of the SignVIDVerificationRequest command. This command shall contain
|
|
718
|
+
* the response of the SignVIDVerificationRequest, computed as described below.
|
|
719
|
+
*
|
|
720
|
+
* The FabricIndex field shall contain the same value of FabricIndex as the value from the associated
|
|
721
|
+
* SignVIDVerificationRequest.
|
|
722
|
+
*
|
|
723
|
+
* The FabricBindingVersion field shall contain value 0x01 for version 1.0 of the Matter Cryptographic Primitives.
|
|
724
|
+
*
|
|
725
|
+
* The Signature field shall contain the octet string result of CryptoSign(noc_private_key,
|
|
726
|
+
* vendor_id_verification_tbs):
|
|
727
|
+
*
|
|
728
|
+
* • noc_private_key is the operational private key associated with the Node Operational Key Pair for the
|
|
729
|
+
* FabricIndex requested in the associated SignVIDVerificationRequest.
|
|
730
|
+
*
|
|
731
|
+
* • vendor_id_verification_tbs := fabric_binding_version || client_challenge || attestation_challenge ||
|
|
732
|
+
* fabric_index || vendor_fabric_binding_message || <vid_verification_statement>
|
|
733
|
+
*
|
|
734
|
+
* ◦ fabric_binding_version is the value from the FabricBindingVersion field of this
|
|
735
|
+
* SignVIDVerificationResponse.
|
|
736
|
+
*
|
|
737
|
+
* ◦ client_challenge is the 32-octet ClientChallenge from the SignVIDVerificationRequest.
|
|
738
|
+
*
|
|
739
|
+
* ◦ attestation_challenge is the AttestationChallenge from a CASE session, resumed CASE session, or PASE
|
|
740
|
+
* session depending on the method used to establish the current secure session context over which the
|
|
741
|
+
* response will be sent.
|
|
742
|
+
*
|
|
743
|
+
* ◦ fabric_index is the 1-octet value of FabricIndex from the SignVIDVerificationRequest.
|
|
744
|
+
*
|
|
745
|
+
* ◦ vendor_fabric_binding_message is the octet string of the vendor_fabric_binding_message defined in Section
|
|
746
|
+
* 6.4.10.1, “Algorithm”.
|
|
747
|
+
*
|
|
748
|
+
* ◦ vid_verification_statement is the 85-octet (for cryptographic primitives mapping 1.0) value from the
|
|
749
|
+
* VIDVerificationStatement field of the entry in the Fabrics attribute associated with the fabric_index, if
|
|
750
|
+
* present. If there is no such field in the Fabrics attribute for the fabric_index specified, this field
|
|
751
|
+
* shall be omitted from the vendor_id_verification_tbs message.
|
|
752
|
+
*
|
|
753
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.16
|
|
754
|
+
*/
|
|
755
|
+
const TlvSignVidVerificationResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
756
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<FabricIndex>;
|
|
757
|
+
fabricBindingVersion: import("../tlv/TlvObject.js").FieldType<number>;
|
|
758
|
+
signature: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
759
|
+
}>;
|
|
760
|
+
/**
|
|
761
|
+
* This command is used to report the results of the SignVIDVerificationRequest command. This command shall contain
|
|
762
|
+
* the response of the SignVIDVerificationRequest, computed as described below.
|
|
763
|
+
*
|
|
764
|
+
* The FabricIndex field shall contain the same value of FabricIndex as the value from the associated
|
|
765
|
+
* SignVIDVerificationRequest.
|
|
766
|
+
*
|
|
767
|
+
* The FabricBindingVersion field shall contain value 0x01 for version 1.0 of the Matter Cryptographic Primitives.
|
|
768
|
+
*
|
|
769
|
+
* The Signature field shall contain the octet string result of CryptoSign(noc_private_key,
|
|
770
|
+
* vendor_id_verification_tbs):
|
|
771
|
+
*
|
|
772
|
+
* • noc_private_key is the operational private key associated with the Node Operational Key Pair for the
|
|
773
|
+
* FabricIndex requested in the associated SignVIDVerificationRequest.
|
|
774
|
+
*
|
|
775
|
+
* • vendor_id_verification_tbs := fabric_binding_version || client_challenge || attestation_challenge ||
|
|
776
|
+
* fabric_index || vendor_fabric_binding_message || <vid_verification_statement>
|
|
777
|
+
*
|
|
778
|
+
* ◦ fabric_binding_version is the value from the FabricBindingVersion field of this
|
|
779
|
+
* SignVIDVerificationResponse.
|
|
780
|
+
*
|
|
781
|
+
* ◦ client_challenge is the 32-octet ClientChallenge from the SignVIDVerificationRequest.
|
|
782
|
+
*
|
|
783
|
+
* ◦ attestation_challenge is the AttestationChallenge from a CASE session, resumed CASE session, or PASE
|
|
784
|
+
* session depending on the method used to establish the current secure session context over which the
|
|
785
|
+
* response will be sent.
|
|
786
|
+
*
|
|
787
|
+
* ◦ fabric_index is the 1-octet value of FabricIndex from the SignVIDVerificationRequest.
|
|
788
|
+
*
|
|
789
|
+
* ◦ vendor_fabric_binding_message is the octet string of the vendor_fabric_binding_message defined in Section
|
|
790
|
+
* 6.4.10.1, “Algorithm”.
|
|
791
|
+
*
|
|
792
|
+
* ◦ vid_verification_statement is the 85-octet (for cryptographic primitives mapping 1.0) value from the
|
|
793
|
+
* VIDVerificationStatement field of the entry in the Fabrics attribute associated with the fabric_index, if
|
|
794
|
+
* present. If there is no such field in the Fabrics attribute for the fabric_index specified, this field
|
|
795
|
+
* shall be omitted from the vendor_id_verification_tbs message.
|
|
796
|
+
*
|
|
797
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.16
|
|
798
|
+
*/
|
|
799
|
+
interface SignVidVerificationResponse extends TypeFromSchema<typeof TlvSignVidVerificationResponse> {
|
|
800
|
+
}
|
|
637
801
|
/**
|
|
638
802
|
* @see {@link Cluster}
|
|
639
803
|
*/
|
|
640
804
|
const ClusterInstance: MutableCluster<{
|
|
641
805
|
readonly id: 62;
|
|
642
806
|
readonly name: "OperationalCredentials";
|
|
643
|
-
readonly revision:
|
|
807
|
+
readonly revision: 2;
|
|
644
808
|
readonly attributes: {
|
|
645
809
|
/**
|
|
646
|
-
* This attribute
|
|
810
|
+
* This attribute shall contain all NOCs applicable to this Node, encoded as a read-only list of NOCStruct.
|
|
647
811
|
*
|
|
648
812
|
* Operational Certificates shall be added through the AddNOC command, and shall be removed through the
|
|
649
813
|
* RemoveFabric command.
|
|
@@ -663,18 +827,29 @@ export declare namespace OperationalCredentials {
|
|
|
663
827
|
*/
|
|
664
828
|
noc: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
665
829
|
/**
|
|
666
|
-
* This field shall contain the ICAC
|
|
830
|
+
* This field shall contain the ICAC for the struct’s associated fabric, encoded using Matter Certificate
|
|
667
831
|
* Encoding. If no ICAC is present in the chain, this field shall be set to null.
|
|
668
832
|
*
|
|
669
833
|
* @see {@link MatterSpecification.v141.Core} § 11.18.4.4.2
|
|
670
834
|
*/
|
|
671
835
|
icac: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
836
|
+
/**
|
|
837
|
+
* This field shall contain the Vendor Verification Signer Certificate (VVSC) for the struct’s associated
|
|
838
|
+
* fabric, encoded using Matter Certificate Encoding. If no VVSC is needed, this field shall be omitted (in that
|
|
839
|
+
* there shall NOT be a value present, not even an empty octet string). If the ICAC field is non-null, this
|
|
840
|
+
* field shall NOT be present.
|
|
841
|
+
*
|
|
842
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.4.3
|
|
843
|
+
*/
|
|
844
|
+
vvsc: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
672
845
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<FabricIndex>;
|
|
673
846
|
}>[], any>;
|
|
674
847
|
/**
|
|
675
|
-
*
|
|
848
|
+
* Indicates all fabrics to which this Node is commissioned, encoded as a read-only list of
|
|
676
849
|
* FabricDescriptorStruct. This information may be computed directly from the NOCs attribute.
|
|
677
850
|
*
|
|
851
|
+
* The Fabrics attribute is also known as "the fabric table".
|
|
852
|
+
*
|
|
678
853
|
* Upon Factory Data Reset, this attribute shall be set to a default value of an empty list.
|
|
679
854
|
*
|
|
680
855
|
* The number of entries in this list shall match the number of entries in the NOCs attribute.
|
|
@@ -692,14 +867,16 @@ export declare namespace OperationalCredentials {
|
|
|
692
867
|
*/
|
|
693
868
|
rootPublicKey: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
694
869
|
/**
|
|
695
|
-
* This field shall contain the value of
|
|
696
|
-
* of this FabricDescriptorStruct. The set of allowed values is defined in AdminVendorID.
|
|
870
|
+
* This field shall contain the value of VendorID associated with the fabric.
|
|
697
871
|
*
|
|
698
|
-
*
|
|
699
|
-
* the
|
|
872
|
+
* This value shall have been provided by the AdminVendorID value provided in the AddNOC command that led to the
|
|
873
|
+
* creation of this FabricDescriptorStruct, or the value updated via the SetVIDVerificationStatement command,
|
|
874
|
+
* whichever was last completed. The set of allowed values is defined in AdminVendorID.
|
|
700
875
|
*
|
|
701
|
-
*
|
|
702
|
-
*
|
|
876
|
+
* The intent is to provide user transparency about which entities have Administer privileges on the Node.
|
|
877
|
+
*
|
|
878
|
+
* Clients shall consider the VendorID field value to be untrustworthy until the Fabric Table Vendor ID
|
|
879
|
+
* Verification Procedure has been executed against the fabric entry having this VendorID.
|
|
703
880
|
*
|
|
704
881
|
* @see {@link MatterSpecification.v141.Core} § 11.18.4.5.2
|
|
705
882
|
*/
|
|
@@ -721,24 +898,32 @@ export declare namespace OperationalCredentials {
|
|
|
721
898
|
*/
|
|
722
899
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
723
900
|
/**
|
|
724
|
-
* This field shall contain a commissioner-set label for the fabric referenced by FabricIndex. This
|
|
901
|
+
* This field shall contain a commissioner-set label for the fabric referenced by FabricIndex. This field is set
|
|
725
902
|
* by the UpdateFabricLabel command.
|
|
726
903
|
*
|
|
727
904
|
* @see {@link MatterSpecification.v141.Core} § 11.18.4.5.5
|
|
728
905
|
*/
|
|
729
906
|
label: import("../tlv/TlvObject.js").FieldType<string>;
|
|
907
|
+
/**
|
|
908
|
+
* This field, if present, shall contain a previously-installed administrator-set vid_verification_statement
|
|
909
|
+
* value (see Section 6.4.10, “Fabric Table Vendor ID Verification Procedure”) for the fabric referenced by
|
|
910
|
+
* FabricIndex. This field is set by the SetVIDVerificationStatement command.
|
|
911
|
+
*
|
|
912
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.5.6
|
|
913
|
+
*/
|
|
914
|
+
vidVerificationStatement: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
730
915
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<FabricIndex>;
|
|
731
916
|
}>[], any>;
|
|
732
917
|
/**
|
|
733
|
-
*
|
|
734
|
-
*
|
|
918
|
+
* Indicates the number of Fabrics that are supported by the device. This value is fixed for a particular
|
|
919
|
+
* device.
|
|
735
920
|
*
|
|
736
921
|
* @see {@link MatterSpecification.v141.Core} § 11.18.5.3
|
|
737
922
|
*/
|
|
738
923
|
readonly supportedFabrics: FixedAttribute<number, any>;
|
|
739
924
|
/**
|
|
740
|
-
*
|
|
741
|
-
*
|
|
925
|
+
* Indicates the number of Fabrics to which the device is currently commissioned. This attribute shall be
|
|
926
|
+
* equal to the following:
|
|
742
927
|
*
|
|
743
928
|
* • The number of entries in the NOCs attribute.
|
|
744
929
|
*
|
|
@@ -750,8 +935,8 @@ export declare namespace OperationalCredentials {
|
|
|
750
935
|
*/
|
|
751
936
|
readonly commissionedFabrics: Attribute<number, any>;
|
|
752
937
|
/**
|
|
753
|
-
* This attribute shall contain
|
|
754
|
-
*
|
|
938
|
+
* This attribute shall contain the list of Trusted Root CA Certificates (RCAC) installed on the Node, as
|
|
939
|
+
* octet strings containing their Matter Certificate Encoding representation.
|
|
755
940
|
*
|
|
756
941
|
* These certificates are installed through the AddTrustedRootCertificate command.
|
|
757
942
|
*
|
|
@@ -768,7 +953,7 @@ export declare namespace OperationalCredentials {
|
|
|
768
953
|
*/
|
|
769
954
|
readonly trustedRootCertificates: Attribute<AllowSharedBufferSource[], any>;
|
|
770
955
|
/**
|
|
771
|
-
*
|
|
956
|
+
* Indicates the accessing fabric index.
|
|
772
957
|
*
|
|
773
958
|
* This attribute is useful to contextualize Fabric-Scoped entries obtained from response commands or
|
|
774
959
|
* attribute reads, since a given Fabric may be referenced by a different Fabric Index locally on a remote
|
|
@@ -780,6 +965,8 @@ export declare namespace OperationalCredentials {
|
|
|
780
965
|
};
|
|
781
966
|
readonly commands: {
|
|
782
967
|
/**
|
|
968
|
+
* This command is used to perform an attestation request.
|
|
969
|
+
*
|
|
783
970
|
* This command shall be generated to request the Attestation Information, in the form of an
|
|
784
971
|
* AttestationResponse Command. If the AttestationNonce that is provided in the command is malformed, a
|
|
785
972
|
* recipient shall fail the command with a Status Code of INVALID_COMMAND. The AttestationNonce field shall
|
|
@@ -805,6 +992,8 @@ export declare namespace OperationalCredentials {
|
|
|
805
992
|
attestationSignature: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
806
993
|
}>, any>;
|
|
807
994
|
/**
|
|
995
|
+
* This command is used to request a certificate from the device attestation certificate chain.
|
|
996
|
+
*
|
|
808
997
|
* If the CertificateType is not a valid value per CertificateChainTypeEnum then the command shall fail with
|
|
809
998
|
* a Status Code of INVALID_COMMAND.
|
|
810
999
|
*
|
|
@@ -822,6 +1011,8 @@ export declare namespace OperationalCredentials {
|
|
|
822
1011
|
certificate: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
823
1012
|
}>, any>;
|
|
824
1013
|
/**
|
|
1014
|
+
* This command is used to perform a CSR request.
|
|
1015
|
+
*
|
|
825
1016
|
* This command shall be generated to execute the Node Operational CSR Procedure and subsequently return the
|
|
826
1017
|
* NOCSR Information, in the form of a CSRResponse Command.
|
|
827
1018
|
*
|
|
@@ -833,12 +1024,13 @@ export declare namespace OperationalCredentials {
|
|
|
833
1024
|
* resulting subsequent certificate issued from the CSR with the UpdateNOC command, which is forbidden over
|
|
834
1025
|
* PASE sessions.
|
|
835
1026
|
*
|
|
836
|
-
* If the IsForUpdateNOC field is present and set to true, the internal state of the CSR associated
|
|
1027
|
+
* If the IsForUpdateNOC field is present and set to true, the internal state of the CSR associated key pair
|
|
837
1028
|
* shall be tagged as being for a subsequent UpdateNOC, otherwise the internal state of the CSR shall be
|
|
838
|
-
* tagged as being for a subsequent AddNOC. See
|
|
1029
|
+
* tagged as being for a subsequent AddNOC. See Section 11.18.6.8, “AddNOC Command” and Section 11.18.6.9,
|
|
1030
|
+
* “UpdateNOC Command” for details about the processing.
|
|
839
1031
|
*
|
|
840
|
-
* If this command is received without an armed fail-safe context (see
|
|
841
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1032
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
1033
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
842
1034
|
*
|
|
843
1035
|
* If a prior UpdateNOC or AddNOC command was successfully executed within the fail-safe timer period, then
|
|
844
1036
|
* this command shall fail with a CONSTRAINT_ERROR status code sent back to the initiator.
|
|
@@ -868,6 +1060,8 @@ export declare namespace OperationalCredentials {
|
|
|
868
1060
|
attestationSignature: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
869
1061
|
}>, any>;
|
|
870
1062
|
/**
|
|
1063
|
+
* This command is used to add a new NOC to the device.
|
|
1064
|
+
*
|
|
871
1065
|
* This command shall add a new NOC chain to the device and commission a new Fabric association upon
|
|
872
1066
|
* successful validation of all arguments and preconditions.
|
|
873
1067
|
*
|
|
@@ -900,7 +1094,7 @@ export declare namespace OperationalCredentials {
|
|
|
900
1094
|
ipkValue: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
901
1095
|
/**
|
|
902
1096
|
* If the AddNOC command succeeds according to the semantics of the following subsections, then the Access
|
|
903
|
-
* Control
|
|
1097
|
+
* Control subject-id shall be used to atomically add an Access Control Entry enabling that Subject to
|
|
904
1098
|
* subsequently administer the Node whose operational identity is being added by this command.
|
|
905
1099
|
*
|
|
906
1100
|
* The format of the new Access Control Entry, created from this, shall be:
|
|
@@ -923,10 +1117,10 @@ export declare namespace OperationalCredentials {
|
|
|
923
1117
|
* This field shall be set to the Vendor ID of the entity issuing the AddNOC command. This value shall NOT be
|
|
924
1118
|
* one of the reserved Vendor ID values defined in Table 1, “Vendor ID Allocations”.
|
|
925
1119
|
*
|
|
926
|
-
* ### Effect
|
|
1120
|
+
* ### Effect on Receipt
|
|
927
1121
|
*
|
|
928
|
-
* If this command is received without an armed fail-safe context (see
|
|
929
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1122
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
1123
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
930
1124
|
*
|
|
931
1125
|
* If a prior UpdateNOC or AddNOC command was successfully executed within the fail-safe timer period, then this
|
|
932
1126
|
* command shall fail with a CONSTRAINT_ERROR status code sent back to the initiator.
|
|
@@ -991,10 +1185,10 @@ export declare namespace OperationalCredentials {
|
|
|
991
1185
|
* new FabricIndex may be added to the ARL attribute.
|
|
992
1186
|
*
|
|
993
1187
|
* 8. The incoming IPKValue shall be stored in the Fabric-scoped slot within the Group Key Management cluster
|
|
994
|
-
* (see KeySetWrite), for subsequent use during CASE.
|
|
1188
|
+
* (see Section 11.2.7.1, “KeySetWrite Command”), for subsequent use during CASE.
|
|
995
1189
|
*
|
|
996
|
-
* 9. The Fabric Index associated with the armed fail-safe context (see
|
|
997
|
-
* the Fabric Index just allocated.
|
|
1190
|
+
* 9. The Fabric Index associated with the armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
1191
|
+
* Command”) shall be updated to match the Fabric Index just allocated.
|
|
998
1192
|
*
|
|
999
1193
|
* 10. If the current secure session was established with PASE, the receiver shall:
|
|
1000
1194
|
*
|
|
@@ -1019,8 +1213,7 @@ export declare namespace OperationalCredentials {
|
|
|
1019
1213
|
*/
|
|
1020
1214
|
statusCode: import("../tlv/TlvObject.js").FieldType<NodeOperationalCertStatus>;
|
|
1021
1215
|
/**
|
|
1022
|
-
*
|
|
1023
|
-
* Index of the Fabric last added, removed or updated.
|
|
1216
|
+
* If present, it shall contain the Fabric Index of the Fabric last added, removed or updated.
|
|
1024
1217
|
*
|
|
1025
1218
|
* @see {@link MatterSpecification.v141.Core} § 11.18.6.10.2
|
|
1026
1219
|
*/
|
|
@@ -1035,6 +1228,8 @@ export declare namespace OperationalCredentials {
|
|
|
1035
1228
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1036
1229
|
}>, any>;
|
|
1037
1230
|
/**
|
|
1231
|
+
* This command is used to update an existing NOC on the device.
|
|
1232
|
+
*
|
|
1038
1233
|
* This command shall replace the NOC and optional associated ICAC (if present) scoped under the accessing
|
|
1039
1234
|
* fabric upon successful validation of all arguments and preconditions. The new value shall immediately be
|
|
1040
1235
|
* reflected in the NOCs list attribute.
|
|
@@ -1044,10 +1239,10 @@ export declare namespace OperationalCredentials {
|
|
|
1044
1239
|
*
|
|
1045
1240
|
* A Commissioner or Administrator SHOULD issue this command after performing the Attestation Procedure.
|
|
1046
1241
|
*
|
|
1047
|
-
* ### Effect
|
|
1242
|
+
* ### Effect on Receipt
|
|
1048
1243
|
*
|
|
1049
|
-
* If this command is received without an armed fail-safe context (see
|
|
1050
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1244
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
1245
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1051
1246
|
*
|
|
1052
1247
|
* If a prior UpdateNOC or AddNOC command was successfully executed within the fail-safe timer period, then
|
|
1053
1248
|
* this command shall fail with a CONSTRAINT_ERROR status code sent back to the initiator.
|
|
@@ -1103,8 +1298,7 @@ export declare namespace OperationalCredentials {
|
|
|
1103
1298
|
*/
|
|
1104
1299
|
statusCode: import("../tlv/TlvObject.js").FieldType<NodeOperationalCertStatus>;
|
|
1105
1300
|
/**
|
|
1106
|
-
*
|
|
1107
|
-
* Index of the Fabric last added, removed or updated.
|
|
1301
|
+
* If present, it shall contain the Fabric Index of the Fabric last added, removed or updated.
|
|
1108
1302
|
*
|
|
1109
1303
|
* @see {@link MatterSpecification.v141.Core} § 11.18.6.10.2
|
|
1110
1304
|
*/
|
|
@@ -1119,6 +1313,8 @@ export declare namespace OperationalCredentials {
|
|
|
1119
1313
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1120
1314
|
}>, any>;
|
|
1121
1315
|
/**
|
|
1316
|
+
* This command is used to set the user-visible fabric label for a given Fabric.
|
|
1317
|
+
*
|
|
1122
1318
|
* This command shall be used by an Administrator to set the user-visible Label field for a given Fabric, as
|
|
1123
1319
|
* reflected by entries in the Fabrics attribute. An Administrator shall use this command to set the Label
|
|
1124
1320
|
* to a string (possibly selected by the user themselves) that the user can recognize and relate to this
|
|
@@ -1164,8 +1360,7 @@ export declare namespace OperationalCredentials {
|
|
|
1164
1360
|
*/
|
|
1165
1361
|
statusCode: import("../tlv/TlvObject.js").FieldType<NodeOperationalCertStatus>;
|
|
1166
1362
|
/**
|
|
1167
|
-
*
|
|
1168
|
-
* Index of the Fabric last added, removed or updated.
|
|
1363
|
+
* If present, it shall contain the Fabric Index of the Fabric last added, removed or updated.
|
|
1169
1364
|
*
|
|
1170
1365
|
* @see {@link MatterSpecification.v141.Core} § 11.18.6.10.2
|
|
1171
1366
|
*/
|
|
@@ -1180,12 +1375,16 @@ export declare namespace OperationalCredentials {
|
|
|
1180
1375
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1181
1376
|
}>, any>;
|
|
1182
1377
|
/**
|
|
1378
|
+
* This command is used to remove a Fabric from the device.
|
|
1379
|
+
*
|
|
1183
1380
|
* This command is used by Administrators to remove a given Fabric and delete all associated fabric-scoped
|
|
1184
1381
|
* data.
|
|
1185
1382
|
*
|
|
1186
1383
|
* If the given Fabric being removed is the last one to reference a given Trusted Root CA Certificate stored
|
|
1187
1384
|
* in the Trusted Root Certificates list, then that Trusted Root Certificate shall be removed.
|
|
1188
1385
|
*
|
|
1386
|
+
* ### WARNING
|
|
1387
|
+
*
|
|
1189
1388
|
* This command, if referring to an already existing Fabric not under the control of the invoking
|
|
1190
1389
|
* Administrator, shall ONLY be invoked after obtaining some form of explicit user consent through some
|
|
1191
1390
|
* method executed by the Administrator or Commissioner. This method of obtaining consent SHOULD employ as
|
|
@@ -1200,8 +1399,8 @@ export declare namespace OperationalCredentials {
|
|
|
1200
1399
|
*/
|
|
1201
1400
|
readonly removeFabric: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1202
1401
|
/**
|
|
1203
|
-
* This field shall contain the Fabric Index reference (see
|
|
1204
|
-
* be removed from the device.
|
|
1402
|
+
* This field shall contain the Fabric Index reference (see Section 7.19.2.23, “Fabric Index Type”) associated
|
|
1403
|
+
* with the Fabric which is to be removed from the device.
|
|
1205
1404
|
*
|
|
1206
1405
|
* ### Effect on Receipt
|
|
1207
1406
|
*
|
|
@@ -1251,8 +1450,7 @@ export declare namespace OperationalCredentials {
|
|
|
1251
1450
|
*/
|
|
1252
1451
|
statusCode: import("../tlv/TlvObject.js").FieldType<NodeOperationalCertStatus>;
|
|
1253
1452
|
/**
|
|
1254
|
-
*
|
|
1255
|
-
* Index of the Fabric last added, removed or updated.
|
|
1453
|
+
* If present, it shall contain the Fabric Index of the Fabric last added, removed or updated.
|
|
1256
1454
|
*
|
|
1257
1455
|
* @see {@link MatterSpecification.v141.Core} § 11.18.6.10.2
|
|
1258
1456
|
*/
|
|
@@ -1267,6 +1465,8 @@ export declare namespace OperationalCredentials {
|
|
|
1267
1465
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1268
1466
|
}>, any>;
|
|
1269
1467
|
/**
|
|
1468
|
+
* This command is used to add a trusted root certificate to the device.
|
|
1469
|
+
*
|
|
1270
1470
|
* This command shall add a Trusted Root CA Certificate, provided as its Matter Certificate Encoding
|
|
1271
1471
|
* representation, to the TrustedRootCertificates Attribute list and shall ensure the next AddNOC command
|
|
1272
1472
|
* executed uses the provided certificate as its root of trust.
|
|
@@ -1274,8 +1474,8 @@ export declare namespace OperationalCredentials {
|
|
|
1274
1474
|
* If the certificate from the RootCACertificate field is already installed, based on exact byte-for-byte
|
|
1275
1475
|
* equality, then this command shall succeed with no change to the list.
|
|
1276
1476
|
*
|
|
1277
|
-
* If this command is received without an armed fail-safe context (see
|
|
1278
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1477
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
1478
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1279
1479
|
*
|
|
1280
1480
|
* If a prior AddTrustedRootCertificate command was successfully invoked within the fail-safe timer period,
|
|
1281
1481
|
* which would cause the new invocation to add a second root certificate within a given fail-safe timer
|
|
@@ -1296,11 +1496,101 @@ export declare namespace OperationalCredentials {
|
|
|
1296
1496
|
readonly addTrustedRootCertificate: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1297
1497
|
rootCaCertificate: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
1298
1498
|
}>, void, any>;
|
|
1499
|
+
/**
|
|
1500
|
+
* This command is used to manage the VendorID and VIDVerificationStatement fields of the Fabrics attribute,
|
|
1501
|
+
* and the VVSC field of an entry in the NOCs attribute.
|
|
1502
|
+
*
|
|
1503
|
+
* This command shall be used to one or more of the following:
|
|
1504
|
+
*
|
|
1505
|
+
* • Update the VendorID associated with an entry in the Fabrics attribute.
|
|
1506
|
+
*
|
|
1507
|
+
* • Associate or remove a VIDVerificationStatement associated with an entry in the Fabrics attribute.
|
|
1508
|
+
*
|
|
1509
|
+
* • Associate or remove a VendorVerificationSigningCertificate (VVSC) associated with an entry in the
|
|
1510
|
+
* NOCs attribute.
|
|
1511
|
+
*
|
|
1512
|
+
* This command shall only operate against the Fabrics and NOCs attribute entries associated with the
|
|
1513
|
+
* accessing fabric index.
|
|
1514
|
+
*
|
|
1515
|
+
* ### Effect on Receipt
|
|
1516
|
+
*
|
|
1517
|
+
* If the VendorID field is present, the value of the VendorID in the Fabrics attribute entry associated
|
|
1518
|
+
* with the accessing fabric index shall have its value replaced with the value from the command field.
|
|
1519
|
+
*
|
|
1520
|
+
* If the VVSC field is present, but the ICAC field is already present in the NOCs attribute entry
|
|
1521
|
+
* associated with the accessing fabric index, then the command shall fail with a status code of
|
|
1522
|
+
* INVALID_COMMAND.
|
|
1523
|
+
*
|
|
1524
|
+
* If the VIDVerificationStatement field is present:
|
|
1525
|
+
*
|
|
1526
|
+
* • If the length of the field’s value is neither exactly 0 nor exactly 85, then the command shall fail
|
|
1527
|
+
* with a status code of CONSTRAINT_ERROR.
|
|
1528
|
+
*
|
|
1529
|
+
* • If the length of the field’s value is exactly 0, then the VIDVerificationStatement field in the
|
|
1530
|
+
* Fabrics attribute entry associated with the accessing fabric index shall be erased and the field
|
|
1531
|
+
* shall disappear from the Fabrics entry.
|
|
1532
|
+
*
|
|
1533
|
+
* • If the length of the field’s value is exactly 85, then the VIDVerificationStatement field in the
|
|
1534
|
+
* Fabrics attribute entry associated with the accessing fabric index shall have its value replaced with
|
|
1535
|
+
* the value from the command field.
|
|
1536
|
+
*
|
|
1537
|
+
* If the VVSC field is present:
|
|
1538
|
+
*
|
|
1539
|
+
* • If the length of the field’s value is exactly 0, then the VVSC field in the NOCs attribute entry
|
|
1540
|
+
* associated with the accessing fabric index shall be erased and the field shall disappear from the
|
|
1541
|
+
* NOCs entry.
|
|
1542
|
+
*
|
|
1543
|
+
* • If the length of the field’s value is not 0, then the VVSC field in the NOCs attribute entry
|
|
1544
|
+
* associated with the accessing fabric index shall have its value replaced with the value from the
|
|
1545
|
+
* command field. The contents of the certificate need not be validated by the server. Clients shall
|
|
1546
|
+
* validate the contents at time of use.
|
|
1547
|
+
*
|
|
1548
|
+
* If the command was invoked within a fail-safe context after a successful AddNOC or UpdateNOC command,
|
|
1549
|
+
* then the field updates shall apply to the pending update state that will be reverted if fail-safe expires
|
|
1550
|
+
* prior to a CommissioningComplete command. In other words, field updates apply to the state of the Fabrics
|
|
1551
|
+
* Attribute as currently visible, even for an existing fabric currently in process of being updated.
|
|
1552
|
+
*
|
|
1553
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.14
|
|
1554
|
+
*/
|
|
1555
|
+
readonly setVidVerificationStatement: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1556
|
+
vendorId: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/VendorId.js").VendorId>;
|
|
1557
|
+
vidVerificationStatement: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
1558
|
+
vvsc: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
1559
|
+
}>, void, any>;
|
|
1560
|
+
/**
|
|
1561
|
+
* This command is used to authenticate the fabric associated with the FabricIndex.
|
|
1562
|
+
*
|
|
1563
|
+
* This command shall be used to request that the server authenticate the fabric associated with the
|
|
1564
|
+
* FabricIndex given by generating the response described in Section 6.4.10, “Fabric Table Vendor ID
|
|
1565
|
+
* Verification Procedure”.
|
|
1566
|
+
*
|
|
1567
|
+
* The FabricIndex field shall contain the fabric index being targeted by the request.
|
|
1568
|
+
*
|
|
1569
|
+
* The ClientChallenge field shall contain a client-provided random challenge to be used during the
|
|
1570
|
+
* signature procedure.
|
|
1571
|
+
*
|
|
1572
|
+
* ### Effect on Receipt
|
|
1573
|
+
*
|
|
1574
|
+
* If the FabricIndex field contains a fabric index which does not have an associated entry in the Fabrics
|
|
1575
|
+
* attribute, then the command shall fail with a status code of CONSTRAINT_ERROR.
|
|
1576
|
+
*
|
|
1577
|
+
* Otherwise, if no other errors have occurred, the command shall generate a SignVIDVerificationResponse.
|
|
1578
|
+
*
|
|
1579
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.15
|
|
1580
|
+
*/
|
|
1581
|
+
readonly signVidVerificationRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1582
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<FabricIndex>;
|
|
1583
|
+
clientChallenge: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
1584
|
+
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1585
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<FabricIndex>;
|
|
1586
|
+
fabricBindingVersion: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1587
|
+
signature: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
1588
|
+
}>, any>;
|
|
1299
1589
|
};
|
|
1300
1590
|
}, []>;
|
|
1301
1591
|
/**
|
|
1302
|
-
* This cluster is used to add or remove Node Operational credentials on a Commissionee or Node,
|
|
1303
|
-
* the associated Fabrics.
|
|
1592
|
+
* This cluster is used to add or remove Node Operational credentials on a Commissionee or already-configured Node,
|
|
1593
|
+
* as well as manage the associated Fabrics.
|
|
1304
1594
|
*
|
|
1305
1595
|
* @see {@link MatterSpecification.v141.Core} § 11.18
|
|
1306
1596
|
*/
|