@matter/types 0.12.6-alpha.0-20250304-03716637c → 0.13.0-alpha.0-20250307-ebf84a05a
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/Cluster.d.ts.map +1 -1
- package/dist/cjs/cluster/ClusterHelper.d.ts.map +1 -1
- package/dist/cjs/clusters/access-control.d.ts +3972 -522
- package/dist/cjs/clusters/access-control.d.ts.map +1 -1
- package/dist/cjs/clusters/access-control.js +640 -116
- package/dist/cjs/clusters/access-control.js.map +2 -2
- package/dist/cjs/clusters/actions.d.ts +10 -9
- package/dist/cjs/clusters/actions.d.ts.map +1 -1
- package/dist/cjs/clusters/actions.js +4 -4
- package/dist/cjs/clusters/actions.js.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.d.ts +156 -129
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +40 -35
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +9 -12
- package/dist/cjs/clusters/alarm-base.d.ts.map +1 -1
- package/dist/cjs/clusters/alarm-base.js +3 -4
- package/dist/cjs/clusters/alarm-base.js.map +1 -1
- package/dist/cjs/clusters/application-launcher.d.ts +27 -15
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +7 -4
- package/dist/cjs/clusters/application-launcher.js.map +1 -1
- package/dist/cjs/clusters/ballast-configuration.d.ts +7 -7
- package/dist/cjs/clusters/ballast-configuration.js +7 -7
- package/dist/cjs/clusters/basic-information.d.ts +29 -21
- package/dist/cjs/clusters/basic-information.d.ts.map +1 -1
- package/dist/cjs/clusters/basic-information.js +29 -21
- package/dist/cjs/clusters/basic-information.js.map +1 -1
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +816 -34
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts.map +1 -1
- package/dist/cjs/clusters/bridged-device-basic-information.js +182 -29
- package/dist/cjs/clusters/bridged-device-basic-information.js.map +2 -2
- package/dist/cjs/clusters/channel.d.ts +115 -124
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +15 -16
- package/dist/cjs/clusters/channel.js.map +1 -1
- package/dist/cjs/clusters/color-control.d.ts +3076 -1366
- package/dist/cjs/clusters/color-control.d.ts.map +1 -1
- package/dist/cjs/clusters/color-control.js +423 -357
- package/dist/cjs/clusters/color-control.js.map +2 -2
- package/dist/cjs/clusters/commissioner-control.d.ts +268 -0
- package/dist/cjs/clusters/commissioner-control.d.ts.map +1 -0
- package/dist/cjs/clusters/commissioner-control.js +194 -0
- package/dist/cjs/clusters/commissioner-control.js.map +6 -0
- package/dist/cjs/clusters/content-control.d.ts +497 -221
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +59 -41
- package/dist/cjs/clusters/content-control.js.map +2 -2
- package/dist/cjs/clusters/content-launcher.d.ts +248 -215
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +16 -15
- package/dist/cjs/clusters/content-launcher.js.map +1 -1
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +76 -333
- package/dist/cjs/clusters/device-energy-management-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/device-energy-management-mode.js +26 -73
- package/dist/cjs/clusters/device-energy-management-mode.js.map +1 -1
- package/dist/cjs/clusters/device-energy-management.d.ts +1299 -930
- package/dist/cjs/clusters/device-energy-management.d.ts.map +1 -1
- package/dist/cjs/clusters/device-energy-management.js +189 -160
- package/dist/cjs/clusters/device-energy-management.js.map +2 -2
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +14 -17
- package/dist/cjs/clusters/dishwasher-alarm.d.ts.map +1 -1
- package/dist/cjs/clusters/dishwasher-alarm.js +3 -4
- package/dist/cjs/clusters/dishwasher-alarm.js.map +1 -1
- package/dist/cjs/clusters/dishwasher-mode.d.ts +65 -105
- package/dist/cjs/clusters/dishwasher-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/dishwasher-mode.js +12 -24
- package/dist/cjs/clusters/dishwasher-mode.js.map +1 -1
- package/dist/cjs/clusters/door-lock.d.ts +2751 -5427
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +480 -802
- package/dist/cjs/clusters/door-lock.js.map +2 -2
- package/dist/cjs/clusters/ecosystem-information.d.ts +186 -0
- package/dist/cjs/clusters/ecosystem-information.d.ts.map +1 -0
- package/dist/cjs/clusters/ecosystem-information.js +154 -0
- package/dist/cjs/clusters/ecosystem-information.js.map +6 -0
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +363 -368
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/electrical-energy-measurement.js +15 -16
- package/dist/cjs/clusters/electrical-energy-measurement.js.map +1 -1
- package/dist/cjs/clusters/energy-evse-mode.d.ts +92 -330
- package/dist/cjs/clusters/energy-evse-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-evse-mode.js +25 -72
- package/dist/cjs/clusters/energy-evse-mode.js.map +1 -1
- package/dist/cjs/clusters/energy-evse.d.ts +557 -273
- package/dist/cjs/clusters/energy-evse.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-evse.js +107 -55
- package/dist/cjs/clusters/energy-evse.js.map +1 -1
- package/dist/cjs/clusters/energy-preference.d.ts +76 -76
- package/dist/cjs/clusters/energy-preference.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-preference.js +15 -18
- package/dist/cjs/clusters/energy-preference.js.map +1 -1
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +3 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +1 -3
- package/dist/cjs/clusters/ethernet-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/fan-control.d.ts +12 -12
- package/dist/cjs/clusters/fan-control.js +4 -4
- package/dist/cjs/clusters/fixed-label.d.ts +7 -2
- package/dist/cjs/clusters/fixed-label.d.ts.map +1 -1
- package/dist/cjs/clusters/fixed-label.js.map +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +4 -4
- package/dist/cjs/clusters/flow-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/flow-measurement.js +6 -6
- package/dist/cjs/clusters/flow-measurement.js.map +1 -1
- package/dist/cjs/clusters/general-commissioning.d.ts +1416 -111
- package/dist/cjs/clusters/general-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/general-commissioning.js +272 -54
- package/dist/cjs/clusters/general-commissioning.js.map +2 -2
- package/dist/cjs/clusters/general-diagnostics.d.ts +115 -122
- package/dist/cjs/clusters/general-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/general-diagnostics.js +31 -33
- package/dist/cjs/clusters/general-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/group-key-management.d.ts +72 -82
- package/dist/cjs/clusters/group-key-management.d.ts.map +1 -1
- package/dist/cjs/clusters/group-key-management.js +19 -22
- package/dist/cjs/clusters/group-key-management.js.map +1 -1
- package/dist/cjs/clusters/groups.d.ts +9 -6
- package/dist/cjs/clusters/groups.d.ts.map +1 -1
- package/dist/cjs/clusters/groups.js +3 -2
- package/dist/cjs/clusters/groups.js.map +1 -1
- package/dist/cjs/clusters/icd-management.d.ts +223 -66
- package/dist/cjs/clusters/icd-management.d.ts.map +1 -1
- package/dist/cjs/clusters/icd-management.js +61 -23
- package/dist/cjs/clusters/icd-management.js.map +2 -2
- package/dist/cjs/clusters/identify.d.ts +12 -13
- package/dist/cjs/clusters/identify.d.ts.map +1 -1
- package/dist/cjs/clusters/identify.js +9 -10
- package/dist/cjs/clusters/identify.js.map +1 -1
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -8
- package/dist/cjs/clusters/illuminance-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/illuminance-measurement.js +9 -10
- package/dist/cjs/clusters/illuminance-measurement.js.map +1 -1
- package/dist/cjs/clusters/index.d.ts +11 -1
- package/dist/cjs/clusters/index.d.ts.map +1 -1
- package/dist/cjs/clusters/index.js +33 -3
- package/dist/cjs/clusters/index.js.map +1 -1
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +1239 -0
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts.map +1 -0
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +490 -0
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.js.map +6 -0
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +174 -0
- package/dist/cjs/clusters/joint-fabric-pki.d.ts.map +1 -0
- package/dist/cjs/clusters/joint-fabric-pki.js +120 -0
- package/dist/cjs/clusters/joint-fabric-pki.js.map +6 -0
- package/dist/cjs/clusters/keypad-input.d.ts +2 -2
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +6 -7
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts.map +1 -1
- package/dist/cjs/clusters/laundry-dryer-controls.js +5 -9
- package/dist/cjs/clusters/laundry-dryer-controls.js.map +1 -1
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +74 -62
- package/dist/cjs/clusters/laundry-washer-controls.d.ts.map +1 -1
- package/dist/cjs/clusters/laundry-washer-controls.js +26 -25
- package/dist/cjs/clusters/laundry-washer-controls.js.map +1 -1
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +69 -109
- package/dist/cjs/clusters/laundry-washer-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/laundry-washer-mode.js +13 -25
- package/dist/cjs/clusters/laundry-washer-mode.js.map +1 -1
- package/dist/cjs/clusters/level-control.d.ts +209 -70
- package/dist/cjs/clusters/level-control.d.ts.map +1 -1
- package/dist/cjs/clusters/level-control.js +45 -12
- package/dist/cjs/clusters/level-control.js.map +1 -1
- package/dist/cjs/clusters/localization-configuration.d.ts +5 -6
- package/dist/cjs/clusters/localization-configuration.d.ts.map +1 -1
- package/dist/cjs/clusters/localization-configuration.js +5 -6
- package/dist/cjs/clusters/localization-configuration.js.map +1 -1
- package/dist/cjs/clusters/media-input.d.ts +9 -6
- package/dist/cjs/clusters/media-input.d.ts.map +1 -1
- package/dist/cjs/clusters/media-input.js +3 -2
- package/dist/cjs/clusters/media-input.js.map +1 -1
- package/dist/cjs/clusters/media-playback.d.ts +29 -24
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +5 -4
- package/dist/cjs/clusters/media-playback.js.map +1 -1
- package/dist/cjs/clusters/microwave-oven-control.d.ts +54 -48
- package/dist/cjs/clusters/microwave-oven-control.d.ts.map +1 -1
- package/dist/cjs/clusters/microwave-oven-control.js +19 -17
- package/dist/cjs/clusters/microwave-oven-control.js.map +1 -1
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +63 -69
- package/dist/cjs/clusters/microwave-oven-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/microwave-oven-mode.js +14 -11
- package/dist/cjs/clusters/microwave-oven-mode.js.map +1 -1
- package/dist/cjs/clusters/mode-base.d.ts +27 -46
- package/dist/cjs/clusters/mode-base.d.ts.map +1 -1
- package/dist/cjs/clusters/mode-base.js +9 -10
- package/dist/cjs/clusters/mode-base.js.map +1 -1
- package/dist/cjs/clusters/mode-select.d.ts +33 -27
- package/dist/cjs/clusters/mode-select.d.ts.map +1 -1
- package/dist/cjs/clusters/mode-select.js +14 -13
- package/dist/cjs/clusters/mode-select.js.map +1 -1
- package/dist/cjs/clusters/network-commissioning.d.ts +263 -240
- package/dist/cjs/clusters/network-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/network-commissioning.js +46 -39
- package/dist/cjs/clusters/network-commissioning.js.map +1 -1
- package/dist/cjs/clusters/occupancy-sensing.d.ts +1002 -63
- package/dist/cjs/clusters/occupancy-sensing.d.ts.map +1 -1
- package/dist/cjs/clusters/occupancy-sensing.js +278 -63
- package/dist/cjs/clusters/occupancy-sensing.js.map +2 -2
- package/dist/cjs/clusters/on-off.d.ts +18 -24
- package/dist/cjs/clusters/on-off.d.ts.map +1 -1
- package/dist/cjs/clusters/on-off.js +3 -4
- package/dist/cjs/clusters/on-off.js.map +1 -1
- package/dist/cjs/clusters/operational-credentials.d.ts +98 -85
- package/dist/cjs/clusters/operational-credentials.d.ts.map +1 -1
- package/dist/cjs/clusters/operational-credentials.js +56 -49
- package/dist/cjs/clusters/operational-credentials.js.map +1 -1
- package/dist/cjs/clusters/operational-state.d.ts +136 -57
- package/dist/cjs/clusters/operational-state.d.ts.map +1 -1
- package/dist/cjs/clusters/operational-state.js +62 -36
- package/dist/cjs/clusters/operational-state.js.map +2 -2
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +43 -42
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +20 -19
- package/dist/cjs/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +6 -10
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-requestor.js +4 -6
- package/dist/cjs/clusters/ota-software-update-requestor.js.map +1 -1
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +44 -154
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts.map +1 -1
- package/dist/cjs/clusters/oven-cavity-operational-state.js +39 -156
- package/dist/cjs/clusters/oven-cavity-operational-state.js.map +1 -1
- package/dist/cjs/clusters/oven-mode.d.ts +79 -349
- package/dist/cjs/clusters/oven-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/oven-mode.js +26 -82
- package/dist/cjs/clusters/oven-mode.js.map +1 -1
- package/dist/cjs/clusters/power-source.d.ts +169 -44
- package/dist/cjs/clusters/power-source.d.ts.map +1 -1
- package/dist/cjs/clusters/power-source.js +40 -16
- package/dist/cjs/clusters/power-source.js.map +1 -1
- package/dist/cjs/clusters/pressure-measurement.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.js.map +1 -1
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +73 -63
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/pump-configuration-and-control.js +19 -20
- package/dist/cjs/clusters/pump-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +2 -1
- package/dist/cjs/clusters/refrigerator-alarm.d.ts.map +1 -1
- package/dist/cjs/clusters/refrigerator-alarm.js.map +1 -1
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +59 -91
- 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 +11 -19
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
- package/dist/cjs/clusters/relative-humidity-measurement.js +1 -1
- package/dist/cjs/clusters/relative-humidity-measurement.js.map +1 -1
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +59 -103
- package/dist/cjs/clusters/rvc-clean-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-clean-mode.js +11 -15
- package/dist/cjs/clusters/rvc-clean-mode.js.map +1 -1
- package/dist/cjs/clusters/rvc-operational-state.d.ts +81 -25
- package/dist/cjs/clusters/rvc-operational-state.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-operational-state.js +49 -20
- package/dist/cjs/clusters/rvc-operational-state.js.map +1 -1
- package/dist/cjs/clusters/rvc-run-mode.d.ts +85 -129
- package/dist/cjs/clusters/rvc-run-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-run-mode.js +16 -15
- package/dist/cjs/clusters/rvc-run-mode.js.map +1 -1
- package/dist/cjs/clusters/scenes-management.d.ts +328 -181
- package/dist/cjs/clusters/scenes-management.d.ts.map +1 -1
- package/dist/cjs/clusters/scenes-management.js +37 -22
- package/dist/cjs/clusters/scenes-management.js.map +1 -1
- package/dist/cjs/clusters/service-area.d.ts +2052 -0
- package/dist/cjs/clusters/service-area.d.ts.map +1 -0
- package/dist/cjs/clusters/service-area.js +582 -0
- package/dist/cjs/clusters/service-area.js.map +6 -0
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +10 -18
- package/dist/cjs/clusters/smoke-co-alarm.d.ts.map +1 -1
- package/dist/cjs/clusters/smoke-co-alarm.js +2 -3
- package/dist/cjs/clusters/smoke-co-alarm.js.map +1 -1
- package/dist/cjs/clusters/switch.d.ts +478 -191
- package/dist/cjs/clusters/switch.d.ts.map +1 -1
- package/dist/cjs/clusters/switch.js +145 -57
- package/dist/cjs/clusters/switch.js.map +1 -1
- package/dist/cjs/clusters/target-navigator.d.ts +1 -1
- package/dist/cjs/clusters/target-navigator.js +1 -1
- package/dist/cjs/clusters/thermostat.d.ts +3877 -830
- package/dist/cjs/clusters/thermostat.d.ts.map +1 -1
- package/dist/cjs/clusters/thermostat.js +841 -159
- package/dist/cjs/clusters/thermostat.js.map +2 -2
- package/dist/cjs/clusters/thread-border-router-management.d.ts +711 -0
- package/dist/cjs/clusters/thread-border-router-management.d.ts.map +1 -0
- package/dist/cjs/clusters/thread-border-router-management.js +265 -0
- package/dist/cjs/clusters/thread-border-router-management.js.map +6 -0
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +81 -55
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/thread-network-diagnostics.js +32 -21
- package/dist/cjs/clusters/thread-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/thread-network-directory.d.ts +250 -0
- package/dist/cjs/clusters/thread-network-directory.d.ts.map +1 -0
- package/dist/cjs/clusters/thread-network-directory.js +187 -0
- package/dist/cjs/clusters/thread-network-directory.js.map +6 -0
- package/dist/cjs/clusters/time-synchronization.d.ts +101 -76
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +30 -23
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +3 -4
- package/dist/cjs/clusters/unit-localization.d.ts.map +1 -1
- package/dist/cjs/clusters/unit-localization.js.map +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -1
- package/dist/cjs/clusters/user-label.d.ts.map +1 -1
- package/dist/cjs/clusters/user-label.js.map +1 -1
- package/dist/cjs/clusters/water-heater-management.d.ts +1371 -0
- package/dist/cjs/clusters/water-heater-management.d.ts.map +1 -0
- package/dist/cjs/clusters/water-heater-management.js +336 -0
- package/dist/cjs/clusters/water-heater-management.js.map +6 -0
- package/dist/cjs/clusters/water-heater-mode.d.ts +491 -0
- package/dist/cjs/clusters/water-heater-mode.d.ts.map +1 -0
- package/dist/cjs/clusters/water-heater-mode.js +195 -0
- package/dist/cjs/clusters/water-heater-mode.js.map +6 -0
- package/dist/cjs/clusters/water-tank-level-monitoring.d.ts +162 -0
- package/dist/cjs/clusters/water-tank-level-monitoring.d.ts.map +1 -0
- package/dist/cjs/clusters/water-tank-level-monitoring.js +47 -0
- package/dist/cjs/clusters/water-tank-level-monitoring.js.map +6 -0
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +20 -27
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +6 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +91 -0
- package/dist/cjs/clusters/wi-fi-network-management.d.ts.map +1 -0
- package/dist/cjs/clusters/wi-fi-network-management.js +122 -0
- package/dist/cjs/clusters/wi-fi-network-management.js.map +6 -0
- package/dist/cjs/clusters/window-covering.d.ts +66 -78
- package/dist/cjs/clusters/window-covering.d.ts.map +1 -1
- package/dist/cjs/clusters/window-covering.js +26 -37
- package/dist/cjs/clusters/window-covering.js.map +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/datatype/AttributeId.d.ts.map +1 -1
- package/dist/cjs/datatype/CaseAuthenticatedTag.d.ts.map +1 -1
- package/dist/cjs/datatype/ClusterId.d.ts.map +1 -1
- package/dist/cjs/datatype/CommandId.d.ts +1 -0
- package/dist/cjs/datatype/CommandId.d.ts.map +1 -1
- package/dist/cjs/datatype/CommandId.js +3 -0
- package/dist/cjs/datatype/CommandId.js.map +1 -1
- package/dist/cjs/datatype/FieldId.d.ts.map +1 -1
- package/dist/cjs/datatype/ManufacturerExtensibleIdentifier.d.ts.map +1 -1
- package/dist/cjs/datatype/NodeId.d.ts.map +1 -1
- package/dist/cjs/datatype/VendorId.d.ts.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +34 -0
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts.map +1 -0
- package/dist/cjs/globals/AtomicAttributeStatus.js +46 -0
- package/dist/cjs/globals/AtomicAttributeStatus.js.map +6 -0
- package/dist/cjs/globals/AtomicRequestType.d.ts +24 -0
- package/dist/cjs/globals/AtomicRequestType.d.ts.map +1 -0
- package/dist/cjs/globals/AtomicRequestType.js +35 -0
- package/dist/cjs/globals/AtomicRequestType.js.map +6 -0
- package/dist/cjs/globals/Locationdesc.d.ts +79 -0
- package/dist/cjs/globals/Locationdesc.d.ts.map +1 -0
- package/dist/cjs/globals/Locationdesc.js +89 -0
- package/dist/cjs/globals/Locationdesc.js.map +6 -0
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +18 -3
- package/dist/cjs/globals/Status.d.ts.map +1 -1
- package/dist/cjs/globals/Status.js +3 -1
- package/dist/cjs/globals/Status.js.map +1 -1
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/index.d.ts +3 -0
- package/dist/cjs/globals/index.d.ts.map +1 -1
- package/dist/cjs/globals/index.js +3 -0
- package/dist/cjs/globals/index.js.map +1 -1
- package/dist/cjs/schema/BitmapSchema.d.ts.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.d.ts +32 -4
- package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.js +17 -3
- package/dist/cjs/schema/PairingCodeSchema.js.map +1 -1
- package/dist/cjs/schema/QrCodeSchema.d.ts.map +1 -1
- package/dist/cjs/schema/QrCodeSchema.js +4 -1
- package/dist/cjs/schema/QrCodeSchema.js.map +1 -1
- package/dist/cjs/schema/SpecificationVersionSchema.d.ts.map +1 -1
- package/dist/cjs/tlv/TlvArray.d.ts.map +1 -1
- package/dist/cjs/tlv/TlvNullable.d.ts.map +1 -1
- package/dist/cjs/tlv/TlvNumber.d.ts.map +1 -1
- package/dist/cjs/tlv/TlvObject.d.ts.map +1 -1
- package/dist/esm/cluster/Cluster.d.ts.map +1 -1
- package/dist/esm/cluster/ClusterHelper.d.ts.map +1 -1
- package/dist/esm/clusters/access-control.d.ts +3972 -522
- package/dist/esm/clusters/access-control.d.ts.map +1 -1
- package/dist/esm/clusters/access-control.js +645 -120
- package/dist/esm/clusters/access-control.js.map +2 -2
- package/dist/esm/clusters/actions.d.ts +10 -9
- package/dist/esm/clusters/actions.d.ts.map +1 -1
- package/dist/esm/clusters/actions.js +4 -4
- package/dist/esm/clusters/actions.js.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.d.ts +156 -129
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +40 -35
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +9 -12
- package/dist/esm/clusters/alarm-base.d.ts.map +1 -1
- package/dist/esm/clusters/alarm-base.js +3 -4
- package/dist/esm/clusters/alarm-base.js.map +1 -1
- package/dist/esm/clusters/application-launcher.d.ts +27 -15
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +7 -4
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/ballast-configuration.d.ts +7 -7
- package/dist/esm/clusters/ballast-configuration.js +7 -7
- package/dist/esm/clusters/basic-information.d.ts +29 -21
- package/dist/esm/clusters/basic-information.d.ts.map +1 -1
- package/dist/esm/clusters/basic-information.js +29 -21
- package/dist/esm/clusters/basic-information.js.map +1 -1
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +816 -34
- package/dist/esm/clusters/bridged-device-basic-information.d.ts.map +1 -1
- package/dist/esm/clusters/bridged-device-basic-information.js +188 -32
- package/dist/esm/clusters/bridged-device-basic-information.js.map +2 -2
- package/dist/esm/clusters/channel.d.ts +115 -124
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +15 -16
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +3076 -1366
- package/dist/esm/clusters/color-control.d.ts.map +1 -1
- package/dist/esm/clusters/color-control.js +424 -358
- package/dist/esm/clusters/color-control.js.map +2 -2
- package/dist/esm/clusters/commissioner-control.d.ts +268 -0
- package/dist/esm/clusters/commissioner-control.d.ts.map +1 -0
- package/dist/esm/clusters/commissioner-control.js +174 -0
- package/dist/esm/clusters/commissioner-control.js.map +6 -0
- package/dist/esm/clusters/content-control.d.ts +497 -221
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +60 -42
- package/dist/esm/clusters/content-control.js.map +2 -2
- package/dist/esm/clusters/content-launcher.d.ts +248 -215
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +16 -15
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- package/dist/esm/clusters/device-energy-management-mode.d.ts +76 -333
- package/dist/esm/clusters/device-energy-management-mode.d.ts.map +1 -1
- package/dist/esm/clusters/device-energy-management-mode.js +26 -80
- package/dist/esm/clusters/device-energy-management-mode.js.map +1 -1
- package/dist/esm/clusters/device-energy-management.d.ts +1299 -930
- package/dist/esm/clusters/device-energy-management.d.ts.map +1 -1
- package/dist/esm/clusters/device-energy-management.js +189 -160
- package/dist/esm/clusters/device-energy-management.js.map +2 -2
- package/dist/esm/clusters/dishwasher-alarm.d.ts +14 -17
- package/dist/esm/clusters/dishwasher-alarm.d.ts.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.js +3 -4
- package/dist/esm/clusters/dishwasher-alarm.js.map +1 -1
- package/dist/esm/clusters/dishwasher-mode.d.ts +65 -105
- package/dist/esm/clusters/dishwasher-mode.d.ts.map +1 -1
- package/dist/esm/clusters/dishwasher-mode.js +13 -25
- package/dist/esm/clusters/dishwasher-mode.js.map +1 -1
- package/dist/esm/clusters/door-lock.d.ts +2751 -5427
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +482 -804
- package/dist/esm/clusters/door-lock.js.map +2 -2
- package/dist/esm/clusters/ecosystem-information.d.ts +186 -0
- package/dist/esm/clusters/ecosystem-information.d.ts.map +1 -0
- package/dist/esm/clusters/ecosystem-information.js +134 -0
- package/dist/esm/clusters/ecosystem-information.js.map +6 -0
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +363 -368
- package/dist/esm/clusters/electrical-energy-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/electrical-energy-measurement.js +15 -16
- package/dist/esm/clusters/electrical-energy-measurement.js.map +1 -1
- package/dist/esm/clusters/energy-evse-mode.d.ts +92 -330
- package/dist/esm/clusters/energy-evse-mode.d.ts.map +1 -1
- package/dist/esm/clusters/energy-evse-mode.js +25 -79
- package/dist/esm/clusters/energy-evse-mode.js.map +1 -1
- package/dist/esm/clusters/energy-evse.d.ts +557 -273
- package/dist/esm/clusters/energy-evse.d.ts.map +1 -1
- package/dist/esm/clusters/energy-evse.js +107 -55
- package/dist/esm/clusters/energy-evse.js.map +1 -1
- package/dist/esm/clusters/energy-preference.d.ts +76 -76
- package/dist/esm/clusters/energy-preference.d.ts.map +1 -1
- package/dist/esm/clusters/energy-preference.js +15 -18
- package/dist/esm/clusters/energy-preference.js.map +1 -1
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +3 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/ethernet-network-diagnostics.js +1 -3
- package/dist/esm/clusters/ethernet-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/fan-control.d.ts +12 -12
- package/dist/esm/clusters/fan-control.js +4 -4
- package/dist/esm/clusters/fixed-label.d.ts +7 -2
- package/dist/esm/clusters/fixed-label.d.ts.map +1 -1
- package/dist/esm/clusters/fixed-label.js.map +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +4 -4
- package/dist/esm/clusters/flow-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/flow-measurement.js +6 -6
- package/dist/esm/clusters/flow-measurement.js.map +1 -1
- package/dist/esm/clusters/general-commissioning.d.ts +1416 -111
- package/dist/esm/clusters/general-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/general-commissioning.js +274 -56
- package/dist/esm/clusters/general-commissioning.js.map +2 -2
- package/dist/esm/clusters/general-diagnostics.d.ts +115 -122
- package/dist/esm/clusters/general-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/general-diagnostics.js +31 -33
- package/dist/esm/clusters/general-diagnostics.js.map +1 -1
- package/dist/esm/clusters/group-key-management.d.ts +72 -82
- package/dist/esm/clusters/group-key-management.d.ts.map +1 -1
- package/dist/esm/clusters/group-key-management.js +19 -22
- package/dist/esm/clusters/group-key-management.js.map +1 -1
- package/dist/esm/clusters/groups.d.ts +9 -6
- package/dist/esm/clusters/groups.d.ts.map +1 -1
- package/dist/esm/clusters/groups.js +3 -2
- package/dist/esm/clusters/groups.js.map +1 -1
- package/dist/esm/clusters/icd-management.d.ts +223 -66
- package/dist/esm/clusters/icd-management.d.ts.map +1 -1
- package/dist/esm/clusters/icd-management.js +61 -23
- package/dist/esm/clusters/icd-management.js.map +2 -2
- package/dist/esm/clusters/identify.d.ts +12 -13
- package/dist/esm/clusters/identify.d.ts.map +1 -1
- package/dist/esm/clusters/identify.js +9 -10
- package/dist/esm/clusters/identify.js.map +1 -1
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -8
- package/dist/esm/clusters/illuminance-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/illuminance-measurement.js +9 -10
- package/dist/esm/clusters/illuminance-measurement.js.map +1 -1
- package/dist/esm/clusters/index.d.ts +11 -1
- package/dist/esm/clusters/index.d.ts.map +1 -1
- package/dist/esm/clusters/index.js +36 -3
- package/dist/esm/clusters/index.js.map +1 -1
- package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +1239 -0
- package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts.map +1 -0
- package/dist/esm/clusters/joint-fabric-datastore-cluster.js +470 -0
- package/dist/esm/clusters/joint-fabric-datastore-cluster.js.map +6 -0
- package/dist/esm/clusters/joint-fabric-pki.d.ts +174 -0
- package/dist/esm/clusters/joint-fabric-pki.d.ts.map +1 -0
- package/dist/esm/clusters/joint-fabric-pki.js +100 -0
- package/dist/esm/clusters/joint-fabric-pki.js.map +6 -0
- package/dist/esm/clusters/keypad-input.d.ts +2 -2
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +6 -7
- package/dist/esm/clusters/laundry-dryer-controls.d.ts.map +1 -1
- package/dist/esm/clusters/laundry-dryer-controls.js +6 -10
- package/dist/esm/clusters/laundry-dryer-controls.js.map +1 -1
- package/dist/esm/clusters/laundry-washer-controls.d.ts +74 -62
- package/dist/esm/clusters/laundry-washer-controls.d.ts.map +1 -1
- package/dist/esm/clusters/laundry-washer-controls.js +26 -25
- package/dist/esm/clusters/laundry-washer-controls.js.map +1 -1
- package/dist/esm/clusters/laundry-washer-mode.d.ts +69 -109
- package/dist/esm/clusters/laundry-washer-mode.d.ts.map +1 -1
- package/dist/esm/clusters/laundry-washer-mode.js +14 -26
- package/dist/esm/clusters/laundry-washer-mode.js.map +1 -1
- package/dist/esm/clusters/level-control.d.ts +209 -70
- package/dist/esm/clusters/level-control.d.ts.map +1 -1
- package/dist/esm/clusters/level-control.js +45 -12
- package/dist/esm/clusters/level-control.js.map +1 -1
- package/dist/esm/clusters/localization-configuration.d.ts +5 -6
- package/dist/esm/clusters/localization-configuration.d.ts.map +1 -1
- package/dist/esm/clusters/localization-configuration.js +5 -6
- package/dist/esm/clusters/localization-configuration.js.map +1 -1
- package/dist/esm/clusters/media-input.d.ts +9 -6
- package/dist/esm/clusters/media-input.d.ts.map +1 -1
- package/dist/esm/clusters/media-input.js +3 -2
- package/dist/esm/clusters/media-input.js.map +1 -1
- package/dist/esm/clusters/media-playback.d.ts +29 -24
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +5 -4
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/microwave-oven-control.d.ts +54 -48
- package/dist/esm/clusters/microwave-oven-control.d.ts.map +1 -1
- package/dist/esm/clusters/microwave-oven-control.js +19 -17
- package/dist/esm/clusters/microwave-oven-control.js.map +1 -1
- package/dist/esm/clusters/microwave-oven-mode.d.ts +63 -69
- package/dist/esm/clusters/microwave-oven-mode.d.ts.map +1 -1
- package/dist/esm/clusters/microwave-oven-mode.js +14 -11
- package/dist/esm/clusters/microwave-oven-mode.js.map +1 -1
- package/dist/esm/clusters/mode-base.d.ts +27 -46
- package/dist/esm/clusters/mode-base.d.ts.map +1 -1
- package/dist/esm/clusters/mode-base.js +9 -10
- package/dist/esm/clusters/mode-base.js.map +1 -1
- package/dist/esm/clusters/mode-select.d.ts +33 -27
- package/dist/esm/clusters/mode-select.d.ts.map +1 -1
- package/dist/esm/clusters/mode-select.js +14 -13
- package/dist/esm/clusters/mode-select.js.map +1 -1
- package/dist/esm/clusters/network-commissioning.d.ts +263 -240
- package/dist/esm/clusters/network-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/network-commissioning.js +46 -39
- package/dist/esm/clusters/network-commissioning.js.map +1 -1
- package/dist/esm/clusters/occupancy-sensing.d.ts +1002 -63
- package/dist/esm/clusters/occupancy-sensing.d.ts.map +1 -1
- package/dist/esm/clusters/occupancy-sensing.js +287 -65
- package/dist/esm/clusters/occupancy-sensing.js.map +2 -2
- package/dist/esm/clusters/on-off.d.ts +18 -24
- package/dist/esm/clusters/on-off.d.ts.map +1 -1
- package/dist/esm/clusters/on-off.js +3 -4
- package/dist/esm/clusters/on-off.js.map +1 -1
- package/dist/esm/clusters/operational-credentials.d.ts +98 -85
- package/dist/esm/clusters/operational-credentials.d.ts.map +1 -1
- package/dist/esm/clusters/operational-credentials.js +56 -49
- package/dist/esm/clusters/operational-credentials.js.map +1 -1
- package/dist/esm/clusters/operational-state.d.ts +136 -57
- package/dist/esm/clusters/operational-state.d.ts.map +1 -1
- package/dist/esm/clusters/operational-state.js +63 -37
- package/dist/esm/clusters/operational-state.js.map +2 -2
- package/dist/esm/clusters/ota-software-update-provider.d.ts +43 -42
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +20 -19
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +6 -10
- package/dist/esm/clusters/ota-software-update-requestor.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.js +4 -6
- package/dist/esm/clusters/ota-software-update-requestor.js.map +1 -1
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +44 -154
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts.map +1 -1
- package/dist/esm/clusters/oven-cavity-operational-state.js +41 -166
- package/dist/esm/clusters/oven-cavity-operational-state.js.map +1 -1
- package/dist/esm/clusters/oven-mode.d.ts +79 -349
- package/dist/esm/clusters/oven-mode.d.ts.map +1 -1
- package/dist/esm/clusters/oven-mode.js +26 -89
- package/dist/esm/clusters/oven-mode.js.map +1 -1
- package/dist/esm/clusters/power-source.d.ts +169 -44
- package/dist/esm/clusters/power-source.d.ts.map +1 -1
- package/dist/esm/clusters/power-source.js +40 -16
- package/dist/esm/clusters/power-source.js.map +1 -1
- package/dist/esm/clusters/pressure-measurement.js +2 -2
- package/dist/esm/clusters/pressure-measurement.js.map +1 -1
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +73 -63
- package/dist/esm/clusters/pump-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/pump-configuration-and-control.js +19 -20
- package/dist/esm/clusters/pump-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/refrigerator-alarm.d.ts +2 -1
- package/dist/esm/clusters/refrigerator-alarm.d.ts.map +1 -1
- package/dist/esm/clusters/refrigerator-alarm.js.map +1 -1
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +59 -91
- 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 +12 -20
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
- package/dist/esm/clusters/relative-humidity-measurement.js +1 -1
- package/dist/esm/clusters/relative-humidity-measurement.js.map +1 -1
- package/dist/esm/clusters/rvc-clean-mode.d.ts +59 -103
- package/dist/esm/clusters/rvc-clean-mode.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-clean-mode.js +11 -15
- package/dist/esm/clusters/rvc-clean-mode.js.map +1 -1
- package/dist/esm/clusters/rvc-operational-state.d.ts +81 -25
- package/dist/esm/clusters/rvc-operational-state.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-operational-state.js +49 -20
- package/dist/esm/clusters/rvc-operational-state.js.map +1 -1
- package/dist/esm/clusters/rvc-run-mode.d.ts +85 -129
- package/dist/esm/clusters/rvc-run-mode.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-run-mode.js +16 -15
- package/dist/esm/clusters/rvc-run-mode.js.map +1 -1
- package/dist/esm/clusters/scenes-management.d.ts +328 -181
- package/dist/esm/clusters/scenes-management.d.ts.map +1 -1
- package/dist/esm/clusters/scenes-management.js +37 -22
- package/dist/esm/clusters/scenes-management.js.map +1 -1
- package/dist/esm/clusters/service-area.d.ts +2052 -0
- package/dist/esm/clusters/service-area.d.ts.map +1 -0
- package/dist/esm/clusters/service-area.js +562 -0
- package/dist/esm/clusters/service-area.js.map +6 -0
- package/dist/esm/clusters/smoke-co-alarm.d.ts +10 -18
- package/dist/esm/clusters/smoke-co-alarm.d.ts.map +1 -1
- package/dist/esm/clusters/smoke-co-alarm.js +2 -3
- package/dist/esm/clusters/smoke-co-alarm.js.map +1 -1
- package/dist/esm/clusters/switch.d.ts +478 -191
- package/dist/esm/clusters/switch.d.ts.map +1 -1
- package/dist/esm/clusters/switch.js +145 -57
- package/dist/esm/clusters/switch.js.map +1 -1
- package/dist/esm/clusters/target-navigator.d.ts +1 -1
- package/dist/esm/clusters/target-navigator.js +1 -1
- package/dist/esm/clusters/thermostat.d.ts +3877 -830
- package/dist/esm/clusters/thermostat.d.ts.map +1 -1
- package/dist/esm/clusters/thermostat.js +842 -160
- package/dist/esm/clusters/thermostat.js.map +2 -2
- package/dist/esm/clusters/thread-border-router-management.d.ts +711 -0
- package/dist/esm/clusters/thread-border-router-management.d.ts.map +1 -0
- package/dist/esm/clusters/thread-border-router-management.js +245 -0
- package/dist/esm/clusters/thread-border-router-management.js.map +6 -0
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +81 -55
- package/dist/esm/clusters/thread-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/thread-network-diagnostics.js +32 -21
- package/dist/esm/clusters/thread-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/thread-network-directory.d.ts +250 -0
- package/dist/esm/clusters/thread-network-directory.d.ts.map +1 -0
- package/dist/esm/clusters/thread-network-directory.js +167 -0
- package/dist/esm/clusters/thread-network-directory.js.map +6 -0
- package/dist/esm/clusters/time-synchronization.d.ts +101 -76
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +30 -23
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +3 -4
- package/dist/esm/clusters/unit-localization.d.ts.map +1 -1
- package/dist/esm/clusters/unit-localization.js.map +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -1
- package/dist/esm/clusters/user-label.d.ts.map +1 -1
- package/dist/esm/clusters/user-label.js.map +1 -1
- package/dist/esm/clusters/water-heater-management.d.ts +1371 -0
- package/dist/esm/clusters/water-heater-management.d.ts.map +1 -0
- package/dist/esm/clusters/water-heater-management.js +325 -0
- package/dist/esm/clusters/water-heater-management.js.map +6 -0
- package/dist/esm/clusters/water-heater-mode.d.ts +491 -0
- package/dist/esm/clusters/water-heater-mode.d.ts.map +1 -0
- package/dist/esm/clusters/water-heater-mode.js +175 -0
- package/dist/esm/clusters/water-heater-mode.js.map +6 -0
- package/dist/esm/clusters/water-tank-level-monitoring.d.ts +162 -0
- package/dist/esm/clusters/water-tank-level-monitoring.d.ts.map +1 -0
- package/dist/esm/clusters/water-tank-level-monitoring.js +27 -0
- package/dist/esm/clusters/water-tank-level-monitoring.js.map +6 -0
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +20 -27
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +6 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/wi-fi-network-management.d.ts +91 -0
- package/dist/esm/clusters/wi-fi-network-management.d.ts.map +1 -0
- package/dist/esm/clusters/wi-fi-network-management.js +102 -0
- package/dist/esm/clusters/wi-fi-network-management.js.map +6 -0
- package/dist/esm/clusters/window-covering.d.ts +66 -78
- package/dist/esm/clusters/window-covering.d.ts.map +1 -1
- package/dist/esm/clusters/window-covering.js +26 -37
- package/dist/esm/clusters/window-covering.js.map +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/datatype/AttributeId.d.ts.map +1 -1
- package/dist/esm/datatype/CaseAuthenticatedTag.d.ts.map +1 -1
- package/dist/esm/datatype/ClusterId.d.ts.map +1 -1
- package/dist/esm/datatype/CommandId.d.ts +1 -0
- package/dist/esm/datatype/CommandId.d.ts.map +1 -1
- package/dist/esm/datatype/CommandId.js +3 -0
- package/dist/esm/datatype/CommandId.js.map +1 -1
- package/dist/esm/datatype/FieldId.d.ts.map +1 -1
- package/dist/esm/datatype/ManufacturerExtensibleIdentifier.d.ts.map +1 -1
- package/dist/esm/datatype/NodeId.d.ts.map +1 -1
- package/dist/esm/datatype/VendorId.d.ts.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +34 -0
- package/dist/esm/globals/AtomicAttributeStatus.d.ts.map +1 -0
- package/dist/esm/globals/AtomicAttributeStatus.js +26 -0
- package/dist/esm/globals/AtomicAttributeStatus.js.map +6 -0
- package/dist/esm/globals/AtomicRequestType.d.ts +24 -0
- package/dist/esm/globals/AtomicRequestType.d.ts.map +1 -0
- package/dist/esm/globals/AtomicRequestType.js +15 -0
- package/dist/esm/globals/AtomicRequestType.js.map +6 -0
- package/dist/esm/globals/Locationdesc.d.ts +79 -0
- package/dist/esm/globals/Locationdesc.d.ts.map +1 -0
- package/dist/esm/globals/Locationdesc.js +69 -0
- package/dist/esm/globals/Locationdesc.js.map +6 -0
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +18 -3
- package/dist/esm/globals/Status.d.ts.map +1 -1
- package/dist/esm/globals/Status.js +3 -1
- package/dist/esm/globals/Status.js.map +1 -1
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/index.d.ts +3 -0
- package/dist/esm/globals/index.d.ts.map +1 -1
- package/dist/esm/globals/index.js +3 -0
- package/dist/esm/globals/index.js.map +1 -1
- package/dist/esm/schema/BitmapSchema.d.ts.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.d.ts +32 -4
- package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.js +17 -3
- package/dist/esm/schema/PairingCodeSchema.js.map +1 -1
- package/dist/esm/schema/QrCodeSchema.d.ts.map +1 -1
- package/dist/esm/schema/QrCodeSchema.js +4 -1
- package/dist/esm/schema/QrCodeSchema.js.map +1 -1
- package/dist/esm/schema/SpecificationVersionSchema.d.ts.map +1 -1
- package/dist/esm/tlv/TlvArray.d.ts.map +1 -1
- package/dist/esm/tlv/TlvNullable.d.ts.map +1 -1
- package/dist/esm/tlv/TlvNumber.d.ts.map +1 -1
- package/dist/esm/tlv/TlvObject.d.ts.map +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +926 -171
- package/src/clusters/actions.ts +12 -11
- package/src/clusters/administrator-commissioning.ts +54 -35
- package/src/clusters/alarm-base.ts +3 -4
- package/src/clusters/application-launcher.ts +22 -7
- package/src/clusters/ballast-configuration.ts +7 -7
- package/src/clusters/basic-information.ts +29 -21
- package/src/clusters/bridged-device-basic-information.ts +264 -41
- package/src/clusters/channel.ts +20 -17
- package/src/clusters/color-control.ts +589 -426
- package/src/clusters/commissioner-control.ts +282 -0
- package/src/clusters/content-control.ts +48 -54
- package/src/clusters/content-launcher.ts +16 -15
- package/src/clusters/device-energy-management-mode.ts +63 -161
- package/src/clusters/device-energy-management.ts +246 -193
- package/src/clusters/dishwasher-alarm.ts +5 -5
- package/src/clusters/dishwasher-mode.ts +46 -87
- package/src/clusters/door-lock.ts +786 -1235
- package/src/clusters/ecosystem-information.ts +200 -0
- package/src/clusters/electrical-energy-measurement.ts +15 -16
- package/src/clusters/energy-evse-mode.ts +81 -158
- package/src/clusters/energy-evse.ts +138 -72
- package/src/clusters/energy-preference.ts +34 -28
- package/src/clusters/ethernet-network-diagnostics.ts +1 -3
- package/src/clusters/fan-control.ts +5 -5
- package/src/clusters/fixed-label.ts +7 -2
- package/src/clusters/flow-measurement.ts +6 -6
- package/src/clusters/general-commissioning.ts +396 -96
- package/src/clusters/general-diagnostics.ts +31 -33
- package/src/clusters/group-key-management.ts +22 -24
- package/src/clusters/groups.ts +3 -2
- package/src/clusters/icd-management.ts +88 -31
- package/src/clusters/identify.ts +9 -10
- package/src/clusters/illuminance-measurement.ts +9 -10
- package/src/clusters/index.ts +14 -1
- package/src/clusters/joint-fabric-datastore-cluster.ts +657 -0
- package/src/clusters/joint-fabric-pki.ts +202 -0
- package/src/clusters/keypad-input.ts +2 -2
- package/src/clusters/laundry-dryer-controls.ts +6 -10
- package/src/clusters/laundry-washer-controls.ts +28 -27
- package/src/clusters/laundry-washer-mode.ts +49 -90
- package/src/clusters/level-control.ts +45 -12
- package/src/clusters/localization-configuration.ts +5 -6
- package/src/clusters/media-input.ts +3 -2
- package/src/clusters/media-playback.ts +9 -7
- package/src/clusters/microwave-oven-control.ts +19 -17
- package/src/clusters/microwave-oven-mode.ts +42 -61
- package/src/clusters/mode-base.ts +16 -33
- package/src/clusters/mode-select.ts +17 -14
- package/src/clusters/network-commissioning.ts +47 -40
- package/src/clusters/occupancy-sensing.ts +433 -72
- package/src/clusters/on-off.ts +6 -8
- package/src/clusters/operational-credentials.ts +54 -47
- package/src/clusters/operational-state.ts +136 -58
- package/src/clusters/ota-software-update-provider.ts +23 -23
- package/src/clusters/ota-software-update-requestor.ts +4 -6
- package/src/clusters/oven-cavity-operational-state.ts +43 -171
- package/src/clusters/oven-mode.ts +76 -178
- package/src/clusters/power-source.ts +45 -21
- package/src/clusters/pressure-measurement.ts +2 -2
- package/src/clusters/pump-configuration-and-control.ts +35 -23
- package/src/clusters/refrigerator-alarm.ts +2 -1
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +41 -78
- package/src/clusters/relative-humidity-measurement.ts +1 -1
- package/src/clusters/rvc-clean-mode.ts +42 -101
- package/src/clusters/rvc-operational-state.ts +87 -25
- package/src/clusters/rvc-run-mode.ts +62 -126
- package/src/clusters/scenes-management.ts +38 -23
- package/src/clusters/service-area.ts +904 -0
- package/src/clusters/smoke-co-alarm.ts +6 -12
- package/src/clusters/switch.ts +177 -78
- package/src/clusters/target-navigator.ts +1 -1
- package/src/clusters/thermostat.ts +1245 -214
- package/src/clusters/thread-border-router-management.ts +355 -0
- package/src/clusters/thread-network-diagnostics.ts +34 -21
- package/src/clusters/thread-network-directory.ts +256 -0
- package/src/clusters/time-synchronization.ts +30 -23
- package/src/clusters/unit-localization.ts +3 -4
- package/src/clusters/user-label.ts +2 -1
- package/src/clusters/water-heater-management.ts +457 -0
- package/src/clusters/water-heater-mode.ts +301 -0
- package/src/clusters/water-tank-level-monitoring.ts +50 -0
- package/src/clusters/wi-fi-network-diagnostics.ts +6 -8
- package/src/clusters/wi-fi-network-management.ts +119 -0
- package/src/clusters/window-covering.ts +26 -37
- package/src/datatype/CommandId.ts +4 -0
- package/src/globals/AtomicAttributeStatus.ts +41 -0
- package/src/globals/AtomicRequestType.ts +27 -0
- package/src/globals/Locationdesc.ts +88 -0
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +20 -3
- package/src/globals/Tod.ts +2 -2
- package/src/globals/index.ts +3 -0
- package/src/schema/PairingCodeSchema.ts +17 -2
- package/src/schema/QrCodeSchema.ts +7 -2
- package/dist/cjs/clusters/pulse-width-modulation.d.ts +0 -2023
- package/dist/cjs/clusters/pulse-width-modulation.d.ts.map +0 -1
- package/dist/cjs/clusters/pulse-width-modulation.js +0 -51
- package/dist/cjs/clusters/pulse-width-modulation.js.map +0 -6
- package/dist/esm/clusters/pulse-width-modulation.d.ts +0 -2023
- package/dist/esm/clusters/pulse-width-modulation.d.ts.map +0 -1
- package/dist/esm/clusters/pulse-width-modulation.js +0 -31
- package/dist/esm/clusters/pulse-width-modulation.js.map +0 -6
- package/src/clusters/pulse-width-modulation.ts +0 -54
|
@@ -0,0 +1,1239 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2022-2025 Matter.js Authors
|
|
4
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
+
*/
|
|
6
|
+
/*** THIS FILE IS GENERATED, DO NOT EDIT ***/
|
|
7
|
+
import { MutableCluster } from "../cluster/mutation/MutableCluster.js";
|
|
8
|
+
import { FabricScopedAttribute, Command } from "../cluster/Cluster.js";
|
|
9
|
+
import { GroupKeyManagement } from "./group-key-management.js";
|
|
10
|
+
import { AccessControl } from "./access-control.js";
|
|
11
|
+
import { TypeFromSchema } from "../tlv/TlvSchema.js";
|
|
12
|
+
import { Identity } from "#general";
|
|
13
|
+
export declare namespace JointFabricDatastoreCluster {
|
|
14
|
+
/**
|
|
15
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4
|
|
16
|
+
*/
|
|
17
|
+
const TlvDatastoreGroupInformationEntry: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
18
|
+
/**
|
|
19
|
+
* The unique identifier for the group.
|
|
20
|
+
*
|
|
21
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.1
|
|
22
|
+
*/
|
|
23
|
+
groupId: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
24
|
+
/**
|
|
25
|
+
* The friendly name for the group.
|
|
26
|
+
*
|
|
27
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.2
|
|
28
|
+
*/
|
|
29
|
+
friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
30
|
+
/**
|
|
31
|
+
* The unique identifier for the group key set.
|
|
32
|
+
*
|
|
33
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.3
|
|
34
|
+
*/
|
|
35
|
+
groupKeySetId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
36
|
+
/**
|
|
37
|
+
* CAT value for this group. This is used for control of individual members of a group (non-broadcast commands).
|
|
38
|
+
*
|
|
39
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.4
|
|
40
|
+
*/
|
|
41
|
+
groupCat: import("../tlv/TlvObject.js").FieldType<number>;
|
|
42
|
+
/**
|
|
43
|
+
* Current version number for this CAT.
|
|
44
|
+
*
|
|
45
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.5
|
|
46
|
+
*/
|
|
47
|
+
groupCatVersion: import("../tlv/TlvObject.js").FieldType<number>;
|
|
48
|
+
/**
|
|
49
|
+
* The permission level associated with ACL entries for this group. There should be only one Administrator
|
|
50
|
+
* group per fabric, and at most one Manage group per Ecosystem (Vendor Entry).
|
|
51
|
+
*
|
|
52
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.6
|
|
53
|
+
*/
|
|
54
|
+
groupPermission: import("../tlv/TlvObject.js").FieldType<AccessControl.AccessControlEntryPrivilege>;
|
|
55
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
56
|
+
}>;
|
|
57
|
+
/**
|
|
58
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4
|
|
59
|
+
*/
|
|
60
|
+
interface DatastoreGroupInformationEntry extends TypeFromSchema<typeof TlvDatastoreGroupInformationEntry> {
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.1
|
|
64
|
+
*/
|
|
65
|
+
enum DatastoreState {
|
|
66
|
+
/**
|
|
67
|
+
* Target device operation is pending
|
|
68
|
+
*/
|
|
69
|
+
Pending = 0,
|
|
70
|
+
/**
|
|
71
|
+
* Target device operation has been committed
|
|
72
|
+
*/
|
|
73
|
+
Committed = 1,
|
|
74
|
+
/**
|
|
75
|
+
* Target device delete operation is pending
|
|
76
|
+
*/
|
|
77
|
+
DeletePending = 2
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2
|
|
81
|
+
*/
|
|
82
|
+
const TlvDatastoreStatusEntry: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
83
|
+
/**
|
|
84
|
+
* This field shall contain the current state of the target device operation.
|
|
85
|
+
*
|
|
86
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
|
|
87
|
+
*/
|
|
88
|
+
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
89
|
+
/**
|
|
90
|
+
* This field shall contain the timestamp of the last update.
|
|
91
|
+
*
|
|
92
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
|
|
93
|
+
*/
|
|
94
|
+
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
95
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
96
|
+
}>;
|
|
97
|
+
/**
|
|
98
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2
|
|
99
|
+
*/
|
|
100
|
+
interface DatastoreStatusEntry extends TypeFromSchema<typeof TlvDatastoreStatusEntry> {
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.3
|
|
104
|
+
*/
|
|
105
|
+
const TlvDatastoreNodeKeyEntry: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
106
|
+
groupKeySetId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
107
|
+
/**
|
|
108
|
+
* Indicates whether entry in this list is pending, committed, or delete-pending.
|
|
109
|
+
*
|
|
110
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.3.2
|
|
111
|
+
*/
|
|
112
|
+
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
113
|
+
/**
|
|
114
|
+
* This field shall contain the current state of the target device operation.
|
|
115
|
+
*
|
|
116
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
|
|
117
|
+
*/
|
|
118
|
+
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
119
|
+
/**
|
|
120
|
+
* This field shall contain the timestamp of the last update.
|
|
121
|
+
*
|
|
122
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
|
|
123
|
+
*/
|
|
124
|
+
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
125
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
126
|
+
}>>;
|
|
127
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
128
|
+
}>;
|
|
129
|
+
/**
|
|
130
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.3
|
|
131
|
+
*/
|
|
132
|
+
interface DatastoreNodeKeyEntry extends TypeFromSchema<typeof TlvDatastoreNodeKeyEntry> {
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.7
|
|
136
|
+
*/
|
|
137
|
+
const TlvDatastoreAclEntry: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
138
|
+
/**
|
|
139
|
+
* The unique identifier for the ACL entry in the Datastore’s list of DatastoreACLEntry.
|
|
140
|
+
*
|
|
141
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.7.1
|
|
142
|
+
*/
|
|
143
|
+
listId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
144
|
+
/**
|
|
145
|
+
* The Access Control Entry structure.
|
|
146
|
+
*
|
|
147
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.7.2
|
|
148
|
+
*/
|
|
149
|
+
aclEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
150
|
+
privilege: import("../tlv/TlvObject.js").FieldType<AccessControl.AccessControlEntryPrivilege>;
|
|
151
|
+
authMode: import("../tlv/TlvObject.js").FieldType<AccessControl.AccessControlEntryAuthMode>;
|
|
152
|
+
subjects: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[] | null>;
|
|
153
|
+
targets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
154
|
+
cluster: import("../tlv/TlvObject.js").FieldType<import("../index.js").ClusterId | null>;
|
|
155
|
+
endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber | null>;
|
|
156
|
+
deviceType: import("../tlv/TlvObject.js").FieldType<import("../index.js").DeviceTypeId | null>;
|
|
157
|
+
}>[] | null>;
|
|
158
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
159
|
+
}>>;
|
|
160
|
+
/**
|
|
161
|
+
* Indicates whether entry in this list is pending, committed, or delete-pending.
|
|
162
|
+
*
|
|
163
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.7.3
|
|
164
|
+
*/
|
|
165
|
+
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
166
|
+
/**
|
|
167
|
+
* This field shall contain the current state of the target device operation.
|
|
168
|
+
*
|
|
169
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
|
|
170
|
+
*/
|
|
171
|
+
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
172
|
+
/**
|
|
173
|
+
* This field shall contain the timestamp of the last update.
|
|
174
|
+
*
|
|
175
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
|
|
176
|
+
*/
|
|
177
|
+
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
178
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
179
|
+
}>>;
|
|
180
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
181
|
+
}>;
|
|
182
|
+
/**
|
|
183
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.7
|
|
184
|
+
*/
|
|
185
|
+
interface DatastoreAclEntry extends TypeFromSchema<typeof TlvDatastoreAclEntry> {
|
|
186
|
+
}
|
|
187
|
+
/**
|
|
188
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.5
|
|
189
|
+
*/
|
|
190
|
+
const TlvDatastoreGroupIdEntry: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
191
|
+
/**
|
|
192
|
+
* The unique identifier for the group.
|
|
193
|
+
*
|
|
194
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.5.1
|
|
195
|
+
*/
|
|
196
|
+
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
197
|
+
/**
|
|
198
|
+
* Indicates whether entry in this list is pending, committed, or delete-pending.
|
|
199
|
+
*
|
|
200
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.5.2
|
|
201
|
+
*/
|
|
202
|
+
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
203
|
+
/**
|
|
204
|
+
* This field shall contain the current state of the target device operation.
|
|
205
|
+
*
|
|
206
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
|
|
207
|
+
*/
|
|
208
|
+
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
209
|
+
/**
|
|
210
|
+
* This field shall contain the timestamp of the last update.
|
|
211
|
+
*
|
|
212
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
|
|
213
|
+
*/
|
|
214
|
+
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
215
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
216
|
+
}>>;
|
|
217
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
218
|
+
}>;
|
|
219
|
+
/**
|
|
220
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.5
|
|
221
|
+
*/
|
|
222
|
+
interface DatastoreGroupIdEntry extends TypeFromSchema<typeof TlvDatastoreGroupIdEntry> {
|
|
223
|
+
}
|
|
224
|
+
/**
|
|
225
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7
|
|
226
|
+
*/
|
|
227
|
+
const TlvDatastoreBindingEntry: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
228
|
+
/**
|
|
229
|
+
* The unique identifier for the Binding entry in the Datastore’s list of DatastoreBindingEntry.
|
|
230
|
+
*
|
|
231
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.1
|
|
232
|
+
*/
|
|
233
|
+
listId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
234
|
+
/**
|
|
235
|
+
* The binding target structure.
|
|
236
|
+
*
|
|
237
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.2
|
|
238
|
+
*/
|
|
239
|
+
binding: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
240
|
+
node: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/NodeId.js").NodeId>;
|
|
241
|
+
group: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/GroupId.js").GroupId>;
|
|
242
|
+
endpoint: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
243
|
+
cluster: import("../tlv/TlvObject.js").OptionalFieldType<import("../index.js").ClusterId>;
|
|
244
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
245
|
+
}>>;
|
|
246
|
+
/**
|
|
247
|
+
* Indicates whether entry in this list is pending, committed, or delete-pending.
|
|
248
|
+
*
|
|
249
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.3
|
|
250
|
+
*/
|
|
251
|
+
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
252
|
+
/**
|
|
253
|
+
* This field shall contain the current state of the target device operation.
|
|
254
|
+
*
|
|
255
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
|
|
256
|
+
*/
|
|
257
|
+
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
258
|
+
/**
|
|
259
|
+
* This field shall contain the timestamp of the last update.
|
|
260
|
+
*
|
|
261
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
|
|
262
|
+
*/
|
|
263
|
+
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
264
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
265
|
+
}>>;
|
|
266
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
267
|
+
}>;
|
|
268
|
+
/**
|
|
269
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7
|
|
270
|
+
*/
|
|
271
|
+
interface DatastoreBindingEntry extends TypeFromSchema<typeof TlvDatastoreBindingEntry> {
|
|
272
|
+
}
|
|
273
|
+
/**
|
|
274
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.6
|
|
275
|
+
*/
|
|
276
|
+
const TlvDatastoreEndpointEntry: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
277
|
+
/**
|
|
278
|
+
* The unique identifier for the endpoint.
|
|
279
|
+
*
|
|
280
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.6.1
|
|
281
|
+
*/
|
|
282
|
+
endpointId: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
283
|
+
/**
|
|
284
|
+
* The unique identifier for the node.
|
|
285
|
+
*
|
|
286
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.6.2
|
|
287
|
+
*/
|
|
288
|
+
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
289
|
+
/**
|
|
290
|
+
* Friendly name for this endpoint which is propagated to nodes. Any changes to Friendly Name or Group Id List
|
|
291
|
+
* (add/remove entry) must follow the pending→committed workflow with current state reflected in the Status
|
|
292
|
+
* Entry.
|
|
293
|
+
*
|
|
294
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.6.3
|
|
295
|
+
*/
|
|
296
|
+
friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
297
|
+
/**
|
|
298
|
+
* Indicates whether changes to Friendly Name are pending or committed.
|
|
299
|
+
*
|
|
300
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.6.4
|
|
301
|
+
*/
|
|
302
|
+
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
303
|
+
/**
|
|
304
|
+
* This field shall contain the current state of the target device operation.
|
|
305
|
+
*
|
|
306
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
|
|
307
|
+
*/
|
|
308
|
+
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
309
|
+
/**
|
|
310
|
+
* This field shall contain the timestamp of the last update.
|
|
311
|
+
*
|
|
312
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
|
|
313
|
+
*/
|
|
314
|
+
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
315
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
316
|
+
}>>;
|
|
317
|
+
/**
|
|
318
|
+
* List of Group IDs that this endpoint is a member of. Any changes to Group Id List (add/remove entry) must
|
|
319
|
+
* follow the pending→committed workflow with current state reflected in the Status Entry.
|
|
320
|
+
*
|
|
321
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.6.5
|
|
322
|
+
*/
|
|
323
|
+
groupIdList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
324
|
+
/**
|
|
325
|
+
* The unique identifier for the group.
|
|
326
|
+
*
|
|
327
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.5.1
|
|
328
|
+
*/
|
|
329
|
+
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
330
|
+
/**
|
|
331
|
+
* Indicates whether entry in this list is pending, committed, or delete-pending.
|
|
332
|
+
*
|
|
333
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.5.2
|
|
334
|
+
*/
|
|
335
|
+
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
336
|
+
/**
|
|
337
|
+
* This field shall contain the current state of the target device operation.
|
|
338
|
+
*
|
|
339
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
|
|
340
|
+
*/
|
|
341
|
+
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
342
|
+
/**
|
|
343
|
+
* This field shall contain the timestamp of the last update.
|
|
344
|
+
*
|
|
345
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
|
|
346
|
+
*/
|
|
347
|
+
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
348
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
349
|
+
}>>;
|
|
350
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
351
|
+
}>[]>;
|
|
352
|
+
/**
|
|
353
|
+
* List of Binding Targets for this endpoint. Any changes to Binding List (add/remove entry) must follow the
|
|
354
|
+
* pending→committed workflow with current state reflected in the Status Entry.
|
|
355
|
+
*
|
|
356
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.6.6
|
|
357
|
+
*/
|
|
358
|
+
bindingList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
359
|
+
/**
|
|
360
|
+
* The unique identifier for the Binding entry in the Datastore’s list of DatastoreBindingEntry.
|
|
361
|
+
*
|
|
362
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.1
|
|
363
|
+
*/
|
|
364
|
+
listId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
365
|
+
/**
|
|
366
|
+
* The binding target structure.
|
|
367
|
+
*
|
|
368
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.2
|
|
369
|
+
*/
|
|
370
|
+
binding: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
371
|
+
node: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/NodeId.js").NodeId>;
|
|
372
|
+
group: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/GroupId.js").GroupId>;
|
|
373
|
+
endpoint: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
374
|
+
cluster: import("../tlv/TlvObject.js").OptionalFieldType<import("../index.js").ClusterId>;
|
|
375
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
376
|
+
}>>;
|
|
377
|
+
/**
|
|
378
|
+
* Indicates whether entry in this list is pending, committed, or delete-pending.
|
|
379
|
+
*
|
|
380
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.3
|
|
381
|
+
*/
|
|
382
|
+
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
383
|
+
/**
|
|
384
|
+
* This field shall contain the current state of the target device operation.
|
|
385
|
+
*
|
|
386
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
|
|
387
|
+
*/
|
|
388
|
+
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
389
|
+
/**
|
|
390
|
+
* This field shall contain the timestamp of the last update.
|
|
391
|
+
*
|
|
392
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
|
|
393
|
+
*/
|
|
394
|
+
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
395
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
396
|
+
}>>;
|
|
397
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
398
|
+
}>[]>;
|
|
399
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
400
|
+
}>;
|
|
401
|
+
/**
|
|
402
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.6
|
|
403
|
+
*/
|
|
404
|
+
interface DatastoreEndpointEntry extends TypeFromSchema<typeof TlvDatastoreEndpointEntry> {
|
|
405
|
+
}
|
|
406
|
+
/**
|
|
407
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.8
|
|
408
|
+
*/
|
|
409
|
+
const TlvDatastoreNodeInformationEntry: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
410
|
+
/**
|
|
411
|
+
* The unique identifier for the node.
|
|
412
|
+
*
|
|
413
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.8.1
|
|
414
|
+
*/
|
|
415
|
+
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
416
|
+
/**
|
|
417
|
+
* Friendly name for this node which is not propagated to nodes.
|
|
418
|
+
*
|
|
419
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.8.2
|
|
420
|
+
*/
|
|
421
|
+
friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
422
|
+
/**
|
|
423
|
+
* Set to pending prior to completing commissioning, and set to completed after commissioning complete is
|
|
424
|
+
* successful.
|
|
425
|
+
*
|
|
426
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.8.3
|
|
427
|
+
*/
|
|
428
|
+
commissioningStatusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
429
|
+
/**
|
|
430
|
+
* This field shall contain the current state of the target device operation.
|
|
431
|
+
*
|
|
432
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
|
|
433
|
+
*/
|
|
434
|
+
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
435
|
+
/**
|
|
436
|
+
* This field shall contain the timestamp of the last update.
|
|
437
|
+
*
|
|
438
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
|
|
439
|
+
*/
|
|
440
|
+
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
441
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
442
|
+
}>>;
|
|
443
|
+
/**
|
|
444
|
+
* List of Key Set information for the given Node. Updates to the Group Key List must follow the
|
|
445
|
+
* pending→committed workflow with current state reflected in the Status Entry for the corresponding entry in
|
|
446
|
+
* the list.
|
|
447
|
+
*
|
|
448
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.8.4
|
|
449
|
+
*/
|
|
450
|
+
nodeKeySetList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
451
|
+
groupKeySetId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
452
|
+
/**
|
|
453
|
+
* Indicates whether entry in this list is pending, committed, or delete-pending.
|
|
454
|
+
*
|
|
455
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.3.2
|
|
456
|
+
*/
|
|
457
|
+
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
458
|
+
/**
|
|
459
|
+
* This field shall contain the current state of the target device operation.
|
|
460
|
+
*
|
|
461
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
|
|
462
|
+
*/
|
|
463
|
+
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
464
|
+
/**
|
|
465
|
+
* This field shall contain the timestamp of the last update.
|
|
466
|
+
*
|
|
467
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
|
|
468
|
+
*/
|
|
469
|
+
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
470
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
471
|
+
}>>;
|
|
472
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
473
|
+
}>[]>;
|
|
474
|
+
/**
|
|
475
|
+
* List of ACL entries. Group membership for this node is inferred from the ACLs. Client access to a Node
|
|
476
|
+
* Information Entry will be determined from the ACL List. Any changes to ACL List (add/remove entry) must
|
|
477
|
+
* follow the pending→committed workflow with current state reflected in the Status Entry for the corresponding
|
|
478
|
+
* entry in the list.
|
|
479
|
+
*
|
|
480
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.8.5
|
|
481
|
+
*/
|
|
482
|
+
aclList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
483
|
+
/**
|
|
484
|
+
* The unique identifier for the ACL entry in the Datastore’s list of DatastoreACLEntry.
|
|
485
|
+
*
|
|
486
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.7.1
|
|
487
|
+
*/
|
|
488
|
+
listId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
489
|
+
/**
|
|
490
|
+
* The Access Control Entry structure.
|
|
491
|
+
*
|
|
492
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.7.2
|
|
493
|
+
*/
|
|
494
|
+
aclEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
495
|
+
privilege: import("../tlv/TlvObject.js").FieldType<AccessControl.AccessControlEntryPrivilege>;
|
|
496
|
+
authMode: import("../tlv/TlvObject.js").FieldType<AccessControl.AccessControlEntryAuthMode>;
|
|
497
|
+
subjects: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[] | null>;
|
|
498
|
+
targets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
499
|
+
cluster: import("../tlv/TlvObject.js").FieldType<import("../index.js").ClusterId | null>;
|
|
500
|
+
endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber | null>;
|
|
501
|
+
deviceType: import("../tlv/TlvObject.js").FieldType<import("../index.js").DeviceTypeId | null>;
|
|
502
|
+
}>[] | null>;
|
|
503
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
504
|
+
}>>;
|
|
505
|
+
/**
|
|
506
|
+
* Indicates whether entry in this list is pending, committed, or delete-pending.
|
|
507
|
+
*
|
|
508
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.7.3
|
|
509
|
+
*/
|
|
510
|
+
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
511
|
+
/**
|
|
512
|
+
* This field shall contain the current state of the target device operation.
|
|
513
|
+
*
|
|
514
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
|
|
515
|
+
*/
|
|
516
|
+
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
517
|
+
/**
|
|
518
|
+
* This field shall contain the timestamp of the last update.
|
|
519
|
+
*
|
|
520
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
|
|
521
|
+
*/
|
|
522
|
+
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
523
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
524
|
+
}>>;
|
|
525
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
526
|
+
}>[]>;
|
|
527
|
+
/**
|
|
528
|
+
* The list of endpoints for this node. Any changes to Endpoint List (add/remove entry) must follow the
|
|
529
|
+
* pending→committed workflow with current state reflected in the Status Entry for the corresponding entry in
|
|
530
|
+
* the list.
|
|
531
|
+
*
|
|
532
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.8.6
|
|
533
|
+
*/
|
|
534
|
+
endpointList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
535
|
+
/**
|
|
536
|
+
* The unique identifier for the endpoint.
|
|
537
|
+
*
|
|
538
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.6.1
|
|
539
|
+
*/
|
|
540
|
+
endpointId: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
541
|
+
/**
|
|
542
|
+
* The unique identifier for the node.
|
|
543
|
+
*
|
|
544
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.6.2
|
|
545
|
+
*/
|
|
546
|
+
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
547
|
+
/**
|
|
548
|
+
* Friendly name for this endpoint which is propagated to nodes. Any changes to Friendly Name or Group Id List
|
|
549
|
+
* (add/remove entry) must follow the pending→committed workflow with current state reflected in the Status
|
|
550
|
+
* Entry.
|
|
551
|
+
*
|
|
552
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.6.3
|
|
553
|
+
*/
|
|
554
|
+
friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
555
|
+
/**
|
|
556
|
+
* Indicates whether changes to Friendly Name are pending or committed.
|
|
557
|
+
*
|
|
558
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.6.4
|
|
559
|
+
*/
|
|
560
|
+
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
561
|
+
/**
|
|
562
|
+
* This field shall contain the current state of the target device operation.
|
|
563
|
+
*
|
|
564
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
|
|
565
|
+
*/
|
|
566
|
+
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
567
|
+
/**
|
|
568
|
+
* This field shall contain the timestamp of the last update.
|
|
569
|
+
*
|
|
570
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
|
|
571
|
+
*/
|
|
572
|
+
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
573
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
574
|
+
}>>;
|
|
575
|
+
/**
|
|
576
|
+
* List of Group IDs that this endpoint is a member of. Any changes to Group Id List (add/remove entry) must
|
|
577
|
+
* follow the pending→committed workflow with current state reflected in the Status Entry.
|
|
578
|
+
*
|
|
579
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.6.5
|
|
580
|
+
*/
|
|
581
|
+
groupIdList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
582
|
+
/**
|
|
583
|
+
* The unique identifier for the group.
|
|
584
|
+
*
|
|
585
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.5.1
|
|
586
|
+
*/
|
|
587
|
+
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
588
|
+
/**
|
|
589
|
+
* Indicates whether entry in this list is pending, committed, or delete-pending.
|
|
590
|
+
*
|
|
591
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.5.2
|
|
592
|
+
*/
|
|
593
|
+
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
594
|
+
/**
|
|
595
|
+
* This field shall contain the current state of the target device operation.
|
|
596
|
+
*
|
|
597
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
|
|
598
|
+
*/
|
|
599
|
+
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
600
|
+
/**
|
|
601
|
+
* This field shall contain the timestamp of the last update.
|
|
602
|
+
*
|
|
603
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
|
|
604
|
+
*/
|
|
605
|
+
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
606
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
607
|
+
}>>;
|
|
608
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
609
|
+
}>[]>;
|
|
610
|
+
/**
|
|
611
|
+
* List of Binding Targets for this endpoint. Any changes to Binding List (add/remove entry) must follow the
|
|
612
|
+
* pending→committed workflow with current state reflected in the Status Entry.
|
|
613
|
+
*
|
|
614
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.6.6
|
|
615
|
+
*/
|
|
616
|
+
bindingList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
617
|
+
/**
|
|
618
|
+
* The unique identifier for the Binding entry in the Datastore’s list of DatastoreBindingEntry.
|
|
619
|
+
*
|
|
620
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.1
|
|
621
|
+
*/
|
|
622
|
+
listId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
623
|
+
/**
|
|
624
|
+
* The binding target structure.
|
|
625
|
+
*
|
|
626
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.2
|
|
627
|
+
*/
|
|
628
|
+
binding: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
629
|
+
node: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/NodeId.js").NodeId>;
|
|
630
|
+
group: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/GroupId.js").GroupId>;
|
|
631
|
+
endpoint: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
632
|
+
cluster: import("../tlv/TlvObject.js").OptionalFieldType<import("../index.js").ClusterId>;
|
|
633
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
634
|
+
}>>;
|
|
635
|
+
/**
|
|
636
|
+
* Indicates whether entry in this list is pending, committed, or delete-pending.
|
|
637
|
+
*
|
|
638
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.3
|
|
639
|
+
*/
|
|
640
|
+
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
641
|
+
/**
|
|
642
|
+
* This field shall contain the current state of the target device operation.
|
|
643
|
+
*
|
|
644
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
|
|
645
|
+
*/
|
|
646
|
+
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
647
|
+
/**
|
|
648
|
+
* This field shall contain the timestamp of the last update.
|
|
649
|
+
*
|
|
650
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
|
|
651
|
+
*/
|
|
652
|
+
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
653
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
654
|
+
}>>;
|
|
655
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
656
|
+
}>[]>;
|
|
657
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
658
|
+
}>[]>;
|
|
659
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
660
|
+
}>;
|
|
661
|
+
/**
|
|
662
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.8
|
|
663
|
+
*/
|
|
664
|
+
interface DatastoreNodeInformationEntry extends TypeFromSchema<typeof TlvDatastoreNodeInformationEntry> {
|
|
665
|
+
}
|
|
666
|
+
/**
|
|
667
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.9
|
|
668
|
+
*/
|
|
669
|
+
const TlvDatastoreAdministratorInformationEntry: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
670
|
+
/**
|
|
671
|
+
* The unique identifier for the node.
|
|
672
|
+
*
|
|
673
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.9.1
|
|
674
|
+
*/
|
|
675
|
+
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
676
|
+
/**
|
|
677
|
+
* Friendly name for this node which is not propagated to nodes.
|
|
678
|
+
*
|
|
679
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.9.2
|
|
680
|
+
*/
|
|
681
|
+
friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
682
|
+
/**
|
|
683
|
+
* The Vendor ID for the node.
|
|
684
|
+
*
|
|
685
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.9.3
|
|
686
|
+
*/
|
|
687
|
+
vendorId: import("../tlv/TlvObject.js").FieldType<import("../datatype/VendorId.js").VendorId>;
|
|
688
|
+
/**
|
|
689
|
+
* The ICAC used to issue the NOC.
|
|
690
|
+
*
|
|
691
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.9.4
|
|
692
|
+
*/
|
|
693
|
+
icac: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
694
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
695
|
+
}>;
|
|
696
|
+
/**
|
|
697
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.9
|
|
698
|
+
*/
|
|
699
|
+
interface DatastoreAdministratorInformationEntry extends TypeFromSchema<typeof TlvDatastoreAdministratorInformationEntry> {
|
|
700
|
+
}
|
|
701
|
+
/**
|
|
702
|
+
* @see {@link Cluster}
|
|
703
|
+
*/
|
|
704
|
+
const ClusterInstance: MutableCluster<{
|
|
705
|
+
readonly id: 1874;
|
|
706
|
+
readonly name: "JointFabricDatastoreCluster";
|
|
707
|
+
readonly revision: 1;
|
|
708
|
+
readonly attributes: {
|
|
709
|
+
/**
|
|
710
|
+
* This shall indicate the Anchor Root CA used to sign all NOC Issuers in the Joint Fabric. A null value
|
|
711
|
+
* indicates that the Joint Fabric is not yet formed.
|
|
712
|
+
*
|
|
713
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.6.1
|
|
714
|
+
*/
|
|
715
|
+
readonly anchorRootCa: FabricScopedAttribute<Uint8Array<ArrayBufferLike>, any>;
|
|
716
|
+
/**
|
|
717
|
+
* This shall indicate the Node identifier of the Joint Fabric Anchor Root CA.
|
|
718
|
+
*
|
|
719
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.6.2
|
|
720
|
+
*/
|
|
721
|
+
readonly anchorNodeId: FabricScopedAttribute<import("../datatype/NodeId.js").NodeId, any>;
|
|
722
|
+
/**
|
|
723
|
+
* This shall indicate the Vendor identifier of the Joint Fabric Anchor Root CA.
|
|
724
|
+
*
|
|
725
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.6.3
|
|
726
|
+
*/
|
|
727
|
+
readonly anchorVendorId: FabricScopedAttribute<import("../datatype/VendorId.js").VendorId, any>;
|
|
728
|
+
/**
|
|
729
|
+
* Friendly name for this fabric which can be propagated to nodes.
|
|
730
|
+
*
|
|
731
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.6.4
|
|
732
|
+
*/
|
|
733
|
+
readonly friendlyName: FabricScopedAttribute<string, any>;
|
|
734
|
+
/**
|
|
735
|
+
* This shall indicate the list of GroupKeySetStruct used in the Joint Fabric.
|
|
736
|
+
*
|
|
737
|
+
* This attribute shall contain at least one entry, the IPK, which has GroupKeySetID of 0.
|
|
738
|
+
*
|
|
739
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.6.5
|
|
740
|
+
*/
|
|
741
|
+
readonly groupKeySetList: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
742
|
+
groupKeySetId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
743
|
+
groupKeySecurityPolicy: import("../tlv/TlvObject.js").FieldType<GroupKeyManagement.GroupKeySecurityPolicy>;
|
|
744
|
+
epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
745
|
+
epochStartTime0: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
746
|
+
epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
747
|
+
epochStartTime1: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
748
|
+
epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
749
|
+
epochStartTime2: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
750
|
+
groupKeyMulticastPolicy: import("../tlv/TlvObject.js").OptionalFieldType<GroupKeyManagement.GroupKeyMulticastPolicy>;
|
|
751
|
+
}>[], any>;
|
|
752
|
+
/**
|
|
753
|
+
* This shall indicate the list of groups in the Joint Fabric.
|
|
754
|
+
*
|
|
755
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.6.6
|
|
756
|
+
*/
|
|
757
|
+
readonly groupList: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
758
|
+
/**
|
|
759
|
+
* The unique identifier for the group.
|
|
760
|
+
*
|
|
761
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.1
|
|
762
|
+
*/
|
|
763
|
+
groupId: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
764
|
+
/**
|
|
765
|
+
* The friendly name for the group.
|
|
766
|
+
*
|
|
767
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.2
|
|
768
|
+
*/
|
|
769
|
+
friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
770
|
+
/**
|
|
771
|
+
* The unique identifier for the group key set.
|
|
772
|
+
*
|
|
773
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.3
|
|
774
|
+
*/
|
|
775
|
+
groupKeySetId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
776
|
+
/**
|
|
777
|
+
* CAT value for this group. This is used for control of individual members of a group (non-broadcast commands).
|
|
778
|
+
*
|
|
779
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.4
|
|
780
|
+
*/
|
|
781
|
+
groupCat: import("../tlv/TlvObject.js").FieldType<number>;
|
|
782
|
+
/**
|
|
783
|
+
* Current version number for this CAT.
|
|
784
|
+
*
|
|
785
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.5
|
|
786
|
+
*/
|
|
787
|
+
groupCatVersion: import("../tlv/TlvObject.js").FieldType<number>;
|
|
788
|
+
/**
|
|
789
|
+
* The permission level associated with ACL entries for this group. There should be only one Administrator
|
|
790
|
+
* group per fabric, and at most one Manage group per Ecosystem (Vendor Entry).
|
|
791
|
+
*
|
|
792
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.6
|
|
793
|
+
*/
|
|
794
|
+
groupPermission: import("../tlv/TlvObject.js").FieldType<AccessControl.AccessControlEntryPrivilege>;
|
|
795
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
796
|
+
}>[], any>;
|
|
797
|
+
/**
|
|
798
|
+
* This shall indicate the list of nodes in the Joint Fabric.
|
|
799
|
+
*
|
|
800
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.6.7
|
|
801
|
+
*/
|
|
802
|
+
readonly nodeList: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
803
|
+
/**
|
|
804
|
+
* The unique identifier for the node.
|
|
805
|
+
*
|
|
806
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.8.1
|
|
807
|
+
*/
|
|
808
|
+
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
809
|
+
/**
|
|
810
|
+
* Friendly name for this node which is not propagated to nodes.
|
|
811
|
+
*
|
|
812
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.8.2
|
|
813
|
+
*/
|
|
814
|
+
friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
815
|
+
/**
|
|
816
|
+
* Set to pending prior to completing commissioning, and set to completed after commissioning complete is
|
|
817
|
+
* successful.
|
|
818
|
+
*
|
|
819
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.8.3
|
|
820
|
+
*/
|
|
821
|
+
commissioningStatusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
822
|
+
/**
|
|
823
|
+
* This field shall contain the current state of the target device operation.
|
|
824
|
+
*
|
|
825
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
|
|
826
|
+
*/
|
|
827
|
+
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
828
|
+
/**
|
|
829
|
+
* This field shall contain the timestamp of the last update.
|
|
830
|
+
*
|
|
831
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
|
|
832
|
+
*/
|
|
833
|
+
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
834
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
835
|
+
}>>;
|
|
836
|
+
/**
|
|
837
|
+
* List of Key Set information for the given Node. Updates to the Group Key List must follow the
|
|
838
|
+
* pending→committed workflow with current state reflected in the Status Entry for the corresponding entry in
|
|
839
|
+
* the list.
|
|
840
|
+
*
|
|
841
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.8.4
|
|
842
|
+
*/
|
|
843
|
+
nodeKeySetList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
844
|
+
groupKeySetId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
845
|
+
/**
|
|
846
|
+
* Indicates whether entry in this list is pending, committed, or delete-pending.
|
|
847
|
+
*
|
|
848
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.3.2
|
|
849
|
+
*/
|
|
850
|
+
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
851
|
+
/**
|
|
852
|
+
* This field shall contain the current state of the target device operation.
|
|
853
|
+
*
|
|
854
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
|
|
855
|
+
*/
|
|
856
|
+
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
857
|
+
/**
|
|
858
|
+
* This field shall contain the timestamp of the last update.
|
|
859
|
+
*
|
|
860
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
|
|
861
|
+
*/
|
|
862
|
+
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
863
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
864
|
+
}>>;
|
|
865
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
866
|
+
}>[]>;
|
|
867
|
+
/**
|
|
868
|
+
* List of ACL entries. Group membership for this node is inferred from the ACLs. Client access to a Node
|
|
869
|
+
* Information Entry will be determined from the ACL List. Any changes to ACL List (add/remove entry) must
|
|
870
|
+
* follow the pending→committed workflow with current state reflected in the Status Entry for the corresponding
|
|
871
|
+
* entry in the list.
|
|
872
|
+
*
|
|
873
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.8.5
|
|
874
|
+
*/
|
|
875
|
+
aclList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
876
|
+
/**
|
|
877
|
+
* The unique identifier for the ACL entry in the Datastore’s list of DatastoreACLEntry.
|
|
878
|
+
*
|
|
879
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.7.1
|
|
880
|
+
*/
|
|
881
|
+
listId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
882
|
+
/**
|
|
883
|
+
* The Access Control Entry structure.
|
|
884
|
+
*
|
|
885
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.7.2
|
|
886
|
+
*/
|
|
887
|
+
aclEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
888
|
+
privilege: import("../tlv/TlvObject.js").FieldType<AccessControl.AccessControlEntryPrivilege>;
|
|
889
|
+
authMode: import("../tlv/TlvObject.js").FieldType<AccessControl.AccessControlEntryAuthMode>;
|
|
890
|
+
subjects: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[] | null>;
|
|
891
|
+
targets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
892
|
+
cluster: import("../tlv/TlvObject.js").FieldType<import("../index.js").ClusterId | null>;
|
|
893
|
+
endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber | null>;
|
|
894
|
+
deviceType: import("../tlv/TlvObject.js").FieldType<import("../index.js").DeviceTypeId | null>;
|
|
895
|
+
}>[] | null>;
|
|
896
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
897
|
+
}>>;
|
|
898
|
+
/**
|
|
899
|
+
* Indicates whether entry in this list is pending, committed, or delete-pending.
|
|
900
|
+
*
|
|
901
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.7.3
|
|
902
|
+
*/
|
|
903
|
+
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
904
|
+
/**
|
|
905
|
+
* This field shall contain the current state of the target device operation.
|
|
906
|
+
*
|
|
907
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
|
|
908
|
+
*/
|
|
909
|
+
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
910
|
+
/**
|
|
911
|
+
* This field shall contain the timestamp of the last update.
|
|
912
|
+
*
|
|
913
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
|
|
914
|
+
*/
|
|
915
|
+
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
916
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
917
|
+
}>>;
|
|
918
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
919
|
+
}>[]>;
|
|
920
|
+
/**
|
|
921
|
+
* The list of endpoints for this node. Any changes to Endpoint List (add/remove entry) must follow the
|
|
922
|
+
* pending→committed workflow with current state reflected in the Status Entry for the corresponding entry in
|
|
923
|
+
* the list.
|
|
924
|
+
*
|
|
925
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.8.6
|
|
926
|
+
*/
|
|
927
|
+
endpointList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
928
|
+
/**
|
|
929
|
+
* The unique identifier for the endpoint.
|
|
930
|
+
*
|
|
931
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.6.1
|
|
932
|
+
*/
|
|
933
|
+
endpointId: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
934
|
+
/**
|
|
935
|
+
* The unique identifier for the node.
|
|
936
|
+
*
|
|
937
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.6.2
|
|
938
|
+
*/
|
|
939
|
+
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
940
|
+
/**
|
|
941
|
+
* Friendly name for this endpoint which is propagated to nodes. Any changes to Friendly Name or Group Id List
|
|
942
|
+
* (add/remove entry) must follow the pending→committed workflow with current state reflected in the Status
|
|
943
|
+
* Entry.
|
|
944
|
+
*
|
|
945
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.6.3
|
|
946
|
+
*/
|
|
947
|
+
friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
948
|
+
/**
|
|
949
|
+
* Indicates whether changes to Friendly Name are pending or committed.
|
|
950
|
+
*
|
|
951
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.6.4
|
|
952
|
+
*/
|
|
953
|
+
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
954
|
+
/**
|
|
955
|
+
* This field shall contain the current state of the target device operation.
|
|
956
|
+
*
|
|
957
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
|
|
958
|
+
*/
|
|
959
|
+
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
960
|
+
/**
|
|
961
|
+
* This field shall contain the timestamp of the last update.
|
|
962
|
+
*
|
|
963
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
|
|
964
|
+
*/
|
|
965
|
+
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
966
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
967
|
+
}>>;
|
|
968
|
+
/**
|
|
969
|
+
* List of Group IDs that this endpoint is a member of. Any changes to Group Id List (add/remove entry) must
|
|
970
|
+
* follow the pending→committed workflow with current state reflected in the Status Entry.
|
|
971
|
+
*
|
|
972
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.6.5
|
|
973
|
+
*/
|
|
974
|
+
groupIdList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
975
|
+
/**
|
|
976
|
+
* The unique identifier for the group.
|
|
977
|
+
*
|
|
978
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.5.1
|
|
979
|
+
*/
|
|
980
|
+
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
981
|
+
/**
|
|
982
|
+
* Indicates whether entry in this list is pending, committed, or delete-pending.
|
|
983
|
+
*
|
|
984
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.5.2
|
|
985
|
+
*/
|
|
986
|
+
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
987
|
+
/**
|
|
988
|
+
* This field shall contain the current state of the target device operation.
|
|
989
|
+
*
|
|
990
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
|
|
991
|
+
*/
|
|
992
|
+
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
993
|
+
/**
|
|
994
|
+
* This field shall contain the timestamp of the last update.
|
|
995
|
+
*
|
|
996
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
|
|
997
|
+
*/
|
|
998
|
+
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
999
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
1000
|
+
}>>;
|
|
1001
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
1002
|
+
}>[]>;
|
|
1003
|
+
/**
|
|
1004
|
+
* List of Binding Targets for this endpoint. Any changes to Binding List (add/remove entry) must follow the
|
|
1005
|
+
* pending→committed workflow with current state reflected in the Status Entry.
|
|
1006
|
+
*
|
|
1007
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.6.6
|
|
1008
|
+
*/
|
|
1009
|
+
bindingList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1010
|
+
/**
|
|
1011
|
+
* The unique identifier for the Binding entry in the Datastore’s list of DatastoreBindingEntry.
|
|
1012
|
+
*
|
|
1013
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.1
|
|
1014
|
+
*/
|
|
1015
|
+
listId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1016
|
+
/**
|
|
1017
|
+
* The binding target structure.
|
|
1018
|
+
*
|
|
1019
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.2
|
|
1020
|
+
*/
|
|
1021
|
+
binding: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1022
|
+
node: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1023
|
+
group: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1024
|
+
endpoint: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
1025
|
+
cluster: import("../tlv/TlvObject.js").OptionalFieldType<import("../index.js").ClusterId>;
|
|
1026
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
1027
|
+
}>>;
|
|
1028
|
+
/**
|
|
1029
|
+
* Indicates whether entry in this list is pending, committed, or delete-pending.
|
|
1030
|
+
*
|
|
1031
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.3
|
|
1032
|
+
*/
|
|
1033
|
+
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1034
|
+
/**
|
|
1035
|
+
* This field shall contain the current state of the target device operation.
|
|
1036
|
+
*
|
|
1037
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
|
|
1038
|
+
*/
|
|
1039
|
+
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
1040
|
+
/**
|
|
1041
|
+
* This field shall contain the timestamp of the last update.
|
|
1042
|
+
*
|
|
1043
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
|
|
1044
|
+
*/
|
|
1045
|
+
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1046
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
1047
|
+
}>>;
|
|
1048
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
1049
|
+
}>[]>;
|
|
1050
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
1051
|
+
}>[]>;
|
|
1052
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
1053
|
+
}>[], any>;
|
|
1054
|
+
/**
|
|
1055
|
+
* This shall indicate the list of administrators in the Joint Fabric.
|
|
1056
|
+
*
|
|
1057
|
+
* Only one Administrator may serve as the Anchor Root CA and Anchor Fabric Administrator and shall have
|
|
1058
|
+
* index value 0. All other Joint Fabric Administrators shall be referenced at index 1 or greater.
|
|
1059
|
+
*
|
|
1060
|
+
* A null value or empty list indicates that the Joint Fabric is not yet formed.
|
|
1061
|
+
*
|
|
1062
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.6.8
|
|
1063
|
+
*/
|
|
1064
|
+
readonly adminList: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1065
|
+
/**
|
|
1066
|
+
* The unique identifier for the node.
|
|
1067
|
+
*
|
|
1068
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.9.1
|
|
1069
|
+
*/
|
|
1070
|
+
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1071
|
+
/**
|
|
1072
|
+
* Friendly name for this node which is not propagated to nodes.
|
|
1073
|
+
*
|
|
1074
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.9.2
|
|
1075
|
+
*/
|
|
1076
|
+
friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1077
|
+
/**
|
|
1078
|
+
* The Vendor ID for the node.
|
|
1079
|
+
*
|
|
1080
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.9.3
|
|
1081
|
+
*/
|
|
1082
|
+
vendorId: import("../tlv/TlvObject.js").FieldType<import("../datatype/VendorId.js").VendorId>;
|
|
1083
|
+
/**
|
|
1084
|
+
* The ICAC used to issue the NOC.
|
|
1085
|
+
*
|
|
1086
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.9.4
|
|
1087
|
+
*/
|
|
1088
|
+
icac: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1089
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
1090
|
+
}>[], any>;
|
|
1091
|
+
/**
|
|
1092
|
+
* This shall indicate the current state of the Joint Fabric Datastore Cluster.
|
|
1093
|
+
*
|
|
1094
|
+
* The Committed status indicates the DataStore is ready for use. The Pending status indicates that the
|
|
1095
|
+
* DataStore is not yet ready for use. The DeletePending status indicates that the DataStore is in the
|
|
1096
|
+
* process of being transferred to another Joint Fabric Anchor Administrator.
|
|
1097
|
+
*
|
|
1098
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.6.9
|
|
1099
|
+
*/
|
|
1100
|
+
readonly statusEntry: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1101
|
+
/**
|
|
1102
|
+
* The unique identifier for the node.
|
|
1103
|
+
*
|
|
1104
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.9.1
|
|
1105
|
+
*/
|
|
1106
|
+
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1107
|
+
/**
|
|
1108
|
+
* Friendly name for this node which is not propagated to nodes.
|
|
1109
|
+
*
|
|
1110
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.9.2
|
|
1111
|
+
*/
|
|
1112
|
+
friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1113
|
+
/**
|
|
1114
|
+
* The Vendor ID for the node.
|
|
1115
|
+
*
|
|
1116
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.9.3
|
|
1117
|
+
*/
|
|
1118
|
+
vendorId: import("../tlv/TlvObject.js").FieldType<import("../datatype/VendorId.js").VendorId>;
|
|
1119
|
+
/**
|
|
1120
|
+
* The ICAC used to issue the NOC.
|
|
1121
|
+
*
|
|
1122
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.5.9.4
|
|
1123
|
+
*/
|
|
1124
|
+
icac: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1125
|
+
fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
|
|
1126
|
+
}>, any>;
|
|
1127
|
+
};
|
|
1128
|
+
readonly commands: {
|
|
1129
|
+
/**
|
|
1130
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.7
|
|
1131
|
+
*/
|
|
1132
|
+
readonly section112471: Command<void, void, any>;
|
|
1133
|
+
/**
|
|
1134
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.7
|
|
1135
|
+
*/
|
|
1136
|
+
readonly section112472: Command<void, void, any>;
|
|
1137
|
+
/**
|
|
1138
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.7
|
|
1139
|
+
*/
|
|
1140
|
+
readonly section112473: Command<void, void, any>;
|
|
1141
|
+
/**
|
|
1142
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.7
|
|
1143
|
+
*/
|
|
1144
|
+
readonly section112474: Command<void, void, any>;
|
|
1145
|
+
/**
|
|
1146
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.7
|
|
1147
|
+
*/
|
|
1148
|
+
readonly section112475: Command<void, void, any>;
|
|
1149
|
+
/**
|
|
1150
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.7
|
|
1151
|
+
*/
|
|
1152
|
+
readonly section112476: Command<void, void, any>;
|
|
1153
|
+
/**
|
|
1154
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.7
|
|
1155
|
+
*/
|
|
1156
|
+
readonly section112477: Command<void, void, any>;
|
|
1157
|
+
/**
|
|
1158
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.7
|
|
1159
|
+
*/
|
|
1160
|
+
readonly section112478: Command<void, void, any>;
|
|
1161
|
+
/**
|
|
1162
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.7
|
|
1163
|
+
*/
|
|
1164
|
+
readonly section112479: Command<void, void, any>;
|
|
1165
|
+
/**
|
|
1166
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.7
|
|
1167
|
+
*/
|
|
1168
|
+
readonly section1124710: Command<void, void, any>;
|
|
1169
|
+
/**
|
|
1170
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.7
|
|
1171
|
+
*/
|
|
1172
|
+
readonly section1124711: Command<void, void, any>;
|
|
1173
|
+
/**
|
|
1174
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.7
|
|
1175
|
+
*/
|
|
1176
|
+
readonly section1124712: Command<void, void, any>;
|
|
1177
|
+
/**
|
|
1178
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.7
|
|
1179
|
+
*/
|
|
1180
|
+
readonly section1124713: Command<void, void, any>;
|
|
1181
|
+
/**
|
|
1182
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.7
|
|
1183
|
+
*/
|
|
1184
|
+
readonly section1124714: Command<void, void, any>;
|
|
1185
|
+
/**
|
|
1186
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.7
|
|
1187
|
+
*/
|
|
1188
|
+
readonly section1124715: Command<void, void, any>;
|
|
1189
|
+
/**
|
|
1190
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.7
|
|
1191
|
+
*/
|
|
1192
|
+
readonly section1124716: Command<void, void, any>;
|
|
1193
|
+
/**
|
|
1194
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.7
|
|
1195
|
+
*/
|
|
1196
|
+
readonly section1124717: Command<void, void, any>;
|
|
1197
|
+
/**
|
|
1198
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.7
|
|
1199
|
+
*/
|
|
1200
|
+
readonly section1124718: Command<void, void, any>;
|
|
1201
|
+
/**
|
|
1202
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.7
|
|
1203
|
+
*/
|
|
1204
|
+
readonly section1124719: Command<void, void, any>;
|
|
1205
|
+
/**
|
|
1206
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24.7
|
|
1207
|
+
*/
|
|
1208
|
+
readonly section1124720: Command<void, void, any>;
|
|
1209
|
+
};
|
|
1210
|
+
}, []>;
|
|
1211
|
+
/**
|
|
1212
|
+
* The Joint Fabric Datastore Cluster is a cluster that provides a mechanism for the Joint Fabric Administrators to
|
|
1213
|
+
* manage the set of Nodes, Groups, and Group membership among Nodes in the Joint Fabric.
|
|
1214
|
+
*
|
|
1215
|
+
* When an Ecosystem Administrator Node is commissioned onto the Joint Fabric, the Ecosystem Administrator Node has
|
|
1216
|
+
* no knowledge of what Nodes and Groups are present, or what set-up information related to the Joint Fabric is
|
|
1217
|
+
* provided by the user. To address lack of knowledge, the Joint Fabric Datastore provides the information required
|
|
1218
|
+
* for all Ecosystem Administrators to maintain a consistent view of the Joint Fabric including Nodes, Groups,
|
|
1219
|
+
* settings and privileges.
|
|
1220
|
+
*
|
|
1221
|
+
* The Joint Fabric Datastore cluster server shall only be accessible on a Node which is acting as the Joint Fabric
|
|
1222
|
+
* Anchor Administrator. When not acting as the Joint Fabric Anchor Administrator, the Joint Fabric Datastore
|
|
1223
|
+
* cluster shall NOT be accessible.
|
|
1224
|
+
*
|
|
1225
|
+
* The Admin level of access to the Joint Fabric Datastore cluster server shall be limited to JF Administrator
|
|
1226
|
+
* Nodes identified using the Administrator CAT.
|
|
1227
|
+
*
|
|
1228
|
+
* NOTE Support for Joint Fabric Datastore cluster is provisional.
|
|
1229
|
+
*
|
|
1230
|
+
* @see {@link MatterSpecification.v13.Core} § 11.24
|
|
1231
|
+
*/
|
|
1232
|
+
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
1233
|
+
}
|
|
1234
|
+
const Cluster: Cluster;
|
|
1235
|
+
const Complete: Cluster;
|
|
1236
|
+
}
|
|
1237
|
+
export type JointFabricDatastoreClusterCluster = JointFabricDatastoreCluster.Cluster;
|
|
1238
|
+
export declare const JointFabricDatastoreClusterCluster: JointFabricDatastoreCluster.Cluster;
|
|
1239
|
+
//# sourceMappingURL=joint-fabric-datastore-cluster.d.ts.map
|