@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
|
@@ -29,15 +29,14 @@ var import_model = require("#model");
|
|
|
29
29
|
var import_NodeId = require("../datatype/NodeId.js");
|
|
30
30
|
var import_VendorId = require("../datatype/VendorId.js");
|
|
31
31
|
var import_TlvArray = require("../tlv/TlvArray.js");
|
|
32
|
-
var import_group_key_management = require("./group-key-management.js");
|
|
33
32
|
var import_TlvObject = require("../tlv/TlvObject.js");
|
|
34
33
|
var import_TlvNumber = require("../tlv/TlvNumber.js");
|
|
35
|
-
var
|
|
36
|
-
var import_FabricIndex = require("../datatype/FabricIndex.js");
|
|
34
|
+
var import_TlvNullable = require("../tlv/TlvNullable.js");
|
|
37
35
|
var import_EndpointNumber = require("../datatype/EndpointNumber.js");
|
|
38
36
|
var import_GroupId = require("../datatype/GroupId.js");
|
|
39
|
-
var
|
|
40
|
-
var
|
|
37
|
+
var import_ClusterId = require("../datatype/ClusterId.js");
|
|
38
|
+
var import_SubjectId = require("../datatype/SubjectId.js");
|
|
39
|
+
var import_DeviceTypeId = require("../datatype/DeviceTypeId.js");
|
|
41
40
|
var import_ClusterRegistry = require("../cluster/ClusterRegistry.js");
|
|
42
41
|
/**
|
|
43
42
|
* @license
|
|
@@ -46,51 +45,91 @@ var import_ClusterRegistry = require("../cluster/ClusterRegistry.js");
|
|
|
46
45
|
*/
|
|
47
46
|
var JointFabricDatastore;
|
|
48
47
|
((JointFabricDatastore2) => {
|
|
48
|
+
let DatastoreGroupKeySecurityPolicy;
|
|
49
|
+
((DatastoreGroupKeySecurityPolicy2) => {
|
|
50
|
+
DatastoreGroupKeySecurityPolicy2[DatastoreGroupKeySecurityPolicy2["TrustFirst"] = 0] = "TrustFirst";
|
|
51
|
+
})(DatastoreGroupKeySecurityPolicy = JointFabricDatastore2.DatastoreGroupKeySecurityPolicy || (JointFabricDatastore2.DatastoreGroupKeySecurityPolicy = {}));
|
|
52
|
+
let DatastoreGroupKeyMulticastPolicy;
|
|
53
|
+
((DatastoreGroupKeyMulticastPolicy2) => {
|
|
54
|
+
DatastoreGroupKeyMulticastPolicy2[DatastoreGroupKeyMulticastPolicy2["PerGroupId"] = 0] = "PerGroupId";
|
|
55
|
+
DatastoreGroupKeyMulticastPolicy2[DatastoreGroupKeyMulticastPolicy2["AllNodes"] = 1] = "AllNodes";
|
|
56
|
+
})(DatastoreGroupKeyMulticastPolicy = JointFabricDatastore2.DatastoreGroupKeyMulticastPolicy || (JointFabricDatastore2.DatastoreGroupKeyMulticastPolicy = {}));
|
|
57
|
+
JointFabricDatastore2.TlvDatastoreGroupKeySet = (0, import_TlvObject.TlvObject)({
|
|
58
|
+
groupKeySetId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
|
|
59
|
+
groupKeySecurityPolicy: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)()),
|
|
60
|
+
epochKey0: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvByteString.bound({ length: 16 }))),
|
|
61
|
+
epochStartTime0: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvEpochUs)),
|
|
62
|
+
epochKey1: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvByteString.bound({ length: 16 }))),
|
|
63
|
+
epochStartTime1: (0, import_TlvObject.TlvField)(5, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvEpochUs)),
|
|
64
|
+
epochKey2: (0, import_TlvObject.TlvField)(6, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvByteString.bound({ length: 16 }))),
|
|
65
|
+
epochStartTime2: (0, import_TlvObject.TlvField)(7, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvEpochUs)),
|
|
66
|
+
groupKeyMulticastPolicy: (0, import_TlvObject.TlvOptionalField)(8, (0, import_TlvNumber.TlvEnum)())
|
|
67
|
+
});
|
|
68
|
+
let DatastoreAccessControlEntryPrivilege;
|
|
69
|
+
((DatastoreAccessControlEntryPrivilege2) => {
|
|
70
|
+
DatastoreAccessControlEntryPrivilege2[DatastoreAccessControlEntryPrivilege2["View"] = 1] = "View";
|
|
71
|
+
DatastoreAccessControlEntryPrivilege2[DatastoreAccessControlEntryPrivilege2["ProxyView"] = 2] = "ProxyView";
|
|
72
|
+
DatastoreAccessControlEntryPrivilege2[DatastoreAccessControlEntryPrivilege2["Operate"] = 3] = "Operate";
|
|
73
|
+
DatastoreAccessControlEntryPrivilege2[DatastoreAccessControlEntryPrivilege2["Manage"] = 4] = "Manage";
|
|
74
|
+
DatastoreAccessControlEntryPrivilege2[DatastoreAccessControlEntryPrivilege2["Administer"] = 5] = "Administer";
|
|
75
|
+
})(DatastoreAccessControlEntryPrivilege = JointFabricDatastore2.DatastoreAccessControlEntryPrivilege || (JointFabricDatastore2.DatastoreAccessControlEntryPrivilege = {}));
|
|
49
76
|
JointFabricDatastore2.TlvDatastoreGroupInformationEntry = (0, import_TlvObject.TlvObject)({
|
|
50
77
|
/**
|
|
51
78
|
* The unique identifier for the group.
|
|
52
79
|
*
|
|
53
|
-
* @see {@link MatterSpecification.v141.Core} § 11.24.5.
|
|
80
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.5.1
|
|
54
81
|
*/
|
|
55
82
|
groupId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt64),
|
|
56
83
|
/**
|
|
57
84
|
* The friendly name for the group.
|
|
58
85
|
*
|
|
59
|
-
* @see {@link MatterSpecification.v141.Core} § 11.24.5.
|
|
86
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.5.2
|
|
60
87
|
*/
|
|
61
88
|
friendlyName: (0, import_TlvObject.TlvField)(1, import_TlvString.TlvString.bound({ maxLength: 32 })),
|
|
62
89
|
/**
|
|
63
90
|
* The unique identifier for the group key set.
|
|
64
91
|
*
|
|
65
|
-
*
|
|
92
|
+
* This value may be null when multicast communication is not used for the group. When GroupPermission is Admin
|
|
93
|
+
* or Manage, this value shall be null.
|
|
94
|
+
*
|
|
95
|
+
* A value of 0 is not allowed since this value is reserved for IPK and the group entry for this value is not
|
|
96
|
+
* managed by the Datastore.
|
|
97
|
+
*
|
|
98
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.5.3
|
|
66
99
|
*/
|
|
67
|
-
groupKeySetId: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvUInt16.bound({ min: 1 })),
|
|
100
|
+
groupKeySetId: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1, max: 65534 }))),
|
|
68
101
|
/**
|
|
69
102
|
* CAT value for this group. This is used for control of individual members of a group (non-broadcast commands).
|
|
70
103
|
*
|
|
71
|
-
*
|
|
104
|
+
* Allowable values include the range 0x0000 to 0xEFFF, and the Administrator CAT and Anchor CAT values.
|
|
105
|
+
*
|
|
106
|
+
* This value may be null when unicast communication is not used for the group.
|
|
107
|
+
*
|
|
108
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.5.4
|
|
72
109
|
*/
|
|
73
|
-
groupCat: (0, import_TlvObject.TlvField)(3, import_TlvNumber.TlvUInt16
|
|
110
|
+
groupCat: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16)),
|
|
74
111
|
/**
|
|
75
112
|
* Current version number for this CAT.
|
|
76
113
|
*
|
|
77
|
-
*
|
|
114
|
+
* This value shall be null when GroupCAT value is null.
|
|
115
|
+
*
|
|
116
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.5.5
|
|
78
117
|
*/
|
|
79
|
-
groupCatVersion: (0, import_TlvObject.TlvField)(4, import_TlvNumber.TlvUInt16.bound({ min: 1 })),
|
|
118
|
+
groupCatVersion: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1, max: 65534 }))),
|
|
80
119
|
/**
|
|
81
120
|
* The permission level associated with ACL entries for this group. There should be only one Administrator group
|
|
82
121
|
* per fabric, and at most one Manage group per Ecosystem (Vendor Entry).
|
|
83
122
|
*
|
|
84
|
-
* @see {@link MatterSpecification.v141.Core} § 11.24.5.
|
|
123
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.5.6
|
|
85
124
|
*/
|
|
86
|
-
groupPermission: (0, import_TlvObject.TlvField)(5, (0, import_TlvNumber.TlvEnum)())
|
|
87
|
-
fabricIndex: (0, import_TlvObject.TlvField)(254, import_FabricIndex.TlvFabricIndex)
|
|
125
|
+
groupPermission: (0, import_TlvObject.TlvField)(5, (0, import_TlvNumber.TlvEnum)())
|
|
88
126
|
});
|
|
89
127
|
let DatastoreState;
|
|
90
128
|
((DatastoreState2) => {
|
|
91
129
|
DatastoreState2[DatastoreState2["Pending"] = 0] = "Pending";
|
|
92
130
|
DatastoreState2[DatastoreState2["Committed"] = 1] = "Committed";
|
|
93
131
|
DatastoreState2[DatastoreState2["DeletePending"] = 2] = "DeletePending";
|
|
132
|
+
DatastoreState2[DatastoreState2["CommitFailed"] = 3] = "CommitFailed";
|
|
94
133
|
})(DatastoreState = JointFabricDatastore2.DatastoreState || (JointFabricDatastore2.DatastoreState = {}));
|
|
95
134
|
JointFabricDatastore2.TlvDatastoreStatusEntry = (0, import_TlvObject.TlvObject)({
|
|
96
135
|
/**
|
|
@@ -105,191 +144,314 @@ var JointFabricDatastore;
|
|
|
105
144
|
* @see {@link MatterSpecification.v141.Core} § 11.24.5.2.2
|
|
106
145
|
*/
|
|
107
146
|
updateTimestamp: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvEpochS),
|
|
108
|
-
fabricIndex: (0, import_TlvObject.TlvField)(254, import_FabricIndex.TlvFabricIndex)
|
|
109
|
-
});
|
|
110
|
-
JointFabricDatastore2.TlvDatastoreNodeKeyEntry = (0, import_TlvObject.TlvObject)({
|
|
111
|
-
groupKeySetId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
|
|
112
147
|
/**
|
|
113
|
-
*
|
|
148
|
+
* This field shall contain the StatusCode of the last failed operation where the State field is set to
|
|
149
|
+
* CommitFailure.
|
|
114
150
|
*
|
|
115
|
-
* @see {@link MatterSpecification.v141.Core} § 11.24.5.3
|
|
151
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.2.3
|
|
116
152
|
*/
|
|
117
|
-
|
|
118
|
-
fabricIndex: (0, import_TlvObject.TlvField)(254, import_FabricIndex.TlvFabricIndex)
|
|
153
|
+
failureCode: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvEnum)())
|
|
119
154
|
});
|
|
120
|
-
JointFabricDatastore2.
|
|
155
|
+
JointFabricDatastore2.TlvDatastoreNodeInformationEntry = (0, import_TlvObject.TlvObject)({
|
|
121
156
|
/**
|
|
122
|
-
* The unique identifier for the
|
|
157
|
+
* The unique identifier for the node.
|
|
123
158
|
*
|
|
124
|
-
* @see {@link MatterSpecification.v141.Core} § 11.24.5.
|
|
159
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.14.1
|
|
125
160
|
*/
|
|
126
|
-
|
|
161
|
+
nodeId: (0, import_TlvObject.TlvField)(1, import_NodeId.TlvNodeId),
|
|
127
162
|
/**
|
|
128
|
-
*
|
|
163
|
+
* Friendly name for this node which is not propagated to nodes.
|
|
129
164
|
*
|
|
130
|
-
* @see {@link MatterSpecification.v141.Core} § 11.24.5.
|
|
165
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.14.2
|
|
131
166
|
*/
|
|
132
|
-
|
|
167
|
+
friendlyName: (0, import_TlvObject.TlvField)(2, import_TlvString.TlvString.bound({ maxLength: 32 })),
|
|
133
168
|
/**
|
|
134
|
-
*
|
|
169
|
+
* Set to Pending prior to completing commissioning, set to Committed after commissioning complete is
|
|
170
|
+
* successful, or set to CommitFailed if commissioning failed with the FailureCode Field set to the error.
|
|
135
171
|
*
|
|
136
|
-
* @see {@link MatterSpecification.v141.Core} § 11.24.5.
|
|
172
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.14.3
|
|
137
173
|
*/
|
|
138
|
-
|
|
139
|
-
fabricIndex: (0, import_TlvObject.TlvField)(254, import_FabricIndex.TlvFabricIndex)
|
|
174
|
+
commissioningStatusEntry: (0, import_TlvObject.TlvField)(3, JointFabricDatastore2.TlvDatastoreStatusEntry)
|
|
140
175
|
});
|
|
141
|
-
JointFabricDatastore2.
|
|
176
|
+
JointFabricDatastore2.TlvDatastoreAdministratorInformationEntry = (0, import_TlvObject.TlvObject)({
|
|
142
177
|
/**
|
|
143
|
-
* The unique identifier for the
|
|
178
|
+
* The unique identifier for the node.
|
|
144
179
|
*
|
|
145
|
-
* @see {@link MatterSpecification.v141.Core} § 11.24.5.
|
|
180
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.15.1
|
|
146
181
|
*/
|
|
147
|
-
|
|
182
|
+
nodeId: (0, import_TlvObject.TlvField)(1, import_NodeId.TlvNodeId),
|
|
148
183
|
/**
|
|
149
|
-
*
|
|
184
|
+
* Friendly name for this node which is not propagated to nodes.
|
|
150
185
|
*
|
|
151
|
-
* @see {@link MatterSpecification.v141.Core} § 11.24.5.
|
|
186
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.15.2
|
|
187
|
+
*/
|
|
188
|
+
friendlyName: (0, import_TlvObject.TlvField)(2, import_TlvString.TlvString.bound({ maxLength: 32 })),
|
|
189
|
+
/**
|
|
190
|
+
* The Vendor ID for the node.
|
|
191
|
+
*
|
|
192
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.15.3
|
|
193
|
+
*/
|
|
194
|
+
vendorId: (0, import_TlvObject.TlvField)(3, import_VendorId.TlvVendorId),
|
|
195
|
+
/**
|
|
196
|
+
* The ICAC used to issue the NOC.
|
|
197
|
+
*
|
|
198
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.15.4
|
|
152
199
|
*/
|
|
153
|
-
|
|
154
|
-
fabricIndex: (0, import_TlvObject.TlvField)(254, import_FabricIndex.TlvFabricIndex)
|
|
200
|
+
icac: (0, import_TlvObject.TlvField)(4, import_TlvString.TlvByteString.bound({ maxLength: 400 }))
|
|
155
201
|
});
|
|
156
|
-
JointFabricDatastore2.
|
|
202
|
+
JointFabricDatastore2.TlvDatastoreEndpointGroupIdEntry = (0, import_TlvObject.TlvObject)({
|
|
157
203
|
/**
|
|
158
|
-
* The unique identifier for the
|
|
204
|
+
* The unique identifier for the node.
|
|
159
205
|
*
|
|
160
|
-
* @see {@link MatterSpecification.v141.Core} § 11.24.5.
|
|
206
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.8.1
|
|
161
207
|
*/
|
|
162
|
-
|
|
208
|
+
nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId),
|
|
163
209
|
/**
|
|
164
|
-
* The
|
|
210
|
+
* The unique identifier for the endpoint.
|
|
211
|
+
*
|
|
212
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.8.2
|
|
213
|
+
*/
|
|
214
|
+
endpointId: (0, import_TlvObject.TlvField)(1, import_EndpointNumber.TlvEndpointNumber),
|
|
215
|
+
/**
|
|
216
|
+
* The unique identifier for the group.
|
|
165
217
|
*
|
|
166
|
-
* @see {@link MatterSpecification.v141.Core} § 11.24.5.
|
|
218
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.8.3
|
|
167
219
|
*/
|
|
168
|
-
|
|
220
|
+
groupId: (0, import_TlvObject.TlvField)(2, import_GroupId.TlvGroupId),
|
|
169
221
|
/**
|
|
170
|
-
* Indicates whether entry in this list is pending, committed, or
|
|
222
|
+
* Indicates whether entry in this list is pending, committed, delete-pending, or commit-failed.
|
|
171
223
|
*
|
|
172
|
-
* @see {@link MatterSpecification.v141.Core} § 11.24.5.4
|
|
224
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.8.4
|
|
173
225
|
*/
|
|
174
|
-
statusEntry: (0, import_TlvObject.TlvField)(
|
|
175
|
-
fabricIndex: (0, import_TlvObject.TlvField)(254, import_FabricIndex.TlvFabricIndex)
|
|
226
|
+
statusEntry: (0, import_TlvObject.TlvField)(3, JointFabricDatastore2.TlvDatastoreStatusEntry)
|
|
176
227
|
});
|
|
177
|
-
JointFabricDatastore2.
|
|
228
|
+
JointFabricDatastore2.TlvDatastoreBindingTarget = (0, import_TlvObject.TlvObject)({
|
|
178
229
|
/**
|
|
179
|
-
*
|
|
230
|
+
* This field is the binding’s remote target node ID. If the Endpoint field is present, this field shall be
|
|
231
|
+
* present.
|
|
180
232
|
*
|
|
181
233
|
* @see {@link MatterSpecification.v141.Core} § 11.24.5.6.1
|
|
182
234
|
*/
|
|
183
|
-
|
|
235
|
+
node: (0, import_TlvObject.TlvOptionalField)(1, import_NodeId.TlvNodeId),
|
|
184
236
|
/**
|
|
185
|
-
*
|
|
237
|
+
* This field is the binding’s target group ID that represents remote endpoints. If the Endpoint field is
|
|
238
|
+
* present, this field shall NOT be present.
|
|
186
239
|
*
|
|
187
240
|
* @see {@link MatterSpecification.v141.Core} § 11.24.5.6.2
|
|
188
241
|
*/
|
|
189
|
-
|
|
242
|
+
group: (0, import_TlvObject.TlvOptionalField)(2, import_GroupId.TlvGroupId),
|
|
190
243
|
/**
|
|
191
|
-
*
|
|
192
|
-
*
|
|
193
|
-
* Entry.
|
|
244
|
+
* This field is the binding’s remote endpoint that the local endpoint is bound to. If the Group field is
|
|
245
|
+
* present, this field shall NOT be present.
|
|
194
246
|
*
|
|
195
247
|
* @see {@link MatterSpecification.v141.Core} § 11.24.5.6.3
|
|
196
248
|
*/
|
|
197
|
-
|
|
249
|
+
endpoint: (0, import_TlvObject.TlvOptionalField)(3, import_EndpointNumber.TlvEndpointNumber),
|
|
198
250
|
/**
|
|
199
|
-
*
|
|
251
|
+
* This field is the binding’s cluster ID (client & server) on the local and target endpoint(s). If this field
|
|
252
|
+
* is present, the client cluster shall also exist on this endpoint (with this Binding cluster). If this field
|
|
253
|
+
* is present, the target shall be this cluster on the target endpoint(s).
|
|
200
254
|
*
|
|
201
255
|
* @see {@link MatterSpecification.v141.Core} § 11.24.5.6.4
|
|
202
256
|
*/
|
|
203
|
-
|
|
257
|
+
cluster: (0, import_TlvObject.TlvOptionalField)(4, import_ClusterId.TlvClusterId)
|
|
258
|
+
});
|
|
259
|
+
JointFabricDatastore2.TlvDatastoreEndpointBindingEntry = (0, import_TlvObject.TlvObject)({
|
|
260
|
+
/**
|
|
261
|
+
* The unique identifier for the node.
|
|
262
|
+
*
|
|
263
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.7.1
|
|
264
|
+
*/
|
|
265
|
+
nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId),
|
|
204
266
|
/**
|
|
205
|
-
*
|
|
206
|
-
* follow the pending→committed workflow with current state reflected in the Status Entry.
|
|
267
|
+
* The unique identifier for the endpoint.
|
|
207
268
|
*
|
|
208
|
-
* @see {@link MatterSpecification.v141.Core} § 11.24.5.
|
|
269
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.7.2
|
|
209
270
|
*/
|
|
210
|
-
|
|
271
|
+
endpointId: (0, import_TlvObject.TlvField)(1, import_EndpointNumber.TlvEndpointNumber),
|
|
211
272
|
/**
|
|
212
|
-
*
|
|
213
|
-
*
|
|
273
|
+
* The unique identifier for the entry in the Datastore’s EndpointBindingList attribute, which is a list of
|
|
274
|
+
* DatastoreEndpointBindingEntryStruct.
|
|
275
|
+
*
|
|
276
|
+
* This field is used to uniquely identify an entry in the EndpointBindingList attribute for the purpose of
|
|
277
|
+
* deletion (RemoveBindingFromEndpointForNode Command).
|
|
214
278
|
*
|
|
215
|
-
* @see {@link MatterSpecification.v141.Core} § 11.24.5.
|
|
279
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.7.3
|
|
216
280
|
*/
|
|
217
|
-
|
|
218
|
-
|
|
281
|
+
listId: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvUInt16),
|
|
282
|
+
/**
|
|
283
|
+
* The binding target structure.
|
|
284
|
+
*
|
|
285
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.7.4
|
|
286
|
+
*/
|
|
287
|
+
binding: (0, import_TlvObject.TlvField)(3, JointFabricDatastore2.TlvDatastoreBindingTarget),
|
|
288
|
+
/**
|
|
289
|
+
* Indicates whether entry in this list is pending, committed, delete-pending, or commit-failed.
|
|
290
|
+
*
|
|
291
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.7.5
|
|
292
|
+
*/
|
|
293
|
+
statusEntry: (0, import_TlvObject.TlvField)(4, JointFabricDatastore2.TlvDatastoreStatusEntry)
|
|
219
294
|
});
|
|
220
|
-
JointFabricDatastore2.
|
|
295
|
+
JointFabricDatastore2.TlvDatastoreNodeKeySetEntry = (0, import_TlvObject.TlvObject)({
|
|
221
296
|
/**
|
|
222
297
|
* The unique identifier for the node.
|
|
223
298
|
*
|
|
224
|
-
* @see {@link MatterSpecification.v141.Core} § 11.24.5.
|
|
299
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.3.1
|
|
225
300
|
*/
|
|
226
|
-
nodeId: (0, import_TlvObject.TlvField)(
|
|
301
|
+
nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId),
|
|
302
|
+
groupKeySetId: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16),
|
|
227
303
|
/**
|
|
228
|
-
*
|
|
304
|
+
* Indicates whether entry in this list is pending, committed, delete-pending, or commit-failed.
|
|
229
305
|
*
|
|
230
|
-
* @see {@link MatterSpecification.v141.Core} § 11.24.5.
|
|
306
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.3.3
|
|
231
307
|
*/
|
|
232
|
-
|
|
308
|
+
statusEntry: (0, import_TlvObject.TlvField)(2, JointFabricDatastore2.TlvDatastoreStatusEntry)
|
|
309
|
+
});
|
|
310
|
+
let DatastoreAccessControlEntryAuthMode;
|
|
311
|
+
((DatastoreAccessControlEntryAuthMode2) => {
|
|
312
|
+
DatastoreAccessControlEntryAuthMode2[DatastoreAccessControlEntryAuthMode2["Pase"] = 1] = "Pase";
|
|
313
|
+
DatastoreAccessControlEntryAuthMode2[DatastoreAccessControlEntryAuthMode2["Case"] = 2] = "Case";
|
|
314
|
+
DatastoreAccessControlEntryAuthMode2[DatastoreAccessControlEntryAuthMode2["Group"] = 3] = "Group";
|
|
315
|
+
})(DatastoreAccessControlEntryAuthMode = JointFabricDatastore2.DatastoreAccessControlEntryAuthMode || (JointFabricDatastore2.DatastoreAccessControlEntryAuthMode = {}));
|
|
316
|
+
JointFabricDatastore2.TlvDatastoreAccessControlTarget = (0, import_TlvObject.TlvObject)({
|
|
317
|
+
cluster: (0, import_TlvObject.TlvField)(0, (0, import_TlvNullable.TlvNullable)(import_ClusterId.TlvClusterId)),
|
|
318
|
+
endpoint: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)(import_EndpointNumber.TlvEndpointNumber)),
|
|
319
|
+
deviceType: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_DeviceTypeId.TlvDeviceTypeId))
|
|
320
|
+
});
|
|
321
|
+
JointFabricDatastore2.TlvDatastoreAccessControlEntry = (0, import_TlvObject.TlvObject)({
|
|
322
|
+
privilege: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)()),
|
|
323
|
+
authMode: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvEnum)()),
|
|
324
|
+
subjects: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)((0, import_TlvArray.TlvArray)(import_SubjectId.TlvSubjectId))),
|
|
325
|
+
targets: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)((0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreAccessControlTarget)))
|
|
326
|
+
});
|
|
327
|
+
JointFabricDatastore2.TlvDatastoreAclEntry = (0, import_TlvObject.TlvObject)({
|
|
233
328
|
/**
|
|
234
|
-
*
|
|
235
|
-
* successful.
|
|
329
|
+
* The unique identifier for the node.
|
|
236
330
|
*
|
|
237
|
-
* @see {@link MatterSpecification.v141.Core} § 11.24.5.
|
|
331
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.13.1
|
|
238
332
|
*/
|
|
239
|
-
|
|
333
|
+
nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId),
|
|
240
334
|
/**
|
|
241
|
-
*
|
|
242
|
-
* pending→committed workflow with current state reflected in the Status Entry for the corresponding entry in
|
|
243
|
-
* the list.
|
|
335
|
+
* The unique identifier for the ACL entry in the Datastore’s list of DatastoreACLEntry.
|
|
244
336
|
*
|
|
245
|
-
* @see {@link MatterSpecification.v141.Core} § 11.24.5.
|
|
337
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.13.2
|
|
246
338
|
*/
|
|
247
|
-
|
|
339
|
+
listId: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16),
|
|
248
340
|
/**
|
|
249
|
-
*
|
|
250
|
-
* Information Entry will be determined from the ACL List. Any changes to ACL List (add/remove entry) must
|
|
251
|
-
* follow the pending→committed workflow with current state reflected in the Status Entry for the corresponding
|
|
252
|
-
* entry in the list.
|
|
341
|
+
* The Access Control Entry structure.
|
|
253
342
|
*
|
|
254
|
-
* @see {@link MatterSpecification.v141.Core} § 11.24.5.
|
|
343
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.13.3
|
|
255
344
|
*/
|
|
256
|
-
|
|
345
|
+
aclEntry: (0, import_TlvObject.TlvField)(2, JointFabricDatastore2.TlvDatastoreAccessControlEntry),
|
|
257
346
|
/**
|
|
258
|
-
*
|
|
259
|
-
* pending→committed workflow with current state reflected in the Status Entry for the corresponding entry in
|
|
260
|
-
* the list.
|
|
347
|
+
* Indicates whether entry in this list is pending, committed, delete-pending, or commit-failed.
|
|
261
348
|
*
|
|
262
|
-
* @see {@link MatterSpecification.v141.Core} § 11.24.5.
|
|
349
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.5.13.4
|
|
263
350
|
*/
|
|
264
|
-
|
|
265
|
-
fabricIndex: (0, import_TlvObject.TlvField)(254, import_FabricIndex.TlvFabricIndex)
|
|
351
|
+
statusEntry: (0, import_TlvObject.TlvField)(3, JointFabricDatastore2.TlvDatastoreStatusEntry)
|
|
266
352
|
});
|
|
267
|
-
JointFabricDatastore2.
|
|
353
|
+
JointFabricDatastore2.TlvDatastoreEndpointEntry = (0, import_TlvObject.TlvObject)({
|
|
268
354
|
/**
|
|
269
|
-
* The unique identifier for the
|
|
355
|
+
* The unique identifier for the endpoint.
|
|
270
356
|
*
|
|
271
357
|
* @see {@link MatterSpecification.v141.Core} § 11.24.5.9.1
|
|
272
358
|
*/
|
|
273
|
-
|
|
359
|
+
endpointId: (0, import_TlvObject.TlvField)(0, import_EndpointNumber.TlvEndpointNumber),
|
|
274
360
|
/**
|
|
275
|
-
*
|
|
361
|
+
* The unique identifier for the node.
|
|
276
362
|
*
|
|
277
363
|
* @see {@link MatterSpecification.v141.Core} § 11.24.5.9.2
|
|
278
364
|
*/
|
|
279
|
-
|
|
365
|
+
nodeId: (0, import_TlvObject.TlvField)(1, import_NodeId.TlvNodeId),
|
|
280
366
|
/**
|
|
281
|
-
*
|
|
367
|
+
* Friendly name for this endpoint which is propagated to nodes. Any changes to Friendly Name or Group Id List
|
|
368
|
+
* (add/remove entry) must follow the pending→committed workflow with current state reflected in the Status
|
|
369
|
+
* Entry.
|
|
282
370
|
*
|
|
283
371
|
* @see {@link MatterSpecification.v141.Core} § 11.24.5.9.3
|
|
284
372
|
*/
|
|
285
|
-
|
|
373
|
+
friendlyName: (0, import_TlvObject.TlvField)(2, import_TlvString.TlvString.bound({ maxLength: 32 })),
|
|
286
374
|
/**
|
|
287
|
-
*
|
|
375
|
+
* Indicates whether changes to Friendly Name are pending, committed, or commit-failed.
|
|
288
376
|
*
|
|
289
377
|
* @see {@link MatterSpecification.v141.Core} § 11.24.5.9.4
|
|
290
378
|
*/
|
|
291
|
-
|
|
292
|
-
|
|
379
|
+
statusEntry: (0, import_TlvObject.TlvField)(3, JointFabricDatastore2.TlvDatastoreStatusEntry)
|
|
380
|
+
});
|
|
381
|
+
JointFabricDatastore2.TlvAddKeySetRequest = (0, import_TlvObject.TlvObject)({ groupKeySet: (0, import_TlvObject.TlvField)(0, JointFabricDatastore2.TlvDatastoreGroupKeySet) });
|
|
382
|
+
JointFabricDatastore2.TlvUpdateKeySetRequest = (0, import_TlvObject.TlvObject)({ groupKeySet: (0, import_TlvObject.TlvField)(0, JointFabricDatastore2.TlvDatastoreGroupKeySet) });
|
|
383
|
+
JointFabricDatastore2.TlvRemoveKeySetRequest = (0, import_TlvObject.TlvObject)({ groupKeySetId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16) });
|
|
384
|
+
JointFabricDatastore2.TlvAddGroupRequest = (0, import_TlvObject.TlvObject)({
|
|
385
|
+
groupId: (0, import_TlvObject.TlvField)(0, import_GroupId.TlvGroupId),
|
|
386
|
+
friendlyName: (0, import_TlvObject.TlvField)(1, import_TlvString.TlvString.bound({ maxLength: 32 })),
|
|
387
|
+
groupKeySetId: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1, max: 65534 }))),
|
|
388
|
+
groupCat: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16)),
|
|
389
|
+
groupCatVersion: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1, max: 65534 }))),
|
|
390
|
+
groupPermission: (0, import_TlvObject.TlvField)(5, (0, import_TlvNumber.TlvEnum)())
|
|
391
|
+
});
|
|
392
|
+
JointFabricDatastore2.TlvUpdateGroupRequest = (0, import_TlvObject.TlvObject)({
|
|
393
|
+
groupId: (0, import_TlvObject.TlvField)(0, import_GroupId.TlvGroupId),
|
|
394
|
+
friendlyName: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvString.bound({ maxLength: 32 }))),
|
|
395
|
+
groupKeySetId: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1 }))),
|
|
396
|
+
groupCat: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16)),
|
|
397
|
+
groupCatVersion: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1 }))),
|
|
398
|
+
groupPermission: (0, import_TlvObject.TlvField)(5, (0, import_TlvNumber.TlvEnum)())
|
|
399
|
+
});
|
|
400
|
+
JointFabricDatastore2.TlvRemoveGroupRequest = (0, import_TlvObject.TlvObject)({ groupId: (0, import_TlvObject.TlvField)(0, import_GroupId.TlvGroupId) });
|
|
401
|
+
JointFabricDatastore2.TlvAddAdminRequest = (0, import_TlvObject.TlvObject)({
|
|
402
|
+
nodeId: (0, import_TlvObject.TlvField)(1, import_NodeId.TlvNodeId),
|
|
403
|
+
friendlyName: (0, import_TlvObject.TlvField)(2, import_TlvString.TlvString.bound({ maxLength: 32 })),
|
|
404
|
+
vendorId: (0, import_TlvObject.TlvField)(3, import_VendorId.TlvVendorId),
|
|
405
|
+
icac: (0, import_TlvObject.TlvField)(4, import_TlvString.TlvByteString.bound({ maxLength: 400 }))
|
|
406
|
+
});
|
|
407
|
+
JointFabricDatastore2.TlvUpdateAdminRequest = (0, import_TlvObject.TlvObject)({
|
|
408
|
+
nodeId: (0, import_TlvObject.TlvField)(0, (0, import_TlvNullable.TlvNullable)(import_NodeId.TlvNodeId)),
|
|
409
|
+
friendlyName: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvString.bound({ maxLength: 32 }))),
|
|
410
|
+
icac: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvByteString.bound({ maxLength: 400 })))
|
|
411
|
+
});
|
|
412
|
+
JointFabricDatastore2.TlvRemoveAdminRequest = (0, import_TlvObject.TlvObject)({ nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId) });
|
|
413
|
+
JointFabricDatastore2.TlvAddPendingNodeRequest = (0, import_TlvObject.TlvObject)({
|
|
414
|
+
nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId),
|
|
415
|
+
friendlyName: (0, import_TlvObject.TlvField)(1, import_TlvString.TlvString.bound({ maxLength: 32 }))
|
|
416
|
+
});
|
|
417
|
+
JointFabricDatastore2.TlvRefreshNodeRequest = (0, import_TlvObject.TlvObject)({ nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId) });
|
|
418
|
+
JointFabricDatastore2.TlvUpdateNodeRequest = (0, import_TlvObject.TlvObject)({
|
|
419
|
+
nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId),
|
|
420
|
+
friendlyName: (0, import_TlvObject.TlvField)(1, import_TlvString.TlvString.bound({ maxLength: 32 }))
|
|
421
|
+
});
|
|
422
|
+
JointFabricDatastore2.TlvRemoveNodeRequest = (0, import_TlvObject.TlvObject)({ nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId) });
|
|
423
|
+
JointFabricDatastore2.TlvUpdateEndpointForNodeRequest = (0, import_TlvObject.TlvObject)({
|
|
424
|
+
endpointId: (0, import_TlvObject.TlvField)(0, import_EndpointNumber.TlvEndpointNumber),
|
|
425
|
+
nodeId: (0, import_TlvObject.TlvField)(1, import_NodeId.TlvNodeId),
|
|
426
|
+
friendlyName: (0, import_TlvObject.TlvField)(2, import_TlvString.TlvString.bound({ maxLength: 32 }))
|
|
427
|
+
});
|
|
428
|
+
JointFabricDatastore2.TlvAddGroupIdToEndpointForNodeRequest = (0, import_TlvObject.TlvObject)({
|
|
429
|
+
nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId),
|
|
430
|
+
endpointId: (0, import_TlvObject.TlvField)(1, import_EndpointNumber.TlvEndpointNumber),
|
|
431
|
+
groupId: (0, import_TlvObject.TlvField)(2, import_GroupId.TlvGroupId)
|
|
432
|
+
});
|
|
433
|
+
JointFabricDatastore2.TlvRemoveGroupIdFromEndpointForNodeRequest = (0, import_TlvObject.TlvObject)({
|
|
434
|
+
nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId),
|
|
435
|
+
endpointId: (0, import_TlvObject.TlvField)(1, import_EndpointNumber.TlvEndpointNumber),
|
|
436
|
+
groupId: (0, import_TlvObject.TlvField)(2, import_GroupId.TlvGroupId)
|
|
437
|
+
});
|
|
438
|
+
JointFabricDatastore2.TlvAddBindingToEndpointForNodeRequest = (0, import_TlvObject.TlvObject)({
|
|
439
|
+
nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId),
|
|
440
|
+
endpointId: (0, import_TlvObject.TlvField)(1, import_EndpointNumber.TlvEndpointNumber),
|
|
441
|
+
binding: (0, import_TlvObject.TlvField)(2, JointFabricDatastore2.TlvDatastoreBindingTarget)
|
|
442
|
+
});
|
|
443
|
+
JointFabricDatastore2.TlvRemoveBindingFromEndpointForNodeRequest = (0, import_TlvObject.TlvObject)({
|
|
444
|
+
listId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
|
|
445
|
+
endpointId: (0, import_TlvObject.TlvField)(1, import_EndpointNumber.TlvEndpointNumber),
|
|
446
|
+
nodeId: (0, import_TlvObject.TlvField)(2, import_NodeId.TlvNodeId)
|
|
447
|
+
});
|
|
448
|
+
JointFabricDatastore2.TlvAddAclToNodeRequest = (0, import_TlvObject.TlvObject)({
|
|
449
|
+
nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId),
|
|
450
|
+
aclEntry: (0, import_TlvObject.TlvField)(1, JointFabricDatastore2.TlvDatastoreAccessControlEntry)
|
|
451
|
+
});
|
|
452
|
+
JointFabricDatastore2.TlvRemoveAclFromNodeRequest = (0, import_TlvObject.TlvObject)({
|
|
453
|
+
listId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
|
|
454
|
+
nodeId: (0, import_TlvObject.TlvField)(1, import_NodeId.TlvNodeId)
|
|
293
455
|
});
|
|
294
456
|
JointFabricDatastore2.ClusterInstance = (0, import_MutableCluster.MutableCluster)({
|
|
295
457
|
id: 1874,
|
|
@@ -297,80 +459,84 @@ var JointFabricDatastore;
|
|
|
297
459
|
revision: 1,
|
|
298
460
|
attributes: {
|
|
299
461
|
/**
|
|
300
|
-
* This shall indicate the Anchor Root CA used to sign all NOC Issuers in the Joint Fabric
|
|
301
|
-
* indicates that the Joint Fabric is not yet formed.
|
|
462
|
+
* This shall indicate the Anchor Root CA used to sign all NOC Issuers in the Joint Fabric for the accessing
|
|
463
|
+
* fabric. A null value indicates that the Joint Fabric is not yet formed.
|
|
302
464
|
*
|
|
303
465
|
* @see {@link MatterSpecification.v141.Core} § 11.24.6.1
|
|
304
466
|
*/
|
|
305
|
-
anchorRootCa: (0, import_Cluster.
|
|
467
|
+
anchorRootCa: (0, import_Cluster.Attribute)(
|
|
306
468
|
0,
|
|
307
469
|
import_TlvString.TlvByteString,
|
|
308
470
|
{ readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
|
|
309
471
|
),
|
|
310
472
|
/**
|
|
311
|
-
* This shall indicate the Node identifier of the Joint Fabric Anchor Root CA.
|
|
473
|
+
* This shall indicate the Node identifier of the Joint Fabric Anchor Root CA for the accessing fabric.
|
|
312
474
|
*
|
|
313
475
|
* @see {@link MatterSpecification.v141.Core} § 11.24.6.2
|
|
314
476
|
*/
|
|
315
|
-
anchorNodeId: (0, import_Cluster.
|
|
477
|
+
anchorNodeId: (0, import_Cluster.Attribute)(
|
|
316
478
|
1,
|
|
317
479
|
import_NodeId.TlvNodeId,
|
|
318
480
|
{ readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
|
|
319
481
|
),
|
|
320
482
|
/**
|
|
321
|
-
* This shall indicate the Vendor identifier of the Joint Fabric Anchor Root CA.
|
|
483
|
+
* This shall indicate the Vendor identifier of the Joint Fabric Anchor Root CA for the accessing fabric.
|
|
322
484
|
*
|
|
323
485
|
* @see {@link MatterSpecification.v141.Core} § 11.24.6.3
|
|
324
486
|
*/
|
|
325
|
-
anchorVendorId: (0, import_Cluster.
|
|
487
|
+
anchorVendorId: (0, import_Cluster.Attribute)(
|
|
326
488
|
2,
|
|
327
489
|
import_VendorId.TlvVendorId,
|
|
328
490
|
{ readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
|
|
329
491
|
),
|
|
330
492
|
/**
|
|
331
|
-
* Friendly name for
|
|
493
|
+
* Friendly name for the accessing fabric which can be propagated to nodes.
|
|
332
494
|
*
|
|
333
495
|
* @see {@link MatterSpecification.v141.Core} § 11.24.6.4
|
|
334
496
|
*/
|
|
335
|
-
friendlyName: (0, import_Cluster.
|
|
497
|
+
friendlyName: (0, import_Cluster.Attribute)(
|
|
336
498
|
3,
|
|
337
499
|
import_TlvString.TlvString.bound({ maxLength: 32 }),
|
|
338
500
|
{ readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
|
|
339
501
|
),
|
|
340
502
|
/**
|
|
341
|
-
* This shall indicate the list of
|
|
503
|
+
* This shall indicate the list of DatastoreGroupKeySetStruct used in the Joint Fabric for the accessing
|
|
504
|
+
* fabric.
|
|
342
505
|
*
|
|
343
506
|
* This attribute shall contain at least one entry, the IPK, which has GroupKeySetID of 0.
|
|
344
507
|
*
|
|
345
508
|
* @see {@link MatterSpecification.v141.Core} § 11.24.6.5
|
|
346
509
|
*/
|
|
347
|
-
groupKeySetList: (0, import_Cluster.
|
|
510
|
+
groupKeySetList: (0, import_Cluster.Attribute)(
|
|
348
511
|
4,
|
|
349
|
-
(0, import_TlvArray.TlvArray)(
|
|
512
|
+
(0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreGroupKeySet),
|
|
350
513
|
{ default: [], readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
|
|
351
514
|
),
|
|
352
515
|
/**
|
|
353
|
-
* This shall indicate the list of groups in the Joint Fabric.
|
|
516
|
+
* This shall indicate the list of groups in the Joint Fabric for the accessing fabric.
|
|
517
|
+
*
|
|
518
|
+
* This list must include, at a minimum, one group with GroupCAT value set to Administrator CAT and one
|
|
519
|
+
* group with GroupCAT value set to Anchor CAT.
|
|
354
520
|
*
|
|
355
521
|
* @see {@link MatterSpecification.v141.Core} § 11.24.6.6
|
|
356
522
|
*/
|
|
357
|
-
groupList: (0, import_Cluster.
|
|
523
|
+
groupList: (0, import_Cluster.Attribute)(
|
|
358
524
|
5,
|
|
359
525
|
(0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreGroupInformationEntry),
|
|
360
526
|
{ default: [], readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
|
|
361
527
|
),
|
|
362
528
|
/**
|
|
363
|
-
* This shall indicate the list of nodes in the Joint Fabric.
|
|
529
|
+
* This shall indicate the list of nodes in the Joint Fabric for the accessing fabric.
|
|
364
530
|
*
|
|
365
531
|
* @see {@link MatterSpecification.v141.Core} § 11.24.6.7
|
|
366
532
|
*/
|
|
367
|
-
nodeList: (0, import_Cluster.
|
|
533
|
+
nodeList: (0, import_Cluster.Attribute)(
|
|
368
534
|
6,
|
|
369
535
|
(0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreNodeInformationEntry),
|
|
370
536
|
{ default: [], readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
|
|
371
537
|
),
|
|
372
538
|
/**
|
|
373
|
-
* This shall indicate the list of administrators in the Joint Fabric.
|
|
539
|
+
* This shall indicate the list of administrators in the Joint Fabric for the accessing fabric.
|
|
374
540
|
*
|
|
375
541
|
* Only one Administrator may serve as the Anchor Root CA and Anchor Fabric Administrator and shall have
|
|
376
542
|
* index value 0. All other Joint Fabric Administrators shall be referenced at index 1 or greater.
|
|
@@ -379,13 +545,13 @@ var JointFabricDatastore;
|
|
|
379
545
|
*
|
|
380
546
|
* @see {@link MatterSpecification.v141.Core} § 11.24.6.8
|
|
381
547
|
*/
|
|
382
|
-
adminList: (0, import_Cluster.
|
|
548
|
+
adminList: (0, import_Cluster.Attribute)(
|
|
383
549
|
7,
|
|
384
550
|
(0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreAdministratorInformationEntry),
|
|
385
551
|
{ default: [], readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
|
|
386
552
|
),
|
|
387
553
|
/**
|
|
388
|
-
* This shall indicate the current state of the Joint Fabric Datastore Cluster.
|
|
554
|
+
* This shall indicate the current state of the Joint Fabric Datastore Cluster for the accessing fabric.
|
|
389
555
|
*
|
|
390
556
|
* The Committed status indicates the DataStore is ready for use. The Pending status indicates that the
|
|
391
557
|
* DataStore is not yet ready for use. The DeletePending status indicates that the DataStore is in the
|
|
@@ -393,93 +559,745 @@ var JointFabricDatastore;
|
|
|
393
559
|
*
|
|
394
560
|
* @see {@link MatterSpecification.v141.Core} § 11.24.6.9
|
|
395
561
|
*/
|
|
396
|
-
|
|
562
|
+
status: (0, import_Cluster.Attribute)(
|
|
397
563
|
8,
|
|
398
|
-
JointFabricDatastore2.
|
|
564
|
+
JointFabricDatastore2.TlvDatastoreStatusEntry,
|
|
399
565
|
{ readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
|
|
566
|
+
),
|
|
567
|
+
/**
|
|
568
|
+
* This shall indicate the group membership of endpoints in the accessing fabric.
|
|
569
|
+
*
|
|
570
|
+
* Any changes to this List (add/remove entry) must follow the pending→committed workflow with current state
|
|
571
|
+
* reflected in the Status Entry.
|
|
572
|
+
*
|
|
573
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.6.10
|
|
574
|
+
*/
|
|
575
|
+
endpointGroupIdList: (0, import_Cluster.Attribute)(
|
|
576
|
+
9,
|
|
577
|
+
(0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreEndpointGroupIdEntry),
|
|
578
|
+
{ default: [], readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
|
|
579
|
+
),
|
|
580
|
+
/**
|
|
581
|
+
* This shall indicate the binding list for endpoints in the accessing fabric.
|
|
582
|
+
*
|
|
583
|
+
* Any changes to this List (add/remove entry) must follow the pending→committed workflow with current state
|
|
584
|
+
* reflected in the Status Entry.
|
|
585
|
+
*
|
|
586
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.6.11
|
|
587
|
+
*/
|
|
588
|
+
endpointBindingList: (0, import_Cluster.Attribute)(
|
|
589
|
+
10,
|
|
590
|
+
(0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreEndpointBindingEntry),
|
|
591
|
+
{ default: [], readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
|
|
592
|
+
),
|
|
593
|
+
/**
|
|
594
|
+
* This shall indicate the KeySet entries for nodes in the accessing fabric.
|
|
595
|
+
*
|
|
596
|
+
* Any changes to this List (add/remove entry) must follow the pending→committed workflow with current state
|
|
597
|
+
* reflected in the Status Entry.
|
|
598
|
+
*
|
|
599
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.6.12
|
|
600
|
+
*/
|
|
601
|
+
nodeKeySetList: (0, import_Cluster.Attribute)(
|
|
602
|
+
11,
|
|
603
|
+
(0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreNodeKeySetEntry),
|
|
604
|
+
{ default: [], readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
|
|
605
|
+
),
|
|
606
|
+
/**
|
|
607
|
+
* This shall indicate the ACL entries for nodes in the accessing fabric.
|
|
608
|
+
*
|
|
609
|
+
* Any changes to this List (add/remove entry) must follow the pending→committed workflow with current state
|
|
610
|
+
* reflected in the Status Entry.
|
|
611
|
+
*
|
|
612
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.6.13
|
|
613
|
+
*/
|
|
614
|
+
nodeAclList: (0, import_Cluster.Attribute)(
|
|
615
|
+
12,
|
|
616
|
+
(0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreAclEntry),
|
|
617
|
+
{ default: [], readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
|
|
618
|
+
),
|
|
619
|
+
/**
|
|
620
|
+
* This shall indicate the Endpoint entries for nodes in the accessing fabric.
|
|
621
|
+
*
|
|
622
|
+
* Any changes to this List (add/remove entry) must follow the pending→committed workflow with current state
|
|
623
|
+
* reflected in the Status Entry.
|
|
624
|
+
*
|
|
625
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.6.14
|
|
626
|
+
*/
|
|
627
|
+
nodeEndpointList: (0, import_Cluster.Attribute)(
|
|
628
|
+
13,
|
|
629
|
+
(0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreEndpointEntry),
|
|
630
|
+
{ default: [], readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
|
|
400
631
|
)
|
|
401
632
|
},
|
|
402
633
|
commands: {
|
|
403
634
|
/**
|
|
404
|
-
*
|
|
635
|
+
* This command shall be used to add a KeySet to the Joint Fabric Datastore Cluster of the accessing fabric.
|
|
636
|
+
*
|
|
637
|
+
* GroupKeySet represents the KeySet to be added to the Joint Fabric Datastore Cluster. Upon receipt of this
|
|
638
|
+
* command, the Datastore shall:
|
|
639
|
+
*
|
|
640
|
+
* 1. Ensure there are no KeySets in the KeySetList attribute with the given GroupKeySetID.
|
|
641
|
+
*
|
|
642
|
+
* 2. If a match is found, return CONSTRAINT_ERROR.
|
|
643
|
+
*
|
|
644
|
+
* 3. Add the Epoch Key Entry for the KeySet to the KeySetList attribute.
|
|
645
|
+
*
|
|
646
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.1
|
|
405
647
|
*/
|
|
406
|
-
|
|
648
|
+
addKeySet: (0, import_Cluster.Command)(0, JointFabricDatastore2.TlvAddKeySetRequest, 0, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
|
|
407
649
|
/**
|
|
408
|
-
*
|
|
650
|
+
* This command shall be used to update a KeySet in the Joint Fabric Datastore Cluster of the accessing
|
|
651
|
+
* fabric.
|
|
652
|
+
*
|
|
653
|
+
* GroupKeySet represents the KeySet to be updated in the Joint Fabric Datastore Cluster. Upon receipt of
|
|
654
|
+
* this command, the Datastore shall:
|
|
655
|
+
*
|
|
656
|
+
* 1. Find the Epoch Key Entry for the KeySet in the KeySetList attribute with the given GroupKeySetID,
|
|
657
|
+
* and update any changed fields.
|
|
658
|
+
*
|
|
659
|
+
* 2. If entry is not found, return NOT_FOUND.
|
|
660
|
+
*
|
|
661
|
+
* 3. If any fields are changed as a result of this command:
|
|
662
|
+
*
|
|
663
|
+
* a. Iterate through each Node Information Entry:
|
|
664
|
+
*
|
|
665
|
+
* i. If the NodeKeySetList contains an entry with the given GroupKeySetID:
|
|
666
|
+
*
|
|
667
|
+
* A. Update the Status on the given DatastoreNodeKeySetEntryStruct tp Pending.
|
|
668
|
+
*
|
|
669
|
+
* B. Update the GroupKeySet on the given Node with the new values.
|
|
670
|
+
*
|
|
671
|
+
* I. If successful, update the Status on this DatastoreNodeKeySetEntryStruct to Committed.
|
|
672
|
+
*
|
|
673
|
+
* II. If not successful, update the State field of the StatusEntry on this
|
|
674
|
+
* DatastoreNodeKeySetEntryStruct to CommitFailed and FailureCode code to the returned error.
|
|
675
|
+
* The pending change shall be applied in a subsequent Node Refresh.
|
|
676
|
+
*
|
|
677
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.2
|
|
409
678
|
*/
|
|
410
|
-
|
|
679
|
+
updateKeySet: (0, import_Cluster.Command)(
|
|
680
|
+
1,
|
|
681
|
+
JointFabricDatastore2.TlvUpdateKeySetRequest,
|
|
682
|
+
1,
|
|
683
|
+
import_Cluster.TlvNoResponse,
|
|
684
|
+
{ invokeAcl: import_model.AccessLevel.Administer }
|
|
685
|
+
),
|
|
411
686
|
/**
|
|
412
|
-
*
|
|
687
|
+
* This command shall be used to remove a KeySet from the Joint Fabric Datastore Cluster of the accessing
|
|
688
|
+
* fabric.
|
|
689
|
+
*
|
|
690
|
+
* GroupKeySetID represents the unique identifier for the KeySet to be removed from the Joint Fabric
|
|
691
|
+
* Datastore Cluster.
|
|
692
|
+
*
|
|
693
|
+
* Attempt to remove the IPK, which has GroupKeySetID of 0, shall fail with response CONSTRAINT_ERROR.
|
|
694
|
+
*
|
|
695
|
+
* Upon receipt of this command, the Datastore shall:
|
|
696
|
+
*
|
|
697
|
+
* 1. If entry is not found, return NOT_FOUND.
|
|
698
|
+
*
|
|
699
|
+
* 2. Ensure there are no Nodes using this KeySet. To do this:
|
|
700
|
+
*
|
|
701
|
+
* a. Iterate through each Node Information Entry:
|
|
702
|
+
*
|
|
703
|
+
* i. If the NodeKeySetList list contains an entry with the given GroupKeySetID, and the entry does
|
|
704
|
+
* NOT have Status DeletePending, then return CONSTRAINT_ERROR.
|
|
705
|
+
*
|
|
706
|
+
* 3. Remove the DatastoreGroupKeySetStruct for the given GroupKeySetID from the GroupKeySetList
|
|
707
|
+
* attribute.
|
|
708
|
+
*
|
|
709
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.3
|
|
413
710
|
*/
|
|
414
|
-
|
|
711
|
+
removeKeySet: (0, import_Cluster.Command)(
|
|
712
|
+
2,
|
|
713
|
+
JointFabricDatastore2.TlvRemoveKeySetRequest,
|
|
714
|
+
2,
|
|
715
|
+
import_Cluster.TlvNoResponse,
|
|
716
|
+
{ invokeAcl: import_model.AccessLevel.Administer }
|
|
717
|
+
),
|
|
415
718
|
/**
|
|
416
|
-
*
|
|
719
|
+
* This command shall be used to add a group to the Joint Fabric Datastore Cluster of the accessing fabric.
|
|
720
|
+
*
|
|
721
|
+
* GroupInformationEntry represents the group to be added to the Joint Fabric Datastore Cluster.
|
|
722
|
+
*
|
|
723
|
+
* GroupCAT values shall fall within the range 1 to 65534. Attempts to add a group with a GroupCAT value of
|
|
724
|
+
* Administrator CAT or Anchor CAT shall fail with CONSTRAINT_ERROR.
|
|
725
|
+
*
|
|
726
|
+
* Upon receipt of this command, the Datastore shall:
|
|
727
|
+
*
|
|
728
|
+
* 1. Ensure there are no Groups in the GroupList attribute with the given GroupID. If a match is found,
|
|
729
|
+
* return CONSTRAINT_ERROR.
|
|
730
|
+
*
|
|
731
|
+
* 2. Add the DatastoreGroupInformationEntryStruct for the Group with the given GroupID to the GroupList
|
|
732
|
+
* attribute.
|
|
733
|
+
*
|
|
734
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.4
|
|
417
735
|
*/
|
|
418
|
-
|
|
736
|
+
addGroup: (0, import_Cluster.Command)(3, JointFabricDatastore2.TlvAddGroupRequest, 3, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
|
|
419
737
|
/**
|
|
420
|
-
*
|
|
738
|
+
* This command shall be used to update a group in the Joint Fabric Datastore Cluster of the accessing
|
|
739
|
+
* fabric.
|
|
740
|
+
*
|
|
741
|
+
* GroupID represents the group to be updated in the Joint Fabric Datastore Cluster. NULL values for the
|
|
742
|
+
* additional parameters will be ignored (not updated).
|
|
743
|
+
*
|
|
744
|
+
* GroupCAT values shall fall within the range 1 to 65534. Attempts to update the GroupCAT on an existing
|
|
745
|
+
* group which has a GroupCAT value of Administrator CAT or Anchor CAT shall fail with CONSTRAINT_ERROR.
|
|
746
|
+
*
|
|
747
|
+
* Attempts to set the GroupCAT to Administrator CAT or Anchor CAT shall fail with CONSTRAINT_ERROR.
|
|
748
|
+
*
|
|
749
|
+
* Upon receipt of this command, the Datastore shall:
|
|
750
|
+
*
|
|
751
|
+
* 1. If entry is not found, return NOT_FOUND.
|
|
752
|
+
*
|
|
753
|
+
* 2. Update the DatastoreGroupInformationEntryStruct for the Group with the given GroupID to match the
|
|
754
|
+
* non-NULL fields passed in.
|
|
755
|
+
*
|
|
756
|
+
* 3. If any fields are changed as a result of this command:
|
|
757
|
+
*
|
|
758
|
+
* a. Iterate through each Node Information Entry:
|
|
759
|
+
*
|
|
760
|
+
* i. If the GroupKeySetID changed:
|
|
761
|
+
*
|
|
762
|
+
* I. Add a DatastoreNodeKeySetEntryStruct with the new GroupKeySetID, and Status set to Pending.
|
|
763
|
+
*
|
|
764
|
+
* II. Add this KeySet to the Node.
|
|
765
|
+
*
|
|
766
|
+
* 1. If successful, Set the Status to Committed for this entry in the NodeKeySetList.
|
|
767
|
+
*
|
|
768
|
+
* 2. If not successful, Set the Status to CommitFailed and the FailureCode to the returned error. The
|
|
769
|
+
* pending change shall be applied in a subsequent Node Refresh.
|
|
770
|
+
*
|
|
771
|
+
* A. If the NodeKeySetList list contains an entry with the previous GroupKeySetID:
|
|
772
|
+
*
|
|
773
|
+
* III. Set the Status set to DeletePending.
|
|
774
|
+
*
|
|
775
|
+
* IV. Remove this KeySet from the Node.
|
|
776
|
+
*
|
|
777
|
+
* 1. If successful, Remove this entry from the NodeKeySetList.
|
|
778
|
+
*
|
|
779
|
+
* 2. If not successful, the pending change shall be applied in a subsequent Node Refresh.
|
|
780
|
+
*
|
|
781
|
+
* ii. If the GroupCAT, GroupCATVersion or GroupPermission changed:
|
|
782
|
+
*
|
|
783
|
+
* A. If the ACLList contains an entry for this Group, update the ACL List Entry in the Datastore with the
|
|
784
|
+
* new values and Status Pending, update the ACL attribute on the given Node with the new values. If
|
|
785
|
+
* the update succeeds, set the Status to Committed on the ACLList Entry in the Datastore.
|
|
786
|
+
*
|
|
787
|
+
* iii. If the FriendlyName changed:
|
|
788
|
+
*
|
|
789
|
+
* A. Iterate through each Endpoint Information Entry:
|
|
790
|
+
*
|
|
791
|
+
* I. If the GroupIDList contains an entry with the given GroupID:
|
|
792
|
+
*
|
|
793
|
+
* 1. Update the GroupIDList Entry in the Datastore with the new values and Status
|
|
794
|
+
*
|
|
795
|
+
* ### Pending
|
|
796
|
+
*
|
|
797
|
+
* 2. Update the Groups on the given Node with the new values.
|
|
798
|
+
*
|
|
799
|
+
* 1. If the update succeeds, set the Status to Committed on the GroupIDList Entry in the Datastore.
|
|
800
|
+
*
|
|
801
|
+
* 2. If not successful, the pending change shall be applied in a subsequent Node Refresh.
|
|
802
|
+
*
|
|
803
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.5
|
|
421
804
|
*/
|
|
422
|
-
|
|
805
|
+
updateGroup: (0, import_Cluster.Command)(4, JointFabricDatastore2.TlvUpdateGroupRequest, 4, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
|
|
423
806
|
/**
|
|
424
|
-
*
|
|
807
|
+
* This command shall be used to remove a group from the Joint Fabric Datastore Cluster of the accessing
|
|
808
|
+
* fabric.
|
|
809
|
+
*
|
|
810
|
+
* GroupID represents the unique identifier for the group to be removed from the Joint Fabric Datastore
|
|
811
|
+
* Cluster.
|
|
812
|
+
*
|
|
813
|
+
* Attempts to remove a group with GroupCAT value set to Administrator CAT or Anchor CAT shall fail with
|
|
814
|
+
* CONSTRAINT_ERROR.
|
|
815
|
+
*
|
|
816
|
+
* Upon receipt of this command, the Datastore shall:
|
|
817
|
+
*
|
|
818
|
+
* 1. If entry is not found, return NOT_FOUND.
|
|
819
|
+
*
|
|
820
|
+
* 2. Ensure there are no Nodes in this group. To do this:
|
|
821
|
+
*
|
|
822
|
+
* a. Iterate through each Node Information Entry:
|
|
823
|
+
*
|
|
824
|
+
* i. If the GroupIDList contains an entry with the given GroupID, and the entry does NOT have Status
|
|
825
|
+
* DeletePending, then return CONSTRAINT_ERROR.
|
|
826
|
+
*
|
|
827
|
+
* 3. Remove the DatastoreGroupInformationEntryStruct for the Group with the given GroupID from the
|
|
828
|
+
* GroupList attribute.
|
|
829
|
+
*
|
|
830
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.6
|
|
425
831
|
*/
|
|
426
|
-
|
|
832
|
+
removeGroup: (0, import_Cluster.Command)(5, JointFabricDatastore2.TlvRemoveGroupRequest, 5, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
|
|
427
833
|
/**
|
|
428
|
-
*
|
|
834
|
+
* This command shall be used to add an admin to the Joint Fabric Datastore Cluster of the accessing fabric.
|
|
835
|
+
*
|
|
836
|
+
* NodeID, FriendlyName, VendorID and ICAC represent the admin to be added to the Joint Fabric Datastore
|
|
837
|
+
* Cluster.
|
|
838
|
+
*
|
|
839
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.7
|
|
429
840
|
*/
|
|
430
|
-
|
|
841
|
+
addAdmin: (0, import_Cluster.Command)(6, JointFabricDatastore2.TlvAddAdminRequest, 6, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
|
|
431
842
|
/**
|
|
432
|
-
*
|
|
843
|
+
* This command shall be used to update an admin in the Joint Fabric Datastore Cluster of the accessing
|
|
844
|
+
* fabric.
|
|
845
|
+
*
|
|
846
|
+
* NodeID represents the admin to be updated in the Joint Fabric Datastore Cluster. NULL values for the
|
|
847
|
+
* additional parameters will be ignored (not updated).
|
|
848
|
+
*
|
|
849
|
+
* If entry is not found, return NOT_FOUND.
|
|
850
|
+
*
|
|
851
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.8
|
|
433
852
|
*/
|
|
434
|
-
|
|
853
|
+
updateAdmin: (0, import_Cluster.Command)(7, JointFabricDatastore2.TlvUpdateAdminRequest, 7, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
|
|
435
854
|
/**
|
|
436
|
-
*
|
|
855
|
+
* This command shall be used to remove an admin from the Joint Fabric Datastore Cluster of the accessing
|
|
856
|
+
* fabric.
|
|
857
|
+
*
|
|
858
|
+
* NodeID represents the unique identifier for the admin to be removed from the Joint Fabric Datastore
|
|
859
|
+
* Cluster.
|
|
860
|
+
*
|
|
861
|
+
* If entry is not found, return NOT_FOUND.
|
|
862
|
+
*
|
|
863
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.9
|
|
437
864
|
*/
|
|
438
|
-
|
|
865
|
+
removeAdmin: (0, import_Cluster.Command)(8, JointFabricDatastore2.TlvRemoveAdminRequest, 8, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
|
|
439
866
|
/**
|
|
440
|
-
*
|
|
867
|
+
* The command shall be used to add a node to the Joint Fabric Datastore Cluster of the accessing fabric.
|
|
868
|
+
*
|
|
869
|
+
* NodeID represents the node to be added to the Joint Fabric Datastore Cluster. Upon receipt of this
|
|
870
|
+
* command, the Datastore shall:
|
|
871
|
+
*
|
|
872
|
+
* 1. Update CommissioningStatusEntry of the Node Information Entry with the given NodeID to Pending.
|
|
873
|
+
*
|
|
874
|
+
* If a Node Information Entry exists for the given NodeID, this command shall return INVALID_CONSTRAINT.
|
|
875
|
+
*
|
|
876
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.10
|
|
441
877
|
*/
|
|
442
|
-
|
|
878
|
+
addPendingNode: (0, import_Cluster.Command)(
|
|
879
|
+
9,
|
|
880
|
+
JointFabricDatastore2.TlvAddPendingNodeRequest,
|
|
881
|
+
9,
|
|
882
|
+
import_Cluster.TlvNoResponse,
|
|
883
|
+
{ invokeAcl: import_model.AccessLevel.Administer }
|
|
884
|
+
),
|
|
443
885
|
/**
|
|
444
|
-
*
|
|
886
|
+
* The command shall be used to request that Datastore information relating to a Node of the accessing
|
|
887
|
+
* fabric is refreshed.
|
|
888
|
+
*
|
|
889
|
+
* Upon receipt of this command, the Datastore shall:
|
|
890
|
+
*
|
|
891
|
+
* 1. Confirm that a Node Information Entry exists for the given NodeID, and if not, return NOT_FOUND.
|
|
892
|
+
*
|
|
893
|
+
* 2. Update the CommissioningStatusEntry for the Node Information Entry to Pending.
|
|
894
|
+
*
|
|
895
|
+
* 3. Ensure the Endpoint List for the Node Information Entry with the given NodeID matches Endpoint list
|
|
896
|
+
* on the given Node. This involves the following steps:
|
|
897
|
+
*
|
|
898
|
+
* a. Read the PartsList of the Descriptor cluster from the Node.
|
|
899
|
+
*
|
|
900
|
+
* b. For each Endpoint Information Entry in the Endpoint List of the Node Information Entry that does
|
|
901
|
+
* not match an Endpoint ID in the PartsList, remove the Endpoint Information Entry.
|
|
902
|
+
*
|
|
903
|
+
* c. For each Endpoint Information Entry in the Endpoint List of the Node Information Entry that
|
|
904
|
+
* matches an Endpoint ID in the PartsList:
|
|
905
|
+
*
|
|
906
|
+
* i. Check that each entry in Node’s Group List occurs in the GroupIDList of the Endpoint Information
|
|
907
|
+
* Entry.
|
|
908
|
+
*
|
|
909
|
+
* A. Add any missing entries to the GroupIDList of the Endpoint Information Entry.
|
|
910
|
+
*
|
|
911
|
+
* B. For any entries in the GroupIDList with Status of Pending:
|
|
912
|
+
*
|
|
913
|
+
* I. Add the corresponding change to the Node’s Group List.
|
|
914
|
+
*
|
|
915
|
+
* 1. If successful, mark the Status to Committed.
|
|
916
|
+
*
|
|
917
|
+
* 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The
|
|
918
|
+
* error shall be handled in a subsequent Node Refresh.
|
|
919
|
+
*
|
|
920
|
+
* C. For any entries in the GroupIDList with Status of DeletePending:
|
|
921
|
+
*
|
|
922
|
+
* 1. If successful, remove the corresponding entry from the Node’s Group List.
|
|
923
|
+
*
|
|
924
|
+
* 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The
|
|
925
|
+
* error shall be handled in a subsequent Node Refresh.
|
|
926
|
+
*
|
|
927
|
+
* D. For any entries in the GroupIDList with Status of CommitFailure:
|
|
928
|
+
*
|
|
929
|
+
* I. A CommitFailure with an unrecoverable FailureCode shall be handled by removing the entry from the
|
|
930
|
+
* GroupIDList.
|
|
931
|
+
*
|
|
932
|
+
* II. A CommitFailure with a recoverable FailureCode (i.e. TIMEOUT, BUSY) shall be handle in a subsequent
|
|
933
|
+
* Node Refresh.
|
|
934
|
+
*
|
|
935
|
+
* ii. Check that each entry in Node’s Binding List occurs in the BindingList of the Endpoint Information
|
|
936
|
+
* Entry.
|
|
937
|
+
*
|
|
938
|
+
* A. Add any missing entries to the BindingList of the Endpoint Information Entry.
|
|
939
|
+
*
|
|
940
|
+
* B. For any entries in the BindingList with Status of Pending:
|
|
941
|
+
*
|
|
942
|
+
* I. Add the corresponding change to the Node’s Binding List.
|
|
943
|
+
*
|
|
944
|
+
* 1. If successful, mark the Status to Committed.
|
|
945
|
+
*
|
|
946
|
+
* 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
|
|
947
|
+
* The error shall be handled in a subsequent Node Refresh.
|
|
948
|
+
*
|
|
949
|
+
* C. For any entries in the BindingList with Status of DeletePending:
|
|
950
|
+
*
|
|
951
|
+
* 1. If successful, remove the corresponding entry from the Node’s BindingList.
|
|
952
|
+
*
|
|
953
|
+
* 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
|
|
954
|
+
* The error shall be handled in a subsequent Node Refresh.
|
|
955
|
+
*
|
|
956
|
+
* D. For any entries in the BindingList with Status of CommitFailure:
|
|
957
|
+
*
|
|
958
|
+
* I. A CommitFailure with an unrecoverable FailureCode shall be handled by removing the entry from the
|
|
959
|
+
* BindingList.
|
|
960
|
+
*
|
|
961
|
+
* II. A CommitFailure with a recoverable FailureCode (i.e. TIMEOUT, BUSY) shall be handle in a
|
|
962
|
+
* subsequent Node Refresh.
|
|
963
|
+
*
|
|
964
|
+
* 4. Ensure the GroupKeySetList for the Node Information Entry with the given NodeID matches the Group Keys
|
|
965
|
+
* on the given Node. This involves the following steps:
|
|
966
|
+
*
|
|
967
|
+
* a. Read the Group Keys from the Node.
|
|
968
|
+
*
|
|
969
|
+
* b. For each GroupKeySetEntry in the GroupKeySetList of the Node Information Entry with a Pending
|
|
970
|
+
* Status:
|
|
971
|
+
*
|
|
972
|
+
* i. Add the corresponding DatastoreGroupKeySetStruct to the Node’s Group Key list.
|
|
973
|
+
*
|
|
974
|
+
* A. If successful, mark the Status to Committed.
|
|
975
|
+
*
|
|
976
|
+
* B. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
|
|
977
|
+
* The error shall be handled in a subsequent Node Refresh.
|
|
978
|
+
*
|
|
979
|
+
* c. For each GroupKeySetEntry in the GroupKeySetList of the Node Information Entry with a CommitFailure
|
|
980
|
+
* Status:
|
|
981
|
+
*
|
|
982
|
+
* i. A CommitFailure with an unrecoverable FailureCode shall be handled by removing the entry from the
|
|
983
|
+
* GroupKeySetList.
|
|
984
|
+
*
|
|
985
|
+
* ii. A CommitFailure with a recoverable FailureCode (i.e. TIMEOUT, BUSY) shall be handle in a
|
|
986
|
+
* subsequent Node Refresh.
|
|
987
|
+
*
|
|
988
|
+
* d. All remaining entries in the GroupKeySetList should be replaced by the remaining entries on the
|
|
989
|
+
* Node.
|
|
990
|
+
*
|
|
991
|
+
* 5. Ensure the ACLList for the Node Information Entry with the given NodeID matches the ACL attribute on
|
|
992
|
+
* the given Node. This involves the following steps:
|
|
993
|
+
*
|
|
994
|
+
* a. Read the ACL attribute on the Node.
|
|
995
|
+
*
|
|
996
|
+
* b. For each DatastoreACLEntryStruct in the ACLList of the Node Information Entry with a Pending Status:
|
|
997
|
+
*
|
|
998
|
+
* i. Add the corresponding DatastoreACLEntryStruct to the Node’s ACL attribute.
|
|
999
|
+
*
|
|
1000
|
+
* A. If successful, mark the Status to Committed.
|
|
1001
|
+
*
|
|
1002
|
+
* B. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
|
|
1003
|
+
* The error shall be handled in a subsequent Node Refresh.
|
|
1004
|
+
*
|
|
1005
|
+
* c. For each DatastoreACLEntryStruct in the ACLList of the Node Information Entry with a CommitFailure
|
|
1006
|
+
* Status:
|
|
1007
|
+
*
|
|
1008
|
+
* i. A CommitFailure with an unrecoverable FailureCode (i.e. RESOURCE_EXHAUSTED, CONSTRAINT_ERROR)
|
|
1009
|
+
* shall be handled by removing the entry from the ACLList.
|
|
1010
|
+
*
|
|
1011
|
+
* ii. A CommitFailure with a recoverable FailureCode (i.e. TIMEOUT, BUSY) shall be handle in a
|
|
1012
|
+
* subsequent Node Refresh.
|
|
1013
|
+
*
|
|
1014
|
+
* d. All remaining entries in the ACLList should be replaced by the remaining entries on the Node.
|
|
1015
|
+
*
|
|
1016
|
+
* 6. Update the CommissioningStatusEntry for the Node Information Entry to Committed.
|
|
1017
|
+
*
|
|
1018
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.11
|
|
445
1019
|
*/
|
|
446
|
-
|
|
1020
|
+
refreshNode: (0, import_Cluster.Command)(10, JointFabricDatastore2.TlvRefreshNodeRequest, 10, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
|
|
447
1021
|
/**
|
|
448
|
-
*
|
|
1022
|
+
* The command shall be used to update the friendly name for a node in the Joint Fabric Datastore Cluster of
|
|
1023
|
+
* the accessing fabric.
|
|
1024
|
+
*
|
|
1025
|
+
* NodeID represents the node to be updated in the Joint Fabric Datastore Cluster.
|
|
1026
|
+
*
|
|
1027
|
+
* If a Node Information Entry does not exist for the given NodeID, this command shall return NOT_FOUND.
|
|
1028
|
+
*
|
|
1029
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.12
|
|
449
1030
|
*/
|
|
450
|
-
|
|
1031
|
+
updateNode: (0, import_Cluster.Command)(11, JointFabricDatastore2.TlvUpdateNodeRequest, 11, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
|
|
451
1032
|
/**
|
|
452
|
-
*
|
|
1033
|
+
* This command shall be used to remove a node from the Joint Fabric Datastore Cluster of the accessing
|
|
1034
|
+
* fabric.
|
|
1035
|
+
*
|
|
1036
|
+
* NodeID represents the unique identifier for the node to be removed from the Joint Fabric Datastore
|
|
1037
|
+
* Cluster.
|
|
1038
|
+
*
|
|
1039
|
+
* If a Node Information Entry does not exist for the given NodeID, this command shall return NOT_FOUND.
|
|
1040
|
+
*
|
|
1041
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.13
|
|
453
1042
|
*/
|
|
454
|
-
|
|
1043
|
+
removeNode: (0, import_Cluster.Command)(12, JointFabricDatastore2.TlvRemoveNodeRequest, 12, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
|
|
455
1044
|
/**
|
|
456
|
-
*
|
|
1045
|
+
* This command shall be used to update the state of an endpoint for a node in the Joint Fabric Datastore
|
|
1046
|
+
* Cluster of the accessing fabric.
|
|
1047
|
+
*
|
|
1048
|
+
* EndpointID represents the unique identifier for the endpoint to be updated in the Joint Fabric Datastore
|
|
1049
|
+
* Cluster.
|
|
1050
|
+
*
|
|
1051
|
+
* NodeID represents the unique identifier for the node to which the endpoint belongs.
|
|
1052
|
+
*
|
|
1053
|
+
* If an Endpoint Information Entry does not exist for the given NodeID and EndpointID, this command shall
|
|
1054
|
+
* return NOT_FOUND.
|
|
1055
|
+
*
|
|
1056
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.14
|
|
457
1057
|
*/
|
|
458
|
-
|
|
1058
|
+
updateEndpointForNode: (0, import_Cluster.Command)(
|
|
1059
|
+
13,
|
|
1060
|
+
JointFabricDatastore2.TlvUpdateEndpointForNodeRequest,
|
|
1061
|
+
13,
|
|
1062
|
+
import_Cluster.TlvNoResponse,
|
|
1063
|
+
{ invokeAcl: import_model.AccessLevel.Administer }
|
|
1064
|
+
),
|
|
459
1065
|
/**
|
|
460
|
-
*
|
|
1066
|
+
* This command shall be used to add a Group ID to an endpoint for a node in the Joint Fabric Datastore
|
|
1067
|
+
* Cluster of the accessing fabric.
|
|
1068
|
+
*
|
|
1069
|
+
* GroupID represents the unique identifier for the group to be added to the endpoint.
|
|
1070
|
+
*
|
|
1071
|
+
* EndpointID represents the unique identifier for the endpoint to be updated in the Joint Fabric Datastore
|
|
1072
|
+
* Cluster.
|
|
1073
|
+
*
|
|
1074
|
+
* NodeID represents the unique identifier for the node to which the endpoint belongs. Upon receipt of this
|
|
1075
|
+
* command, the Datastore shall:
|
|
1076
|
+
*
|
|
1077
|
+
* 1. Confirm that an Endpoint Information Entry exists for the given NodeID and EndpointID, and if not,
|
|
1078
|
+
* return NOT_FOUND.
|
|
1079
|
+
*
|
|
1080
|
+
* 2. Ensure the Group Key List for the Node Information Entry with the given NodeID includes the KeySet
|
|
1081
|
+
* for the given Group ID. If it does not:
|
|
1082
|
+
*
|
|
1083
|
+
* a. Add an entry for the KeySet of the given Group ID to the Group Key List for the Node. The new
|
|
1084
|
+
* entry’s status shall be set to Pending.
|
|
1085
|
+
*
|
|
1086
|
+
* b. Add a Group Key Entry for this KeySet to the given Node ID.
|
|
1087
|
+
*
|
|
1088
|
+
* i. If this succeeds, update the new KeySet entry in the Datastore to Committed.
|
|
1089
|
+
*
|
|
1090
|
+
* ii. If not successful, the pending change shall be applied in a subsequent Node Refresh.
|
|
1091
|
+
*
|
|
1092
|
+
* 3. Ensure the Group List for the Endpoint Information Entry with the given NodeID and EndpointID
|
|
1093
|
+
* includes an entry for the given Group. If it does not:
|
|
1094
|
+
*
|
|
1095
|
+
* a. Add a Group entry for the given Group ID to the Group List for the Endpoint and Node. The new
|
|
1096
|
+
* entry’s status shall be set to Pending.
|
|
1097
|
+
*
|
|
1098
|
+
* b. Add this Group entry to the given Endpoint ID on the given Node ID.
|
|
1099
|
+
*
|
|
1100
|
+
* i. If this succeeds, update the new Group entry in the Datastore to Committed.
|
|
1101
|
+
*
|
|
1102
|
+
* ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
|
|
1103
|
+
* The error shall be handled in a subsequent Node Refresh.
|
|
1104
|
+
*
|
|
1105
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.15
|
|
461
1106
|
*/
|
|
462
|
-
|
|
1107
|
+
addGroupIdToEndpointForNode: (0, import_Cluster.Command)(
|
|
1108
|
+
14,
|
|
1109
|
+
JointFabricDatastore2.TlvAddGroupIdToEndpointForNodeRequest,
|
|
1110
|
+
14,
|
|
1111
|
+
import_Cluster.TlvNoResponse,
|
|
1112
|
+
{ invokeAcl: import_model.AccessLevel.Administer }
|
|
1113
|
+
),
|
|
463
1114
|
/**
|
|
464
|
-
*
|
|
1115
|
+
* This command shall be used to remove a Group ID from an endpoint for a node in the Joint Fabric Datastore
|
|
1116
|
+
* Cluster of the accessing fabric.
|
|
1117
|
+
*
|
|
1118
|
+
* GroupID represents the unique identifier for the group to be removed from the endpoint.
|
|
1119
|
+
*
|
|
1120
|
+
* EndpointID represents the unique identifier for the endpoint to be updated in the Joint Fabric Datastore
|
|
1121
|
+
* Cluster.
|
|
1122
|
+
*
|
|
1123
|
+
* NodeID represents the unique identifier for the node to which the endpoint belongs. Upon receipt of this
|
|
1124
|
+
* command, the Datastore shall:
|
|
1125
|
+
*
|
|
1126
|
+
* 1. Confirm that an Endpoint Information Entry exists for the given NodeID and EndpointID, and if not,
|
|
1127
|
+
* return NOT_FOUND.
|
|
1128
|
+
*
|
|
1129
|
+
* 2. Ensure the Group List for the Endpoint Information Entry with the given NodeID and EndpointID does
|
|
1130
|
+
* not include an entry for the given Group. If it does:
|
|
1131
|
+
*
|
|
1132
|
+
* a. Update the status to DeletePending of the Group entry for the given Group ID in the Group List.
|
|
1133
|
+
*
|
|
1134
|
+
* b. Remove this Group entry for the given Endpoint ID on the given Node ID.
|
|
1135
|
+
*
|
|
1136
|
+
* i. If this succeeds, remove the Group entry for the given Group ID in the Group List for this
|
|
1137
|
+
* NodeID and EndpointID in the Datastore.
|
|
1138
|
+
*
|
|
1139
|
+
* ii. If not successful, the pending change shall be applied in a subsequent Node Refresh.
|
|
1140
|
+
*
|
|
1141
|
+
* 3. Ensure the Group Key List for the Node Information Entry with the given NodeID does not include the
|
|
1142
|
+
* KeySet for the given Group ID. If it does:
|
|
1143
|
+
*
|
|
1144
|
+
* a. Update the status to DeletePending for the entry for the KeySet of the given Group ID in the Node
|
|
1145
|
+
* Group Key List.
|
|
1146
|
+
*
|
|
1147
|
+
* b. Remove the Group Key Entry for this KeySet from the given Node ID.
|
|
1148
|
+
*
|
|
1149
|
+
* i. If this succeeds, remove the KeySet entry for the given Node ID.
|
|
1150
|
+
*
|
|
1151
|
+
* ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
|
|
1152
|
+
* The error shall be handled in a subsequent Node Refresh.
|
|
1153
|
+
*
|
|
1154
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.16
|
|
465
1155
|
*/
|
|
466
|
-
|
|
1156
|
+
removeGroupIdFromEndpointForNode: (0, import_Cluster.Command)(
|
|
1157
|
+
15,
|
|
1158
|
+
JointFabricDatastore2.TlvRemoveGroupIdFromEndpointForNodeRequest,
|
|
1159
|
+
15,
|
|
1160
|
+
import_Cluster.TlvNoResponse,
|
|
1161
|
+
{ invokeAcl: import_model.AccessLevel.Administer }
|
|
1162
|
+
),
|
|
467
1163
|
/**
|
|
468
|
-
*
|
|
1164
|
+
* This command shall be used to add a binding to an endpoint for a node in the Joint Fabric Datastore
|
|
1165
|
+
* Cluster of the accessing fabric.
|
|
1166
|
+
*
|
|
1167
|
+
* Binding represents the binding to be added to the endpoint.
|
|
1168
|
+
*
|
|
1169
|
+
* EndpointID represents the unique identifier for the endpoint to be updated in the Joint Fabric Datastore
|
|
1170
|
+
* Cluster.
|
|
1171
|
+
*
|
|
1172
|
+
* NodeID represents the unique identifier for the node to which the endpoint belongs. Upon receipt of this
|
|
1173
|
+
* command, the Datastore shall:
|
|
1174
|
+
*
|
|
1175
|
+
* 1. Confirm that an Endpoint Information Entry exists for the given NodeID and EndpointID, and if not,
|
|
1176
|
+
* return NOT_FOUND.
|
|
1177
|
+
*
|
|
1178
|
+
* 2. Ensure the Binding List for the Node Information Entry with the given NodeID includes the given
|
|
1179
|
+
* Binding. If it does not:
|
|
1180
|
+
*
|
|
1181
|
+
* a. Add the Binding to the Binding List for the Node Information Entry for the given NodeID. The new
|
|
1182
|
+
* entry’s status shall be set to Pending.
|
|
1183
|
+
*
|
|
1184
|
+
* b. Add this Binding to the given Node ID.
|
|
1185
|
+
*
|
|
1186
|
+
* i. If this succeeds, update the new Binding in the Datastore to Committed.
|
|
1187
|
+
*
|
|
1188
|
+
* ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
|
|
1189
|
+
* The error shall be handled in a subsequent Node Refresh.
|
|
1190
|
+
*
|
|
1191
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.17
|
|
469
1192
|
*/
|
|
470
|
-
|
|
1193
|
+
addBindingToEndpointForNode: (0, import_Cluster.Command)(
|
|
1194
|
+
16,
|
|
1195
|
+
JointFabricDatastore2.TlvAddBindingToEndpointForNodeRequest,
|
|
1196
|
+
16,
|
|
1197
|
+
import_Cluster.TlvNoResponse,
|
|
1198
|
+
{ invokeAcl: import_model.AccessLevel.Administer }
|
|
1199
|
+
),
|
|
471
1200
|
/**
|
|
472
|
-
*
|
|
1201
|
+
* This command shall be used to remove a binding from an endpoint for a node in the Joint Fabric Datastore
|
|
1202
|
+
* Cluster of the accessing fabric.
|
|
1203
|
+
*
|
|
1204
|
+
* ListID represents the unique identifier for the binding entry in the Datastore’s EndpointBindingList
|
|
1205
|
+
* attribute to be removed from the endpoint.
|
|
1206
|
+
*
|
|
1207
|
+
* EndpointID represents the unique identifier for the endpoint to be updated in the Joint Fabric Datastore
|
|
1208
|
+
* Cluster.
|
|
1209
|
+
*
|
|
1210
|
+
* NodeID represents the unique identifier for the node to which the endpoint belongs. Upon receipt of this
|
|
1211
|
+
* command, the Datastore shall:
|
|
1212
|
+
*
|
|
1213
|
+
* 1. Confirm that an Endpoint Information Entry exists for the given NodeID and EndpointID, and if not,
|
|
1214
|
+
* return NOT_FOUND.
|
|
1215
|
+
*
|
|
1216
|
+
* 2. Ensure the Binding List for the Node Information Entry with the given NodeID does not include an
|
|
1217
|
+
* entry with the given ListID. If it does:
|
|
1218
|
+
*
|
|
1219
|
+
* a. Update the status to DeletePending for the given Binding in the Binding List.
|
|
1220
|
+
*
|
|
1221
|
+
* b. Remove this Binding from the given Node ID.
|
|
1222
|
+
*
|
|
1223
|
+
* i. If this succeeds, remove the given Binding from the Binding List.
|
|
1224
|
+
*
|
|
1225
|
+
* ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
|
|
1226
|
+
* The error shall be handled in a subsequent Node Refresh.
|
|
1227
|
+
*
|
|
1228
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.18
|
|
473
1229
|
*/
|
|
474
|
-
|
|
1230
|
+
removeBindingFromEndpointForNode: (0, import_Cluster.Command)(
|
|
1231
|
+
17,
|
|
1232
|
+
JointFabricDatastore2.TlvRemoveBindingFromEndpointForNodeRequest,
|
|
1233
|
+
17,
|
|
1234
|
+
import_Cluster.TlvNoResponse,
|
|
1235
|
+
{ invokeAcl: import_model.AccessLevel.Administer }
|
|
1236
|
+
),
|
|
475
1237
|
/**
|
|
476
|
-
*
|
|
1238
|
+
* This command shall be used to add an ACL to a node in the Joint Fabric Datastore Cluster of the accessing
|
|
1239
|
+
* fabric.
|
|
1240
|
+
*
|
|
1241
|
+
* NodeID represents the unique identifier for the node to which the ACL is to be added. ACLEntry represents
|
|
1242
|
+
* the ACL to be added to the Joint Fabric Datastore Cluster.
|
|
1243
|
+
*
|
|
1244
|
+
* Upon receipt of this command, the Datastore shall:
|
|
1245
|
+
*
|
|
1246
|
+
* 1. Confirm that a Node Information Entry exists for the given NodeID, and if not, return NOT_FOUND.
|
|
1247
|
+
*
|
|
1248
|
+
* 2. Ensure the ACL List for the given NodeID includes the given ACLEntry. If it does not:
|
|
1249
|
+
*
|
|
1250
|
+
* a. Add the ACLEntry to the ACL List for the given NodeID. The new entry’s status shall be set to
|
|
1251
|
+
* Pending.
|
|
1252
|
+
*
|
|
1253
|
+
* b. Add this ACLEntry to the given Node ID.
|
|
1254
|
+
*
|
|
1255
|
+
* i. If this succeeds, update the new ACLEntry in the Datastore to Committed.
|
|
1256
|
+
*
|
|
1257
|
+
* ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
|
|
1258
|
+
* The error shall be handled in a subsequent Node Refresh.
|
|
1259
|
+
*
|
|
1260
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.19
|
|
477
1261
|
*/
|
|
478
|
-
|
|
1262
|
+
addAclToNode: (0, import_Cluster.Command)(
|
|
1263
|
+
18,
|
|
1264
|
+
JointFabricDatastore2.TlvAddAclToNodeRequest,
|
|
1265
|
+
18,
|
|
1266
|
+
import_Cluster.TlvNoResponse,
|
|
1267
|
+
{ invokeAcl: import_model.AccessLevel.Administer }
|
|
1268
|
+
),
|
|
479
1269
|
/**
|
|
480
|
-
*
|
|
1270
|
+
* This command shall be used to remove an ACL from a node in the Joint Fabric Datastore Cluster of the
|
|
1271
|
+
* accessing fabric.
|
|
1272
|
+
*
|
|
1273
|
+
* ListID represents the unique identifier for the DatastoreACLEntryStruct to be removed from the
|
|
1274
|
+
* Datastore’s list of DatastoreACLEntry.
|
|
1275
|
+
*
|
|
1276
|
+
* NodeID represents the unique identifier for the node from which the ACL is to be removed. Upon receipt of
|
|
1277
|
+
* this command, the Datastore shall:
|
|
1278
|
+
*
|
|
1279
|
+
* 1. Confirm that a Node Information Entry exists for the given NodeID, and if not, return NOT_FOUND.
|
|
1280
|
+
*
|
|
1281
|
+
* 2. Ensure the ACL List for the given NodeID does not include the given ACLEntry. If it does:
|
|
1282
|
+
*
|
|
1283
|
+
* a. Update the status to DeletePending for the given ACLEntry in the ACL List.
|
|
1284
|
+
*
|
|
1285
|
+
* b. Remove this ACLEntry from the given Node ID.
|
|
1286
|
+
*
|
|
1287
|
+
* i. If this succeeds, remove the given ACLEntry from the Node ACL List.
|
|
1288
|
+
*
|
|
1289
|
+
* ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
|
|
1290
|
+
* The error shall be handled in a subsequent Node Refresh.
|
|
1291
|
+
*
|
|
1292
|
+
* @see {@link MatterSpecification.v141.Core} § 11.24.7.20
|
|
481
1293
|
*/
|
|
482
|
-
|
|
1294
|
+
removeAclFromNode: (0, import_Cluster.Command)(
|
|
1295
|
+
19,
|
|
1296
|
+
JointFabricDatastore2.TlvRemoveAclFromNodeRequest,
|
|
1297
|
+
19,
|
|
1298
|
+
import_Cluster.TlvNoResponse,
|
|
1299
|
+
{ invokeAcl: import_model.AccessLevel.Administer }
|
|
1300
|
+
)
|
|
483
1301
|
}
|
|
484
1302
|
});
|
|
485
1303
|
JointFabricDatastore2.Cluster = JointFabricDatastore2.ClusterInstance;
|