@matter/types 0.16.0-alpha.0-20251104-8c3166ea3 → 0.16.0-alpha.0-20251107-6bcb5baf4
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/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +54 -54
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +104 -104
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/basic-information.d.ts +55 -55
- package/dist/cjs/clusters/basic-information.js +35 -35
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +105 -105
- package/dist/cjs/clusters/bridged-device-basic-information.js +29 -29
- package/dist/cjs/clusters/channel.d.ts +561 -561
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +18 -18
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +366 -366
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +479 -479
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +30 -30
- package/dist/cjs/clusters/descriptor.js +9 -9
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +37 -37
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1349 -1349
- package/dist/cjs/clusters/door-lock.js +227 -227
- package/dist/cjs/clusters/ecosystem-information.d.ts +35 -35
- package/dist/cjs/clusters/ecosystem-information.js +14 -14
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +200 -200
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +83 -83
- package/dist/cjs/clusters/fan-control.js +19 -19
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-administrator.d.ts +34 -34
- package/dist/cjs/clusters/joint-fabric-administrator.js +10 -10
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/cjs/clusters/joint-fabric-datastore.js +73 -73
- package/dist/cjs/clusters/keypad-input.d.ts +18 -18
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +390 -390
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +106 -106
- package/dist/cjs/clusters/operational-credentials.js +38 -38
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +65 -65
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +49 -49
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +244 -244
- package/dist/cjs/clusters/scenes-management.js +69 -69
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +32 -32
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +514 -514
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +246 -246
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +9 -9
- package/dist/cjs/clusters/unit-localization.js +2 -2
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +81 -81
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +8 -8
- package/dist/cjs/clusters/wi-fi-network-management.js +4 -4
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/dcl/operational-certificate.d.ts +8 -1
- package/dist/cjs/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Currency.d.ts +2 -2
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Namespace.d.ts +1 -1
- package/dist/cjs/globals/Price.d.ts +2 -2
- 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 +36 -36
- package/dist/cjs/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/cjs/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.js +1 -0
- package/dist/cjs/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.js +18 -2
- package/dist/cjs/schema/PairingCodeSchema.js.map +2 -2
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +54 -54
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +104 -104
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/basic-information.d.ts +55 -55
- package/dist/esm/clusters/basic-information.js +35 -35
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +105 -105
- package/dist/esm/clusters/bridged-device-basic-information.js +29 -29
- package/dist/esm/clusters/channel.d.ts +561 -561
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +18 -18
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +366 -366
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +479 -479
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +30 -30
- package/dist/esm/clusters/descriptor.js +9 -9
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +37 -37
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1349 -1349
- package/dist/esm/clusters/door-lock.js +227 -227
- package/dist/esm/clusters/ecosystem-information.d.ts +35 -35
- package/dist/esm/clusters/ecosystem-information.js +14 -14
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +200 -200
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +83 -83
- package/dist/esm/clusters/fan-control.js +19 -19
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-administrator.d.ts +34 -34
- package/dist/esm/clusters/joint-fabric-administrator.js +10 -10
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/esm/clusters/joint-fabric-datastore.js +73 -73
- package/dist/esm/clusters/keypad-input.d.ts +18 -18
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +390 -390
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +106 -106
- package/dist/esm/clusters/operational-credentials.js +38 -38
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +65 -65
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +49 -49
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +244 -244
- package/dist/esm/clusters/scenes-management.js +69 -69
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +32 -32
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +514 -514
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +246 -246
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +9 -9
- package/dist/esm/clusters/unit-localization.js +2 -2
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +81 -81
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +8 -8
- package/dist/esm/clusters/wi-fi-network-management.js +4 -4
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/dcl/operational-certificate.d.ts +8 -1
- package/dist/esm/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Currency.d.ts +2 -2
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Namespace.d.ts +1 -1
- package/dist/esm/globals/Price.d.ts +2 -2
- 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 +36 -36
- package/dist/esm/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/esm/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/esm/protocol/definitions/secure-channel.js +1 -0
- package/dist/esm/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.js +18 -2
- package/dist/esm/schema/PairingCodeSchema.js.map +2 -2
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +23 -23
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +33 -33
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/basic-information.ts +48 -48
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +39 -39
- package/src/clusters/channel.ts +113 -113
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +13 -13
- package/src/clusters/content-control.ts +106 -106
- package/src/clusters/content-launcher.ts +73 -73
- package/src/clusters/descriptor.ts +14 -14
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +30 -30
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- package/src/clusters/ecosystem-information.ts +21 -21
- package/src/clusters/electrical-energy-measurement.ts +40 -40
- package/src/clusters/electrical-power-measurement.ts +54 -54
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-administrator.ts +31 -31
- package/src/clusters/joint-fabric-datastore.ts +145 -145
- package/src/clusters/keypad-input.ts +13 -13
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +96 -96
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +75 -75
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +43 -43
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +32 -32
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +111 -111
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +22 -22
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +82 -82
- package/src/clusters/unit-localization.ts +5 -5
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valve-configuration-and-control.ts +36 -36
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +7 -7
- package/src/clusters/window-covering.ts +68 -68
- package/src/dcl/operational-certificate.ts +9 -1
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Currency.ts +2 -2
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Namespace.ts +1 -1
- package/src/globals/Price.ts +2 -2
- 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 +36 -36
- package/src/globals/ThreeLevelAuto.ts +1 -1
- package/src/globals/WildcardPathFlags.ts +1 -1
- package/src/protocol/definitions/secure-channel.ts +3 -0
- package/src/schema/PairingCodeSchema.ts +21 -4
|
@@ -11,7 +11,7 @@ import { Status } from "../globals/Status.js";
|
|
|
11
11
|
import { Identity } from "#general";
|
|
12
12
|
export declare namespace JointFabricDatastore {
|
|
13
13
|
/**
|
|
14
|
-
* @see {@link MatterSpecification.
|
|
14
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.16
|
|
15
15
|
*/
|
|
16
16
|
enum DatastoreGroupKeySecurityPolicy {
|
|
17
17
|
/**
|
|
@@ -20,7 +20,7 @@ export declare namespace JointFabricDatastore {
|
|
|
20
20
|
TrustFirst = 0
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
|
-
* @see {@link MatterSpecification.
|
|
23
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.17
|
|
24
24
|
*/
|
|
25
25
|
enum DatastoreGroupKeyMulticastPolicy {
|
|
26
26
|
/**
|
|
@@ -33,7 +33,7 @@ export declare namespace JointFabricDatastore {
|
|
|
33
33
|
AllNodes = 1
|
|
34
34
|
}
|
|
35
35
|
/**
|
|
36
|
-
* @see {@link MatterSpecification.
|
|
36
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.18
|
|
37
37
|
*/
|
|
38
38
|
const TlvDatastoreGroupKeySet: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
39
39
|
groupKeySetId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -47,12 +47,12 @@ export declare namespace JointFabricDatastore {
|
|
|
47
47
|
groupKeyMulticastPolicy: import("../tlv/TlvObject.js").OptionalFieldType<DatastoreGroupKeyMulticastPolicy>;
|
|
48
48
|
}>;
|
|
49
49
|
/**
|
|
50
|
-
* @see {@link MatterSpecification.
|
|
50
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.18
|
|
51
51
|
*/
|
|
52
52
|
interface DatastoreGroupKeySet extends TypeFromSchema<typeof TlvDatastoreGroupKeySet> {
|
|
53
53
|
}
|
|
54
54
|
/**
|
|
55
|
-
* @see {@link MatterSpecification.
|
|
55
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.4
|
|
56
56
|
*/
|
|
57
57
|
enum DatastoreAccessControlEntryPrivilege {
|
|
58
58
|
/**
|
|
@@ -77,19 +77,19 @@ export declare namespace JointFabricDatastore {
|
|
|
77
77
|
Administer = 5
|
|
78
78
|
}
|
|
79
79
|
/**
|
|
80
|
-
* @see {@link MatterSpecification.
|
|
80
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.5
|
|
81
81
|
*/
|
|
82
82
|
const TlvDatastoreGroupInformationEntry: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
83
83
|
/**
|
|
84
84
|
* The unique identifier for the group.
|
|
85
85
|
*
|
|
86
|
-
* @see {@link MatterSpecification.
|
|
86
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.5.1
|
|
87
87
|
*/
|
|
88
88
|
groupId: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
89
89
|
/**
|
|
90
90
|
* The friendly name for the group.
|
|
91
91
|
*
|
|
92
|
-
* @see {@link MatterSpecification.
|
|
92
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.5.2
|
|
93
93
|
*/
|
|
94
94
|
friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
95
95
|
/**
|
|
@@ -101,7 +101,7 @@ export declare namespace JointFabricDatastore {
|
|
|
101
101
|
* A value of 0 is not allowed since this value is reserved for IPK and the group entry for this value is not
|
|
102
102
|
* managed by the Datastore.
|
|
103
103
|
*
|
|
104
|
-
* @see {@link MatterSpecification.
|
|
104
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.5.3
|
|
105
105
|
*/
|
|
106
106
|
groupKeySetId: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
107
107
|
/**
|
|
@@ -111,7 +111,7 @@ export declare namespace JointFabricDatastore {
|
|
|
111
111
|
*
|
|
112
112
|
* This value may be null when unicast communication is not used for the group.
|
|
113
113
|
*
|
|
114
|
-
* @see {@link MatterSpecification.
|
|
114
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.5.4
|
|
115
115
|
*/
|
|
116
116
|
groupCat: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
117
117
|
/**
|
|
@@ -119,24 +119,24 @@ export declare namespace JointFabricDatastore {
|
|
|
119
119
|
*
|
|
120
120
|
* This value shall be null when GroupCAT value is null.
|
|
121
121
|
*
|
|
122
|
-
* @see {@link MatterSpecification.
|
|
122
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.5.5
|
|
123
123
|
*/
|
|
124
124
|
groupCatVersion: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
125
125
|
/**
|
|
126
126
|
* The permission level associated with ACL entries for this group. There should be only one Administrator group
|
|
127
127
|
* per fabric, and at most one Manage group per Ecosystem (Vendor Entry).
|
|
128
128
|
*
|
|
129
|
-
* @see {@link MatterSpecification.
|
|
129
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.5.6
|
|
130
130
|
*/
|
|
131
131
|
groupPermission: import("../tlv/TlvObject.js").FieldType<DatastoreAccessControlEntryPrivilege>;
|
|
132
132
|
}>;
|
|
133
133
|
/**
|
|
134
|
-
* @see {@link MatterSpecification.
|
|
134
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.5
|
|
135
135
|
*/
|
|
136
136
|
interface DatastoreGroupInformationEntry extends TypeFromSchema<typeof TlvDatastoreGroupInformationEntry> {
|
|
137
137
|
}
|
|
138
138
|
/**
|
|
139
|
-
* @see {@link MatterSpecification.
|
|
139
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.1
|
|
140
140
|
*/
|
|
141
141
|
enum DatastoreState {
|
|
142
142
|
/**
|
|
@@ -157,168 +157,168 @@ export declare namespace JointFabricDatastore {
|
|
|
157
157
|
CommitFailed = 3
|
|
158
158
|
}
|
|
159
159
|
/**
|
|
160
|
-
* @see {@link MatterSpecification.
|
|
160
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2
|
|
161
161
|
*/
|
|
162
162
|
const TlvDatastoreStatusEntry: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
163
163
|
/**
|
|
164
164
|
* This field shall contain the current state of the target device operation.
|
|
165
165
|
*
|
|
166
|
-
* @see {@link MatterSpecification.
|
|
166
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.1
|
|
167
167
|
*/
|
|
168
168
|
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
169
169
|
/**
|
|
170
170
|
* This field shall contain the timestamp of the last update.
|
|
171
171
|
*
|
|
172
|
-
* @see {@link MatterSpecification.
|
|
172
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.2
|
|
173
173
|
*/
|
|
174
174
|
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
175
175
|
/**
|
|
176
176
|
* This field shall contain the StatusCode of the last failed operation where the State field is set to
|
|
177
177
|
* CommitFailure.
|
|
178
178
|
*
|
|
179
|
-
* @see {@link MatterSpecification.
|
|
179
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.3
|
|
180
180
|
*/
|
|
181
181
|
failureCode: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
182
182
|
}>;
|
|
183
183
|
/**
|
|
184
|
-
* @see {@link MatterSpecification.
|
|
184
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2
|
|
185
185
|
*/
|
|
186
186
|
interface DatastoreStatusEntry extends TypeFromSchema<typeof TlvDatastoreStatusEntry> {
|
|
187
187
|
}
|
|
188
188
|
/**
|
|
189
|
-
* @see {@link MatterSpecification.
|
|
189
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.14
|
|
190
190
|
*/
|
|
191
191
|
const TlvDatastoreNodeInformationEntry: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
192
192
|
/**
|
|
193
193
|
* The unique identifier for the node.
|
|
194
194
|
*
|
|
195
|
-
* @see {@link MatterSpecification.
|
|
195
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.14.1
|
|
196
196
|
*/
|
|
197
197
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
198
198
|
/**
|
|
199
199
|
* Friendly name for this node which is not propagated to nodes.
|
|
200
200
|
*
|
|
201
|
-
* @see {@link MatterSpecification.
|
|
201
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.14.2
|
|
202
202
|
*/
|
|
203
203
|
friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
204
204
|
/**
|
|
205
205
|
* Set to Pending prior to completing commissioning, set to Committed after commissioning complete is
|
|
206
206
|
* successful, or set to CommitFailed if commissioning failed with the FailureCode Field set to the error.
|
|
207
207
|
*
|
|
208
|
-
* @see {@link MatterSpecification.
|
|
208
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.14.3
|
|
209
209
|
*/
|
|
210
210
|
commissioningStatusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
211
211
|
/**
|
|
212
212
|
* This field shall contain the current state of the target device operation.
|
|
213
213
|
*
|
|
214
|
-
* @see {@link MatterSpecification.
|
|
214
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.1
|
|
215
215
|
*/
|
|
216
216
|
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
217
217
|
/**
|
|
218
218
|
* This field shall contain the timestamp of the last update.
|
|
219
219
|
*
|
|
220
|
-
* @see {@link MatterSpecification.
|
|
220
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.2
|
|
221
221
|
*/
|
|
222
222
|
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
223
223
|
/**
|
|
224
224
|
* This field shall contain the StatusCode of the last failed operation where the State field is set to
|
|
225
225
|
* CommitFailure.
|
|
226
226
|
*
|
|
227
|
-
* @see {@link MatterSpecification.
|
|
227
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.3
|
|
228
228
|
*/
|
|
229
229
|
failureCode: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
230
230
|
}>>;
|
|
231
231
|
}>;
|
|
232
232
|
/**
|
|
233
|
-
* @see {@link MatterSpecification.
|
|
233
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.14
|
|
234
234
|
*/
|
|
235
235
|
interface DatastoreNodeInformationEntry extends TypeFromSchema<typeof TlvDatastoreNodeInformationEntry> {
|
|
236
236
|
}
|
|
237
237
|
/**
|
|
238
|
-
* @see {@link MatterSpecification.
|
|
238
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.15
|
|
239
239
|
*/
|
|
240
240
|
const TlvDatastoreAdministratorInformationEntry: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
241
241
|
/**
|
|
242
242
|
* The unique identifier for the node.
|
|
243
243
|
*
|
|
244
|
-
* @see {@link MatterSpecification.
|
|
244
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.15.1
|
|
245
245
|
*/
|
|
246
246
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
247
247
|
/**
|
|
248
248
|
* Friendly name for this node which is not propagated to nodes.
|
|
249
249
|
*
|
|
250
|
-
* @see {@link MatterSpecification.
|
|
250
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.15.2
|
|
251
251
|
*/
|
|
252
252
|
friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
253
253
|
/**
|
|
254
254
|
* The Vendor ID for the node.
|
|
255
255
|
*
|
|
256
|
-
* @see {@link MatterSpecification.
|
|
256
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.15.3
|
|
257
257
|
*/
|
|
258
258
|
vendorId: import("../tlv/TlvObject.js").FieldType<import("../datatype/VendorId.js").VendorId>;
|
|
259
259
|
/**
|
|
260
260
|
* The ICAC used to issue the NOC.
|
|
261
261
|
*
|
|
262
|
-
* @see {@link MatterSpecification.
|
|
262
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.15.4
|
|
263
263
|
*/
|
|
264
264
|
icac: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
265
265
|
}>;
|
|
266
266
|
/**
|
|
267
|
-
* @see {@link MatterSpecification.
|
|
267
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.15
|
|
268
268
|
*/
|
|
269
269
|
interface DatastoreAdministratorInformationEntry extends TypeFromSchema<typeof TlvDatastoreAdministratorInformationEntry> {
|
|
270
270
|
}
|
|
271
271
|
/**
|
|
272
|
-
* @see {@link MatterSpecification.
|
|
272
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.8
|
|
273
273
|
*/
|
|
274
274
|
const TlvDatastoreEndpointGroupIdEntry: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
275
275
|
/**
|
|
276
276
|
* The unique identifier for the node.
|
|
277
277
|
*
|
|
278
|
-
* @see {@link MatterSpecification.
|
|
278
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.8.1
|
|
279
279
|
*/
|
|
280
280
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
281
281
|
/**
|
|
282
282
|
* The unique identifier for the endpoint.
|
|
283
283
|
*
|
|
284
|
-
* @see {@link MatterSpecification.
|
|
284
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.8.2
|
|
285
285
|
*/
|
|
286
286
|
endpointId: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
287
287
|
/**
|
|
288
288
|
* The unique identifier for the group.
|
|
289
289
|
*
|
|
290
|
-
* @see {@link MatterSpecification.
|
|
290
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.8.3
|
|
291
291
|
*/
|
|
292
292
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
293
293
|
/**
|
|
294
294
|
* Indicates whether entry in this list is pending, committed, delete-pending, or commit-failed.
|
|
295
295
|
*
|
|
296
|
-
* @see {@link MatterSpecification.
|
|
296
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.8.4
|
|
297
297
|
*/
|
|
298
298
|
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
299
299
|
/**
|
|
300
300
|
* This field shall contain the current state of the target device operation.
|
|
301
301
|
*
|
|
302
|
-
* @see {@link MatterSpecification.
|
|
302
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.1
|
|
303
303
|
*/
|
|
304
304
|
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
305
305
|
/**
|
|
306
306
|
* This field shall contain the timestamp of the last update.
|
|
307
307
|
*
|
|
308
|
-
* @see {@link MatterSpecification.
|
|
308
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.2
|
|
309
309
|
*/
|
|
310
310
|
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
311
311
|
/**
|
|
312
312
|
* This field shall contain the StatusCode of the last failed operation where the State field is set to
|
|
313
313
|
* CommitFailure.
|
|
314
314
|
*
|
|
315
|
-
* @see {@link MatterSpecification.
|
|
315
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.3
|
|
316
316
|
*/
|
|
317
317
|
failureCode: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
318
318
|
}>>;
|
|
319
319
|
}>;
|
|
320
320
|
/**
|
|
321
|
-
* @see {@link MatterSpecification.
|
|
321
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.8
|
|
322
322
|
*/
|
|
323
323
|
interface DatastoreEndpointGroupIdEntry extends TypeFromSchema<typeof TlvDatastoreEndpointGroupIdEntry> {
|
|
324
324
|
}
|
|
@@ -328,28 +328,28 @@ export declare namespace JointFabricDatastore {
|
|
|
328
328
|
* fabric-scoped to the Joint Fabric are managed by the Datastore. As a result, references to nodes and groups are
|
|
329
329
|
* specific to the Joint Fabric.
|
|
330
330
|
*
|
|
331
|
-
* @see {@link MatterSpecification.
|
|
331
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.6
|
|
332
332
|
*/
|
|
333
333
|
const TlvDatastoreBindingTarget: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
334
334
|
/**
|
|
335
335
|
* This field is the binding’s remote target node ID. If the Endpoint field is present, this field shall be
|
|
336
336
|
* present.
|
|
337
337
|
*
|
|
338
|
-
* @see {@link MatterSpecification.
|
|
338
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.6.1
|
|
339
339
|
*/
|
|
340
340
|
node: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/NodeId.js").NodeId>;
|
|
341
341
|
/**
|
|
342
342
|
* This field is the binding’s target group ID that represents remote endpoints. If the Endpoint field is
|
|
343
343
|
* present, this field shall NOT be present.
|
|
344
344
|
*
|
|
345
|
-
* @see {@link MatterSpecification.
|
|
345
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.6.2
|
|
346
346
|
*/
|
|
347
347
|
group: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/GroupId.js").GroupId>;
|
|
348
348
|
/**
|
|
349
349
|
* This field is the binding’s remote endpoint that the local endpoint is bound to. If the Group field is
|
|
350
350
|
* present, this field shall NOT be present.
|
|
351
351
|
*
|
|
352
|
-
* @see {@link MatterSpecification.
|
|
352
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.6.3
|
|
353
353
|
*/
|
|
354
354
|
endpoint: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
355
355
|
/**
|
|
@@ -357,7 +357,7 @@ export declare namespace JointFabricDatastore {
|
|
|
357
357
|
* is present, the client cluster shall also exist on this endpoint (with this Binding cluster). If this field
|
|
358
358
|
* is present, the target shall be this cluster on the target endpoint(s).
|
|
359
359
|
*
|
|
360
|
-
* @see {@link MatterSpecification.
|
|
360
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.6.4
|
|
361
361
|
*/
|
|
362
362
|
cluster: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/ClusterId.js").ClusterId>;
|
|
363
363
|
}>;
|
|
@@ -367,24 +367,24 @@ export declare namespace JointFabricDatastore {
|
|
|
367
367
|
* fabric-scoped to the Joint Fabric are managed by the Datastore. As a result, references to nodes and groups are
|
|
368
368
|
* specific to the Joint Fabric.
|
|
369
369
|
*
|
|
370
|
-
* @see {@link MatterSpecification.
|
|
370
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.6
|
|
371
371
|
*/
|
|
372
372
|
interface DatastoreBindingTarget extends TypeFromSchema<typeof TlvDatastoreBindingTarget> {
|
|
373
373
|
}
|
|
374
374
|
/**
|
|
375
|
-
* @see {@link MatterSpecification.
|
|
375
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.7
|
|
376
376
|
*/
|
|
377
377
|
const TlvDatastoreEndpointBindingEntry: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
378
378
|
/**
|
|
379
379
|
* The unique identifier for the node.
|
|
380
380
|
*
|
|
381
|
-
* @see {@link MatterSpecification.
|
|
381
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.7.1
|
|
382
382
|
*/
|
|
383
383
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
384
384
|
/**
|
|
385
385
|
* The unique identifier for the endpoint.
|
|
386
386
|
*
|
|
387
|
-
* @see {@link MatterSpecification.
|
|
387
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.7.2
|
|
388
388
|
*/
|
|
389
389
|
endpointId: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
390
390
|
/**
|
|
@@ -394,34 +394,34 @@ export declare namespace JointFabricDatastore {
|
|
|
394
394
|
* This field is used to uniquely identify an entry in the EndpointBindingList attribute for the purpose of
|
|
395
395
|
* deletion (RemoveBindingFromEndpointForNode Command).
|
|
396
396
|
*
|
|
397
|
-
* @see {@link MatterSpecification.
|
|
397
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.7.3
|
|
398
398
|
*/
|
|
399
399
|
listId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
400
400
|
/**
|
|
401
401
|
* The binding target structure.
|
|
402
402
|
*
|
|
403
|
-
* @see {@link MatterSpecification.
|
|
403
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.7.4
|
|
404
404
|
*/
|
|
405
405
|
binding: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
406
406
|
/**
|
|
407
407
|
* This field is the binding’s remote target node ID. If the Endpoint field is present, this field shall be
|
|
408
408
|
* present.
|
|
409
409
|
*
|
|
410
|
-
* @see {@link MatterSpecification.
|
|
410
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.6.1
|
|
411
411
|
*/
|
|
412
412
|
node: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/NodeId.js").NodeId>;
|
|
413
413
|
/**
|
|
414
414
|
* This field is the binding’s target group ID that represents remote endpoints. If the Endpoint field is
|
|
415
415
|
* present, this field shall NOT be present.
|
|
416
416
|
*
|
|
417
|
-
* @see {@link MatterSpecification.
|
|
417
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.6.2
|
|
418
418
|
*/
|
|
419
419
|
group: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/GroupId.js").GroupId>;
|
|
420
420
|
/**
|
|
421
421
|
* This field is the binding’s remote endpoint that the local endpoint is bound to. If the Group field is
|
|
422
422
|
* present, this field shall NOT be present.
|
|
423
423
|
*
|
|
424
|
-
* @see {@link MatterSpecification.
|
|
424
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.6.3
|
|
425
425
|
*/
|
|
426
426
|
endpoint: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
427
427
|
/**
|
|
@@ -429,87 +429,87 @@ export declare namespace JointFabricDatastore {
|
|
|
429
429
|
* is present, the client cluster shall also exist on this endpoint (with this Binding cluster). If this field
|
|
430
430
|
* is present, the target shall be this cluster on the target endpoint(s).
|
|
431
431
|
*
|
|
432
|
-
* @see {@link MatterSpecification.
|
|
432
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.6.4
|
|
433
433
|
*/
|
|
434
434
|
cluster: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/ClusterId.js").ClusterId>;
|
|
435
435
|
}>>;
|
|
436
436
|
/**
|
|
437
437
|
* Indicates whether entry in this list is pending, committed, delete-pending, or commit-failed.
|
|
438
438
|
*
|
|
439
|
-
* @see {@link MatterSpecification.
|
|
439
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.7.5
|
|
440
440
|
*/
|
|
441
441
|
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
442
442
|
/**
|
|
443
443
|
* This field shall contain the current state of the target device operation.
|
|
444
444
|
*
|
|
445
|
-
* @see {@link MatterSpecification.
|
|
445
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.1
|
|
446
446
|
*/
|
|
447
447
|
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
448
448
|
/**
|
|
449
449
|
* This field shall contain the timestamp of the last update.
|
|
450
450
|
*
|
|
451
|
-
* @see {@link MatterSpecification.
|
|
451
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.2
|
|
452
452
|
*/
|
|
453
453
|
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
454
454
|
/**
|
|
455
455
|
* This field shall contain the StatusCode of the last failed operation where the State field is set to
|
|
456
456
|
* CommitFailure.
|
|
457
457
|
*
|
|
458
|
-
* @see {@link MatterSpecification.
|
|
458
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.3
|
|
459
459
|
*/
|
|
460
460
|
failureCode: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
461
461
|
}>>;
|
|
462
462
|
}>;
|
|
463
463
|
/**
|
|
464
|
-
* @see {@link MatterSpecification.
|
|
464
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.7
|
|
465
465
|
*/
|
|
466
466
|
interface DatastoreEndpointBindingEntry extends TypeFromSchema<typeof TlvDatastoreEndpointBindingEntry> {
|
|
467
467
|
}
|
|
468
468
|
/**
|
|
469
|
-
* @see {@link MatterSpecification.
|
|
469
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.3
|
|
470
470
|
*/
|
|
471
471
|
const TlvDatastoreNodeKeySetEntry: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
472
472
|
/**
|
|
473
473
|
* The unique identifier for the node.
|
|
474
474
|
*
|
|
475
|
-
* @see {@link MatterSpecification.
|
|
475
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.3.1
|
|
476
476
|
*/
|
|
477
477
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
478
478
|
groupKeySetId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
479
479
|
/**
|
|
480
480
|
* Indicates whether entry in this list is pending, committed, delete-pending, or commit-failed.
|
|
481
481
|
*
|
|
482
|
-
* @see {@link MatterSpecification.
|
|
482
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.3.3
|
|
483
483
|
*/
|
|
484
484
|
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
485
485
|
/**
|
|
486
486
|
* This field shall contain the current state of the target device operation.
|
|
487
487
|
*
|
|
488
|
-
* @see {@link MatterSpecification.
|
|
488
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.1
|
|
489
489
|
*/
|
|
490
490
|
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
491
491
|
/**
|
|
492
492
|
* This field shall contain the timestamp of the last update.
|
|
493
493
|
*
|
|
494
|
-
* @see {@link MatterSpecification.
|
|
494
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.2
|
|
495
495
|
*/
|
|
496
496
|
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
497
497
|
/**
|
|
498
498
|
* This field shall contain the StatusCode of the last failed operation where the State field is set to
|
|
499
499
|
* CommitFailure.
|
|
500
500
|
*
|
|
501
|
-
* @see {@link MatterSpecification.
|
|
501
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.3
|
|
502
502
|
*/
|
|
503
503
|
failureCode: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
504
504
|
}>>;
|
|
505
505
|
}>;
|
|
506
506
|
/**
|
|
507
|
-
* @see {@link MatterSpecification.
|
|
507
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.3
|
|
508
508
|
*/
|
|
509
509
|
interface DatastoreNodeKeySetEntry extends TypeFromSchema<typeof TlvDatastoreNodeKeySetEntry> {
|
|
510
510
|
}
|
|
511
511
|
/**
|
|
512
|
-
* @see {@link MatterSpecification.
|
|
512
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.10
|
|
513
513
|
*/
|
|
514
514
|
enum DatastoreAccessControlEntryAuthMode {
|
|
515
515
|
/**
|
|
@@ -526,7 +526,7 @@ export declare namespace JointFabricDatastore {
|
|
|
526
526
|
Group = 3
|
|
527
527
|
}
|
|
528
528
|
/**
|
|
529
|
-
* @see {@link MatterSpecification.
|
|
529
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.11
|
|
530
530
|
*/
|
|
531
531
|
const TlvDatastoreAccessControlTarget: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
532
532
|
cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId | null>;
|
|
@@ -534,7 +534,7 @@ export declare namespace JointFabricDatastore {
|
|
|
534
534
|
deviceType: import("../tlv/TlvObject.js").FieldType<import("../datatype/DeviceTypeId.js").DeviceTypeId | null>;
|
|
535
535
|
}>;
|
|
536
536
|
/**
|
|
537
|
-
* @see {@link MatterSpecification.
|
|
537
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.11
|
|
538
538
|
*/
|
|
539
539
|
interface DatastoreAccessControlTarget extends TypeFromSchema<typeof TlvDatastoreAccessControlTarget> {
|
|
540
540
|
}
|
|
@@ -544,7 +544,7 @@ export declare namespace JointFabricDatastore {
|
|
|
544
544
|
* to the Joint Fabric are managed by the Datastore. As a result, references to nodes and groups are specific to the
|
|
545
545
|
* Joint Fabric.
|
|
546
546
|
*
|
|
547
|
-
* @see {@link MatterSpecification.
|
|
547
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.12
|
|
548
548
|
*/
|
|
549
549
|
const TlvDatastoreAccessControlEntry: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
550
550
|
privilege: import("../tlv/TlvObject.js").FieldType<DatastoreAccessControlEntryPrivilege>;
|
|
@@ -562,7 +562,7 @@ export declare namespace JointFabricDatastore {
|
|
|
562
562
|
* to the Joint Fabric are managed by the Datastore. As a result, references to nodes and groups are specific to the
|
|
563
563
|
* Joint Fabric.
|
|
564
564
|
*
|
|
565
|
-
* @see {@link MatterSpecification.
|
|
565
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.12
|
|
566
566
|
*/
|
|
567
567
|
interface DatastoreAccessControlEntry extends TypeFromSchema<typeof TlvDatastoreAccessControlEntry> {
|
|
568
568
|
}
|
|
@@ -571,25 +571,25 @@ export declare namespace JointFabricDatastore {
|
|
|
571
571
|
* is managed by the Datastore. Only ACLs on a specific Node that are fabric-scoped to the Joint Fabric are managed
|
|
572
572
|
* by the Datastore. As a result, references to nodes and groups are specific to the Joint Fabric.
|
|
573
573
|
*
|
|
574
|
-
* @see {@link MatterSpecification.
|
|
574
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.13
|
|
575
575
|
*/
|
|
576
576
|
const TlvDatastoreAclEntry: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
577
577
|
/**
|
|
578
578
|
* The unique identifier for the node.
|
|
579
579
|
*
|
|
580
|
-
* @see {@link MatterSpecification.
|
|
580
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.13.1
|
|
581
581
|
*/
|
|
582
582
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
583
583
|
/**
|
|
584
584
|
* The unique identifier for the ACL entry in the Datastore’s list of DatastoreACLEntry.
|
|
585
585
|
*
|
|
586
|
-
* @see {@link MatterSpecification.
|
|
586
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.13.2
|
|
587
587
|
*/
|
|
588
588
|
listId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
589
589
|
/**
|
|
590
590
|
* The Access Control Entry structure.
|
|
591
591
|
*
|
|
592
|
-
* @see {@link MatterSpecification.
|
|
592
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.13.3
|
|
593
593
|
*/
|
|
594
594
|
aclEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
595
595
|
privilege: import("../tlv/TlvObject.js").FieldType<DatastoreAccessControlEntryPrivilege>;
|
|
@@ -604,26 +604,26 @@ export declare namespace JointFabricDatastore {
|
|
|
604
604
|
/**
|
|
605
605
|
* Indicates whether entry in this list is pending, committed, delete-pending, or commit-failed.
|
|
606
606
|
*
|
|
607
|
-
* @see {@link MatterSpecification.
|
|
607
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.13.4
|
|
608
608
|
*/
|
|
609
609
|
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
610
610
|
/**
|
|
611
611
|
* This field shall contain the current state of the target device operation.
|
|
612
612
|
*
|
|
613
|
-
* @see {@link MatterSpecification.
|
|
613
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.1
|
|
614
614
|
*/
|
|
615
615
|
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
616
616
|
/**
|
|
617
617
|
* This field shall contain the timestamp of the last update.
|
|
618
618
|
*
|
|
619
|
-
* @see {@link MatterSpecification.
|
|
619
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.2
|
|
620
620
|
*/
|
|
621
621
|
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
622
622
|
/**
|
|
623
623
|
* This field shall contain the StatusCode of the last failed operation where the State field is set to
|
|
624
624
|
* CommitFailure.
|
|
625
625
|
*
|
|
626
|
-
* @see {@link MatterSpecification.
|
|
626
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.3
|
|
627
627
|
*/
|
|
628
628
|
failureCode: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
629
629
|
}>>;
|
|
@@ -633,7 +633,7 @@ export declare namespace JointFabricDatastore {
|
|
|
633
633
|
* is managed by the Datastore. Only ACLs on a specific Node that are fabric-scoped to the Joint Fabric are managed
|
|
634
634
|
* by the Datastore. As a result, references to nodes and groups are specific to the Joint Fabric.
|
|
635
635
|
*
|
|
636
|
-
* @see {@link MatterSpecification.
|
|
636
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.13
|
|
637
637
|
*/
|
|
638
638
|
interface DatastoreAclEntry extends TypeFromSchema<typeof TlvDatastoreAclEntry> {
|
|
639
639
|
}
|
|
@@ -642,19 +642,19 @@ export declare namespace JointFabricDatastore {
|
|
|
642
642
|
* Only Nodes on the Joint Fabric are managed by the Datastore. As a result, references to NodeID are specific to
|
|
643
643
|
* the Joint Fabric.
|
|
644
644
|
*
|
|
645
|
-
* @see {@link MatterSpecification.
|
|
645
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.9
|
|
646
646
|
*/
|
|
647
647
|
const TlvDatastoreEndpointEntry: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
648
648
|
/**
|
|
649
649
|
* The unique identifier for the endpoint.
|
|
650
650
|
*
|
|
651
|
-
* @see {@link MatterSpecification.
|
|
651
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.9.1
|
|
652
652
|
*/
|
|
653
653
|
endpointId: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
654
654
|
/**
|
|
655
655
|
* The unique identifier for the node.
|
|
656
656
|
*
|
|
657
|
-
* @see {@link MatterSpecification.
|
|
657
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.9.2
|
|
658
658
|
*/
|
|
659
659
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
660
660
|
/**
|
|
@@ -662,32 +662,32 @@ export declare namespace JointFabricDatastore {
|
|
|
662
662
|
* (add/remove entry) must follow the pending→committed workflow with current state reflected in the Status
|
|
663
663
|
* Entry.
|
|
664
664
|
*
|
|
665
|
-
* @see {@link MatterSpecification.
|
|
665
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.9.3
|
|
666
666
|
*/
|
|
667
667
|
friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
668
668
|
/**
|
|
669
669
|
* Indicates whether changes to Friendly Name are pending, committed, or commit-failed.
|
|
670
670
|
*
|
|
671
|
-
* @see {@link MatterSpecification.
|
|
671
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.9.4
|
|
672
672
|
*/
|
|
673
673
|
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
674
674
|
/**
|
|
675
675
|
* This field shall contain the current state of the target device operation.
|
|
676
676
|
*
|
|
677
|
-
* @see {@link MatterSpecification.
|
|
677
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.1
|
|
678
678
|
*/
|
|
679
679
|
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
680
680
|
/**
|
|
681
681
|
* This field shall contain the timestamp of the last update.
|
|
682
682
|
*
|
|
683
|
-
* @see {@link MatterSpecification.
|
|
683
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.2
|
|
684
684
|
*/
|
|
685
685
|
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
686
686
|
/**
|
|
687
687
|
* This field shall contain the StatusCode of the last failed operation where the State field is set to
|
|
688
688
|
* CommitFailure.
|
|
689
689
|
*
|
|
690
|
-
* @see {@link MatterSpecification.
|
|
690
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.3
|
|
691
691
|
*/
|
|
692
692
|
failureCode: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
693
693
|
}>>;
|
|
@@ -697,14 +697,14 @@ export declare namespace JointFabricDatastore {
|
|
|
697
697
|
* Only Nodes on the Joint Fabric are managed by the Datastore. As a result, references to NodeID are specific to
|
|
698
698
|
* the Joint Fabric.
|
|
699
699
|
*
|
|
700
|
-
* @see {@link MatterSpecification.
|
|
700
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.9
|
|
701
701
|
*/
|
|
702
702
|
interface DatastoreEndpointEntry extends TypeFromSchema<typeof TlvDatastoreEndpointEntry> {
|
|
703
703
|
}
|
|
704
704
|
/**
|
|
705
705
|
* Input to the JointFabricDatastore addKeySet command
|
|
706
706
|
*
|
|
707
|
-
* @see {@link MatterSpecification.
|
|
707
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.1
|
|
708
708
|
*/
|
|
709
709
|
const TlvAddKeySetRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
710
710
|
groupKeySet: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -722,14 +722,14 @@ export declare namespace JointFabricDatastore {
|
|
|
722
722
|
/**
|
|
723
723
|
* Input to the JointFabricDatastore addKeySet command
|
|
724
724
|
*
|
|
725
|
-
* @see {@link MatterSpecification.
|
|
725
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.1
|
|
726
726
|
*/
|
|
727
727
|
interface AddKeySetRequest extends TypeFromSchema<typeof TlvAddKeySetRequest> {
|
|
728
728
|
}
|
|
729
729
|
/**
|
|
730
730
|
* Input to the JointFabricDatastore updateKeySet command
|
|
731
731
|
*
|
|
732
|
-
* @see {@link MatterSpecification.
|
|
732
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.2
|
|
733
733
|
*/
|
|
734
734
|
const TlvUpdateKeySetRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
735
735
|
groupKeySet: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -747,14 +747,14 @@ export declare namespace JointFabricDatastore {
|
|
|
747
747
|
/**
|
|
748
748
|
* Input to the JointFabricDatastore updateKeySet command
|
|
749
749
|
*
|
|
750
|
-
* @see {@link MatterSpecification.
|
|
750
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.2
|
|
751
751
|
*/
|
|
752
752
|
interface UpdateKeySetRequest extends TypeFromSchema<typeof TlvUpdateKeySetRequest> {
|
|
753
753
|
}
|
|
754
754
|
/**
|
|
755
755
|
* Input to the JointFabricDatastore removeKeySet command
|
|
756
756
|
*
|
|
757
|
-
* @see {@link MatterSpecification.
|
|
757
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.3
|
|
758
758
|
*/
|
|
759
759
|
const TlvRemoveKeySetRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
760
760
|
groupKeySetId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -762,14 +762,14 @@ export declare namespace JointFabricDatastore {
|
|
|
762
762
|
/**
|
|
763
763
|
* Input to the JointFabricDatastore removeKeySet command
|
|
764
764
|
*
|
|
765
|
-
* @see {@link MatterSpecification.
|
|
765
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.3
|
|
766
766
|
*/
|
|
767
767
|
interface RemoveKeySetRequest extends TypeFromSchema<typeof TlvRemoveKeySetRequest> {
|
|
768
768
|
}
|
|
769
769
|
/**
|
|
770
770
|
* Input to the JointFabricDatastore addGroup command
|
|
771
771
|
*
|
|
772
|
-
* @see {@link MatterSpecification.
|
|
772
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.4
|
|
773
773
|
*/
|
|
774
774
|
const TlvAddGroupRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
775
775
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
@@ -782,14 +782,14 @@ export declare namespace JointFabricDatastore {
|
|
|
782
782
|
/**
|
|
783
783
|
* Input to the JointFabricDatastore addGroup command
|
|
784
784
|
*
|
|
785
|
-
* @see {@link MatterSpecification.
|
|
785
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.4
|
|
786
786
|
*/
|
|
787
787
|
interface AddGroupRequest extends TypeFromSchema<typeof TlvAddGroupRequest> {
|
|
788
788
|
}
|
|
789
789
|
/**
|
|
790
790
|
* Input to the JointFabricDatastore updateGroup command
|
|
791
791
|
*
|
|
792
|
-
* @see {@link MatterSpecification.
|
|
792
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.5
|
|
793
793
|
*/
|
|
794
794
|
const TlvUpdateGroupRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
795
795
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
@@ -802,14 +802,14 @@ export declare namespace JointFabricDatastore {
|
|
|
802
802
|
/**
|
|
803
803
|
* Input to the JointFabricDatastore updateGroup command
|
|
804
804
|
*
|
|
805
|
-
* @see {@link MatterSpecification.
|
|
805
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.5
|
|
806
806
|
*/
|
|
807
807
|
interface UpdateGroupRequest extends TypeFromSchema<typeof TlvUpdateGroupRequest> {
|
|
808
808
|
}
|
|
809
809
|
/**
|
|
810
810
|
* Input to the JointFabricDatastore removeGroup command
|
|
811
811
|
*
|
|
812
|
-
* @see {@link MatterSpecification.
|
|
812
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.6
|
|
813
813
|
*/
|
|
814
814
|
const TlvRemoveGroupRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
815
815
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
@@ -817,14 +817,14 @@ export declare namespace JointFabricDatastore {
|
|
|
817
817
|
/**
|
|
818
818
|
* Input to the JointFabricDatastore removeGroup command
|
|
819
819
|
*
|
|
820
|
-
* @see {@link MatterSpecification.
|
|
820
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.6
|
|
821
821
|
*/
|
|
822
822
|
interface RemoveGroupRequest extends TypeFromSchema<typeof TlvRemoveGroupRequest> {
|
|
823
823
|
}
|
|
824
824
|
/**
|
|
825
825
|
* Input to the JointFabricDatastore addAdmin command
|
|
826
826
|
*
|
|
827
|
-
* @see {@link MatterSpecification.
|
|
827
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.7
|
|
828
828
|
*/
|
|
829
829
|
const TlvAddAdminRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
830
830
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
@@ -835,14 +835,14 @@ export declare namespace JointFabricDatastore {
|
|
|
835
835
|
/**
|
|
836
836
|
* Input to the JointFabricDatastore addAdmin command
|
|
837
837
|
*
|
|
838
|
-
* @see {@link MatterSpecification.
|
|
838
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.7
|
|
839
839
|
*/
|
|
840
840
|
interface AddAdminRequest extends TypeFromSchema<typeof TlvAddAdminRequest> {
|
|
841
841
|
}
|
|
842
842
|
/**
|
|
843
843
|
* Input to the JointFabricDatastore updateAdmin command
|
|
844
844
|
*
|
|
845
|
-
* @see {@link MatterSpecification.
|
|
845
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.8
|
|
846
846
|
*/
|
|
847
847
|
const TlvUpdateAdminRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
848
848
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId | null>;
|
|
@@ -852,14 +852,14 @@ export declare namespace JointFabricDatastore {
|
|
|
852
852
|
/**
|
|
853
853
|
* Input to the JointFabricDatastore updateAdmin command
|
|
854
854
|
*
|
|
855
|
-
* @see {@link MatterSpecification.
|
|
855
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.8
|
|
856
856
|
*/
|
|
857
857
|
interface UpdateAdminRequest extends TypeFromSchema<typeof TlvUpdateAdminRequest> {
|
|
858
858
|
}
|
|
859
859
|
/**
|
|
860
860
|
* Input to the JointFabricDatastore removeAdmin command
|
|
861
861
|
*
|
|
862
|
-
* @see {@link MatterSpecification.
|
|
862
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.9
|
|
863
863
|
*/
|
|
864
864
|
const TlvRemoveAdminRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
865
865
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
@@ -867,14 +867,14 @@ export declare namespace JointFabricDatastore {
|
|
|
867
867
|
/**
|
|
868
868
|
* Input to the JointFabricDatastore removeAdmin command
|
|
869
869
|
*
|
|
870
|
-
* @see {@link MatterSpecification.
|
|
870
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.9
|
|
871
871
|
*/
|
|
872
872
|
interface RemoveAdminRequest extends TypeFromSchema<typeof TlvRemoveAdminRequest> {
|
|
873
873
|
}
|
|
874
874
|
/**
|
|
875
875
|
* Input to the JointFabricDatastore addPendingNode command
|
|
876
876
|
*
|
|
877
|
-
* @see {@link MatterSpecification.
|
|
877
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.10
|
|
878
878
|
*/
|
|
879
879
|
const TlvAddPendingNodeRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
880
880
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
@@ -883,14 +883,14 @@ export declare namespace JointFabricDatastore {
|
|
|
883
883
|
/**
|
|
884
884
|
* Input to the JointFabricDatastore addPendingNode command
|
|
885
885
|
*
|
|
886
|
-
* @see {@link MatterSpecification.
|
|
886
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.10
|
|
887
887
|
*/
|
|
888
888
|
interface AddPendingNodeRequest extends TypeFromSchema<typeof TlvAddPendingNodeRequest> {
|
|
889
889
|
}
|
|
890
890
|
/**
|
|
891
891
|
* Input to the JointFabricDatastore refreshNode command
|
|
892
892
|
*
|
|
893
|
-
* @see {@link MatterSpecification.
|
|
893
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.11
|
|
894
894
|
*/
|
|
895
895
|
const TlvRefreshNodeRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
896
896
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
@@ -898,14 +898,14 @@ export declare namespace JointFabricDatastore {
|
|
|
898
898
|
/**
|
|
899
899
|
* Input to the JointFabricDatastore refreshNode command
|
|
900
900
|
*
|
|
901
|
-
* @see {@link MatterSpecification.
|
|
901
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.11
|
|
902
902
|
*/
|
|
903
903
|
interface RefreshNodeRequest extends TypeFromSchema<typeof TlvRefreshNodeRequest> {
|
|
904
904
|
}
|
|
905
905
|
/**
|
|
906
906
|
* Input to the JointFabricDatastore updateNode command
|
|
907
907
|
*
|
|
908
|
-
* @see {@link MatterSpecification.
|
|
908
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.12
|
|
909
909
|
*/
|
|
910
910
|
const TlvUpdateNodeRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
911
911
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
@@ -914,14 +914,14 @@ export declare namespace JointFabricDatastore {
|
|
|
914
914
|
/**
|
|
915
915
|
* Input to the JointFabricDatastore updateNode command
|
|
916
916
|
*
|
|
917
|
-
* @see {@link MatterSpecification.
|
|
917
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.12
|
|
918
918
|
*/
|
|
919
919
|
interface UpdateNodeRequest extends TypeFromSchema<typeof TlvUpdateNodeRequest> {
|
|
920
920
|
}
|
|
921
921
|
/**
|
|
922
922
|
* Input to the JointFabricDatastore removeNode command
|
|
923
923
|
*
|
|
924
|
-
* @see {@link MatterSpecification.
|
|
924
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.13
|
|
925
925
|
*/
|
|
926
926
|
const TlvRemoveNodeRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
927
927
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
@@ -929,14 +929,14 @@ export declare namespace JointFabricDatastore {
|
|
|
929
929
|
/**
|
|
930
930
|
* Input to the JointFabricDatastore removeNode command
|
|
931
931
|
*
|
|
932
|
-
* @see {@link MatterSpecification.
|
|
932
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.13
|
|
933
933
|
*/
|
|
934
934
|
interface RemoveNodeRequest extends TypeFromSchema<typeof TlvRemoveNodeRequest> {
|
|
935
935
|
}
|
|
936
936
|
/**
|
|
937
937
|
* Input to the JointFabricDatastore updateEndpointForNode command
|
|
938
938
|
*
|
|
939
|
-
* @see {@link MatterSpecification.
|
|
939
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.14
|
|
940
940
|
*/
|
|
941
941
|
const TlvUpdateEndpointForNodeRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
942
942
|
endpointId: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
@@ -946,14 +946,14 @@ export declare namespace JointFabricDatastore {
|
|
|
946
946
|
/**
|
|
947
947
|
* Input to the JointFabricDatastore updateEndpointForNode command
|
|
948
948
|
*
|
|
949
|
-
* @see {@link MatterSpecification.
|
|
949
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.14
|
|
950
950
|
*/
|
|
951
951
|
interface UpdateEndpointForNodeRequest extends TypeFromSchema<typeof TlvUpdateEndpointForNodeRequest> {
|
|
952
952
|
}
|
|
953
953
|
/**
|
|
954
954
|
* Input to the JointFabricDatastore addGroupIdToEndpointForNode command
|
|
955
955
|
*
|
|
956
|
-
* @see {@link MatterSpecification.
|
|
956
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.15
|
|
957
957
|
*/
|
|
958
958
|
const TlvAddGroupIdToEndpointForNodeRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
959
959
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
@@ -963,14 +963,14 @@ export declare namespace JointFabricDatastore {
|
|
|
963
963
|
/**
|
|
964
964
|
* Input to the JointFabricDatastore addGroupIdToEndpointForNode command
|
|
965
965
|
*
|
|
966
|
-
* @see {@link MatterSpecification.
|
|
966
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.15
|
|
967
967
|
*/
|
|
968
968
|
interface AddGroupIdToEndpointForNodeRequest extends TypeFromSchema<typeof TlvAddGroupIdToEndpointForNodeRequest> {
|
|
969
969
|
}
|
|
970
970
|
/**
|
|
971
971
|
* Input to the JointFabricDatastore removeGroupIdFromEndpointForNode command
|
|
972
972
|
*
|
|
973
|
-
* @see {@link MatterSpecification.
|
|
973
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.16
|
|
974
974
|
*/
|
|
975
975
|
const TlvRemoveGroupIdFromEndpointForNodeRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
976
976
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
@@ -980,14 +980,14 @@ export declare namespace JointFabricDatastore {
|
|
|
980
980
|
/**
|
|
981
981
|
* Input to the JointFabricDatastore removeGroupIdFromEndpointForNode command
|
|
982
982
|
*
|
|
983
|
-
* @see {@link MatterSpecification.
|
|
983
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.16
|
|
984
984
|
*/
|
|
985
985
|
interface RemoveGroupIdFromEndpointForNodeRequest extends TypeFromSchema<typeof TlvRemoveGroupIdFromEndpointForNodeRequest> {
|
|
986
986
|
}
|
|
987
987
|
/**
|
|
988
988
|
* Input to the JointFabricDatastore addBindingToEndpointForNode command
|
|
989
989
|
*
|
|
990
|
-
* @see {@link MatterSpecification.
|
|
990
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.17
|
|
991
991
|
*/
|
|
992
992
|
const TlvAddBindingToEndpointForNodeRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
993
993
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
@@ -997,21 +997,21 @@ export declare namespace JointFabricDatastore {
|
|
|
997
997
|
* This field is the binding’s remote target node ID. If the Endpoint field is present, this field shall be
|
|
998
998
|
* present.
|
|
999
999
|
*
|
|
1000
|
-
* @see {@link MatterSpecification.
|
|
1000
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.6.1
|
|
1001
1001
|
*/
|
|
1002
1002
|
node: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1003
1003
|
/**
|
|
1004
1004
|
* This field is the binding’s target group ID that represents remote endpoints. If the Endpoint field is
|
|
1005
1005
|
* present, this field shall NOT be present.
|
|
1006
1006
|
*
|
|
1007
|
-
* @see {@link MatterSpecification.
|
|
1007
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.6.2
|
|
1008
1008
|
*/
|
|
1009
1009
|
group: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1010
1010
|
/**
|
|
1011
1011
|
* This field is the binding’s remote endpoint that the local endpoint is bound to. If the Group field is
|
|
1012
1012
|
* present, this field shall NOT be present.
|
|
1013
1013
|
*
|
|
1014
|
-
* @see {@link MatterSpecification.
|
|
1014
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.6.3
|
|
1015
1015
|
*/
|
|
1016
1016
|
endpoint: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
1017
1017
|
/**
|
|
@@ -1019,7 +1019,7 @@ export declare namespace JointFabricDatastore {
|
|
|
1019
1019
|
* is present, the client cluster shall also exist on this endpoint (with this Binding cluster). If this field
|
|
1020
1020
|
* is present, the target shall be this cluster on the target endpoint(s).
|
|
1021
1021
|
*
|
|
1022
|
-
* @see {@link MatterSpecification.
|
|
1022
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.6.4
|
|
1023
1023
|
*/
|
|
1024
1024
|
cluster: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/ClusterId.js").ClusterId>;
|
|
1025
1025
|
}>>;
|
|
@@ -1027,14 +1027,14 @@ export declare namespace JointFabricDatastore {
|
|
|
1027
1027
|
/**
|
|
1028
1028
|
* Input to the JointFabricDatastore addBindingToEndpointForNode command
|
|
1029
1029
|
*
|
|
1030
|
-
* @see {@link MatterSpecification.
|
|
1030
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.17
|
|
1031
1031
|
*/
|
|
1032
1032
|
interface AddBindingToEndpointForNodeRequest extends TypeFromSchema<typeof TlvAddBindingToEndpointForNodeRequest> {
|
|
1033
1033
|
}
|
|
1034
1034
|
/**
|
|
1035
1035
|
* Input to the JointFabricDatastore removeBindingFromEndpointForNode command
|
|
1036
1036
|
*
|
|
1037
|
-
* @see {@link MatterSpecification.
|
|
1037
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.18
|
|
1038
1038
|
*/
|
|
1039
1039
|
const TlvRemoveBindingFromEndpointForNodeRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
1040
1040
|
listId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1044,14 +1044,14 @@ export declare namespace JointFabricDatastore {
|
|
|
1044
1044
|
/**
|
|
1045
1045
|
* Input to the JointFabricDatastore removeBindingFromEndpointForNode command
|
|
1046
1046
|
*
|
|
1047
|
-
* @see {@link MatterSpecification.
|
|
1047
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.18
|
|
1048
1048
|
*/
|
|
1049
1049
|
interface RemoveBindingFromEndpointForNodeRequest extends TypeFromSchema<typeof TlvRemoveBindingFromEndpointForNodeRequest> {
|
|
1050
1050
|
}
|
|
1051
1051
|
/**
|
|
1052
1052
|
* Input to the JointFabricDatastore addAclToNode command
|
|
1053
1053
|
*
|
|
1054
|
-
* @see {@link MatterSpecification.
|
|
1054
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.19
|
|
1055
1055
|
*/
|
|
1056
1056
|
const TlvAddAclToNodeRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
1057
1057
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
@@ -1069,14 +1069,14 @@ export declare namespace JointFabricDatastore {
|
|
|
1069
1069
|
/**
|
|
1070
1070
|
* Input to the JointFabricDatastore addAclToNode command
|
|
1071
1071
|
*
|
|
1072
|
-
* @see {@link MatterSpecification.
|
|
1072
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.19
|
|
1073
1073
|
*/
|
|
1074
1074
|
interface AddAclToNodeRequest extends TypeFromSchema<typeof TlvAddAclToNodeRequest> {
|
|
1075
1075
|
}
|
|
1076
1076
|
/**
|
|
1077
1077
|
* Input to the JointFabricDatastore removeAclFromNode command
|
|
1078
1078
|
*
|
|
1079
|
-
* @see {@link MatterSpecification.
|
|
1079
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.20
|
|
1080
1080
|
*/
|
|
1081
1081
|
const TlvRemoveAclFromNodeRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
1082
1082
|
listId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1085,7 +1085,7 @@ export declare namespace JointFabricDatastore {
|
|
|
1085
1085
|
/**
|
|
1086
1086
|
* Input to the JointFabricDatastore removeAclFromNode command
|
|
1087
1087
|
*
|
|
1088
|
-
* @see {@link MatterSpecification.
|
|
1088
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.20
|
|
1089
1089
|
*/
|
|
1090
1090
|
interface RemoveAclFromNodeRequest extends TypeFromSchema<typeof TlvRemoveAclFromNodeRequest> {
|
|
1091
1091
|
}
|
|
@@ -1101,25 +1101,25 @@ export declare namespace JointFabricDatastore {
|
|
|
1101
1101
|
* This shall indicate the Anchor Root CA used to sign all NOC Issuers in the Joint Fabric for the accessing
|
|
1102
1102
|
* fabric. A null value indicates that the Joint Fabric is not yet formed.
|
|
1103
1103
|
*
|
|
1104
|
-
* @see {@link MatterSpecification.
|
|
1104
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.6.1
|
|
1105
1105
|
*/
|
|
1106
1106
|
readonly anchorRootCa: Attribute<AllowSharedBufferSource, any>;
|
|
1107
1107
|
/**
|
|
1108
1108
|
* This shall indicate the Node identifier of the Joint Fabric Anchor Root CA for the accessing fabric.
|
|
1109
1109
|
*
|
|
1110
|
-
* @see {@link MatterSpecification.
|
|
1110
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.6.2
|
|
1111
1111
|
*/
|
|
1112
1112
|
readonly anchorNodeId: Attribute<import("../datatype/NodeId.js").NodeId, any>;
|
|
1113
1113
|
/**
|
|
1114
1114
|
* This shall indicate the Vendor identifier of the Joint Fabric Anchor Root CA for the accessing fabric.
|
|
1115
1115
|
*
|
|
1116
|
-
* @see {@link MatterSpecification.
|
|
1116
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.6.3
|
|
1117
1117
|
*/
|
|
1118
1118
|
readonly anchorVendorId: Attribute<import("../datatype/VendorId.js").VendorId, any>;
|
|
1119
1119
|
/**
|
|
1120
1120
|
* Friendly name for the accessing fabric which can be propagated to nodes.
|
|
1121
1121
|
*
|
|
1122
|
-
* @see {@link MatterSpecification.
|
|
1122
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.6.4
|
|
1123
1123
|
*/
|
|
1124
1124
|
readonly friendlyName: Attribute<string, any>;
|
|
1125
1125
|
/**
|
|
@@ -1128,7 +1128,7 @@ export declare namespace JointFabricDatastore {
|
|
|
1128
1128
|
*
|
|
1129
1129
|
* This attribute shall contain at least one entry, the IPK, which has GroupKeySetID of 0.
|
|
1130
1130
|
*
|
|
1131
|
-
* @see {@link MatterSpecification.
|
|
1131
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.6.5
|
|
1132
1132
|
*/
|
|
1133
1133
|
readonly groupKeySetList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1134
1134
|
groupKeySetId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1147,19 +1147,19 @@ export declare namespace JointFabricDatastore {
|
|
|
1147
1147
|
* This list must include, at a minimum, one group with GroupCAT value set to Administrator CAT and one
|
|
1148
1148
|
* group with GroupCAT value set to Anchor CAT.
|
|
1149
1149
|
*
|
|
1150
|
-
* @see {@link MatterSpecification.
|
|
1150
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.6.6
|
|
1151
1151
|
*/
|
|
1152
1152
|
readonly groupList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1153
1153
|
/**
|
|
1154
1154
|
* The unique identifier for the group.
|
|
1155
1155
|
*
|
|
1156
|
-
* @see {@link MatterSpecification.
|
|
1156
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.5.1
|
|
1157
1157
|
*/
|
|
1158
1158
|
groupId: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1159
1159
|
/**
|
|
1160
1160
|
* The friendly name for the group.
|
|
1161
1161
|
*
|
|
1162
|
-
* @see {@link MatterSpecification.
|
|
1162
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.5.2
|
|
1163
1163
|
*/
|
|
1164
1164
|
friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1165
1165
|
/**
|
|
@@ -1171,7 +1171,7 @@ export declare namespace JointFabricDatastore {
|
|
|
1171
1171
|
* A value of 0 is not allowed since this value is reserved for IPK and the group entry for this value is not
|
|
1172
1172
|
* managed by the Datastore.
|
|
1173
1173
|
*
|
|
1174
|
-
* @see {@link MatterSpecification.
|
|
1174
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.5.3
|
|
1175
1175
|
*/
|
|
1176
1176
|
groupKeySetId: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1177
1177
|
/**
|
|
@@ -1181,7 +1181,7 @@ export declare namespace JointFabricDatastore {
|
|
|
1181
1181
|
*
|
|
1182
1182
|
* This value may be null when unicast communication is not used for the group.
|
|
1183
1183
|
*
|
|
1184
|
-
* @see {@link MatterSpecification.
|
|
1184
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.5.4
|
|
1185
1185
|
*/
|
|
1186
1186
|
groupCat: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1187
1187
|
/**
|
|
@@ -1189,59 +1189,59 @@ export declare namespace JointFabricDatastore {
|
|
|
1189
1189
|
*
|
|
1190
1190
|
* This value shall be null when GroupCAT value is null.
|
|
1191
1191
|
*
|
|
1192
|
-
* @see {@link MatterSpecification.
|
|
1192
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.5.5
|
|
1193
1193
|
*/
|
|
1194
1194
|
groupCatVersion: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1195
1195
|
/**
|
|
1196
1196
|
* The permission level associated with ACL entries for this group. There should be only one Administrator group
|
|
1197
1197
|
* per fabric, and at most one Manage group per Ecosystem (Vendor Entry).
|
|
1198
1198
|
*
|
|
1199
|
-
* @see {@link MatterSpecification.
|
|
1199
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.5.6
|
|
1200
1200
|
*/
|
|
1201
1201
|
groupPermission: import("../tlv/TlvObject.js").FieldType<DatastoreAccessControlEntryPrivilege>;
|
|
1202
1202
|
}>[], any>;
|
|
1203
1203
|
/**
|
|
1204
1204
|
* This shall indicate the list of nodes in the Joint Fabric for the accessing fabric.
|
|
1205
1205
|
*
|
|
1206
|
-
* @see {@link MatterSpecification.
|
|
1206
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.6.7
|
|
1207
1207
|
*/
|
|
1208
1208
|
readonly nodeList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1209
1209
|
/**
|
|
1210
1210
|
* The unique identifier for the node.
|
|
1211
1211
|
*
|
|
1212
|
-
* @see {@link MatterSpecification.
|
|
1212
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.14.1
|
|
1213
1213
|
*/
|
|
1214
1214
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1215
1215
|
/**
|
|
1216
1216
|
* Friendly name for this node which is not propagated to nodes.
|
|
1217
1217
|
*
|
|
1218
|
-
* @see {@link MatterSpecification.
|
|
1218
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.14.2
|
|
1219
1219
|
*/
|
|
1220
1220
|
friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1221
1221
|
/**
|
|
1222
1222
|
* Set to Pending prior to completing commissioning, set to Committed after commissioning complete is
|
|
1223
1223
|
* successful, or set to CommitFailed if commissioning failed with the FailureCode Field set to the error.
|
|
1224
1224
|
*
|
|
1225
|
-
* @see {@link MatterSpecification.
|
|
1225
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.14.3
|
|
1226
1226
|
*/
|
|
1227
1227
|
commissioningStatusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1228
1228
|
/**
|
|
1229
1229
|
* This field shall contain the current state of the target device operation.
|
|
1230
1230
|
*
|
|
1231
|
-
* @see {@link MatterSpecification.
|
|
1231
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.1
|
|
1232
1232
|
*/
|
|
1233
1233
|
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
1234
1234
|
/**
|
|
1235
1235
|
* This field shall contain the timestamp of the last update.
|
|
1236
1236
|
*
|
|
1237
|
-
* @see {@link MatterSpecification.
|
|
1237
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.2
|
|
1238
1238
|
*/
|
|
1239
1239
|
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1240
1240
|
/**
|
|
1241
1241
|
* This field shall contain the StatusCode of the last failed operation where the State field is set to
|
|
1242
1242
|
* CommitFailure.
|
|
1243
1243
|
*
|
|
1244
|
-
* @see {@link MatterSpecification.
|
|
1244
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.3
|
|
1245
1245
|
*/
|
|
1246
1246
|
failureCode: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1247
1247
|
}>>;
|
|
@@ -1254,31 +1254,31 @@ export declare namespace JointFabricDatastore {
|
|
|
1254
1254
|
*
|
|
1255
1255
|
* A null value or empty list indicates that the Joint Fabric is not yet formed.
|
|
1256
1256
|
*
|
|
1257
|
-
* @see {@link MatterSpecification.
|
|
1257
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.6.8
|
|
1258
1258
|
*/
|
|
1259
1259
|
readonly adminList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1260
1260
|
/**
|
|
1261
1261
|
* The unique identifier for the node.
|
|
1262
1262
|
*
|
|
1263
|
-
* @see {@link MatterSpecification.
|
|
1263
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.15.1
|
|
1264
1264
|
*/
|
|
1265
1265
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1266
1266
|
/**
|
|
1267
1267
|
* Friendly name for this node which is not propagated to nodes.
|
|
1268
1268
|
*
|
|
1269
|
-
* @see {@link MatterSpecification.
|
|
1269
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.15.2
|
|
1270
1270
|
*/
|
|
1271
1271
|
friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1272
1272
|
/**
|
|
1273
1273
|
* The Vendor ID for the node.
|
|
1274
1274
|
*
|
|
1275
|
-
* @see {@link MatterSpecification.
|
|
1275
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.15.3
|
|
1276
1276
|
*/
|
|
1277
1277
|
vendorId: import("../tlv/TlvObject.js").FieldType<import("../datatype/VendorId.js").VendorId>;
|
|
1278
1278
|
/**
|
|
1279
1279
|
* The ICAC used to issue the NOC.
|
|
1280
1280
|
*
|
|
1281
|
-
* @see {@link MatterSpecification.
|
|
1281
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.15.4
|
|
1282
1282
|
*/
|
|
1283
1283
|
icac: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
1284
1284
|
}>[], any>;
|
|
@@ -1289,26 +1289,26 @@ export declare namespace JointFabricDatastore {
|
|
|
1289
1289
|
* DataStore is not yet ready for use. The DeletePending status indicates that the DataStore is in the
|
|
1290
1290
|
* process of being transferred to another Joint Fabric Anchor Administrator.
|
|
1291
1291
|
*
|
|
1292
|
-
* @see {@link MatterSpecification.
|
|
1292
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.6.9
|
|
1293
1293
|
*/
|
|
1294
1294
|
readonly status: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1295
1295
|
/**
|
|
1296
1296
|
* This field shall contain the current state of the target device operation.
|
|
1297
1297
|
*
|
|
1298
|
-
* @see {@link MatterSpecification.
|
|
1298
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.1
|
|
1299
1299
|
*/
|
|
1300
1300
|
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
1301
1301
|
/**
|
|
1302
1302
|
* This field shall contain the timestamp of the last update.
|
|
1303
1303
|
*
|
|
1304
|
-
* @see {@link MatterSpecification.
|
|
1304
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.2
|
|
1305
1305
|
*/
|
|
1306
1306
|
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1307
1307
|
/**
|
|
1308
1308
|
* This field shall contain the StatusCode of the last failed operation where the State field is set to
|
|
1309
1309
|
* CommitFailure.
|
|
1310
1310
|
*
|
|
1311
|
-
* @see {@link MatterSpecification.
|
|
1311
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.3
|
|
1312
1312
|
*/
|
|
1313
1313
|
failureCode: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1314
1314
|
}>, any>;
|
|
@@ -1318,50 +1318,50 @@ export declare namespace JointFabricDatastore {
|
|
|
1318
1318
|
* Any changes to this List (add/remove entry) must follow the pending→committed workflow with current state
|
|
1319
1319
|
* reflected in the Status Entry.
|
|
1320
1320
|
*
|
|
1321
|
-
* @see {@link MatterSpecification.
|
|
1321
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.6.10
|
|
1322
1322
|
*/
|
|
1323
1323
|
readonly endpointGroupIdList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1324
1324
|
/**
|
|
1325
1325
|
* The unique identifier for the node.
|
|
1326
1326
|
*
|
|
1327
|
-
* @see {@link MatterSpecification.
|
|
1327
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.8.1
|
|
1328
1328
|
*/
|
|
1329
1329
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1330
1330
|
/**
|
|
1331
1331
|
* The unique identifier for the endpoint.
|
|
1332
1332
|
*
|
|
1333
|
-
* @see {@link MatterSpecification.
|
|
1333
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.8.2
|
|
1334
1334
|
*/
|
|
1335
1335
|
endpointId: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
1336
1336
|
/**
|
|
1337
1337
|
* The unique identifier for the group.
|
|
1338
1338
|
*
|
|
1339
|
-
* @see {@link MatterSpecification.
|
|
1339
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.8.3
|
|
1340
1340
|
*/
|
|
1341
1341
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1342
1342
|
/**
|
|
1343
1343
|
* Indicates whether entry in this list is pending, committed, delete-pending, or commit-failed.
|
|
1344
1344
|
*
|
|
1345
|
-
* @see {@link MatterSpecification.
|
|
1345
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.8.4
|
|
1346
1346
|
*/
|
|
1347
1347
|
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1348
1348
|
/**
|
|
1349
1349
|
* This field shall contain the current state of the target device operation.
|
|
1350
1350
|
*
|
|
1351
|
-
* @see {@link MatterSpecification.
|
|
1351
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.1
|
|
1352
1352
|
*/
|
|
1353
1353
|
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
1354
1354
|
/**
|
|
1355
1355
|
* This field shall contain the timestamp of the last update.
|
|
1356
1356
|
*
|
|
1357
|
-
* @see {@link MatterSpecification.
|
|
1357
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.2
|
|
1358
1358
|
*/
|
|
1359
1359
|
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1360
1360
|
/**
|
|
1361
1361
|
* This field shall contain the StatusCode of the last failed operation where the State field is set to
|
|
1362
1362
|
* CommitFailure.
|
|
1363
1363
|
*
|
|
1364
|
-
* @see {@link MatterSpecification.
|
|
1364
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.3
|
|
1365
1365
|
*/
|
|
1366
1366
|
failureCode: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1367
1367
|
}>>;
|
|
@@ -1372,19 +1372,19 @@ export declare namespace JointFabricDatastore {
|
|
|
1372
1372
|
* Any changes to this List (add/remove entry) must follow the pending→committed workflow with current state
|
|
1373
1373
|
* reflected in the Status Entry.
|
|
1374
1374
|
*
|
|
1375
|
-
* @see {@link MatterSpecification.
|
|
1375
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.6.11
|
|
1376
1376
|
*/
|
|
1377
1377
|
readonly endpointBindingList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1378
1378
|
/**
|
|
1379
1379
|
* The unique identifier for the node.
|
|
1380
1380
|
*
|
|
1381
|
-
* @see {@link MatterSpecification.
|
|
1381
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.7.1
|
|
1382
1382
|
*/
|
|
1383
1383
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1384
1384
|
/**
|
|
1385
1385
|
* The unique identifier for the endpoint.
|
|
1386
1386
|
*
|
|
1387
|
-
* @see {@link MatterSpecification.
|
|
1387
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.7.2
|
|
1388
1388
|
*/
|
|
1389
1389
|
endpointId: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
1390
1390
|
/**
|
|
@@ -1394,34 +1394,34 @@ export declare namespace JointFabricDatastore {
|
|
|
1394
1394
|
* This field is used to uniquely identify an entry in the EndpointBindingList attribute for the purpose of
|
|
1395
1395
|
* deletion (RemoveBindingFromEndpointForNode Command).
|
|
1396
1396
|
*
|
|
1397
|
-
* @see {@link MatterSpecification.
|
|
1397
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.7.3
|
|
1398
1398
|
*/
|
|
1399
1399
|
listId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1400
1400
|
/**
|
|
1401
1401
|
* The binding target structure.
|
|
1402
1402
|
*
|
|
1403
|
-
* @see {@link MatterSpecification.
|
|
1403
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.7.4
|
|
1404
1404
|
*/
|
|
1405
1405
|
binding: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1406
1406
|
/**
|
|
1407
1407
|
* This field is the binding’s remote target node ID. If the Endpoint field is present, this field shall be
|
|
1408
1408
|
* present.
|
|
1409
1409
|
*
|
|
1410
|
-
* @see {@link MatterSpecification.
|
|
1410
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.6.1
|
|
1411
1411
|
*/
|
|
1412
1412
|
node: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1413
1413
|
/**
|
|
1414
1414
|
* This field is the binding’s target group ID that represents remote endpoints. If the Endpoint field is
|
|
1415
1415
|
* present, this field shall NOT be present.
|
|
1416
1416
|
*
|
|
1417
|
-
* @see {@link MatterSpecification.
|
|
1417
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.6.2
|
|
1418
1418
|
*/
|
|
1419
1419
|
group: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/GroupId.js").GroupId>;
|
|
1420
1420
|
/**
|
|
1421
1421
|
* This field is the binding’s remote endpoint that the local endpoint is bound to. If the Group field is
|
|
1422
1422
|
* present, this field shall NOT be present.
|
|
1423
1423
|
*
|
|
1424
|
-
* @see {@link MatterSpecification.
|
|
1424
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.6.3
|
|
1425
1425
|
*/
|
|
1426
1426
|
endpoint: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
1427
1427
|
/**
|
|
@@ -1429,33 +1429,33 @@ export declare namespace JointFabricDatastore {
|
|
|
1429
1429
|
* is present, the client cluster shall also exist on this endpoint (with this Binding cluster). If this field
|
|
1430
1430
|
* is present, the target shall be this cluster on the target endpoint(s).
|
|
1431
1431
|
*
|
|
1432
|
-
* @see {@link MatterSpecification.
|
|
1432
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.6.4
|
|
1433
1433
|
*/
|
|
1434
1434
|
cluster: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/ClusterId.js").ClusterId>;
|
|
1435
1435
|
}>>;
|
|
1436
1436
|
/**
|
|
1437
1437
|
* Indicates whether entry in this list is pending, committed, delete-pending, or commit-failed.
|
|
1438
1438
|
*
|
|
1439
|
-
* @see {@link MatterSpecification.
|
|
1439
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.7.5
|
|
1440
1440
|
*/
|
|
1441
1441
|
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1442
1442
|
/**
|
|
1443
1443
|
* This field shall contain the current state of the target device operation.
|
|
1444
1444
|
*
|
|
1445
|
-
* @see {@link MatterSpecification.
|
|
1445
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.1
|
|
1446
1446
|
*/
|
|
1447
1447
|
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
1448
1448
|
/**
|
|
1449
1449
|
* This field shall contain the timestamp of the last update.
|
|
1450
1450
|
*
|
|
1451
|
-
* @see {@link MatterSpecification.
|
|
1451
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.2
|
|
1452
1452
|
*/
|
|
1453
1453
|
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1454
1454
|
/**
|
|
1455
1455
|
* This field shall contain the StatusCode of the last failed operation where the State field is set to
|
|
1456
1456
|
* CommitFailure.
|
|
1457
1457
|
*
|
|
1458
|
-
* @see {@link MatterSpecification.
|
|
1458
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.3
|
|
1459
1459
|
*/
|
|
1460
1460
|
failureCode: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1461
1461
|
}>>;
|
|
@@ -1466,39 +1466,39 @@ export declare namespace JointFabricDatastore {
|
|
|
1466
1466
|
* Any changes to this List (add/remove entry) must follow the pending→committed workflow with current state
|
|
1467
1467
|
* reflected in the Status Entry.
|
|
1468
1468
|
*
|
|
1469
|
-
* @see {@link MatterSpecification.
|
|
1469
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.6.12
|
|
1470
1470
|
*/
|
|
1471
1471
|
readonly nodeKeySetList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1472
1472
|
/**
|
|
1473
1473
|
* The unique identifier for the node.
|
|
1474
1474
|
*
|
|
1475
|
-
* @see {@link MatterSpecification.
|
|
1475
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.3.1
|
|
1476
1476
|
*/
|
|
1477
1477
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1478
1478
|
groupKeySetId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1479
1479
|
/**
|
|
1480
1480
|
* Indicates whether entry in this list is pending, committed, delete-pending, or commit-failed.
|
|
1481
1481
|
*
|
|
1482
|
-
* @see {@link MatterSpecification.
|
|
1482
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.3.3
|
|
1483
1483
|
*/
|
|
1484
1484
|
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1485
1485
|
/**
|
|
1486
1486
|
* This field shall contain the current state of the target device operation.
|
|
1487
1487
|
*
|
|
1488
|
-
* @see {@link MatterSpecification.
|
|
1488
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.1
|
|
1489
1489
|
*/
|
|
1490
1490
|
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
1491
1491
|
/**
|
|
1492
1492
|
* This field shall contain the timestamp of the last update.
|
|
1493
1493
|
*
|
|
1494
|
-
* @see {@link MatterSpecification.
|
|
1494
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.2
|
|
1495
1495
|
*/
|
|
1496
1496
|
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1497
1497
|
/**
|
|
1498
1498
|
* This field shall contain the StatusCode of the last failed operation where the State field is set to
|
|
1499
1499
|
* CommitFailure.
|
|
1500
1500
|
*
|
|
1501
|
-
* @see {@link MatterSpecification.
|
|
1501
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.3
|
|
1502
1502
|
*/
|
|
1503
1503
|
failureCode: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1504
1504
|
}>>;
|
|
@@ -1509,25 +1509,25 @@ export declare namespace JointFabricDatastore {
|
|
|
1509
1509
|
* Any changes to this List (add/remove entry) must follow the pending→committed workflow with current state
|
|
1510
1510
|
* reflected in the Status Entry.
|
|
1511
1511
|
*
|
|
1512
|
-
* @see {@link MatterSpecification.
|
|
1512
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.6.13
|
|
1513
1513
|
*/
|
|
1514
1514
|
readonly nodeAclList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1515
1515
|
/**
|
|
1516
1516
|
* The unique identifier for the node.
|
|
1517
1517
|
*
|
|
1518
|
-
* @see {@link MatterSpecification.
|
|
1518
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.13.1
|
|
1519
1519
|
*/
|
|
1520
1520
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1521
1521
|
/**
|
|
1522
1522
|
* The unique identifier for the ACL entry in the Datastore’s list of DatastoreACLEntry.
|
|
1523
1523
|
*
|
|
1524
|
-
* @see {@link MatterSpecification.
|
|
1524
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.13.2
|
|
1525
1525
|
*/
|
|
1526
1526
|
listId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1527
1527
|
/**
|
|
1528
1528
|
* The Access Control Entry structure.
|
|
1529
1529
|
*
|
|
1530
|
-
* @see {@link MatterSpecification.
|
|
1530
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.13.3
|
|
1531
1531
|
*/
|
|
1532
1532
|
aclEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1533
1533
|
privilege: import("../tlv/TlvObject.js").FieldType<DatastoreAccessControlEntryPrivilege>;
|
|
@@ -1542,26 +1542,26 @@ export declare namespace JointFabricDatastore {
|
|
|
1542
1542
|
/**
|
|
1543
1543
|
* Indicates whether entry in this list is pending, committed, delete-pending, or commit-failed.
|
|
1544
1544
|
*
|
|
1545
|
-
* @see {@link MatterSpecification.
|
|
1545
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.13.4
|
|
1546
1546
|
*/
|
|
1547
1547
|
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1548
1548
|
/**
|
|
1549
1549
|
* This field shall contain the current state of the target device operation.
|
|
1550
1550
|
*
|
|
1551
|
-
* @see {@link MatterSpecification.
|
|
1551
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.1
|
|
1552
1552
|
*/
|
|
1553
1553
|
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
1554
1554
|
/**
|
|
1555
1555
|
* This field shall contain the timestamp of the last update.
|
|
1556
1556
|
*
|
|
1557
|
-
* @see {@link MatterSpecification.
|
|
1557
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.2
|
|
1558
1558
|
*/
|
|
1559
1559
|
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1560
1560
|
/**
|
|
1561
1561
|
* This field shall contain the StatusCode of the last failed operation where the State field is set to
|
|
1562
1562
|
* CommitFailure.
|
|
1563
1563
|
*
|
|
1564
|
-
* @see {@link MatterSpecification.
|
|
1564
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.3
|
|
1565
1565
|
*/
|
|
1566
1566
|
failureCode: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1567
1567
|
}>>;
|
|
@@ -1572,19 +1572,19 @@ export declare namespace JointFabricDatastore {
|
|
|
1572
1572
|
* Any changes to this List (add/remove entry) must follow the pending→committed workflow with current state
|
|
1573
1573
|
* reflected in the Status Entry.
|
|
1574
1574
|
*
|
|
1575
|
-
* @see {@link MatterSpecification.
|
|
1575
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.6.14
|
|
1576
1576
|
*/
|
|
1577
1577
|
readonly nodeEndpointList: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1578
1578
|
/**
|
|
1579
1579
|
* The unique identifier for the endpoint.
|
|
1580
1580
|
*
|
|
1581
|
-
* @see {@link MatterSpecification.
|
|
1581
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.9.1
|
|
1582
1582
|
*/
|
|
1583
1583
|
endpointId: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
1584
1584
|
/**
|
|
1585
1585
|
* The unique identifier for the node.
|
|
1586
1586
|
*
|
|
1587
|
-
* @see {@link MatterSpecification.
|
|
1587
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.9.2
|
|
1588
1588
|
*/
|
|
1589
1589
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
1590
1590
|
/**
|
|
@@ -1592,32 +1592,32 @@ export declare namespace JointFabricDatastore {
|
|
|
1592
1592
|
* (add/remove entry) must follow the pending→committed workflow with current state reflected in the Status
|
|
1593
1593
|
* Entry.
|
|
1594
1594
|
*
|
|
1595
|
-
* @see {@link MatterSpecification.
|
|
1595
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.9.3
|
|
1596
1596
|
*/
|
|
1597
1597
|
friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1598
1598
|
/**
|
|
1599
1599
|
* Indicates whether changes to Friendly Name are pending, committed, or commit-failed.
|
|
1600
1600
|
*
|
|
1601
|
-
* @see {@link MatterSpecification.
|
|
1601
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.9.4
|
|
1602
1602
|
*/
|
|
1603
1603
|
statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1604
1604
|
/**
|
|
1605
1605
|
* This field shall contain the current state of the target device operation.
|
|
1606
1606
|
*
|
|
1607
|
-
* @see {@link MatterSpecification.
|
|
1607
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.1
|
|
1608
1608
|
*/
|
|
1609
1609
|
state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
|
|
1610
1610
|
/**
|
|
1611
1611
|
* This field shall contain the timestamp of the last update.
|
|
1612
1612
|
*
|
|
1613
|
-
* @see {@link MatterSpecification.
|
|
1613
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.2
|
|
1614
1614
|
*/
|
|
1615
1615
|
updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1616
1616
|
/**
|
|
1617
1617
|
* This field shall contain the StatusCode of the last failed operation where the State field is set to
|
|
1618
1618
|
* CommitFailure.
|
|
1619
1619
|
*
|
|
1620
|
-
* @see {@link MatterSpecification.
|
|
1620
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.2.3
|
|
1621
1621
|
*/
|
|
1622
1622
|
failureCode: import("../tlv/TlvObject.js").FieldType<Status>;
|
|
1623
1623
|
}>>;
|
|
@@ -1636,7 +1636,7 @@ export declare namespace JointFabricDatastore {
|
|
|
1636
1636
|
*
|
|
1637
1637
|
* 3. Add the Epoch Key Entry for the KeySet to the KeySetList attribute.
|
|
1638
1638
|
*
|
|
1639
|
-
* @see {@link MatterSpecification.
|
|
1639
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.1
|
|
1640
1640
|
*/
|
|
1641
1641
|
readonly addKeySet: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1642
1642
|
groupKeySet: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -1679,7 +1679,7 @@ export declare namespace JointFabricDatastore {
|
|
|
1679
1679
|
* DatastoreNodeKeySetEntryStruct to CommitFailed and FailureCode code to the returned error.
|
|
1680
1680
|
* The pending change shall be applied in a subsequent Node Refresh.
|
|
1681
1681
|
*
|
|
1682
|
-
* @see {@link MatterSpecification.
|
|
1682
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.2
|
|
1683
1683
|
*/
|
|
1684
1684
|
readonly updateKeySet: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1685
1685
|
groupKeySet: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -1717,7 +1717,7 @@ export declare namespace JointFabricDatastore {
|
|
|
1717
1717
|
* 3. Remove the DatastoreGroupKeySetStruct for the given GroupKeySetID from the GroupKeySetList
|
|
1718
1718
|
* attribute.
|
|
1719
1719
|
*
|
|
1720
|
-
* @see {@link MatterSpecification.
|
|
1720
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.3
|
|
1721
1721
|
*/
|
|
1722
1722
|
readonly removeKeySet: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1723
1723
|
groupKeySetId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -1738,7 +1738,7 @@ export declare namespace JointFabricDatastore {
|
|
|
1738
1738
|
* 2. Add the DatastoreGroupInformationEntryStruct for the Group with the given GroupID to the GroupList
|
|
1739
1739
|
* attribute.
|
|
1740
1740
|
*
|
|
1741
|
-
* @see {@link MatterSpecification.
|
|
1741
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.4
|
|
1742
1742
|
*/
|
|
1743
1743
|
readonly addGroup: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1744
1744
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
@@ -1814,7 +1814,7 @@ export declare namespace JointFabricDatastore {
|
|
|
1814
1814
|
*
|
|
1815
1815
|
* 2. If not successful, the pending change shall be applied in a subsequent Node Refresh.
|
|
1816
1816
|
*
|
|
1817
|
-
* @see {@link MatterSpecification.
|
|
1817
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.5
|
|
1818
1818
|
*/
|
|
1819
1819
|
readonly updateGroup: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1820
1820
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
@@ -1848,7 +1848,7 @@ export declare namespace JointFabricDatastore {
|
|
|
1848
1848
|
* 3. Remove the DatastoreGroupInformationEntryStruct for the Group with the given GroupID from the
|
|
1849
1849
|
* GroupList attribute.
|
|
1850
1850
|
*
|
|
1851
|
-
* @see {@link MatterSpecification.
|
|
1851
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.6
|
|
1852
1852
|
*/
|
|
1853
1853
|
readonly removeGroup: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1854
1854
|
groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
|
|
@@ -1859,7 +1859,7 @@ export declare namespace JointFabricDatastore {
|
|
|
1859
1859
|
* NodeID, FriendlyName, VendorID and ICAC represent the admin to be added to the Joint Fabric Datastore
|
|
1860
1860
|
* Cluster.
|
|
1861
1861
|
*
|
|
1862
|
-
* @see {@link MatterSpecification.
|
|
1862
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.7
|
|
1863
1863
|
*/
|
|
1864
1864
|
readonly addAdmin: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1865
1865
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
@@ -1876,7 +1876,7 @@ export declare namespace JointFabricDatastore {
|
|
|
1876
1876
|
*
|
|
1877
1877
|
* If entry is not found, return NOT_FOUND.
|
|
1878
1878
|
*
|
|
1879
|
-
* @see {@link MatterSpecification.
|
|
1879
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.8
|
|
1880
1880
|
*/
|
|
1881
1881
|
readonly updateAdmin: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1882
1882
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId | null>;
|
|
@@ -1892,7 +1892,7 @@ export declare namespace JointFabricDatastore {
|
|
|
1892
1892
|
*
|
|
1893
1893
|
* If entry is not found, return NOT_FOUND.
|
|
1894
1894
|
*
|
|
1895
|
-
* @see {@link MatterSpecification.
|
|
1895
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.9
|
|
1896
1896
|
*/
|
|
1897
1897
|
readonly removeAdmin: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1898
1898
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
@@ -1907,7 +1907,7 @@ export declare namespace JointFabricDatastore {
|
|
|
1907
1907
|
*
|
|
1908
1908
|
* If a Node Information Entry exists for the given NodeID, this command shall return INVALID_CONSTRAINT.
|
|
1909
1909
|
*
|
|
1910
|
-
* @see {@link MatterSpecification.
|
|
1910
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.10
|
|
1911
1911
|
*/
|
|
1912
1912
|
readonly addPendingNode: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1913
1913
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
@@ -2046,7 +2046,7 @@ export declare namespace JointFabricDatastore {
|
|
|
2046
2046
|
*
|
|
2047
2047
|
* 6. Update the CommissioningStatusEntry for the Node Information Entry to Committed.
|
|
2048
2048
|
*
|
|
2049
|
-
* @see {@link MatterSpecification.
|
|
2049
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.11
|
|
2050
2050
|
*/
|
|
2051
2051
|
readonly refreshNode: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2052
2052
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
@@ -2059,7 +2059,7 @@ export declare namespace JointFabricDatastore {
|
|
|
2059
2059
|
*
|
|
2060
2060
|
* If a Node Information Entry does not exist for the given NodeID, this command shall return NOT_FOUND.
|
|
2061
2061
|
*
|
|
2062
|
-
* @see {@link MatterSpecification.
|
|
2062
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.12
|
|
2063
2063
|
*/
|
|
2064
2064
|
readonly updateNode: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2065
2065
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
@@ -2074,7 +2074,7 @@ export declare namespace JointFabricDatastore {
|
|
|
2074
2074
|
*
|
|
2075
2075
|
* If a Node Information Entry does not exist for the given NodeID, this command shall return NOT_FOUND.
|
|
2076
2076
|
*
|
|
2077
|
-
* @see {@link MatterSpecification.
|
|
2077
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.13
|
|
2078
2078
|
*/
|
|
2079
2079
|
readonly removeNode: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2080
2080
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
@@ -2091,7 +2091,7 @@ export declare namespace JointFabricDatastore {
|
|
|
2091
2091
|
* If an Endpoint Information Entry does not exist for the given NodeID and EndpointID, this command shall
|
|
2092
2092
|
* return NOT_FOUND.
|
|
2093
2093
|
*
|
|
2094
|
-
* @see {@link MatterSpecification.
|
|
2094
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.14
|
|
2095
2095
|
*/
|
|
2096
2096
|
readonly updateEndpointForNode: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2097
2097
|
endpointId: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
@@ -2138,7 +2138,7 @@ export declare namespace JointFabricDatastore {
|
|
|
2138
2138
|
* ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
|
|
2139
2139
|
* The error shall be handled in a subsequent Node Refresh.
|
|
2140
2140
|
*
|
|
2141
|
-
* @see {@link MatterSpecification.
|
|
2141
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.15
|
|
2142
2142
|
*/
|
|
2143
2143
|
readonly addGroupIdToEndpointForNode: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2144
2144
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
@@ -2185,7 +2185,7 @@ export declare namespace JointFabricDatastore {
|
|
|
2185
2185
|
* ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
|
|
2186
2186
|
* The error shall be handled in a subsequent Node Refresh.
|
|
2187
2187
|
*
|
|
2188
|
-
* @see {@link MatterSpecification.
|
|
2188
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.16
|
|
2189
2189
|
*/
|
|
2190
2190
|
readonly removeGroupIdFromEndpointForNode: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2191
2191
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
@@ -2220,7 +2220,7 @@ export declare namespace JointFabricDatastore {
|
|
|
2220
2220
|
* ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
|
|
2221
2221
|
* The error shall be handled in a subsequent Node Refresh.
|
|
2222
2222
|
*
|
|
2223
|
-
* @see {@link MatterSpecification.
|
|
2223
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.17
|
|
2224
2224
|
*/
|
|
2225
2225
|
readonly addBindingToEndpointForNode: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2226
2226
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
@@ -2230,21 +2230,21 @@ export declare namespace JointFabricDatastore {
|
|
|
2230
2230
|
* This field is the binding’s remote target node ID. If the Endpoint field is present, this field shall be
|
|
2231
2231
|
* present.
|
|
2232
2232
|
*
|
|
2233
|
-
* @see {@link MatterSpecification.
|
|
2233
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.6.1
|
|
2234
2234
|
*/
|
|
2235
2235
|
node: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/NodeId.js").NodeId>;
|
|
2236
2236
|
/**
|
|
2237
2237
|
* This field is the binding’s target group ID that represents remote endpoints. If the Endpoint field is
|
|
2238
2238
|
* present, this field shall NOT be present.
|
|
2239
2239
|
*
|
|
2240
|
-
* @see {@link MatterSpecification.
|
|
2240
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.6.2
|
|
2241
2241
|
*/
|
|
2242
2242
|
group: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/GroupId.js").GroupId>;
|
|
2243
2243
|
/**
|
|
2244
2244
|
* This field is the binding’s remote endpoint that the local endpoint is bound to. If the Group field is
|
|
2245
2245
|
* present, this field shall NOT be present.
|
|
2246
2246
|
*
|
|
2247
|
-
* @see {@link MatterSpecification.
|
|
2247
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.6.3
|
|
2248
2248
|
*/
|
|
2249
2249
|
endpoint: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
|
|
2250
2250
|
/**
|
|
@@ -2252,7 +2252,7 @@ export declare namespace JointFabricDatastore {
|
|
|
2252
2252
|
* is present, the client cluster shall also exist on this endpoint (with this Binding cluster). If this field
|
|
2253
2253
|
* is present, the target shall be this cluster on the target endpoint(s).
|
|
2254
2254
|
*
|
|
2255
|
-
* @see {@link MatterSpecification.
|
|
2255
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.5.6.4
|
|
2256
2256
|
*/
|
|
2257
2257
|
cluster: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/ClusterId.js").ClusterId>;
|
|
2258
2258
|
}>>;
|
|
@@ -2285,7 +2285,7 @@ export declare namespace JointFabricDatastore {
|
|
|
2285
2285
|
* ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
|
|
2286
2286
|
* The error shall be handled in a subsequent Node Refresh.
|
|
2287
2287
|
*
|
|
2288
|
-
* @see {@link MatterSpecification.
|
|
2288
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.18
|
|
2289
2289
|
*/
|
|
2290
2290
|
readonly removeBindingFromEndpointForNode: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2291
2291
|
listId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -2315,7 +2315,7 @@ export declare namespace JointFabricDatastore {
|
|
|
2315
2315
|
* ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
|
|
2316
2316
|
* The error shall be handled in a subsequent Node Refresh.
|
|
2317
2317
|
*
|
|
2318
|
-
* @see {@link MatterSpecification.
|
|
2318
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.19
|
|
2319
2319
|
*/
|
|
2320
2320
|
readonly addAclToNode: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2321
2321
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
@@ -2353,7 +2353,7 @@ export declare namespace JointFabricDatastore {
|
|
|
2353
2353
|
* ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
|
|
2354
2354
|
* The error shall be handled in a subsequent Node Refresh.
|
|
2355
2355
|
*
|
|
2356
|
-
* @see {@link MatterSpecification.
|
|
2356
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24.7.20
|
|
2357
2357
|
*/
|
|
2358
2358
|
readonly removeAclFromNode: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2359
2359
|
listId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -2380,7 +2380,7 @@ export declare namespace JointFabricDatastore {
|
|
|
2380
2380
|
*
|
|
2381
2381
|
* NOTE Support for Joint Fabric Datastore cluster is provisional.
|
|
2382
2382
|
*
|
|
2383
|
-
* @see {@link MatterSpecification.
|
|
2383
|
+
* @see {@link MatterSpecification.v142.Core} § 11.24
|
|
2384
2384
|
*/
|
|
2385
2385
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
2386
2386
|
}
|