@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02
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 +77 -51
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +32 -12
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- 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 +141 -99
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +45 -13
- package/dist/cjs/clusters/application-launcher.js.map +2 -2
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- 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 +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +577 -559
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +87 -73
- package/dist/cjs/clusters/channel.js.map +2 -2
- 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 +27 -17
- package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/cjs/clusters/content-app-observer.js +14 -6
- package/dist/cjs/clusters/content-app-observer.js.map +2 -2
- package/dist/cjs/clusters/content-control.d.ts +438 -356
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +120 -58
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +509 -475
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +65 -39
- package/dist/cjs/clusters/content-launcher.js.map +2 -2
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- 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 +67 -33
- package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/cjs/clusters/diagnostic-logs.js +34 -8
- package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
- 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 +1367 -1350
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +242 -228
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- 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 +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- 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-datastore.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +34 -16
- package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
- package/dist/cjs/clusters/keypad-input.js +17 -3
- package/dist/cjs/clusters/keypad-input.js.map +2 -2
- 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 +427 -385
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +89 -57
- package/dist/cjs/clusters/media-playback.js.map +2 -2
- 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 +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- 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 +95 -61
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
- package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
- 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 +40 -40
- package/dist/cjs/clusters/oven-mode.js +5 -5
- 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/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- 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 +48 -48
- 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 +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- 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 +137 -137
- 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 +48 -30
- package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
- package/dist/cjs/clusters/target-navigator.js +24 -10
- package/dist/cjs/clusters/target-navigator.js.map +2 -2
- 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 +515 -515
- 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 +255 -245
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +55 -47
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- 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 +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/common/StatusCode.d.ts +2 -11
- package/dist/cjs/common/StatusCode.d.ts.map +1 -1
- package/dist/cjs/common/StatusCode.js +1 -17
- package/dist/cjs/common/StatusCode.js.map +1 -1
- package/dist/cjs/common/StatusResponseError.d.ts +21 -0
- package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
- package/dist/cjs/common/StatusResponseError.js +54 -0
- package/dist/cjs/common/StatusResponseError.js.map +6 -0
- package/dist/cjs/common/ValidationError.d.ts +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/common/ValidationError.js +2 -1
- package/dist/cjs/common/ValidationError.js.map +1 -1
- package/dist/cjs/common/index.d.ts +1 -0
- package/dist/cjs/common/index.d.ts.map +1 -1
- package/dist/cjs/common/index.js +1 -0
- package/dist/cjs/common/index.js.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/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/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 +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- 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 +77 -51
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +32 -12
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- 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 +141 -99
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +45 -13
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- 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 +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +577 -559
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +87 -73
- package/dist/esm/clusters/channel.js.map +1 -1
- 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 +27 -17
- package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/esm/clusters/content-app-observer.js +14 -6
- package/dist/esm/clusters/content-app-observer.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +438 -356
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +120 -58
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +509 -475
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +65 -39
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- 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 +67 -33
- package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/esm/clusters/diagnostic-logs.js +34 -8
- package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
- 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 +1367 -1350
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +242 -228
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- 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 +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- 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-datastore.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +34 -16
- package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
- package/dist/esm/clusters/keypad-input.js +17 -3
- package/dist/esm/clusters/keypad-input.js.map +1 -1
- 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 +427 -385
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +89 -57
- package/dist/esm/clusters/media-playback.js.map +1 -1
- 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 +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- 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 +95 -61
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +51 -25
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- 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 +40 -40
- package/dist/esm/clusters/oven-mode.js +5 -5
- 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/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- 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 +48 -48
- 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 +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- 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 +137 -137
- 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 +48 -30
- package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
- package/dist/esm/clusters/target-navigator.js +24 -10
- package/dist/esm/clusters/target-navigator.js.map +1 -1
- 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 +515 -515
- 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 +255 -245
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +55 -47
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- 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 +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/common/StatusCode.d.ts +2 -11
- package/dist/esm/common/StatusCode.d.ts.map +1 -1
- package/dist/esm/common/StatusCode.js +1 -17
- package/dist/esm/common/StatusCode.js.map +1 -1
- package/dist/esm/common/StatusResponseError.d.ts +21 -0
- package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
- package/dist/esm/common/StatusResponseError.js +34 -0
- package/dist/esm/common/StatusResponseError.js.map +6 -0
- package/dist/esm/common/ValidationError.d.ts +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/common/ValidationError.js +2 -1
- package/dist/esm/common/ValidationError.js.map +1 -1
- package/dist/esm/common/index.d.ts +1 -0
- package/dist/esm/common/index.d.ts.map +1 -1
- package/dist/esm/common/index.js +1 -0
- package/dist/esm/common/index.js.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/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/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 +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- 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 +67 -20
- 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 +105 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- 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 +38 -38
- package/src/clusters/channel.ts +143 -111
- 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 +29 -12
- package/src/clusters/content-control.ts +248 -96
- package/src/clusters/content-launcher.ts +131 -69
- package/src/clusters/descriptor.ts +13 -13
- 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 +88 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +408 -377
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- 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-datastore.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +43 -11
- 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 +168 -91
- 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 +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +101 -39
- 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 +31 -31
- 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/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- 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 +31 -31
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +68 -68
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +52 -20
- 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 +98 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +52 -35
- 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 +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/common/StatusCode.ts +3 -21
- package/src/common/StatusResponseError.ts +41 -0
- package/src/common/ValidationError.ts +2 -1
- package/src/common/index.ts +1 -0
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- 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/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -16,21 +16,21 @@ export declare namespace OperationalCredentials {
|
|
|
16
16
|
* Note that the Trusted Root CA Certificate is not included in this structure. The roots are available in the
|
|
17
17
|
* TrustedRootCertificates attribute of the Node Operational Credentials cluster.
|
|
18
18
|
*
|
|
19
|
-
* @see {@link MatterSpecification.
|
|
19
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.4
|
|
20
20
|
*/
|
|
21
21
|
const TlvNoc: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
22
22
|
/**
|
|
23
23
|
* This field shall contain the NOC for the struct’s associated fabric, encoded using Matter Certificate
|
|
24
24
|
* Encoding.
|
|
25
25
|
*
|
|
26
|
-
* @see {@link MatterSpecification.
|
|
26
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.4.1
|
|
27
27
|
*/
|
|
28
28
|
noc: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
29
29
|
/**
|
|
30
30
|
* This field shall contain the ICAC or the struct’s associated fabric, encoded using Matter Certificate
|
|
31
31
|
* Encoding. If no ICAC is present in the chain, this field shall be set to null.
|
|
32
32
|
*
|
|
33
|
-
* @see {@link MatterSpecification.
|
|
33
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.4.2
|
|
34
34
|
*/
|
|
35
35
|
icac: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
36
36
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<FabricIndex>;
|
|
@@ -41,14 +41,14 @@ export declare namespace OperationalCredentials {
|
|
|
41
41
|
* Note that the Trusted Root CA Certificate is not included in this structure. The roots are available in the
|
|
42
42
|
* TrustedRootCertificates attribute of the Node Operational Credentials cluster.
|
|
43
43
|
*
|
|
44
|
-
* @see {@link MatterSpecification.
|
|
44
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.4
|
|
45
45
|
*/
|
|
46
46
|
interface Noc extends TypeFromSchema<typeof TlvNoc> {
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
49
|
* This structure encodes a Fabric Reference for a fabric within which a given Node is currently commissioned.
|
|
50
50
|
*
|
|
51
|
-
* @see {@link MatterSpecification.
|
|
51
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.5
|
|
52
52
|
*/
|
|
53
53
|
const TlvFabricDescriptor: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
54
54
|
/**
|
|
@@ -57,7 +57,7 @@ export declare namespace OperationalCredentials {
|
|
|
57
57
|
* for the key shall be the same as that used in the ec-pub-key field of the Matter Certificate Encoding for the
|
|
58
58
|
* root in the operational certificate chain.
|
|
59
59
|
*
|
|
60
|
-
* @see {@link MatterSpecification.
|
|
60
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.5.1
|
|
61
61
|
*/
|
|
62
62
|
rootPublicKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
63
63
|
/**
|
|
@@ -70,7 +70,7 @@ export declare namespace OperationalCredentials {
|
|
|
70
70
|
* Clients shall consider the VendorID field value to be untrustworthy until the NOC chain associated with the
|
|
71
71
|
* fabric has passed the Vendor ID Validation Procedure against the associated RCAC.
|
|
72
72
|
*
|
|
73
|
-
* @see {@link MatterSpecification.
|
|
73
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.5.2
|
|
74
74
|
*/
|
|
75
75
|
vendorId: import("../tlv/TlvObject.js").FieldType<import("../datatype/VendorId.js").VendorId>;
|
|
76
76
|
/**
|
|
@@ -78,7 +78,7 @@ export declare namespace OperationalCredentials {
|
|
|
78
78
|
* match the value found in the matter-fabric-id field from the operational certificate providing the
|
|
79
79
|
* operational identity under this Fabric.
|
|
80
80
|
*
|
|
81
|
-
* @see {@link MatterSpecification.
|
|
81
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.5.3
|
|
82
82
|
*/
|
|
83
83
|
fabricId: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricId.js").FabricId>;
|
|
84
84
|
/**
|
|
@@ -86,14 +86,14 @@ export declare namespace OperationalCredentials {
|
|
|
86
86
|
* match the value found in the matter-node-id field from the operational certificate providing this operational
|
|
87
87
|
* identity.
|
|
88
88
|
*
|
|
89
|
-
* @see {@link MatterSpecification.
|
|
89
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.5.4
|
|
90
90
|
*/
|
|
91
91
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
92
92
|
/**
|
|
93
93
|
* This field shall contain a commissioner-set label for the fabric referenced by FabricIndex. This label is set
|
|
94
94
|
* by the UpdateFabricLabel command.
|
|
95
95
|
*
|
|
96
|
-
* @see {@link MatterSpecification.
|
|
96
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.5.5
|
|
97
97
|
*/
|
|
98
98
|
label: import("../tlv/TlvObject.js").FieldType<string>;
|
|
99
99
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<FabricIndex>;
|
|
@@ -101,14 +101,14 @@ export declare namespace OperationalCredentials {
|
|
|
101
101
|
/**
|
|
102
102
|
* This structure encodes a Fabric Reference for a fabric within which a given Node is currently commissioned.
|
|
103
103
|
*
|
|
104
|
-
* @see {@link MatterSpecification.
|
|
104
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.5
|
|
105
105
|
*/
|
|
106
106
|
interface FabricDescriptor extends TypeFromSchema<typeof TlvFabricDescriptor> {
|
|
107
107
|
}
|
|
108
108
|
/**
|
|
109
109
|
* Input to the OperationalCredentials attestationRequest command
|
|
110
110
|
*
|
|
111
|
-
* @see {@link MatterSpecification.
|
|
111
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.1
|
|
112
112
|
*/
|
|
113
113
|
const TlvAttestationRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
114
114
|
attestationNonce: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
@@ -116,7 +116,7 @@ export declare namespace OperationalCredentials {
|
|
|
116
116
|
/**
|
|
117
117
|
* Input to the OperationalCredentials attestationRequest command
|
|
118
118
|
*
|
|
119
|
-
* @see {@link MatterSpecification.
|
|
119
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.1
|
|
120
120
|
*/
|
|
121
121
|
interface AttestationRequest extends TypeFromSchema<typeof TlvAttestationRequest> {
|
|
122
122
|
}
|
|
@@ -128,20 +128,20 @@ export declare namespace OperationalCredentials {
|
|
|
128
128
|
*
|
|
129
129
|
* See Section F.2, “Device Attestation Response test vector” for an example computation of an AttestationResponse.
|
|
130
130
|
*
|
|
131
|
-
* @see {@link MatterSpecification.
|
|
131
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.2
|
|
132
132
|
*/
|
|
133
133
|
const TlvAttestationResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
134
134
|
/**
|
|
135
135
|
* This field shall contain the octet string of the serialized attestation_elements_message.
|
|
136
136
|
*
|
|
137
|
-
* @see {@link MatterSpecification.
|
|
137
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.2.1
|
|
138
138
|
*/
|
|
139
139
|
attestationElements: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
140
140
|
/**
|
|
141
141
|
* This field shall contain the octet string of the necessary attestation_signature as described in Section
|
|
142
142
|
* 11.18.4.7, “Attestation Information”.
|
|
143
143
|
*
|
|
144
|
-
* @see {@link MatterSpecification.
|
|
144
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.2.2
|
|
145
145
|
*/
|
|
146
146
|
attestationSignature: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
147
147
|
}>;
|
|
@@ -153,7 +153,7 @@ export declare namespace OperationalCredentials {
|
|
|
153
153
|
*
|
|
154
154
|
* See Section F.2, “Device Attestation Response test vector” for an example computation of an AttestationResponse.
|
|
155
155
|
*
|
|
156
|
-
* @see {@link MatterSpecification.
|
|
156
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.2
|
|
157
157
|
*/
|
|
158
158
|
interface AttestationResponse extends TypeFromSchema<typeof TlvAttestationResponse> {
|
|
159
159
|
}
|
|
@@ -161,7 +161,7 @@ export declare namespace OperationalCredentials {
|
|
|
161
161
|
* This enumeration is used by the CertificateChainRequest command to convey which certificate from the device
|
|
162
162
|
* attestation certificate chain to transmit back to the client.
|
|
163
163
|
*
|
|
164
|
-
* @see {@link MatterSpecification.
|
|
164
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.2
|
|
165
165
|
*/
|
|
166
166
|
enum CertificateChainType {
|
|
167
167
|
/**
|
|
@@ -176,7 +176,7 @@ export declare namespace OperationalCredentials {
|
|
|
176
176
|
/**
|
|
177
177
|
* Input to the OperationalCredentials certificateChainRequest command
|
|
178
178
|
*
|
|
179
|
-
* @see {@link MatterSpecification.
|
|
179
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.3
|
|
180
180
|
*/
|
|
181
181
|
const TlvCertificateChainRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
182
182
|
certificateType: import("../tlv/TlvObject.js").FieldType<CertificateChainType>;
|
|
@@ -184,35 +184,35 @@ export declare namespace OperationalCredentials {
|
|
|
184
184
|
/**
|
|
185
185
|
* Input to the OperationalCredentials certificateChainRequest command
|
|
186
186
|
*
|
|
187
|
-
* @see {@link MatterSpecification.
|
|
187
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.3
|
|
188
188
|
*/
|
|
189
189
|
interface CertificateChainRequest extends TypeFromSchema<typeof TlvCertificateChainRequest> {
|
|
190
190
|
}
|
|
191
191
|
/**
|
|
192
192
|
* This command shall be generated in response to a CertificateChainRequest command.
|
|
193
193
|
*
|
|
194
|
-
* @see {@link MatterSpecification.
|
|
194
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.4
|
|
195
195
|
*/
|
|
196
196
|
const TlvCertificateChainResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
197
197
|
/**
|
|
198
198
|
* This field shall be the DER encoded certificate corresponding to the CertificateType field in the
|
|
199
199
|
* CertificateChainRequest command.
|
|
200
200
|
*
|
|
201
|
-
* @see {@link MatterSpecification.
|
|
201
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.4.1
|
|
202
202
|
*/
|
|
203
203
|
certificate: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
204
204
|
}>;
|
|
205
205
|
/**
|
|
206
206
|
* This command shall be generated in response to a CertificateChainRequest command.
|
|
207
207
|
*
|
|
208
|
-
* @see {@link MatterSpecification.
|
|
208
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.4
|
|
209
209
|
*/
|
|
210
210
|
interface CertificateChainResponse extends TypeFromSchema<typeof TlvCertificateChainResponse> {
|
|
211
211
|
}
|
|
212
212
|
/**
|
|
213
213
|
* Input to the OperationalCredentials csrRequest command
|
|
214
214
|
*
|
|
215
|
-
* @see {@link MatterSpecification.
|
|
215
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.5
|
|
216
216
|
*/
|
|
217
217
|
const TlvCsrRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
218
218
|
csrNonce: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
@@ -221,7 +221,7 @@ export declare namespace OperationalCredentials {
|
|
|
221
221
|
/**
|
|
222
222
|
* Input to the OperationalCredentials csrRequest command
|
|
223
223
|
*
|
|
224
|
-
* @see {@link MatterSpecification.
|
|
224
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.5
|
|
225
225
|
*/
|
|
226
226
|
interface CsrRequest extends TypeFromSchema<typeof TlvCsrRequest> {
|
|
227
227
|
}
|
|
@@ -233,20 +233,20 @@ export declare namespace OperationalCredentials {
|
|
|
233
233
|
*
|
|
234
234
|
* See Section F.3, “Node Operational CSR Response test vector” for an example computation of a CSRResponse.
|
|
235
235
|
*
|
|
236
|
-
* @see {@link MatterSpecification.
|
|
236
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.6
|
|
237
237
|
*/
|
|
238
238
|
const TlvCsrResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
239
239
|
/**
|
|
240
240
|
* This field shall contain the octet string of the serialized nocsr_elements_message.
|
|
241
241
|
*
|
|
242
|
-
* @see {@link MatterSpecification.
|
|
242
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.6.1
|
|
243
243
|
*/
|
|
244
244
|
nocsrElements: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
245
245
|
/**
|
|
246
246
|
* This field shall contain the octet string of the necessary attestation_signature as described in Section
|
|
247
247
|
* 11.18.4.9, “NOCSR Information”.
|
|
248
248
|
*
|
|
249
|
-
* @see {@link MatterSpecification.
|
|
249
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.6.2
|
|
250
250
|
*/
|
|
251
251
|
attestationSignature: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
252
252
|
}>;
|
|
@@ -258,14 +258,14 @@ export declare namespace OperationalCredentials {
|
|
|
258
258
|
*
|
|
259
259
|
* See Section F.3, “Node Operational CSR Response test vector” for an example computation of a CSRResponse.
|
|
260
260
|
*
|
|
261
|
-
* @see {@link MatterSpecification.
|
|
261
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.6
|
|
262
262
|
*/
|
|
263
263
|
interface CsrResponse extends TypeFromSchema<typeof TlvCsrResponse> {
|
|
264
264
|
}
|
|
265
265
|
/**
|
|
266
266
|
* Input to the OperationalCredentials addNoc command
|
|
267
267
|
*
|
|
268
|
-
* @see {@link MatterSpecification.
|
|
268
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.8
|
|
269
269
|
*/
|
|
270
270
|
const TlvAddNocRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
271
271
|
nocValue: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
@@ -282,7 +282,7 @@ export declare namespace OperationalCredentials {
|
|
|
282
282
|
* fabric as the accessing fabric and with the following argument fields (assuming KeySetWrite allowed a
|
|
283
283
|
* GroupKeySetID set to 0):
|
|
284
284
|
*
|
|
285
|
-
* @see {@link MatterSpecification.
|
|
285
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.8.1
|
|
286
286
|
*/
|
|
287
287
|
ipkValue: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
288
288
|
/**
|
|
@@ -303,7 +303,7 @@ export declare namespace OperationalCredentials {
|
|
|
303
303
|
* both of which need to eventually add an "Administer Node over CASE" Access Control Entry to finalize new
|
|
304
304
|
* Fabric configuration and subsequently be able to call the CommissioningComplete command.
|
|
305
305
|
*
|
|
306
|
-
* @see {@link MatterSpecification.
|
|
306
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.8.2
|
|
307
307
|
*/
|
|
308
308
|
caseAdminSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
309
309
|
/**
|
|
@@ -395,14 +395,14 @@ export declare namespace OperationalCredentials {
|
|
|
395
395
|
* Thereafter, the Node shall respond with an NOCResponse with a StatusCode of OK and a FabricIndex field
|
|
396
396
|
* matching the FabricIndex under which the new Node Operational Certificate (NOC) is scoped.
|
|
397
397
|
*
|
|
398
|
-
* @see {@link MatterSpecification.
|
|
398
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.8.3
|
|
399
399
|
*/
|
|
400
400
|
adminVendorId: import("../tlv/TlvObject.js").FieldType<import("../datatype/VendorId.js").VendorId>;
|
|
401
401
|
}>;
|
|
402
402
|
/**
|
|
403
403
|
* Input to the OperationalCredentials addNoc command
|
|
404
404
|
*
|
|
405
|
-
* @see {@link MatterSpecification.
|
|
405
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.8
|
|
406
406
|
*/
|
|
407
407
|
interface AddNocRequest extends TypeFromSchema<typeof TlvAddNocRequest> {
|
|
408
408
|
}
|
|
@@ -410,7 +410,7 @@ export declare namespace OperationalCredentials {
|
|
|
410
410
|
* This enumeration is used by the NOCResponse common response command to convey detailed outcome of several of this
|
|
411
411
|
* cluster’s operations.
|
|
412
412
|
*
|
|
413
|
-
* @see {@link MatterSpecification.
|
|
413
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.3
|
|
414
414
|
*/
|
|
415
415
|
enum NodeOperationalCertStatus {
|
|
416
416
|
/**
|
|
@@ -467,20 +467,20 @@ export declare namespace OperationalCredentials {
|
|
|
467
467
|
*
|
|
468
468
|
* It provides status information about the success or failure of those commands.
|
|
469
469
|
*
|
|
470
|
-
* @see {@link MatterSpecification.
|
|
470
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.10
|
|
471
471
|
*/
|
|
472
472
|
const TlvNocResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
473
473
|
/**
|
|
474
474
|
* This field shall contain an NOCStatus value representing the status of an operation involving a NOC.
|
|
475
475
|
*
|
|
476
|
-
* @see {@link MatterSpecification.
|
|
476
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.10.1
|
|
477
477
|
*/
|
|
478
478
|
statusCode: import("../tlv/TlvObject.js").FieldType<NodeOperationalCertStatus>;
|
|
479
479
|
/**
|
|
480
480
|
* This field shall be present whenever StatusCode has a value of OK. If present, it shall contain the Fabric
|
|
481
481
|
* Index of the Fabric last added, removed or updated.
|
|
482
482
|
*
|
|
483
|
-
* @see {@link MatterSpecification.
|
|
483
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.10.2
|
|
484
484
|
*/
|
|
485
485
|
fabricIndex: import("../tlv/TlvObject.js").OptionalFieldType<FabricIndex>;
|
|
486
486
|
/**
|
|
@@ -488,7 +488,7 @@ export declare namespace OperationalCredentials {
|
|
|
488
488
|
* presented to user interfaces in any way. Its purpose is to help developers in troubleshooting errors and the
|
|
489
489
|
* contents may go into logs or crash reports.
|
|
490
490
|
*
|
|
491
|
-
* @see {@link MatterSpecification.
|
|
491
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.10.3
|
|
492
492
|
*/
|
|
493
493
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
494
494
|
}>;
|
|
@@ -505,14 +505,14 @@ export declare namespace OperationalCredentials {
|
|
|
505
505
|
*
|
|
506
506
|
* It provides status information about the success or failure of those commands.
|
|
507
507
|
*
|
|
508
|
-
* @see {@link MatterSpecification.
|
|
508
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.10
|
|
509
509
|
*/
|
|
510
510
|
interface NocResponse extends TypeFromSchema<typeof TlvNocResponse> {
|
|
511
511
|
}
|
|
512
512
|
/**
|
|
513
513
|
* Input to the OperationalCredentials updateNoc command
|
|
514
514
|
*
|
|
515
|
-
* @see {@link MatterSpecification.
|
|
515
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.9
|
|
516
516
|
*/
|
|
517
517
|
const TlvUpdateNocRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
518
518
|
nocValue: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
@@ -522,14 +522,14 @@ export declare namespace OperationalCredentials {
|
|
|
522
522
|
/**
|
|
523
523
|
* Input to the OperationalCredentials updateNoc command
|
|
524
524
|
*
|
|
525
|
-
* @see {@link MatterSpecification.
|
|
525
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.9
|
|
526
526
|
*/
|
|
527
527
|
interface UpdateNocRequest extends TypeFromSchema<typeof TlvUpdateNocRequest> {
|
|
528
528
|
}
|
|
529
529
|
/**
|
|
530
530
|
* Input to the OperationalCredentials updateFabricLabel command
|
|
531
531
|
*
|
|
532
|
-
* @see {@link MatterSpecification.
|
|
532
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.11
|
|
533
533
|
*/
|
|
534
534
|
const TlvUpdateFabricLabelRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
535
535
|
/**
|
|
@@ -549,7 +549,7 @@ export declare namespace OperationalCredentials {
|
|
|
549
549
|
* CommissioningComplete command. In other words, label updates apply to the state of the Fabrics Attribute as
|
|
550
550
|
* currently visible, even for an existing fabric currently in process of being updated.
|
|
551
551
|
*
|
|
552
|
-
* @see {@link MatterSpecification.
|
|
552
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.11.1
|
|
553
553
|
*/
|
|
554
554
|
label: import("../tlv/TlvObject.js").FieldType<string>;
|
|
555
555
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<FabricIndex>;
|
|
@@ -557,14 +557,14 @@ export declare namespace OperationalCredentials {
|
|
|
557
557
|
/**
|
|
558
558
|
* Input to the OperationalCredentials updateFabricLabel command
|
|
559
559
|
*
|
|
560
|
-
* @see {@link MatterSpecification.
|
|
560
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.11
|
|
561
561
|
*/
|
|
562
562
|
interface UpdateFabricLabelRequest extends TypeFromSchema<typeof TlvUpdateFabricLabelRequest> {
|
|
563
563
|
}
|
|
564
564
|
/**
|
|
565
565
|
* Input to the OperationalCredentials removeFabric command
|
|
566
566
|
*
|
|
567
|
-
* @see {@link MatterSpecification.
|
|
567
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.12
|
|
568
568
|
*/
|
|
569
569
|
const TlvRemoveFabricRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
570
570
|
/**
|
|
@@ -608,21 +608,21 @@ export declare namespace OperationalCredentials {
|
|
|
608
608
|
* involves the removal of the secure session data that may underpin the current set of exchanges, the Node
|
|
609
609
|
* invoking the command SHOULD NOT expect a response before terminating its secure session with the target.
|
|
610
610
|
*
|
|
611
|
-
* @see {@link MatterSpecification.
|
|
611
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.12.1
|
|
612
612
|
*/
|
|
613
613
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<FabricIndex>;
|
|
614
614
|
}>;
|
|
615
615
|
/**
|
|
616
616
|
* Input to the OperationalCredentials removeFabric command
|
|
617
617
|
*
|
|
618
|
-
* @see {@link MatterSpecification.
|
|
618
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.12
|
|
619
619
|
*/
|
|
620
620
|
interface RemoveFabricRequest extends TypeFromSchema<typeof TlvRemoveFabricRequest> {
|
|
621
621
|
}
|
|
622
622
|
/**
|
|
623
623
|
* Input to the OperationalCredentials addTrustedRootCertificate command
|
|
624
624
|
*
|
|
625
|
-
* @see {@link MatterSpecification.
|
|
625
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.13
|
|
626
626
|
*/
|
|
627
627
|
const TlvAddTrustedRootCertificateRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
628
628
|
rootCaCertificate: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
@@ -630,7 +630,7 @@ export declare namespace OperationalCredentials {
|
|
|
630
630
|
/**
|
|
631
631
|
* Input to the OperationalCredentials addTrustedRootCertificate command
|
|
632
632
|
*
|
|
633
|
-
* @see {@link MatterSpecification.
|
|
633
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.13
|
|
634
634
|
*/
|
|
635
635
|
interface AddTrustedRootCertificateRequest extends TypeFromSchema<typeof TlvAddTrustedRootCertificateRequest> {
|
|
636
636
|
}
|
|
@@ -652,21 +652,21 @@ export declare namespace OperationalCredentials {
|
|
|
652
652
|
*
|
|
653
653
|
* The number of entries in this list shall match the number of entries in the Fabrics attribute.
|
|
654
654
|
*
|
|
655
|
-
* @see {@link MatterSpecification.
|
|
655
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.5.1
|
|
656
656
|
*/
|
|
657
657
|
readonly nocs: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
658
658
|
/**
|
|
659
659
|
* This field shall contain the NOC for the struct’s associated fabric, encoded using Matter Certificate
|
|
660
660
|
* Encoding.
|
|
661
661
|
*
|
|
662
|
-
* @see {@link MatterSpecification.
|
|
662
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.4.1
|
|
663
663
|
*/
|
|
664
664
|
noc: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
665
665
|
/**
|
|
666
666
|
* This field shall contain the ICAC or the struct’s associated fabric, encoded using Matter Certificate
|
|
667
667
|
* Encoding. If no ICAC is present in the chain, this field shall be set to null.
|
|
668
668
|
*
|
|
669
|
-
* @see {@link MatterSpecification.
|
|
669
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.4.2
|
|
670
670
|
*/
|
|
671
671
|
icac: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
672
672
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<FabricIndex>;
|
|
@@ -679,7 +679,7 @@ export declare namespace OperationalCredentials {
|
|
|
679
679
|
*
|
|
680
680
|
* The number of entries in this list shall match the number of entries in the NOCs attribute.
|
|
681
681
|
*
|
|
682
|
-
* @see {@link MatterSpecification.
|
|
682
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.5.2
|
|
683
683
|
*/
|
|
684
684
|
readonly fabrics: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
685
685
|
/**
|
|
@@ -688,7 +688,7 @@ export declare namespace OperationalCredentials {
|
|
|
688
688
|
* for the key shall be the same as that used in the ec-pub-key field of the Matter Certificate Encoding for the
|
|
689
689
|
* root in the operational certificate chain.
|
|
690
690
|
*
|
|
691
|
-
* @see {@link MatterSpecification.
|
|
691
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.5.1
|
|
692
692
|
*/
|
|
693
693
|
rootPublicKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
694
694
|
/**
|
|
@@ -701,7 +701,7 @@ export declare namespace OperationalCredentials {
|
|
|
701
701
|
* Clients shall consider the VendorID field value to be untrustworthy until the NOC chain associated with the
|
|
702
702
|
* fabric has passed the Vendor ID Validation Procedure against the associated RCAC.
|
|
703
703
|
*
|
|
704
|
-
* @see {@link MatterSpecification.
|
|
704
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.5.2
|
|
705
705
|
*/
|
|
706
706
|
vendorId: import("../tlv/TlvObject.js").FieldType<import("../datatype/VendorId.js").VendorId>;
|
|
707
707
|
/**
|
|
@@ -709,7 +709,7 @@ export declare namespace OperationalCredentials {
|
|
|
709
709
|
* match the value found in the matter-fabric-id field from the operational certificate providing the
|
|
710
710
|
* operational identity under this Fabric.
|
|
711
711
|
*
|
|
712
|
-
* @see {@link MatterSpecification.
|
|
712
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.5.3
|
|
713
713
|
*/
|
|
714
714
|
fabricId: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricId.js").FabricId>;
|
|
715
715
|
/**
|
|
@@ -717,14 +717,14 @@ export declare namespace OperationalCredentials {
|
|
|
717
717
|
* match the value found in the matter-node-id field from the operational certificate providing this operational
|
|
718
718
|
* identity.
|
|
719
719
|
*
|
|
720
|
-
* @see {@link MatterSpecification.
|
|
720
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.5.4
|
|
721
721
|
*/
|
|
722
722
|
nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
723
723
|
/**
|
|
724
724
|
* This field shall contain a commissioner-set label for the fabric referenced by FabricIndex. This label is set
|
|
725
725
|
* by the UpdateFabricLabel command.
|
|
726
726
|
*
|
|
727
|
-
* @see {@link MatterSpecification.
|
|
727
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.4.5.5
|
|
728
728
|
*/
|
|
729
729
|
label: import("../tlv/TlvObject.js").FieldType<string>;
|
|
730
730
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<FabricIndex>;
|
|
@@ -733,7 +733,7 @@ export declare namespace OperationalCredentials {
|
|
|
733
733
|
* This attribute contains the number of Fabrics that are supported by the device. This value is fixed for a
|
|
734
734
|
* particular device.
|
|
735
735
|
*
|
|
736
|
-
* @see {@link MatterSpecification.
|
|
736
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.5.3
|
|
737
737
|
*/
|
|
738
738
|
readonly supportedFabrics: FixedAttribute<number, any>;
|
|
739
739
|
/**
|
|
@@ -746,7 +746,7 @@ export declare namespace OperationalCredentials {
|
|
|
746
746
|
*
|
|
747
747
|
* Upon Factory Data Reset, this attribute shall be set to a default value of 0.
|
|
748
748
|
*
|
|
749
|
-
* @see {@link MatterSpecification.
|
|
749
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.5.4
|
|
750
750
|
*/
|
|
751
751
|
readonly commissionedFabrics: Attribute<number, any>;
|
|
752
752
|
/**
|
|
@@ -764,7 +764,7 @@ export declare namespace OperationalCredentials {
|
|
|
764
764
|
*
|
|
765
765
|
* Upon Factory Data Reset, this attribute shall be set to a default value whereby the list is empty.
|
|
766
766
|
*
|
|
767
|
-
* @see {@link MatterSpecification.
|
|
767
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.5.5
|
|
768
768
|
*/
|
|
769
769
|
readonly trustedRootCertificates: Attribute<Uint8Array<ArrayBufferLike>[], any>;
|
|
770
770
|
/**
|
|
@@ -774,7 +774,7 @@ export declare namespace OperationalCredentials {
|
|
|
774
774
|
* attribute reads, since a given Fabric may be referenced by a different Fabric Index locally on a remote
|
|
775
775
|
* Node.
|
|
776
776
|
*
|
|
777
|
-
* @see {@link MatterSpecification.
|
|
777
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.5.6
|
|
778
778
|
*/
|
|
779
779
|
readonly currentFabricIndex: Attribute<FabricIndex, any>;
|
|
780
780
|
};
|
|
@@ -785,7 +785,7 @@ export declare namespace OperationalCredentials {
|
|
|
785
785
|
* recipient shall fail the command with a Status Code of INVALID_COMMAND. The AttestationNonce field shall
|
|
786
786
|
* be used in the computation of the Attestation Information.
|
|
787
787
|
*
|
|
788
|
-
* @see {@link MatterSpecification.
|
|
788
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.1
|
|
789
789
|
*/
|
|
790
790
|
readonly attestationRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
791
791
|
attestationNonce: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
@@ -793,14 +793,14 @@ export declare namespace OperationalCredentials {
|
|
|
793
793
|
/**
|
|
794
794
|
* This field shall contain the octet string of the serialized attestation_elements_message.
|
|
795
795
|
*
|
|
796
|
-
* @see {@link MatterSpecification.
|
|
796
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.2.1
|
|
797
797
|
*/
|
|
798
798
|
attestationElements: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
799
799
|
/**
|
|
800
800
|
* This field shall contain the octet string of the necessary attestation_signature as described in Section
|
|
801
801
|
* 11.18.4.7, “Attestation Information”.
|
|
802
802
|
*
|
|
803
|
-
* @see {@link MatterSpecification.
|
|
803
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.2.2
|
|
804
804
|
*/
|
|
805
805
|
attestationSignature: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
806
806
|
}>, any>;
|
|
@@ -808,7 +808,7 @@ export declare namespace OperationalCredentials {
|
|
|
808
808
|
* If the CertificateType is not a valid value per CertificateChainTypeEnum then the command shall fail with
|
|
809
809
|
* a Status Code of INVALID_COMMAND.
|
|
810
810
|
*
|
|
811
|
-
* @see {@link MatterSpecification.
|
|
811
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.3
|
|
812
812
|
*/
|
|
813
813
|
readonly certificateChainRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
814
814
|
certificateType: import("../tlv/TlvObject.js").FieldType<CertificateChainType>;
|
|
@@ -817,7 +817,7 @@ export declare namespace OperationalCredentials {
|
|
|
817
817
|
* This field shall be the DER encoded certificate corresponding to the CertificateType field in the
|
|
818
818
|
* CertificateChainRequest command.
|
|
819
819
|
*
|
|
820
|
-
* @see {@link MatterSpecification.
|
|
820
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.4.1
|
|
821
821
|
*/
|
|
822
822
|
certificate: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
823
823
|
}>, any>;
|
|
@@ -847,7 +847,7 @@ export declare namespace OperationalCredentials {
|
|
|
847
847
|
* found to collide with an existing key pair already previously generated and installed, and that check had
|
|
848
848
|
* been executed, then this command shall fail with a FAILURE status code sent back to the initiator.
|
|
849
849
|
*
|
|
850
|
-
* @see {@link MatterSpecification.
|
|
850
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.5
|
|
851
851
|
*/
|
|
852
852
|
readonly csrRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
853
853
|
csrNonce: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
@@ -856,14 +856,14 @@ export declare namespace OperationalCredentials {
|
|
|
856
856
|
/**
|
|
857
857
|
* This field shall contain the octet string of the serialized nocsr_elements_message.
|
|
858
858
|
*
|
|
859
|
-
* @see {@link MatterSpecification.
|
|
859
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.6.1
|
|
860
860
|
*/
|
|
861
861
|
nocsrElements: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
862
862
|
/**
|
|
863
863
|
* This field shall contain the octet string of the necessary attestation_signature as described in Section
|
|
864
864
|
* 11.18.4.9, “NOCSR Information”.
|
|
865
865
|
*
|
|
866
|
-
* @see {@link MatterSpecification.
|
|
866
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.6.2
|
|
867
867
|
*/
|
|
868
868
|
attestationSignature: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
869
869
|
}>, any>;
|
|
@@ -878,7 +878,7 @@ export declare namespace OperationalCredentials {
|
|
|
878
878
|
*
|
|
879
879
|
* A Commissioner or Administrator SHOULD issue this command after performing the Attestation Procedure.
|
|
880
880
|
*
|
|
881
|
-
* @see {@link MatterSpecification.
|
|
881
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.8
|
|
882
882
|
*/
|
|
883
883
|
readonly addNoc: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
884
884
|
nocValue: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
@@ -895,7 +895,7 @@ export declare namespace OperationalCredentials {
|
|
|
895
895
|
* fabric as the accessing fabric and with the following argument fields (assuming KeySetWrite allowed a
|
|
896
896
|
* GroupKeySetID set to 0):
|
|
897
897
|
*
|
|
898
|
-
* @see {@link MatterSpecification.
|
|
898
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.8.1
|
|
899
899
|
*/
|
|
900
900
|
ipkValue: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
901
901
|
/**
|
|
@@ -916,7 +916,7 @@ export declare namespace OperationalCredentials {
|
|
|
916
916
|
* both of which need to eventually add an "Administer Node over CASE" Access Control Entry to finalize new
|
|
917
917
|
* Fabric configuration and subsequently be able to call the CommissioningComplete command.
|
|
918
918
|
*
|
|
919
|
-
* @see {@link MatterSpecification.
|
|
919
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.8.2
|
|
920
920
|
*/
|
|
921
921
|
caseAdminSubject: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
|
|
922
922
|
/**
|
|
@@ -1008,21 +1008,21 @@ export declare namespace OperationalCredentials {
|
|
|
1008
1008
|
* Thereafter, the Node shall respond with an NOCResponse with a StatusCode of OK and a FabricIndex field
|
|
1009
1009
|
* matching the FabricIndex under which the new Node Operational Certificate (NOC) is scoped.
|
|
1010
1010
|
*
|
|
1011
|
-
* @see {@link MatterSpecification.
|
|
1011
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.8.3
|
|
1012
1012
|
*/
|
|
1013
1013
|
adminVendorId: import("../tlv/TlvObject.js").FieldType<import("../datatype/VendorId.js").VendorId>;
|
|
1014
1014
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1015
1015
|
/**
|
|
1016
1016
|
* This field shall contain an NOCStatus value representing the status of an operation involving a NOC.
|
|
1017
1017
|
*
|
|
1018
|
-
* @see {@link MatterSpecification.
|
|
1018
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.10.1
|
|
1019
1019
|
*/
|
|
1020
1020
|
statusCode: import("../tlv/TlvObject.js").FieldType<NodeOperationalCertStatus>;
|
|
1021
1021
|
/**
|
|
1022
1022
|
* This field shall be present whenever StatusCode has a value of OK. If present, it shall contain the Fabric
|
|
1023
1023
|
* Index of the Fabric last added, removed or updated.
|
|
1024
1024
|
*
|
|
1025
|
-
* @see {@link MatterSpecification.
|
|
1025
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.10.2
|
|
1026
1026
|
*/
|
|
1027
1027
|
fabricIndex: import("../tlv/TlvObject.js").OptionalFieldType<FabricIndex>;
|
|
1028
1028
|
/**
|
|
@@ -1030,7 +1030,7 @@ export declare namespace OperationalCredentials {
|
|
|
1030
1030
|
* presented to user interfaces in any way. Its purpose is to help developers in troubleshooting errors and the
|
|
1031
1031
|
* contents may go into logs or crash reports.
|
|
1032
1032
|
*
|
|
1033
|
-
* @see {@link MatterSpecification.
|
|
1033
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.10.3
|
|
1034
1034
|
*/
|
|
1035
1035
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1036
1036
|
}>, any>;
|
|
@@ -1089,7 +1089,7 @@ export declare namespace OperationalCredentials {
|
|
|
1089
1089
|
* Thereafter, the Node shall respond with an NOCResponse with a StatusCode of OK and a FabricIndex field
|
|
1090
1090
|
* matching the FabricIndex under which the updated NOC is scoped.
|
|
1091
1091
|
*
|
|
1092
|
-
* @see {@link MatterSpecification.
|
|
1092
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.9
|
|
1093
1093
|
*/
|
|
1094
1094
|
readonly updateNoc: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1095
1095
|
nocValue: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
@@ -1099,14 +1099,14 @@ export declare namespace OperationalCredentials {
|
|
|
1099
1099
|
/**
|
|
1100
1100
|
* This field shall contain an NOCStatus value representing the status of an operation involving a NOC.
|
|
1101
1101
|
*
|
|
1102
|
-
* @see {@link MatterSpecification.
|
|
1102
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.10.1
|
|
1103
1103
|
*/
|
|
1104
1104
|
statusCode: import("../tlv/TlvObject.js").FieldType<NodeOperationalCertStatus>;
|
|
1105
1105
|
/**
|
|
1106
1106
|
* This field shall be present whenever StatusCode has a value of OK. If present, it shall contain the Fabric
|
|
1107
1107
|
* Index of the Fabric last added, removed or updated.
|
|
1108
1108
|
*
|
|
1109
|
-
* @see {@link MatterSpecification.
|
|
1109
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.10.2
|
|
1110
1110
|
*/
|
|
1111
1111
|
fabricIndex: import("../tlv/TlvObject.js").OptionalFieldType<FabricIndex>;
|
|
1112
1112
|
/**
|
|
@@ -1114,7 +1114,7 @@ export declare namespace OperationalCredentials {
|
|
|
1114
1114
|
* presented to user interfaces in any way. Its purpose is to help developers in troubleshooting errors and the
|
|
1115
1115
|
* contents may go into logs or crash reports.
|
|
1116
1116
|
*
|
|
1117
|
-
* @see {@link MatterSpecification.
|
|
1117
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.10.3
|
|
1118
1118
|
*/
|
|
1119
1119
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1120
1120
|
}>, any>;
|
|
@@ -1132,7 +1132,7 @@ export declare namespace OperationalCredentials {
|
|
|
1132
1132
|
* by Administrators to provide additional per-fabric context when operations such as RemoveFabric are
|
|
1133
1133
|
* considered or used.
|
|
1134
1134
|
*
|
|
1135
|
-
* @see {@link MatterSpecification.
|
|
1135
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.11
|
|
1136
1136
|
*/
|
|
1137
1137
|
readonly updateFabricLabel: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1138
1138
|
/**
|
|
@@ -1152,7 +1152,7 @@ export declare namespace OperationalCredentials {
|
|
|
1152
1152
|
* CommissioningComplete command. In other words, label updates apply to the state of the Fabrics Attribute as
|
|
1153
1153
|
* currently visible, even for an existing fabric currently in process of being updated.
|
|
1154
1154
|
*
|
|
1155
|
-
* @see {@link MatterSpecification.
|
|
1155
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.11.1
|
|
1156
1156
|
*/
|
|
1157
1157
|
label: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1158
1158
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<FabricIndex>;
|
|
@@ -1160,14 +1160,14 @@ export declare namespace OperationalCredentials {
|
|
|
1160
1160
|
/**
|
|
1161
1161
|
* This field shall contain an NOCStatus value representing the status of an operation involving a NOC.
|
|
1162
1162
|
*
|
|
1163
|
-
* @see {@link MatterSpecification.
|
|
1163
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.10.1
|
|
1164
1164
|
*/
|
|
1165
1165
|
statusCode: import("../tlv/TlvObject.js").FieldType<NodeOperationalCertStatus>;
|
|
1166
1166
|
/**
|
|
1167
1167
|
* This field shall be present whenever StatusCode has a value of OK. If present, it shall contain the Fabric
|
|
1168
1168
|
* Index of the Fabric last added, removed or updated.
|
|
1169
1169
|
*
|
|
1170
|
-
* @see {@link MatterSpecification.
|
|
1170
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.10.2
|
|
1171
1171
|
*/
|
|
1172
1172
|
fabricIndex: import("../tlv/TlvObject.js").OptionalFieldType<FabricIndex>;
|
|
1173
1173
|
/**
|
|
@@ -1175,7 +1175,7 @@ export declare namespace OperationalCredentials {
|
|
|
1175
1175
|
* presented to user interfaces in any way. Its purpose is to help developers in troubleshooting errors and the
|
|
1176
1176
|
* contents may go into logs or crash reports.
|
|
1177
1177
|
*
|
|
1178
|
-
* @see {@link MatterSpecification.
|
|
1178
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.10.3
|
|
1179
1179
|
*/
|
|
1180
1180
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1181
1181
|
}>, any>;
|
|
@@ -1196,7 +1196,7 @@ export declare namespace OperationalCredentials {
|
|
|
1196
1196
|
* removal. Otherwise, users may only observe the removal of a Fabric association as persistently failing
|
|
1197
1197
|
* attempts to reach a Node operationally.
|
|
1198
1198
|
*
|
|
1199
|
-
* @see {@link MatterSpecification.
|
|
1199
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.12
|
|
1200
1200
|
*/
|
|
1201
1201
|
readonly removeFabric: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1202
1202
|
/**
|
|
@@ -1240,21 +1240,21 @@ export declare namespace OperationalCredentials {
|
|
|
1240
1240
|
* involves the removal of the secure session data that may underpin the current set of exchanges, the Node
|
|
1241
1241
|
* invoking the command SHOULD NOT expect a response before terminating its secure session with the target.
|
|
1242
1242
|
*
|
|
1243
|
-
* @see {@link MatterSpecification.
|
|
1243
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.12.1
|
|
1244
1244
|
*/
|
|
1245
1245
|
fabricIndex: import("../tlv/TlvObject.js").FieldType<FabricIndex>;
|
|
1246
1246
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1247
1247
|
/**
|
|
1248
1248
|
* This field shall contain an NOCStatus value representing the status of an operation involving a NOC.
|
|
1249
1249
|
*
|
|
1250
|
-
* @see {@link MatterSpecification.
|
|
1250
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.10.1
|
|
1251
1251
|
*/
|
|
1252
1252
|
statusCode: import("../tlv/TlvObject.js").FieldType<NodeOperationalCertStatus>;
|
|
1253
1253
|
/**
|
|
1254
1254
|
* This field shall be present whenever StatusCode has a value of OK. If present, it shall contain the Fabric
|
|
1255
1255
|
* Index of the Fabric last added, removed or updated.
|
|
1256
1256
|
*
|
|
1257
|
-
* @see {@link MatterSpecification.
|
|
1257
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.10.2
|
|
1258
1258
|
*/
|
|
1259
1259
|
fabricIndex: import("../tlv/TlvObject.js").OptionalFieldType<FabricIndex>;
|
|
1260
1260
|
/**
|
|
@@ -1262,7 +1262,7 @@ export declare namespace OperationalCredentials {
|
|
|
1262
1262
|
* presented to user interfaces in any way. Its purpose is to help developers in troubleshooting errors and the
|
|
1263
1263
|
* contents may go into logs or crash reports.
|
|
1264
1264
|
*
|
|
1265
|
-
* @see {@link MatterSpecification.
|
|
1265
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.10.3
|
|
1266
1266
|
*/
|
|
1267
1267
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1268
1268
|
}>, any>;
|
|
@@ -1291,7 +1291,7 @@ export declare namespace OperationalCredentials {
|
|
|
1291
1291
|
* Note that the only method of removing a trusted root is by removing the Fabric that uses it as its root
|
|
1292
1292
|
* of trust using the RemoveFabric command.
|
|
1293
1293
|
*
|
|
1294
|
-
* @see {@link MatterSpecification.
|
|
1294
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18.6.13
|
|
1295
1295
|
*/
|
|
1296
1296
|
readonly addTrustedRootCertificate: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1297
1297
|
rootCaCertificate: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
@@ -1302,7 +1302,7 @@ export declare namespace OperationalCredentials {
|
|
|
1302
1302
|
* This cluster is used to add or remove Node Operational credentials on a Commissionee or Node, as well as manage
|
|
1303
1303
|
* the associated Fabrics.
|
|
1304
1304
|
*
|
|
1305
|
-
* @see {@link MatterSpecification.
|
|
1305
|
+
* @see {@link MatterSpecification.v141.Core} § 11.18
|
|
1306
1306
|
*/
|
|
1307
1307
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
1308
1308
|
}
|