@matter/types 0.13.0-alpha.0-20250329-cd36948da → 0.13.0-alpha.0-20250331-ae2df3e19
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 +51 -51
- 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 +99 -99
- 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/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 +559 -559
- 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 +17 -17
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +356 -356
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +475 -475
- package/dist/cjs/clusters/content-launcher.js +39 -39
- 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 +33 -33
- 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 +1350 -1350
- package/dist/cjs/clusters/door-lock.js +228 -228
- 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-cluster.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.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 +16 -16
- 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 +43 -43
- package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
- package/dist/cjs/clusters/level-control.d.ts +307 -307
- package/dist/cjs/clusters/level-control.js +33 -33
- 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 +385 -385
- 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 +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 +61 -61
- 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 +9 -9
- package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
- 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/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 +43 -43
- package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
- package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/cjs/clusters/rvc-operational-state.js +15 -15
- package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/cjs/clusters/rvc-run-mode.js +8 -8
- package/dist/cjs/clusters/scenes-management.d.ts +252 -252
- package/dist/cjs/clusters/scenes-management.js +72 -72
- package/dist/cjs/clusters/scenes-management.js.map +1 -1
- 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 +30 -30
- 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 +515 -515
- package/dist/cjs/clusters/thermostat.js +116 -116
- 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 +245 -245
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- 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 +80 -80
- 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 +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/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 +51 -51
- 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 +99 -99
- 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/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 +559 -559
- 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 +17 -17
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +356 -356
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +475 -475
- package/dist/esm/clusters/content-launcher.js +39 -39
- 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 +33 -33
- 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 +1350 -1350
- package/dist/esm/clusters/door-lock.js +228 -228
- 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-cluster.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore-cluster.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 +16 -16
- 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 +43 -43
- package/dist/esm/clusters/laundry-washer-mode.js +8 -8
- package/dist/esm/clusters/level-control.d.ts +307 -307
- package/dist/esm/clusters/level-control.js +33 -33
- 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 +385 -385
- 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 +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 +61 -61
- 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 +9 -9
- package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
- 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/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 +43 -43
- package/dist/esm/clusters/rvc-clean-mode.js +8 -8
- package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/esm/clusters/rvc-operational-state.js +15 -15
- package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/esm/clusters/rvc-run-mode.js +8 -8
- package/dist/esm/clusters/scenes-management.d.ts +252 -252
- package/dist/esm/clusters/scenes-management.js +72 -72
- package/dist/esm/clusters/scenes-management.js.map +1 -1
- 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 +30 -30
- 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 +515 -515
- package/dist/esm/clusters/thermostat.js +116 -116
- 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 +245 -245
- package/dist/esm/clusters/time-synchronization.js +47 -47
- 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 +80 -80
- 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 +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/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 +20 -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 +28 -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 +111 -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 +12 -12
- package/src/clusters/content-control.ts +96 -96
- package/src/clusters/content-launcher.ts +69 -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 +26 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +377 -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-cluster.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +11 -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 +28 -28
- package/src/clusters/level-control.ts +50 -50
- 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 +91 -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 +39 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +9 -9
- 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/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 +28 -28
- package/src/clusters/rvc-operational-state.ts +26 -26
- package/src/clusters/rvc-run-mode.ts +35 -35
- package/src/clusters/scenes-management.ts +114 -114
- 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 +20 -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 +174 -174
- 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 +81 -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 +35 -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/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
|
@@ -13,7 +13,7 @@ export declare namespace NetworkCommissioning {
|
|
|
13
13
|
/**
|
|
14
14
|
* These are optional features supported by NetworkCommissioningCluster.
|
|
15
15
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
16
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.4
|
|
17
17
|
*/
|
|
18
18
|
enum Feature {
|
|
19
19
|
/**
|
|
@@ -38,7 +38,7 @@ export declare namespace NetworkCommissioning {
|
|
|
38
38
|
/**
|
|
39
39
|
* Input to the NetworkCommissioning scanNetworks command
|
|
40
40
|
*
|
|
41
|
-
* @see {@link MatterSpecification.
|
|
41
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.1
|
|
42
42
|
*/
|
|
43
43
|
const TlvScanNetworksRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
44
44
|
/**
|
|
@@ -46,7 +46,7 @@ export declare namespace NetworkCommissioning {
|
|
|
46
46
|
* if the field is absent, or if it is null, this shall indicate scanning of all BSSID in range. This field
|
|
47
47
|
* shall be ignored for ScanNetworks invocations on non-Wi-Fi server instances.
|
|
48
48
|
*
|
|
49
|
-
* @see {@link MatterSpecification.
|
|
49
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.1.1
|
|
50
50
|
*/
|
|
51
51
|
ssid: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
52
52
|
/**
|
|
@@ -54,19 +54,19 @@ export declare namespace NetworkCommissioning {
|
|
|
54
54
|
* Commissioning cluster on success of the associated command. If the command fails, the Breadcrumb attribute in
|
|
55
55
|
* the General Commissioning cluster shall be left unchanged.
|
|
56
56
|
*
|
|
57
|
-
* @see {@link MatterSpecification.
|
|
57
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.1.2
|
|
58
58
|
*/
|
|
59
59
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
60
60
|
}>;
|
|
61
61
|
/**
|
|
62
62
|
* Input to the NetworkCommissioning scanNetworks command
|
|
63
63
|
*
|
|
64
|
-
* @see {@link MatterSpecification.
|
|
64
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.1
|
|
65
65
|
*/
|
|
66
66
|
interface ScanNetworksRequest extends TypeFromSchema<typeof TlvScanNetworksRequest> {
|
|
67
67
|
}
|
|
68
68
|
/**
|
|
69
|
-
* @see {@link MatterSpecification.
|
|
69
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.4
|
|
70
70
|
*/
|
|
71
71
|
enum NetworkCommissioningStatus {
|
|
72
72
|
/**
|
|
@@ -126,7 +126,7 @@ export declare namespace NetworkCommissioning {
|
|
|
126
126
|
* WiFiSecurityBitmap encodes the supported Wi-Fi security types present in the Security field of the
|
|
127
127
|
* WiFiInterfaceScanResultStruct.
|
|
128
128
|
*
|
|
129
|
-
* @see {@link MatterSpecification.
|
|
129
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.1
|
|
130
130
|
*/
|
|
131
131
|
const WiFiSecurity: {
|
|
132
132
|
/**
|
|
@@ -154,7 +154,7 @@ export declare namespace NetworkCommissioning {
|
|
|
154
154
|
* WiFiBandEnum encodes a supported Wi-Fi frequency band present in the WiFiBand field of the
|
|
155
155
|
* WiFiInterfaceScanResultStruct.
|
|
156
156
|
*
|
|
157
|
-
* @see {@link MatterSpecification.
|
|
157
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.3
|
|
158
158
|
*/
|
|
159
159
|
enum WiFiBand {
|
|
160
160
|
/**
|
|
@@ -185,7 +185,7 @@ export declare namespace NetworkCommissioning {
|
|
|
185
185
|
/**
|
|
186
186
|
* WiFiInterfaceScanResultStruct represents a single Wi-Fi network scan result.
|
|
187
187
|
*
|
|
188
|
-
* @see {@link MatterSpecification.
|
|
188
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.6
|
|
189
189
|
*/
|
|
190
190
|
const TlvWiFiInterfaceScanResult: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
191
191
|
security: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -217,27 +217,27 @@ export declare namespace NetworkCommissioning {
|
|
|
217
217
|
* This field, if present, may be used to differentiate overlapping channel number values across different Wi-Fi
|
|
218
218
|
* frequency bands.
|
|
219
219
|
*
|
|
220
|
-
* @see {@link MatterSpecification.
|
|
220
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.6.1
|
|
221
221
|
*/
|
|
222
222
|
wiFiBand: import("../tlv/TlvObject.js").OptionalFieldType<WiFiBand>;
|
|
223
223
|
/**
|
|
224
224
|
* This field, if present, shall denote the signal strength in dBm of the associated scan result.
|
|
225
225
|
*
|
|
226
|
-
* @see {@link MatterSpecification.
|
|
226
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.6.2
|
|
227
227
|
*/
|
|
228
228
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
229
229
|
}>;
|
|
230
230
|
/**
|
|
231
231
|
* WiFiInterfaceScanResultStruct represents a single Wi-Fi network scan result.
|
|
232
232
|
*
|
|
233
|
-
* @see {@link MatterSpecification.
|
|
233
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.6
|
|
234
234
|
*/
|
|
235
235
|
interface WiFiInterfaceScanResult extends TypeFromSchema<typeof TlvWiFiInterfaceScanResult> {
|
|
236
236
|
}
|
|
237
237
|
/**
|
|
238
238
|
* ThreadInterfaceScanResultStruct represents a single Thread network scan result.
|
|
239
239
|
*
|
|
240
|
-
* @see {@link MatterSpecification.
|
|
240
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.7
|
|
241
241
|
*/
|
|
242
242
|
const TlvThreadInterfaceScanResult: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
243
243
|
panId: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -248,7 +248,7 @@ export declare namespace NetworkCommissioning {
|
|
|
248
248
|
/**
|
|
249
249
|
* ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
|
|
250
250
|
*
|
|
251
|
-
* @see {@link MatterSpecification.
|
|
251
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.7.1
|
|
252
252
|
*/
|
|
253
253
|
extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
254
254
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -257,7 +257,7 @@ export declare namespace NetworkCommissioning {
|
|
|
257
257
|
/**
|
|
258
258
|
* ThreadInterfaceScanResultStruct represents a single Thread network scan result.
|
|
259
259
|
*
|
|
260
|
-
* @see {@link MatterSpecification.
|
|
260
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.7
|
|
261
261
|
*/
|
|
262
262
|
interface ThreadInterfaceScanResult extends TypeFromSchema<typeof TlvThreadInterfaceScanResult> {
|
|
263
263
|
}
|
|
@@ -270,7 +270,7 @@ export declare namespace NetworkCommissioning {
|
|
|
270
270
|
* Before generating a ScanNetworksResponse, the server shall set the LastNetworkingStatus attribute value to the
|
|
271
271
|
* NetworkingStatus matching the response.
|
|
272
272
|
*
|
|
273
|
-
* @see {@link MatterSpecification.
|
|
273
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2
|
|
274
274
|
*/
|
|
275
275
|
const TlvScanNetworksResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
276
276
|
/**
|
|
@@ -288,7 +288,7 @@ export declare namespace NetworkCommissioning {
|
|
|
288
288
|
*
|
|
289
289
|
* • UnknownError: An internal error occurred during scanning.
|
|
290
290
|
*
|
|
291
|
-
* @see {@link MatterSpecification.
|
|
291
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.1
|
|
292
292
|
*/
|
|
293
293
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
294
294
|
/**
|
|
@@ -296,7 +296,7 @@ export declare namespace NetworkCommissioning {
|
|
|
296
296
|
* case the NetworkingStatus was not Success. Its purpose is to help developers in troubleshooting errors and
|
|
297
297
|
* may go into logs or crash reports.
|
|
298
298
|
*
|
|
299
|
-
* @see {@link MatterSpecification.
|
|
299
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.2
|
|
300
300
|
*/
|
|
301
301
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
302
302
|
/**
|
|
@@ -312,7 +312,7 @@ export declare namespace NetworkCommissioning {
|
|
|
312
312
|
* RSSI order, even if RSSI is not reported in the response, to maximize the likelihood that most likely to be
|
|
313
313
|
* reachable elements are included within the size limits of the response.
|
|
314
314
|
*
|
|
315
|
-
* @see {@link MatterSpecification.
|
|
315
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.3
|
|
316
316
|
*/
|
|
317
317
|
wiFiScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
318
318
|
security: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -344,13 +344,13 @@ export declare namespace NetworkCommissioning {
|
|
|
344
344
|
* This field, if present, may be used to differentiate overlapping channel number values across different Wi-Fi
|
|
345
345
|
* frequency bands.
|
|
346
346
|
*
|
|
347
|
-
* @see {@link MatterSpecification.
|
|
347
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.6.1
|
|
348
348
|
*/
|
|
349
349
|
wiFiBand: import("../tlv/TlvObject.js").OptionalFieldType<WiFiBand>;
|
|
350
350
|
/**
|
|
351
351
|
* This field, if present, shall denote the signal strength in dBm of the associated scan result.
|
|
352
352
|
*
|
|
353
|
-
* @see {@link MatterSpecification.
|
|
353
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.6.2
|
|
354
354
|
*/
|
|
355
355
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
356
356
|
}>[]>;
|
|
@@ -366,7 +366,7 @@ export declare namespace NetworkCommissioning {
|
|
|
366
366
|
* LQI order, to maximize the likelihood that most likely to be reachable elements are included within the size
|
|
367
367
|
* limits of the response.
|
|
368
368
|
*
|
|
369
|
-
* @see {@link MatterSpecification.
|
|
369
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.4
|
|
370
370
|
*/
|
|
371
371
|
threadScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
372
372
|
panId: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -377,7 +377,7 @@ export declare namespace NetworkCommissioning {
|
|
|
377
377
|
/**
|
|
378
378
|
* ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
|
|
379
379
|
*
|
|
380
|
-
* @see {@link MatterSpecification.
|
|
380
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.7.1
|
|
381
381
|
*/
|
|
382
382
|
extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
383
383
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -393,33 +393,33 @@ export declare namespace NetworkCommissioning {
|
|
|
393
393
|
* Before generating a ScanNetworksResponse, the server shall set the LastNetworkingStatus attribute value to the
|
|
394
394
|
* NetworkingStatus matching the response.
|
|
395
395
|
*
|
|
396
|
-
* @see {@link MatterSpecification.
|
|
396
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2
|
|
397
397
|
*/
|
|
398
398
|
interface ScanNetworksResponse extends TypeFromSchema<typeof TlvScanNetworksResponse> {
|
|
399
399
|
}
|
|
400
400
|
/**
|
|
401
401
|
* Input to the NetworkCommissioning removeNetwork command
|
|
402
402
|
*
|
|
403
|
-
* @see {@link MatterSpecification.
|
|
403
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.6
|
|
404
404
|
*/
|
|
405
405
|
const TlvRemoveNetworkRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
406
406
|
/**
|
|
407
407
|
* This field shall contain the NetworkID for the entry to remove: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
408
408
|
*
|
|
409
|
-
* @see {@link MatterSpecification.
|
|
409
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.6.1
|
|
410
410
|
*/
|
|
411
411
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
412
412
|
/**
|
|
413
413
|
* See Breadcrumb for usage.
|
|
414
414
|
*
|
|
415
|
-
* @see {@link MatterSpecification.
|
|
415
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.6.2
|
|
416
416
|
*/
|
|
417
417
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
418
418
|
}>;
|
|
419
419
|
/**
|
|
420
420
|
* Input to the NetworkCommissioning removeNetwork command
|
|
421
421
|
*
|
|
422
|
-
* @see {@link MatterSpecification.
|
|
422
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.6
|
|
423
423
|
*/
|
|
424
424
|
interface RemoveNetworkRequest extends TypeFromSchema<typeof TlvRemoveNetworkRequest> {
|
|
425
425
|
}
|
|
@@ -434,7 +434,7 @@ export declare namespace NetworkCommissioning {
|
|
|
434
434
|
* Before generating a NetworkConfigResponse, the server shall set the LastNetworkID attribute value to the
|
|
435
435
|
* NetworkID that was used in the command for which an invocation caused the response to be generated.
|
|
436
436
|
*
|
|
437
|
-
* @see {@link MatterSpecification.
|
|
437
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7
|
|
438
438
|
*/
|
|
439
439
|
const TlvNetworkConfigResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
440
440
|
/**
|
|
@@ -452,13 +452,13 @@ export declare namespace NetworkCommissioning {
|
|
|
452
452
|
*
|
|
453
453
|
* • UnknownError: An internal error occurred during the operation.
|
|
454
454
|
*
|
|
455
|
-
* @see {@link MatterSpecification.
|
|
455
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
|
|
456
456
|
*/
|
|
457
457
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
458
458
|
/**
|
|
459
459
|
* See DebugText for usage.
|
|
460
460
|
*
|
|
461
|
-
* @see {@link MatterSpecification.
|
|
461
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
|
|
462
462
|
*/
|
|
463
463
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
464
464
|
/**
|
|
@@ -466,7 +466,7 @@ export declare namespace NetworkCommissioning {
|
|
|
466
466
|
* entry in the Networks attribute that was last added, updated or removed successfully by the associated
|
|
467
467
|
* request command.
|
|
468
468
|
*
|
|
469
|
-
* @see {@link MatterSpecification.
|
|
469
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
|
|
470
470
|
*/
|
|
471
471
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
472
472
|
}>;
|
|
@@ -481,34 +481,34 @@ export declare namespace NetworkCommissioning {
|
|
|
481
481
|
* Before generating a NetworkConfigResponse, the server shall set the LastNetworkID attribute value to the
|
|
482
482
|
* NetworkID that was used in the command for which an invocation caused the response to be generated.
|
|
483
483
|
*
|
|
484
|
-
* @see {@link MatterSpecification.
|
|
484
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7
|
|
485
485
|
*/
|
|
486
486
|
interface NetworkConfigResponse extends TypeFromSchema<typeof TlvNetworkConfigResponse> {
|
|
487
487
|
}
|
|
488
488
|
/**
|
|
489
489
|
* Input to the NetworkCommissioning connectNetwork command
|
|
490
490
|
*
|
|
491
|
-
* @see {@link MatterSpecification.
|
|
491
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.8
|
|
492
492
|
*/
|
|
493
493
|
const TlvConnectNetworkRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
494
494
|
/**
|
|
495
495
|
* This field shall contain the NetworkID for the entry used to configure the connection: the SSID for Wi-Fi and
|
|
496
496
|
* XPAN ID for Thread.
|
|
497
497
|
*
|
|
498
|
-
* @see {@link MatterSpecification.
|
|
498
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.8.1
|
|
499
499
|
*/
|
|
500
500
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
501
501
|
/**
|
|
502
502
|
* See Breadcrumb for usage.
|
|
503
503
|
*
|
|
504
|
-
* @see {@link MatterSpecification.
|
|
504
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.8.2
|
|
505
505
|
*/
|
|
506
506
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
507
507
|
}>;
|
|
508
508
|
/**
|
|
509
509
|
* Input to the NetworkCommissioning connectNetwork command
|
|
510
510
|
*
|
|
511
|
-
* @see {@link MatterSpecification.
|
|
511
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.8
|
|
512
512
|
*/
|
|
513
513
|
interface ConnectNetworkRequest extends TypeFromSchema<typeof TlvConnectNetworkRequest> {
|
|
514
514
|
}
|
|
@@ -523,7 +523,7 @@ export declare namespace NetworkCommissioning {
|
|
|
523
523
|
* • Set the LastConnectErrorValue attribute value to the ErrorValue matching the response, including setting it
|
|
524
524
|
* to null if the ErrorValue is not applicable.
|
|
525
525
|
*
|
|
526
|
-
* @see {@link MatterSpecification.
|
|
526
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.9
|
|
527
527
|
*/
|
|
528
528
|
const TlvConnectNetworkResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
529
529
|
/**
|
|
@@ -547,13 +547,13 @@ export declare namespace NetworkCommissioning {
|
|
|
547
547
|
* • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
|
|
548
548
|
* UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
|
|
549
549
|
*
|
|
550
|
-
* @see {@link MatterSpecification.
|
|
550
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.9.1
|
|
551
551
|
*/
|
|
552
552
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
553
553
|
/**
|
|
554
554
|
* See DebugText for usage.
|
|
555
555
|
*
|
|
556
|
-
* @see {@link MatterSpecification.
|
|
556
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.9.2
|
|
557
557
|
*/
|
|
558
558
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
559
559
|
/**
|
|
@@ -576,7 +576,7 @@ export declare namespace NetworkCommissioning {
|
|
|
576
576
|
* • Otherwise, the ErrorValue field shall contain an implementation-dependent value which may be used by a
|
|
577
577
|
* reader of the structure to record, report or diagnose the failure.
|
|
578
578
|
*
|
|
579
|
-
* @see {@link MatterSpecification.
|
|
579
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.9.3
|
|
580
580
|
*/
|
|
581
581
|
errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
582
582
|
}>;
|
|
@@ -591,27 +591,27 @@ export declare namespace NetworkCommissioning {
|
|
|
591
591
|
* • Set the LastConnectErrorValue attribute value to the ErrorValue matching the response, including setting it
|
|
592
592
|
* to null if the ErrorValue is not applicable.
|
|
593
593
|
*
|
|
594
|
-
* @see {@link MatterSpecification.
|
|
594
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.9
|
|
595
595
|
*/
|
|
596
596
|
interface ConnectNetworkResponse extends TypeFromSchema<typeof TlvConnectNetworkResponse> {
|
|
597
597
|
}
|
|
598
598
|
/**
|
|
599
599
|
* Input to the NetworkCommissioning reorderNetwork command
|
|
600
600
|
*
|
|
601
|
-
* @see {@link MatterSpecification.
|
|
601
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10
|
|
602
602
|
*/
|
|
603
603
|
const TlvReorderNetworkRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
604
604
|
/**
|
|
605
605
|
* This field shall contain the NetworkID for the entry to reorder: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
606
606
|
*
|
|
607
|
-
* @see {@link MatterSpecification.
|
|
607
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10.1
|
|
608
608
|
*/
|
|
609
609
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
610
610
|
/**
|
|
611
611
|
* This field shall contain the 0-based index of the new desired position of the entry in the Networks
|
|
612
612
|
* attribute.
|
|
613
613
|
*
|
|
614
|
-
* @see {@link MatterSpecification.
|
|
614
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10.2
|
|
615
615
|
*/
|
|
616
616
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
617
617
|
/**
|
|
@@ -663,28 +663,28 @@ export declare namespace NetworkCommissioning {
|
|
|
663
663
|
* In the above outcome, BlueDolphin, Home-Guest and WillowTree moved "up" and FancyCat became the lowest
|
|
664
664
|
* priority network in the list.
|
|
665
665
|
*
|
|
666
|
-
* @see {@link MatterSpecification.
|
|
666
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10.3
|
|
667
667
|
*/
|
|
668
668
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
669
669
|
}>;
|
|
670
670
|
/**
|
|
671
671
|
* Input to the NetworkCommissioning reorderNetwork command
|
|
672
672
|
*
|
|
673
|
-
* @see {@link MatterSpecification.
|
|
673
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10
|
|
674
674
|
*/
|
|
675
675
|
interface ReorderNetworkRequest extends TypeFromSchema<typeof TlvReorderNetworkRequest> {
|
|
676
676
|
}
|
|
677
677
|
/**
|
|
678
678
|
* Input to the NetworkCommissioning addOrUpdateWiFiNetwork command
|
|
679
679
|
*
|
|
680
|
-
* @see {@link MatterSpecification.
|
|
680
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.3
|
|
681
681
|
*/
|
|
682
682
|
const TlvAddOrUpdateWiFiNetworkRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
683
683
|
/**
|
|
684
684
|
* This field shall contain the SSID to which to attempt connection. Specific BSSID selection is not supported
|
|
685
685
|
* by this cluster.
|
|
686
686
|
*
|
|
687
|
-
* @see {@link MatterSpecification.
|
|
687
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.3.1
|
|
688
688
|
*/
|
|
689
689
|
ssid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
690
690
|
/**
|
|
@@ -722,20 +722,20 @@ export declare namespace NetworkCommissioning {
|
|
|
722
722
|
* selects a lower security connectivity type if the link quality is deemed to be too low to achieve successful
|
|
723
723
|
* operation, or if all retry attempts fail.
|
|
724
724
|
*
|
|
725
|
-
* @see {@link MatterSpecification.
|
|
725
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.3.2
|
|
726
726
|
*/
|
|
727
727
|
credentials: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
728
728
|
/**
|
|
729
729
|
* See Breadcrumb for usage.
|
|
730
730
|
*
|
|
731
|
-
* @see {@link MatterSpecification.
|
|
731
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.3.3
|
|
732
732
|
*/
|
|
733
733
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
734
734
|
}>;
|
|
735
735
|
/**
|
|
736
736
|
* Input to the NetworkCommissioning addOrUpdateWiFiNetwork command
|
|
737
737
|
*
|
|
738
|
-
* @see {@link MatterSpecification.
|
|
738
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.3
|
|
739
739
|
*/
|
|
740
740
|
interface AddOrUpdateWiFiNetworkRequest extends TypeFromSchema<typeof TlvAddOrUpdateWiFiNetworkRequest> {
|
|
741
741
|
}
|
|
@@ -747,7 +747,7 @@ export declare namespace NetworkCommissioning {
|
|
|
747
747
|
*
|
|
748
748
|
* The valid combinations of capabilities are restricted and dependent on Thread version.
|
|
749
749
|
*
|
|
750
|
-
* @see {@link MatterSpecification.
|
|
750
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.2
|
|
751
751
|
*/
|
|
752
752
|
const ThreadCapabilities: {
|
|
753
753
|
/**
|
|
@@ -774,7 +774,7 @@ export declare namespace NetworkCommissioning {
|
|
|
774
774
|
/**
|
|
775
775
|
* Input to the NetworkCommissioning addOrUpdateThreadNetwork command
|
|
776
776
|
*
|
|
777
|
-
* @see {@link MatterSpecification.
|
|
777
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.4
|
|
778
778
|
*/
|
|
779
779
|
const TlvAddOrUpdateThreadNetworkRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
780
780
|
/**
|
|
@@ -784,27 +784,27 @@ export declare namespace NetworkCommissioning {
|
|
|
784
784
|
* The encoding for the OperationalDataset field is defined in the Thread specification. The client shall pass
|
|
785
785
|
* the OperationalDataset as an opaque octet string.
|
|
786
786
|
*
|
|
787
|
-
* @see {@link MatterSpecification.
|
|
787
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.4.1
|
|
788
788
|
*/
|
|
789
789
|
operationalDataset: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
790
790
|
/**
|
|
791
791
|
* See Breadcrumb for usage.
|
|
792
792
|
*
|
|
793
|
-
* @see {@link MatterSpecification.
|
|
793
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.4.2
|
|
794
794
|
*/
|
|
795
795
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
796
796
|
}>;
|
|
797
797
|
/**
|
|
798
798
|
* Input to the NetworkCommissioning addOrUpdateThreadNetwork command
|
|
799
799
|
*
|
|
800
|
-
* @see {@link MatterSpecification.
|
|
800
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.4
|
|
801
801
|
*/
|
|
802
802
|
interface AddOrUpdateThreadNetworkRequest extends TypeFromSchema<typeof TlvAddOrUpdateThreadNetworkRequest> {
|
|
803
803
|
}
|
|
804
804
|
/**
|
|
805
805
|
* NetworkInfoStruct struct describes an existing network configuration, as provided in the Networks attribute.
|
|
806
806
|
*
|
|
807
|
-
* @see {@link MatterSpecification.
|
|
807
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.5
|
|
808
808
|
*/
|
|
809
809
|
const TlvNetworkInfo: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
810
810
|
/**
|
|
@@ -831,7 +831,7 @@ export declare namespace NetworkCommissioning {
|
|
|
831
831
|
*
|
|
832
832
|
* XPAN ID is a big-endian 64-bit unsigned number, represented on the first 8 octets of the octet string.
|
|
833
833
|
*
|
|
834
|
-
* @see {@link MatterSpecification.
|
|
834
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.5.1
|
|
835
835
|
*/
|
|
836
836
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
837
837
|
/**
|
|
@@ -839,14 +839,14 @@ export declare namespace NetworkCommissioning {
|
|
|
839
839
|
* linked to the network technology (e.g. Associated for a Wi-Fi network, media connected for an Ethernet
|
|
840
840
|
* network).
|
|
841
841
|
*
|
|
842
|
-
* @see {@link MatterSpecification.
|
|
842
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.5.2
|
|
843
843
|
*/
|
|
844
844
|
connected: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
845
845
|
}>;
|
|
846
846
|
/**
|
|
847
847
|
* NetworkInfoStruct struct describes an existing network configuration, as provided in the Networks attribute.
|
|
848
848
|
*
|
|
849
|
-
* @see {@link MatterSpecification.
|
|
849
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.5
|
|
850
850
|
*/
|
|
851
851
|
interface NetworkInfo extends TypeFromSchema<typeof TlvNetworkInfo> {
|
|
852
852
|
}
|
|
@@ -862,7 +862,7 @@ export declare namespace NetworkCommissioning {
|
|
|
862
862
|
*
|
|
863
863
|
* See ScanNetworks for usage.
|
|
864
864
|
*
|
|
865
|
-
* @see {@link MatterSpecification.
|
|
865
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.3
|
|
866
866
|
*/
|
|
867
867
|
readonly scanMaxTimeSeconds: FixedAttribute<number, any>;
|
|
868
868
|
/**
|
|
@@ -873,7 +873,7 @@ export declare namespace NetworkCommissioning {
|
|
|
873
873
|
* deemed to have occurred, including, for example, obtaining IP addresses, or the execution of necessary
|
|
874
874
|
* internal retries.
|
|
875
875
|
*
|
|
876
|
-
* @see {@link MatterSpecification.
|
|
876
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.4
|
|
877
877
|
*/
|
|
878
878
|
readonly connectMaxTimeSeconds: FixedAttribute<number, any>;
|
|
879
879
|
};
|
|
@@ -918,7 +918,7 @@ export declare namespace NetworkCommissioning {
|
|
|
918
918
|
* clients, while the network interface is processing the scan. Clients SHOULD NOT use this command unless
|
|
919
919
|
* actively in the process of re-configuring network connectivity.
|
|
920
920
|
*
|
|
921
|
-
* @see {@link MatterSpecification.
|
|
921
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.1
|
|
922
922
|
*/
|
|
923
923
|
readonly scanNetworks: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
924
924
|
/**
|
|
@@ -926,7 +926,7 @@ export declare namespace NetworkCommissioning {
|
|
|
926
926
|
* if the field is absent, or if it is null, this shall indicate scanning of all BSSID in range. This field
|
|
927
927
|
* shall be ignored for ScanNetworks invocations on non-Wi-Fi server instances.
|
|
928
928
|
*
|
|
929
|
-
* @see {@link MatterSpecification.
|
|
929
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.1.1
|
|
930
930
|
*/
|
|
931
931
|
ssid: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
932
932
|
/**
|
|
@@ -934,7 +934,7 @@ export declare namespace NetworkCommissioning {
|
|
|
934
934
|
* Commissioning cluster on success of the associated command. If the command fails, the Breadcrumb attribute in
|
|
935
935
|
* the General Commissioning cluster shall be left unchanged.
|
|
936
936
|
*
|
|
937
|
-
* @see {@link MatterSpecification.
|
|
937
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.1.2
|
|
938
938
|
*/
|
|
939
939
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
940
940
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -953,7 +953,7 @@ export declare namespace NetworkCommissioning {
|
|
|
953
953
|
*
|
|
954
954
|
* • UnknownError: An internal error occurred during scanning.
|
|
955
955
|
*
|
|
956
|
-
* @see {@link MatterSpecification.
|
|
956
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.1
|
|
957
957
|
*/
|
|
958
958
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
959
959
|
/**
|
|
@@ -961,7 +961,7 @@ export declare namespace NetworkCommissioning {
|
|
|
961
961
|
* case the NetworkingStatus was not Success. Its purpose is to help developers in troubleshooting errors and
|
|
962
962
|
* may go into logs or crash reports.
|
|
963
963
|
*
|
|
964
|
-
* @see {@link MatterSpecification.
|
|
964
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.2
|
|
965
965
|
*/
|
|
966
966
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
967
967
|
/**
|
|
@@ -977,7 +977,7 @@ export declare namespace NetworkCommissioning {
|
|
|
977
977
|
* RSSI order, even if RSSI is not reported in the response, to maximize the likelihood that most likely to be
|
|
978
978
|
* reachable elements are included within the size limits of the response.
|
|
979
979
|
*
|
|
980
|
-
* @see {@link MatterSpecification.
|
|
980
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.3
|
|
981
981
|
*/
|
|
982
982
|
wiFiScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
983
983
|
security: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -1009,13 +1009,13 @@ export declare namespace NetworkCommissioning {
|
|
|
1009
1009
|
* This field, if present, may be used to differentiate overlapping channel number values across different Wi-Fi
|
|
1010
1010
|
* frequency bands.
|
|
1011
1011
|
*
|
|
1012
|
-
* @see {@link MatterSpecification.
|
|
1012
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.6.1
|
|
1013
1013
|
*/
|
|
1014
1014
|
wiFiBand: import("../tlv/TlvObject.js").OptionalFieldType<WiFiBand>;
|
|
1015
1015
|
/**
|
|
1016
1016
|
* This field, if present, shall denote the signal strength in dBm of the associated scan result.
|
|
1017
1017
|
*
|
|
1018
|
-
* @see {@link MatterSpecification.
|
|
1018
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.6.2
|
|
1019
1019
|
*/
|
|
1020
1020
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1021
1021
|
}>[]>;
|
|
@@ -1031,7 +1031,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1031
1031
|
* LQI order, to maximize the likelihood that most likely to be reachable elements are included within the size
|
|
1032
1032
|
* limits of the response.
|
|
1033
1033
|
*
|
|
1034
|
-
* @see {@link MatterSpecification.
|
|
1034
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.4
|
|
1035
1035
|
*/
|
|
1036
1036
|
threadScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1037
1037
|
panId: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -1042,7 +1042,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1042
1042
|
/**
|
|
1043
1043
|
* ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
|
|
1044
1044
|
*
|
|
1045
|
-
* @see {@link MatterSpecification.
|
|
1045
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.7.1
|
|
1046
1046
|
*/
|
|
1047
1047
|
extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
1048
1048
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -1065,19 +1065,19 @@ export declare namespace NetworkCommissioning {
|
|
|
1065
1065
|
* of the entry in the Networks attribute that was just removed, and a NetworkingStatus status field set to
|
|
1066
1066
|
* Success.
|
|
1067
1067
|
*
|
|
1068
|
-
* @see {@link MatterSpecification.
|
|
1068
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.6
|
|
1069
1069
|
*/
|
|
1070
1070
|
readonly removeNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1071
1071
|
/**
|
|
1072
1072
|
* This field shall contain the NetworkID for the entry to remove: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
1073
1073
|
*
|
|
1074
|
-
* @see {@link MatterSpecification.
|
|
1074
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.6.1
|
|
1075
1075
|
*/
|
|
1076
1076
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1077
1077
|
/**
|
|
1078
1078
|
* See Breadcrumb for usage.
|
|
1079
1079
|
*
|
|
1080
|
-
* @see {@link MatterSpecification.
|
|
1080
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.6.2
|
|
1081
1081
|
*/
|
|
1082
1082
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1083
1083
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -1096,13 +1096,13 @@ export declare namespace NetworkCommissioning {
|
|
|
1096
1096
|
*
|
|
1097
1097
|
* • UnknownError: An internal error occurred during the operation.
|
|
1098
1098
|
*
|
|
1099
|
-
* @see {@link MatterSpecification.
|
|
1099
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
|
|
1100
1100
|
*/
|
|
1101
1101
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
1102
1102
|
/**
|
|
1103
1103
|
* See DebugText for usage.
|
|
1104
1104
|
*
|
|
1105
|
-
* @see {@link MatterSpecification.
|
|
1105
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
|
|
1106
1106
|
*/
|
|
1107
1107
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1108
1108
|
/**
|
|
@@ -1110,7 +1110,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1110
1110
|
* entry in the Networks attribute that was last added, updated or removed successfully by the associated
|
|
1111
1111
|
* request command.
|
|
1112
1112
|
*
|
|
1113
|
-
* @see {@link MatterSpecification.
|
|
1113
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
|
|
1114
1114
|
*/
|
|
1115
1115
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1116
1116
|
}>, any>;
|
|
@@ -1190,20 +1190,20 @@ export declare namespace NetworkCommissioning {
|
|
|
1190
1190
|
* determining the reason for a failure after reconnecting over a Commissioning channel, especially in
|
|
1191
1191
|
* non-concurrent commissioning situations.
|
|
1192
1192
|
*
|
|
1193
|
-
* @see {@link MatterSpecification.
|
|
1193
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.8
|
|
1194
1194
|
*/
|
|
1195
1195
|
readonly connectNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1196
1196
|
/**
|
|
1197
1197
|
* This field shall contain the NetworkID for the entry used to configure the connection: the SSID for Wi-Fi and
|
|
1198
1198
|
* XPAN ID for Thread.
|
|
1199
1199
|
*
|
|
1200
|
-
* @see {@link MatterSpecification.
|
|
1200
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.8.1
|
|
1201
1201
|
*/
|
|
1202
1202
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1203
1203
|
/**
|
|
1204
1204
|
* See Breadcrumb for usage.
|
|
1205
1205
|
*
|
|
1206
|
-
* @see {@link MatterSpecification.
|
|
1206
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.8.2
|
|
1207
1207
|
*/
|
|
1208
1208
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1209
1209
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -1228,13 +1228,13 @@ export declare namespace NetworkCommissioning {
|
|
|
1228
1228
|
* • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
|
|
1229
1229
|
* UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
|
|
1230
1230
|
*
|
|
1231
|
-
* @see {@link MatterSpecification.
|
|
1231
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.9.1
|
|
1232
1232
|
*/
|
|
1233
1233
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
1234
1234
|
/**
|
|
1235
1235
|
* See DebugText for usage.
|
|
1236
1236
|
*
|
|
1237
|
-
* @see {@link MatterSpecification.
|
|
1237
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.9.2
|
|
1238
1238
|
*/
|
|
1239
1239
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1240
1240
|
/**
|
|
@@ -1257,7 +1257,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1257
1257
|
* • Otherwise, the ErrorValue field shall contain an implementation-dependent value which may be used by a
|
|
1258
1258
|
* reader of the structure to record, report or diagnose the failure.
|
|
1259
1259
|
*
|
|
1260
|
-
* @see {@link MatterSpecification.
|
|
1260
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.9.3
|
|
1261
1261
|
*/
|
|
1262
1262
|
errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1263
1263
|
}>, any>;
|
|
@@ -1265,20 +1265,20 @@ export declare namespace NetworkCommissioning {
|
|
|
1265
1265
|
* This command shall set the specific order of the network configuration selected by its NetworkID in the
|
|
1266
1266
|
* Networks attribute to match the position given by NetworkIndex.
|
|
1267
1267
|
*
|
|
1268
|
-
* @see {@link MatterSpecification.
|
|
1268
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10
|
|
1269
1269
|
*/
|
|
1270
1270
|
readonly reorderNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1271
1271
|
/**
|
|
1272
1272
|
* This field shall contain the NetworkID for the entry to reorder: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
1273
1273
|
*
|
|
1274
|
-
* @see {@link MatterSpecification.
|
|
1274
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10.1
|
|
1275
1275
|
*/
|
|
1276
1276
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1277
1277
|
/**
|
|
1278
1278
|
* This field shall contain the 0-based index of the new desired position of the entry in the Networks
|
|
1279
1279
|
* attribute.
|
|
1280
1280
|
*
|
|
1281
|
-
* @see {@link MatterSpecification.
|
|
1281
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10.2
|
|
1282
1282
|
*/
|
|
1283
1283
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1284
1284
|
/**
|
|
@@ -1330,7 +1330,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1330
1330
|
* In the above outcome, BlueDolphin, Home-Guest and WillowTree moved "up" and FancyCat became the lowest
|
|
1331
1331
|
* priority network in the list.
|
|
1332
1332
|
*
|
|
1333
|
-
* @see {@link MatterSpecification.
|
|
1333
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10.3
|
|
1334
1334
|
*/
|
|
1335
1335
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1336
1336
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -1349,13 +1349,13 @@ export declare namespace NetworkCommissioning {
|
|
|
1349
1349
|
*
|
|
1350
1350
|
* • UnknownError: An internal error occurred during the operation.
|
|
1351
1351
|
*
|
|
1352
|
-
* @see {@link MatterSpecification.
|
|
1352
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
|
|
1353
1353
|
*/
|
|
1354
1354
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
1355
1355
|
/**
|
|
1356
1356
|
* See DebugText for usage.
|
|
1357
1357
|
*
|
|
1358
|
-
* @see {@link MatterSpecification.
|
|
1358
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
|
|
1359
1359
|
*/
|
|
1360
1360
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1361
1361
|
/**
|
|
@@ -1363,7 +1363,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1363
1363
|
* entry in the Networks attribute that was last added, updated or removed successfully by the associated
|
|
1364
1364
|
* request command.
|
|
1365
1365
|
*
|
|
1366
|
-
* @see {@link MatterSpecification.
|
|
1366
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
|
|
1367
1367
|
*/
|
|
1368
1368
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1369
1369
|
}>, any>;
|
|
@@ -1377,7 +1377,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1377
1377
|
/**
|
|
1378
1378
|
* Indicates all the frequency bands supported by the Wi-Fi interface configured by the cluster instance.
|
|
1379
1379
|
*
|
|
1380
|
-
* @see {@link MatterSpecification.
|
|
1380
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.9
|
|
1381
1381
|
*/
|
|
1382
1382
|
readonly supportedWiFiBands: FixedAttribute<WiFiBand[], any>;
|
|
1383
1383
|
};
|
|
@@ -1397,14 +1397,14 @@ export declare namespace NetworkCommissioning {
|
|
|
1397
1397
|
* See Section 11.9.7.5, “Common processing of AddOrUpdateWiFiNetwork and AddOrUpdateThreadNetwork” for
|
|
1398
1398
|
* behavior of addition/update.
|
|
1399
1399
|
*
|
|
1400
|
-
* @see {@link MatterSpecification.
|
|
1400
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.3
|
|
1401
1401
|
*/
|
|
1402
1402
|
readonly addOrUpdateWiFiNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1403
1403
|
/**
|
|
1404
1404
|
* This field shall contain the SSID to which to attempt connection. Specific BSSID selection is not supported
|
|
1405
1405
|
* by this cluster.
|
|
1406
1406
|
*
|
|
1407
|
-
* @see {@link MatterSpecification.
|
|
1407
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.3.1
|
|
1408
1408
|
*/
|
|
1409
1409
|
ssid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1410
1410
|
/**
|
|
@@ -1442,13 +1442,13 @@ export declare namespace NetworkCommissioning {
|
|
|
1442
1442
|
* selects a lower security connectivity type if the link quality is deemed to be too low to achieve successful
|
|
1443
1443
|
* operation, or if all retry attempts fail.
|
|
1444
1444
|
*
|
|
1445
|
-
* @see {@link MatterSpecification.
|
|
1445
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.3.2
|
|
1446
1446
|
*/
|
|
1447
1447
|
credentials: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1448
1448
|
/**
|
|
1449
1449
|
* See Breadcrumb for usage.
|
|
1450
1450
|
*
|
|
1451
|
-
* @see {@link MatterSpecification.
|
|
1451
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.3.3
|
|
1452
1452
|
*/
|
|
1453
1453
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1454
1454
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -1467,13 +1467,13 @@ export declare namespace NetworkCommissioning {
|
|
|
1467
1467
|
*
|
|
1468
1468
|
* • UnknownError: An internal error occurred during the operation.
|
|
1469
1469
|
*
|
|
1470
|
-
* @see {@link MatterSpecification.
|
|
1470
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
|
|
1471
1471
|
*/
|
|
1472
1472
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
1473
1473
|
/**
|
|
1474
1474
|
* See DebugText for usage.
|
|
1475
1475
|
*
|
|
1476
|
-
* @see {@link MatterSpecification.
|
|
1476
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
|
|
1477
1477
|
*/
|
|
1478
1478
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1479
1479
|
/**
|
|
@@ -1481,7 +1481,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1481
1481
|
* entry in the Networks attribute that was last added, updated or removed successfully by the associated
|
|
1482
1482
|
* request command.
|
|
1483
1483
|
*
|
|
1484
|
-
* @see {@link MatterSpecification.
|
|
1484
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
|
|
1485
1485
|
*/
|
|
1486
1486
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1487
1487
|
}>, any>;
|
|
@@ -1501,7 +1501,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1501
1501
|
* Note that most run-time details of the actual Thread interface are found in the Thread Network
|
|
1502
1502
|
* Diagnostics cluster, if supported.
|
|
1503
1503
|
*
|
|
1504
|
-
* @see {@link MatterSpecification.
|
|
1504
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.10
|
|
1505
1505
|
*/
|
|
1506
1506
|
readonly supportedThreadFeatures: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1507
1507
|
/**
|
|
@@ -1531,7 +1531,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1531
1531
|
* The format shall match the value mapping found in the "Version TLV" section of Thread specification. For
|
|
1532
1532
|
* example, Thread 1.3.0 would have ThreadVersion set to 4.
|
|
1533
1533
|
*
|
|
1534
|
-
* @see {@link MatterSpecification.
|
|
1534
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.11
|
|
1535
1535
|
*/
|
|
1536
1536
|
readonly threadVersion: FixedAttribute<number, any>;
|
|
1537
1537
|
};
|
|
@@ -1552,7 +1552,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1552
1552
|
* OperationalDataset, the operation shall be considered an addition, otherwise, it shall be considered an
|
|
1553
1553
|
* update.
|
|
1554
1554
|
*
|
|
1555
|
-
* @see {@link MatterSpecification.
|
|
1555
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.4
|
|
1556
1556
|
*/
|
|
1557
1557
|
readonly addOrUpdateThreadNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1558
1558
|
/**
|
|
@@ -1562,13 +1562,13 @@ export declare namespace NetworkCommissioning {
|
|
|
1562
1562
|
* The encoding for the OperationalDataset field is defined in the Thread specification. The client shall pass
|
|
1563
1563
|
* the OperationalDataset as an opaque octet string.
|
|
1564
1564
|
*
|
|
1565
|
-
* @see {@link MatterSpecification.
|
|
1565
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.4.1
|
|
1566
1566
|
*/
|
|
1567
1567
|
operationalDataset: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1568
1568
|
/**
|
|
1569
1569
|
* See Breadcrumb for usage.
|
|
1570
1570
|
*
|
|
1571
|
-
* @see {@link MatterSpecification.
|
|
1571
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.4.2
|
|
1572
1572
|
*/
|
|
1573
1573
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1574
1574
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -1587,13 +1587,13 @@ export declare namespace NetworkCommissioning {
|
|
|
1587
1587
|
*
|
|
1588
1588
|
* • UnknownError: An internal error occurred during the operation.
|
|
1589
1589
|
*
|
|
1590
|
-
* @see {@link MatterSpecification.
|
|
1590
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
|
|
1591
1591
|
*/
|
|
1592
1592
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
1593
1593
|
/**
|
|
1594
1594
|
* See DebugText for usage.
|
|
1595
1595
|
*
|
|
1596
|
-
* @see {@link MatterSpecification.
|
|
1596
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
|
|
1597
1597
|
*/
|
|
1598
1598
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1599
1599
|
/**
|
|
@@ -1601,7 +1601,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1601
1601
|
* entry in the Networks attribute that was last added, updated or removed successfully by the associated
|
|
1602
1602
|
* request command.
|
|
1603
1603
|
*
|
|
1604
|
-
* @see {@link MatterSpecification.
|
|
1604
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
|
|
1605
1605
|
*/
|
|
1606
1606
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1607
1607
|
}>, any>;
|
|
@@ -1640,7 +1640,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1640
1640
|
* available device resources. The length of the Networks attribute shall be less than or equal to this
|
|
1641
1641
|
* value.
|
|
1642
1642
|
*
|
|
1643
|
-
* @see {@link MatterSpecification.
|
|
1643
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.1
|
|
1644
1644
|
*/
|
|
1645
1645
|
readonly maxNetworks: FixedAttribute<number, any>;
|
|
1646
1646
|
/**
|
|
@@ -1660,7 +1660,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1660
1660
|
* There shall be no way to add, update or remove Ethernet network configurations to those Cluster
|
|
1661
1661
|
* instances.
|
|
1662
1662
|
*
|
|
1663
|
-
* @see {@link MatterSpecification.
|
|
1663
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.2
|
|
1664
1664
|
*/
|
|
1665
1665
|
readonly networks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1666
1666
|
/**
|
|
@@ -1687,7 +1687,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1687
1687
|
*
|
|
1688
1688
|
* XPAN ID is a big-endian 64-bit unsigned number, represented on the first 8 octets of the octet string.
|
|
1689
1689
|
*
|
|
1690
|
-
* @see {@link MatterSpecification.
|
|
1690
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.5.1
|
|
1691
1691
|
*/
|
|
1692
1692
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1693
1693
|
/**
|
|
@@ -1695,7 +1695,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1695
1695
|
* linked to the network technology (e.g. Associated for a Wi-Fi network, media connected for an Ethernet
|
|
1696
1696
|
* network).
|
|
1697
1697
|
*
|
|
1698
|
-
* @see {@link MatterSpecification.
|
|
1698
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.5.2
|
|
1699
1699
|
*/
|
|
1700
1700
|
connected: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1701
1701
|
}>[], any>;
|
|
@@ -1716,7 +1716,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1716
1716
|
* On Ethernet-only Nodes, there shall always be at least one of the Network Commissioning server cluster
|
|
1717
1717
|
* instances with InterfaceEnabled set to true.
|
|
1718
1718
|
*
|
|
1719
|
-
* @see {@link MatterSpecification.
|
|
1719
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.5
|
|
1720
1720
|
*/
|
|
1721
1721
|
readonly interfaceEnabled: WritableAttribute<boolean, any>;
|
|
1722
1722
|
/**
|
|
@@ -1728,7 +1728,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1728
1728
|
* This attribute is present to assist with error recovery during Network commissioning and to assist in
|
|
1729
1729
|
* non-concurrent networking commissioning flows.
|
|
1730
1730
|
*
|
|
1731
|
-
* @see {@link MatterSpecification.
|
|
1731
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.6
|
|
1732
1732
|
*/
|
|
1733
1733
|
readonly lastNetworkingStatus: Attribute<NetworkCommissioningStatus | null, any>;
|
|
1734
1734
|
/**
|
|
@@ -1743,7 +1743,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1743
1743
|
* This attribute is present to assist with error recovery during Network commissioning and to assist in
|
|
1744
1744
|
* non-concurrent networking commissioning flows.
|
|
1745
1745
|
*
|
|
1746
|
-
* @see {@link MatterSpecification.
|
|
1746
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.7
|
|
1747
1747
|
*/
|
|
1748
1748
|
readonly lastNetworkId: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
1749
1749
|
/**
|
|
@@ -1758,7 +1758,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1758
1758
|
* This attribute is present to assist with error recovery during Network commissioning and to assist in
|
|
1759
1759
|
* non-concurrent networking commissioning flows.
|
|
1760
1760
|
*
|
|
1761
|
-
* @see {@link MatterSpecification.
|
|
1761
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.8
|
|
1762
1762
|
*/
|
|
1763
1763
|
readonly lastConnectErrorValue: Attribute<number | null, any>;
|
|
1764
1764
|
};
|
|
@@ -1778,7 +1778,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1778
1778
|
*
|
|
1779
1779
|
* See ScanNetworks for usage.
|
|
1780
1780
|
*
|
|
1781
|
-
* @see {@link MatterSpecification.
|
|
1781
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.3
|
|
1782
1782
|
*/
|
|
1783
1783
|
readonly scanMaxTimeSeconds: FixedAttribute<number, any>;
|
|
1784
1784
|
/**
|
|
@@ -1789,7 +1789,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1789
1789
|
* deemed to have occurred, including, for example, obtaining IP addresses, or the execution of necessary
|
|
1790
1790
|
* internal retries.
|
|
1791
1791
|
*
|
|
1792
|
-
* @see {@link MatterSpecification.
|
|
1792
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.4
|
|
1793
1793
|
*/
|
|
1794
1794
|
readonly connectMaxTimeSeconds: FixedAttribute<number, any>;
|
|
1795
1795
|
};
|
|
@@ -1834,7 +1834,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1834
1834
|
* clients, while the network interface is processing the scan. Clients SHOULD NOT use this command unless
|
|
1835
1835
|
* actively in the process of re-configuring network connectivity.
|
|
1836
1836
|
*
|
|
1837
|
-
* @see {@link MatterSpecification.
|
|
1837
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.1
|
|
1838
1838
|
*/
|
|
1839
1839
|
readonly scanNetworks: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1840
1840
|
/**
|
|
@@ -1842,7 +1842,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1842
1842
|
* if the field is absent, or if it is null, this shall indicate scanning of all BSSID in range. This field
|
|
1843
1843
|
* shall be ignored for ScanNetworks invocations on non-Wi-Fi server instances.
|
|
1844
1844
|
*
|
|
1845
|
-
* @see {@link MatterSpecification.
|
|
1845
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.1.1
|
|
1846
1846
|
*/
|
|
1847
1847
|
ssid: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
1848
1848
|
/**
|
|
@@ -1850,7 +1850,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1850
1850
|
* Commissioning cluster on success of the associated command. If the command fails, the Breadcrumb attribute in
|
|
1851
1851
|
* the General Commissioning cluster shall be left unchanged.
|
|
1852
1852
|
*
|
|
1853
|
-
* @see {@link MatterSpecification.
|
|
1853
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.1.2
|
|
1854
1854
|
*/
|
|
1855
1855
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1856
1856
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -1869,7 +1869,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1869
1869
|
*
|
|
1870
1870
|
* • UnknownError: An internal error occurred during scanning.
|
|
1871
1871
|
*
|
|
1872
|
-
* @see {@link MatterSpecification.
|
|
1872
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.1
|
|
1873
1873
|
*/
|
|
1874
1874
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
1875
1875
|
/**
|
|
@@ -1877,7 +1877,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1877
1877
|
* case the NetworkingStatus was not Success. Its purpose is to help developers in troubleshooting errors and
|
|
1878
1878
|
* may go into logs or crash reports.
|
|
1879
1879
|
*
|
|
1880
|
-
* @see {@link MatterSpecification.
|
|
1880
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.2
|
|
1881
1881
|
*/
|
|
1882
1882
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1883
1883
|
/**
|
|
@@ -1893,7 +1893,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1893
1893
|
* RSSI order, even if RSSI is not reported in the response, to maximize the likelihood that most likely to be
|
|
1894
1894
|
* reachable elements are included within the size limits of the response.
|
|
1895
1895
|
*
|
|
1896
|
-
* @see {@link MatterSpecification.
|
|
1896
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.3
|
|
1897
1897
|
*/
|
|
1898
1898
|
wiFiScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1899
1899
|
security: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -1925,13 +1925,13 @@ export declare namespace NetworkCommissioning {
|
|
|
1925
1925
|
* This field, if present, may be used to differentiate overlapping channel number values across different Wi-Fi
|
|
1926
1926
|
* frequency bands.
|
|
1927
1927
|
*
|
|
1928
|
-
* @see {@link MatterSpecification.
|
|
1928
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.6.1
|
|
1929
1929
|
*/
|
|
1930
1930
|
wiFiBand: import("../tlv/TlvObject.js").OptionalFieldType<WiFiBand>;
|
|
1931
1931
|
/**
|
|
1932
1932
|
* This field, if present, shall denote the signal strength in dBm of the associated scan result.
|
|
1933
1933
|
*
|
|
1934
|
-
* @see {@link MatterSpecification.
|
|
1934
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.6.2
|
|
1935
1935
|
*/
|
|
1936
1936
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1937
1937
|
}>[]>;
|
|
@@ -1947,7 +1947,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1947
1947
|
* LQI order, to maximize the likelihood that most likely to be reachable elements are included within the size
|
|
1948
1948
|
* limits of the response.
|
|
1949
1949
|
*
|
|
1950
|
-
* @see {@link MatterSpecification.
|
|
1950
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.4
|
|
1951
1951
|
*/
|
|
1952
1952
|
threadScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1953
1953
|
panId: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -1958,7 +1958,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1958
1958
|
/**
|
|
1959
1959
|
* ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
|
|
1960
1960
|
*
|
|
1961
|
-
* @see {@link MatterSpecification.
|
|
1961
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.7.1
|
|
1962
1962
|
*/
|
|
1963
1963
|
extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
1964
1964
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -1981,19 +1981,19 @@ export declare namespace NetworkCommissioning {
|
|
|
1981
1981
|
* of the entry in the Networks attribute that was just removed, and a NetworkingStatus status field set to
|
|
1982
1982
|
* Success.
|
|
1983
1983
|
*
|
|
1984
|
-
* @see {@link MatterSpecification.
|
|
1984
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.6
|
|
1985
1985
|
*/
|
|
1986
1986
|
readonly removeNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1987
1987
|
/**
|
|
1988
1988
|
* This field shall contain the NetworkID for the entry to remove: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
1989
1989
|
*
|
|
1990
|
-
* @see {@link MatterSpecification.
|
|
1990
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.6.1
|
|
1991
1991
|
*/
|
|
1992
1992
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1993
1993
|
/**
|
|
1994
1994
|
* See Breadcrumb for usage.
|
|
1995
1995
|
*
|
|
1996
|
-
* @see {@link MatterSpecification.
|
|
1996
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.6.2
|
|
1997
1997
|
*/
|
|
1998
1998
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1999
1999
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -2012,13 +2012,13 @@ export declare namespace NetworkCommissioning {
|
|
|
2012
2012
|
*
|
|
2013
2013
|
* • UnknownError: An internal error occurred during the operation.
|
|
2014
2014
|
*
|
|
2015
|
-
* @see {@link MatterSpecification.
|
|
2015
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
|
|
2016
2016
|
*/
|
|
2017
2017
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2018
2018
|
/**
|
|
2019
2019
|
* See DebugText for usage.
|
|
2020
2020
|
*
|
|
2021
|
-
* @see {@link MatterSpecification.
|
|
2021
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
|
|
2022
2022
|
*/
|
|
2023
2023
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2024
2024
|
/**
|
|
@@ -2026,7 +2026,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2026
2026
|
* entry in the Networks attribute that was last added, updated or removed successfully by the associated
|
|
2027
2027
|
* request command.
|
|
2028
2028
|
*
|
|
2029
|
-
* @see {@link MatterSpecification.
|
|
2029
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
|
|
2030
2030
|
*/
|
|
2031
2031
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2032
2032
|
}>, any>;
|
|
@@ -2106,20 +2106,20 @@ export declare namespace NetworkCommissioning {
|
|
|
2106
2106
|
* determining the reason for a failure after reconnecting over a Commissioning channel, especially in
|
|
2107
2107
|
* non-concurrent commissioning situations.
|
|
2108
2108
|
*
|
|
2109
|
-
* @see {@link MatterSpecification.
|
|
2109
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.8
|
|
2110
2110
|
*/
|
|
2111
2111
|
readonly connectNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2112
2112
|
/**
|
|
2113
2113
|
* This field shall contain the NetworkID for the entry used to configure the connection: the SSID for Wi-Fi and
|
|
2114
2114
|
* XPAN ID for Thread.
|
|
2115
2115
|
*
|
|
2116
|
-
* @see {@link MatterSpecification.
|
|
2116
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.8.1
|
|
2117
2117
|
*/
|
|
2118
2118
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
2119
2119
|
/**
|
|
2120
2120
|
* See Breadcrumb for usage.
|
|
2121
2121
|
*
|
|
2122
|
-
* @see {@link MatterSpecification.
|
|
2122
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.8.2
|
|
2123
2123
|
*/
|
|
2124
2124
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2125
2125
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -2144,13 +2144,13 @@ export declare namespace NetworkCommissioning {
|
|
|
2144
2144
|
* • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
|
|
2145
2145
|
* UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
|
|
2146
2146
|
*
|
|
2147
|
-
* @see {@link MatterSpecification.
|
|
2147
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.9.1
|
|
2148
2148
|
*/
|
|
2149
2149
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2150
2150
|
/**
|
|
2151
2151
|
* See DebugText for usage.
|
|
2152
2152
|
*
|
|
2153
|
-
* @see {@link MatterSpecification.
|
|
2153
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.9.2
|
|
2154
2154
|
*/
|
|
2155
2155
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2156
2156
|
/**
|
|
@@ -2173,7 +2173,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2173
2173
|
* • Otherwise, the ErrorValue field shall contain an implementation-dependent value which may be used by a
|
|
2174
2174
|
* reader of the structure to record, report or diagnose the failure.
|
|
2175
2175
|
*
|
|
2176
|
-
* @see {@link MatterSpecification.
|
|
2176
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.9.3
|
|
2177
2177
|
*/
|
|
2178
2178
|
errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2179
2179
|
}>, any>;
|
|
@@ -2181,20 +2181,20 @@ export declare namespace NetworkCommissioning {
|
|
|
2181
2181
|
* This command shall set the specific order of the network configuration selected by its NetworkID in the
|
|
2182
2182
|
* Networks attribute to match the position given by NetworkIndex.
|
|
2183
2183
|
*
|
|
2184
|
-
* @see {@link MatterSpecification.
|
|
2184
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10
|
|
2185
2185
|
*/
|
|
2186
2186
|
readonly reorderNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2187
2187
|
/**
|
|
2188
2188
|
* This field shall contain the NetworkID for the entry to reorder: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
2189
2189
|
*
|
|
2190
|
-
* @see {@link MatterSpecification.
|
|
2190
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10.1
|
|
2191
2191
|
*/
|
|
2192
2192
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
2193
2193
|
/**
|
|
2194
2194
|
* This field shall contain the 0-based index of the new desired position of the entry in the Networks
|
|
2195
2195
|
* attribute.
|
|
2196
2196
|
*
|
|
2197
|
-
* @see {@link MatterSpecification.
|
|
2197
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10.2
|
|
2198
2198
|
*/
|
|
2199
2199
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2200
2200
|
/**
|
|
@@ -2246,7 +2246,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2246
2246
|
* In the above outcome, BlueDolphin, Home-Guest and WillowTree moved "up" and FancyCat became the lowest
|
|
2247
2247
|
* priority network in the list.
|
|
2248
2248
|
*
|
|
2249
|
-
* @see {@link MatterSpecification.
|
|
2249
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10.3
|
|
2250
2250
|
*/
|
|
2251
2251
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2252
2252
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -2265,13 +2265,13 @@ export declare namespace NetworkCommissioning {
|
|
|
2265
2265
|
*
|
|
2266
2266
|
* • UnknownError: An internal error occurred during the operation.
|
|
2267
2267
|
*
|
|
2268
|
-
* @see {@link MatterSpecification.
|
|
2268
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
|
|
2269
2269
|
*/
|
|
2270
2270
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2271
2271
|
/**
|
|
2272
2272
|
* See DebugText for usage.
|
|
2273
2273
|
*
|
|
2274
|
-
* @see {@link MatterSpecification.
|
|
2274
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
|
|
2275
2275
|
*/
|
|
2276
2276
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2277
2277
|
/**
|
|
@@ -2279,7 +2279,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2279
2279
|
* entry in the Networks attribute that was last added, updated or removed successfully by the associated
|
|
2280
2280
|
* request command.
|
|
2281
2281
|
*
|
|
2282
|
-
* @see {@link MatterSpecification.
|
|
2282
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
|
|
2283
2283
|
*/
|
|
2284
2284
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2285
2285
|
}>, any>;
|
|
@@ -2297,7 +2297,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2297
2297
|
*
|
|
2298
2298
|
* See ScanNetworks for usage.
|
|
2299
2299
|
*
|
|
2300
|
-
* @see {@link MatterSpecification.
|
|
2300
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.3
|
|
2301
2301
|
*/
|
|
2302
2302
|
readonly scanMaxTimeSeconds: FixedAttribute<number, any>;
|
|
2303
2303
|
/**
|
|
@@ -2308,7 +2308,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2308
2308
|
* deemed to have occurred, including, for example, obtaining IP addresses, or the execution of necessary
|
|
2309
2309
|
* internal retries.
|
|
2310
2310
|
*
|
|
2311
|
-
* @see {@link MatterSpecification.
|
|
2311
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.4
|
|
2312
2312
|
*/
|
|
2313
2313
|
readonly connectMaxTimeSeconds: FixedAttribute<number, any>;
|
|
2314
2314
|
};
|
|
@@ -2353,7 +2353,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2353
2353
|
* clients, while the network interface is processing the scan. Clients SHOULD NOT use this command unless
|
|
2354
2354
|
* actively in the process of re-configuring network connectivity.
|
|
2355
2355
|
*
|
|
2356
|
-
* @see {@link MatterSpecification.
|
|
2356
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.1
|
|
2357
2357
|
*/
|
|
2358
2358
|
readonly scanNetworks: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2359
2359
|
/**
|
|
@@ -2361,7 +2361,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2361
2361
|
* if the field is absent, or if it is null, this shall indicate scanning of all BSSID in range. This field
|
|
2362
2362
|
* shall be ignored for ScanNetworks invocations on non-Wi-Fi server instances.
|
|
2363
2363
|
*
|
|
2364
|
-
* @see {@link MatterSpecification.
|
|
2364
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.1.1
|
|
2365
2365
|
*/
|
|
2366
2366
|
ssid: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
2367
2367
|
/**
|
|
@@ -2369,7 +2369,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2369
2369
|
* Commissioning cluster on success of the associated command. If the command fails, the Breadcrumb attribute in
|
|
2370
2370
|
* the General Commissioning cluster shall be left unchanged.
|
|
2371
2371
|
*
|
|
2372
|
-
* @see {@link MatterSpecification.
|
|
2372
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.1.2
|
|
2373
2373
|
*/
|
|
2374
2374
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2375
2375
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -2388,7 +2388,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2388
2388
|
*
|
|
2389
2389
|
* • UnknownError: An internal error occurred during scanning.
|
|
2390
2390
|
*
|
|
2391
|
-
* @see {@link MatterSpecification.
|
|
2391
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.1
|
|
2392
2392
|
*/
|
|
2393
2393
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2394
2394
|
/**
|
|
@@ -2396,7 +2396,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2396
2396
|
* case the NetworkingStatus was not Success. Its purpose is to help developers in troubleshooting errors and
|
|
2397
2397
|
* may go into logs or crash reports.
|
|
2398
2398
|
*
|
|
2399
|
-
* @see {@link MatterSpecification.
|
|
2399
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.2
|
|
2400
2400
|
*/
|
|
2401
2401
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2402
2402
|
/**
|
|
@@ -2412,7 +2412,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2412
2412
|
* RSSI order, even if RSSI is not reported in the response, to maximize the likelihood that most likely to be
|
|
2413
2413
|
* reachable elements are included within the size limits of the response.
|
|
2414
2414
|
*
|
|
2415
|
-
* @see {@link MatterSpecification.
|
|
2415
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.3
|
|
2416
2416
|
*/
|
|
2417
2417
|
wiFiScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2418
2418
|
security: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -2444,13 +2444,13 @@ export declare namespace NetworkCommissioning {
|
|
|
2444
2444
|
* This field, if present, may be used to differentiate overlapping channel number values across different Wi-Fi
|
|
2445
2445
|
* frequency bands.
|
|
2446
2446
|
*
|
|
2447
|
-
* @see {@link MatterSpecification.
|
|
2447
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.6.1
|
|
2448
2448
|
*/
|
|
2449
2449
|
wiFiBand: import("../tlv/TlvObject.js").OptionalFieldType<WiFiBand>;
|
|
2450
2450
|
/**
|
|
2451
2451
|
* This field, if present, shall denote the signal strength in dBm of the associated scan result.
|
|
2452
2452
|
*
|
|
2453
|
-
* @see {@link MatterSpecification.
|
|
2453
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.6.2
|
|
2454
2454
|
*/
|
|
2455
2455
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2456
2456
|
}>[]>;
|
|
@@ -2466,7 +2466,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2466
2466
|
* LQI order, to maximize the likelihood that most likely to be reachable elements are included within the size
|
|
2467
2467
|
* limits of the response.
|
|
2468
2468
|
*
|
|
2469
|
-
* @see {@link MatterSpecification.
|
|
2469
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.4
|
|
2470
2470
|
*/
|
|
2471
2471
|
threadScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2472
2472
|
panId: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -2477,7 +2477,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2477
2477
|
/**
|
|
2478
2478
|
* ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
|
|
2479
2479
|
*
|
|
2480
|
-
* @see {@link MatterSpecification.
|
|
2480
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.7.1
|
|
2481
2481
|
*/
|
|
2482
2482
|
extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
2483
2483
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -2500,19 +2500,19 @@ export declare namespace NetworkCommissioning {
|
|
|
2500
2500
|
* of the entry in the Networks attribute that was just removed, and a NetworkingStatus status field set to
|
|
2501
2501
|
* Success.
|
|
2502
2502
|
*
|
|
2503
|
-
* @see {@link MatterSpecification.
|
|
2503
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.6
|
|
2504
2504
|
*/
|
|
2505
2505
|
readonly removeNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2506
2506
|
/**
|
|
2507
2507
|
* This field shall contain the NetworkID for the entry to remove: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
2508
2508
|
*
|
|
2509
|
-
* @see {@link MatterSpecification.
|
|
2509
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.6.1
|
|
2510
2510
|
*/
|
|
2511
2511
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
2512
2512
|
/**
|
|
2513
2513
|
* See Breadcrumb for usage.
|
|
2514
2514
|
*
|
|
2515
|
-
* @see {@link MatterSpecification.
|
|
2515
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.6.2
|
|
2516
2516
|
*/
|
|
2517
2517
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2518
2518
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -2531,13 +2531,13 @@ export declare namespace NetworkCommissioning {
|
|
|
2531
2531
|
*
|
|
2532
2532
|
* • UnknownError: An internal error occurred during the operation.
|
|
2533
2533
|
*
|
|
2534
|
-
* @see {@link MatterSpecification.
|
|
2534
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
|
|
2535
2535
|
*/
|
|
2536
2536
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2537
2537
|
/**
|
|
2538
2538
|
* See DebugText for usage.
|
|
2539
2539
|
*
|
|
2540
|
-
* @see {@link MatterSpecification.
|
|
2540
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
|
|
2541
2541
|
*/
|
|
2542
2542
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2543
2543
|
/**
|
|
@@ -2545,7 +2545,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2545
2545
|
* entry in the Networks attribute that was last added, updated or removed successfully by the associated
|
|
2546
2546
|
* request command.
|
|
2547
2547
|
*
|
|
2548
|
-
* @see {@link MatterSpecification.
|
|
2548
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
|
|
2549
2549
|
*/
|
|
2550
2550
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2551
2551
|
}>, any>;
|
|
@@ -2625,20 +2625,20 @@ export declare namespace NetworkCommissioning {
|
|
|
2625
2625
|
* determining the reason for a failure after reconnecting over a Commissioning channel, especially in
|
|
2626
2626
|
* non-concurrent commissioning situations.
|
|
2627
2627
|
*
|
|
2628
|
-
* @see {@link MatterSpecification.
|
|
2628
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.8
|
|
2629
2629
|
*/
|
|
2630
2630
|
readonly connectNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2631
2631
|
/**
|
|
2632
2632
|
* This field shall contain the NetworkID for the entry used to configure the connection: the SSID for Wi-Fi and
|
|
2633
2633
|
* XPAN ID for Thread.
|
|
2634
2634
|
*
|
|
2635
|
-
* @see {@link MatterSpecification.
|
|
2635
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.8.1
|
|
2636
2636
|
*/
|
|
2637
2637
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
2638
2638
|
/**
|
|
2639
2639
|
* See Breadcrumb for usage.
|
|
2640
2640
|
*
|
|
2641
|
-
* @see {@link MatterSpecification.
|
|
2641
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.8.2
|
|
2642
2642
|
*/
|
|
2643
2643
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2644
2644
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -2663,13 +2663,13 @@ export declare namespace NetworkCommissioning {
|
|
|
2663
2663
|
* • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
|
|
2664
2664
|
* UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
|
|
2665
2665
|
*
|
|
2666
|
-
* @see {@link MatterSpecification.
|
|
2666
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.9.1
|
|
2667
2667
|
*/
|
|
2668
2668
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2669
2669
|
/**
|
|
2670
2670
|
* See DebugText for usage.
|
|
2671
2671
|
*
|
|
2672
|
-
* @see {@link MatterSpecification.
|
|
2672
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.9.2
|
|
2673
2673
|
*/
|
|
2674
2674
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2675
2675
|
/**
|
|
@@ -2692,7 +2692,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2692
2692
|
* • Otherwise, the ErrorValue field shall contain an implementation-dependent value which may be used by a
|
|
2693
2693
|
* reader of the structure to record, report or diagnose the failure.
|
|
2694
2694
|
*
|
|
2695
|
-
* @see {@link MatterSpecification.
|
|
2695
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.9.3
|
|
2696
2696
|
*/
|
|
2697
2697
|
errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2698
2698
|
}>, any>;
|
|
@@ -2700,20 +2700,20 @@ export declare namespace NetworkCommissioning {
|
|
|
2700
2700
|
* This command shall set the specific order of the network configuration selected by its NetworkID in the
|
|
2701
2701
|
* Networks attribute to match the position given by NetworkIndex.
|
|
2702
2702
|
*
|
|
2703
|
-
* @see {@link MatterSpecification.
|
|
2703
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10
|
|
2704
2704
|
*/
|
|
2705
2705
|
readonly reorderNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2706
2706
|
/**
|
|
2707
2707
|
* This field shall contain the NetworkID for the entry to reorder: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
2708
2708
|
*
|
|
2709
|
-
* @see {@link MatterSpecification.
|
|
2709
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10.1
|
|
2710
2710
|
*/
|
|
2711
2711
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
2712
2712
|
/**
|
|
2713
2713
|
* This field shall contain the 0-based index of the new desired position of the entry in the Networks
|
|
2714
2714
|
* attribute.
|
|
2715
2715
|
*
|
|
2716
|
-
* @see {@link MatterSpecification.
|
|
2716
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10.2
|
|
2717
2717
|
*/
|
|
2718
2718
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2719
2719
|
/**
|
|
@@ -2765,7 +2765,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2765
2765
|
* In the above outcome, BlueDolphin, Home-Guest and WillowTree moved "up" and FancyCat became the lowest
|
|
2766
2766
|
* priority network in the list.
|
|
2767
2767
|
*
|
|
2768
|
-
* @see {@link MatterSpecification.
|
|
2768
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10.3
|
|
2769
2769
|
*/
|
|
2770
2770
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2771
2771
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -2784,13 +2784,13 @@ export declare namespace NetworkCommissioning {
|
|
|
2784
2784
|
*
|
|
2785
2785
|
* • UnknownError: An internal error occurred during the operation.
|
|
2786
2786
|
*
|
|
2787
|
-
* @see {@link MatterSpecification.
|
|
2787
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
|
|
2788
2788
|
*/
|
|
2789
2789
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2790
2790
|
/**
|
|
2791
2791
|
* See DebugText for usage.
|
|
2792
2792
|
*
|
|
2793
|
-
* @see {@link MatterSpecification.
|
|
2793
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
|
|
2794
2794
|
*/
|
|
2795
2795
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2796
2796
|
/**
|
|
@@ -2798,7 +2798,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2798
2798
|
* entry in the Networks attribute that was last added, updated or removed successfully by the associated
|
|
2799
2799
|
* request command.
|
|
2800
2800
|
*
|
|
2801
|
-
* @see {@link MatterSpecification.
|
|
2801
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
|
|
2802
2802
|
*/
|
|
2803
2803
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2804
2804
|
}>, any>;
|
|
@@ -2813,7 +2813,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2813
2813
|
/**
|
|
2814
2814
|
* Indicates all the frequency bands supported by the Wi-Fi interface configured by the cluster instance.
|
|
2815
2815
|
*
|
|
2816
|
-
* @see {@link MatterSpecification.
|
|
2816
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.9
|
|
2817
2817
|
*/
|
|
2818
2818
|
readonly supportedWiFiBands: FixedAttribute<WiFiBand[], any>;
|
|
2819
2819
|
};
|
|
@@ -2833,14 +2833,14 @@ export declare namespace NetworkCommissioning {
|
|
|
2833
2833
|
* See Section 11.9.7.5, “Common processing of AddOrUpdateWiFiNetwork and AddOrUpdateThreadNetwork” for
|
|
2834
2834
|
* behavior of addition/update.
|
|
2835
2835
|
*
|
|
2836
|
-
* @see {@link MatterSpecification.
|
|
2836
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.3
|
|
2837
2837
|
*/
|
|
2838
2838
|
readonly addOrUpdateWiFiNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2839
2839
|
/**
|
|
2840
2840
|
* This field shall contain the SSID to which to attempt connection. Specific BSSID selection is not supported
|
|
2841
2841
|
* by this cluster.
|
|
2842
2842
|
*
|
|
2843
|
-
* @see {@link MatterSpecification.
|
|
2843
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.3.1
|
|
2844
2844
|
*/
|
|
2845
2845
|
ssid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
2846
2846
|
/**
|
|
@@ -2878,13 +2878,13 @@ export declare namespace NetworkCommissioning {
|
|
|
2878
2878
|
* selects a lower security connectivity type if the link quality is deemed to be too low to achieve successful
|
|
2879
2879
|
* operation, or if all retry attempts fail.
|
|
2880
2880
|
*
|
|
2881
|
-
* @see {@link MatterSpecification.
|
|
2881
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.3.2
|
|
2882
2882
|
*/
|
|
2883
2883
|
credentials: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
2884
2884
|
/**
|
|
2885
2885
|
* See Breadcrumb for usage.
|
|
2886
2886
|
*
|
|
2887
|
-
* @see {@link MatterSpecification.
|
|
2887
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.3.3
|
|
2888
2888
|
*/
|
|
2889
2889
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2890
2890
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -2903,13 +2903,13 @@ export declare namespace NetworkCommissioning {
|
|
|
2903
2903
|
*
|
|
2904
2904
|
* • UnknownError: An internal error occurred during the operation.
|
|
2905
2905
|
*
|
|
2906
|
-
* @see {@link MatterSpecification.
|
|
2906
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
|
|
2907
2907
|
*/
|
|
2908
2908
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2909
2909
|
/**
|
|
2910
2910
|
* See DebugText for usage.
|
|
2911
2911
|
*
|
|
2912
|
-
* @see {@link MatterSpecification.
|
|
2912
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
|
|
2913
2913
|
*/
|
|
2914
2914
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2915
2915
|
/**
|
|
@@ -2917,7 +2917,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2917
2917
|
* entry in the Networks attribute that was last added, updated or removed successfully by the associated
|
|
2918
2918
|
* request command.
|
|
2919
2919
|
*
|
|
2920
|
-
* @see {@link MatterSpecification.
|
|
2920
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
|
|
2921
2921
|
*/
|
|
2922
2922
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2923
2923
|
}>, any>;
|
|
@@ -2938,7 +2938,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2938
2938
|
* Note that most run-time details of the actual Thread interface are found in the Thread Network
|
|
2939
2939
|
* Diagnostics cluster, if supported.
|
|
2940
2940
|
*
|
|
2941
|
-
* @see {@link MatterSpecification.
|
|
2941
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.10
|
|
2942
2942
|
*/
|
|
2943
2943
|
readonly supportedThreadFeatures: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2944
2944
|
/**
|
|
@@ -2968,7 +2968,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2968
2968
|
* The format shall match the value mapping found in the "Version TLV" section of Thread specification. For
|
|
2969
2969
|
* example, Thread 1.3.0 would have ThreadVersion set to 4.
|
|
2970
2970
|
*
|
|
2971
|
-
* @see {@link MatterSpecification.
|
|
2971
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.11
|
|
2972
2972
|
*/
|
|
2973
2973
|
readonly threadVersion: FixedAttribute<number, any>;
|
|
2974
2974
|
};
|
|
@@ -2989,7 +2989,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2989
2989
|
* OperationalDataset, the operation shall be considered an addition, otherwise, it shall be considered an
|
|
2990
2990
|
* update.
|
|
2991
2991
|
*
|
|
2992
|
-
* @see {@link MatterSpecification.
|
|
2992
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.4
|
|
2993
2993
|
*/
|
|
2994
2994
|
readonly addOrUpdateThreadNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2995
2995
|
/**
|
|
@@ -2999,13 +2999,13 @@ export declare namespace NetworkCommissioning {
|
|
|
2999
2999
|
* The encoding for the OperationalDataset field is defined in the Thread specification. The client shall pass
|
|
3000
3000
|
* the OperationalDataset as an opaque octet string.
|
|
3001
3001
|
*
|
|
3002
|
-
* @see {@link MatterSpecification.
|
|
3002
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.4.1
|
|
3003
3003
|
*/
|
|
3004
3004
|
operationalDataset: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
3005
3005
|
/**
|
|
3006
3006
|
* See Breadcrumb for usage.
|
|
3007
3007
|
*
|
|
3008
|
-
* @see {@link MatterSpecification.
|
|
3008
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.4.2
|
|
3009
3009
|
*/
|
|
3010
3010
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3011
3011
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -3024,13 +3024,13 @@ export declare namespace NetworkCommissioning {
|
|
|
3024
3024
|
*
|
|
3025
3025
|
* • UnknownError: An internal error occurred during the operation.
|
|
3026
3026
|
*
|
|
3027
|
-
* @see {@link MatterSpecification.
|
|
3027
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
|
|
3028
3028
|
*/
|
|
3029
3029
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
3030
3030
|
/**
|
|
3031
3031
|
* See DebugText for usage.
|
|
3032
3032
|
*
|
|
3033
|
-
* @see {@link MatterSpecification.
|
|
3033
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
|
|
3034
3034
|
*/
|
|
3035
3035
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3036
3036
|
/**
|
|
@@ -3038,7 +3038,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3038
3038
|
* entry in the Networks attribute that was last added, updated or removed successfully by the associated
|
|
3039
3039
|
* request command.
|
|
3040
3040
|
*
|
|
3041
|
-
* @see {@link MatterSpecification.
|
|
3041
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
|
|
3042
3042
|
*/
|
|
3043
3043
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3044
3044
|
}>, any>;
|
|
@@ -3104,7 +3104,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3104
3104
|
* available device resources. The length of the Networks attribute shall be less than or equal to this
|
|
3105
3105
|
* value.
|
|
3106
3106
|
*
|
|
3107
|
-
* @see {@link MatterSpecification.
|
|
3107
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.1
|
|
3108
3108
|
*/
|
|
3109
3109
|
readonly maxNetworks: FixedAttribute<number, any>;
|
|
3110
3110
|
/**
|
|
@@ -3124,7 +3124,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3124
3124
|
* There shall be no way to add, update or remove Ethernet network configurations to those Cluster
|
|
3125
3125
|
* instances.
|
|
3126
3126
|
*
|
|
3127
|
-
* @see {@link MatterSpecification.
|
|
3127
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.2
|
|
3128
3128
|
*/
|
|
3129
3129
|
readonly networks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3130
3130
|
/**
|
|
@@ -3151,7 +3151,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3151
3151
|
*
|
|
3152
3152
|
* XPAN ID is a big-endian 64-bit unsigned number, represented on the first 8 octets of the octet string.
|
|
3153
3153
|
*
|
|
3154
|
-
* @see {@link MatterSpecification.
|
|
3154
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.5.1
|
|
3155
3155
|
*/
|
|
3156
3156
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
3157
3157
|
/**
|
|
@@ -3159,7 +3159,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3159
3159
|
* linked to the network technology (e.g. Associated for a Wi-Fi network, media connected for an Ethernet
|
|
3160
3160
|
* network).
|
|
3161
3161
|
*
|
|
3162
|
-
* @see {@link MatterSpecification.
|
|
3162
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.5.2
|
|
3163
3163
|
*/
|
|
3164
3164
|
connected: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3165
3165
|
}>[], any>;
|
|
@@ -3180,7 +3180,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3180
3180
|
* On Ethernet-only Nodes, there shall always be at least one of the Network Commissioning server cluster
|
|
3181
3181
|
* instances with InterfaceEnabled set to true.
|
|
3182
3182
|
*
|
|
3183
|
-
* @see {@link MatterSpecification.
|
|
3183
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.5
|
|
3184
3184
|
*/
|
|
3185
3185
|
readonly interfaceEnabled: WritableAttribute<boolean, any>;
|
|
3186
3186
|
/**
|
|
@@ -3192,7 +3192,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3192
3192
|
* This attribute is present to assist with error recovery during Network commissioning and to assist in
|
|
3193
3193
|
* non-concurrent networking commissioning flows.
|
|
3194
3194
|
*
|
|
3195
|
-
* @see {@link MatterSpecification.
|
|
3195
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.6
|
|
3196
3196
|
*/
|
|
3197
3197
|
readonly lastNetworkingStatus: Attribute<NetworkCommissioningStatus | null, any>;
|
|
3198
3198
|
/**
|
|
@@ -3207,7 +3207,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3207
3207
|
* This attribute is present to assist with error recovery during Network commissioning and to assist in
|
|
3208
3208
|
* non-concurrent networking commissioning flows.
|
|
3209
3209
|
*
|
|
3210
|
-
* @see {@link MatterSpecification.
|
|
3210
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.7
|
|
3211
3211
|
*/
|
|
3212
3212
|
readonly lastNetworkId: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
3213
3213
|
/**
|
|
@@ -3222,7 +3222,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3222
3222
|
* This attribute is present to assist with error recovery during Network commissioning and to assist in
|
|
3223
3223
|
* non-concurrent networking commissioning flows.
|
|
3224
3224
|
*
|
|
3225
|
-
* @see {@link MatterSpecification.
|
|
3225
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.8
|
|
3226
3226
|
*/
|
|
3227
3227
|
readonly lastConnectErrorValue: Attribute<number | null, any>;
|
|
3228
3228
|
};
|
|
@@ -3242,7 +3242,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3242
3242
|
*
|
|
3243
3243
|
* See ScanNetworks for usage.
|
|
3244
3244
|
*
|
|
3245
|
-
* @see {@link MatterSpecification.
|
|
3245
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.3
|
|
3246
3246
|
*/
|
|
3247
3247
|
readonly scanMaxTimeSeconds: FixedAttribute<number, any>;
|
|
3248
3248
|
/**
|
|
@@ -3253,7 +3253,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3253
3253
|
* deemed to have occurred, including, for example, obtaining IP addresses, or the execution of necessary
|
|
3254
3254
|
* internal retries.
|
|
3255
3255
|
*
|
|
3256
|
-
* @see {@link MatterSpecification.
|
|
3256
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.4
|
|
3257
3257
|
*/
|
|
3258
3258
|
readonly connectMaxTimeSeconds: FixedAttribute<number, any>;
|
|
3259
3259
|
};
|
|
@@ -3298,7 +3298,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3298
3298
|
* clients, while the network interface is processing the scan. Clients SHOULD NOT use this command unless
|
|
3299
3299
|
* actively in the process of re-configuring network connectivity.
|
|
3300
3300
|
*
|
|
3301
|
-
* @see {@link MatterSpecification.
|
|
3301
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.1
|
|
3302
3302
|
*/
|
|
3303
3303
|
readonly scanNetworks: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3304
3304
|
/**
|
|
@@ -3306,7 +3306,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3306
3306
|
* if the field is absent, or if it is null, this shall indicate scanning of all BSSID in range. This field
|
|
3307
3307
|
* shall be ignored for ScanNetworks invocations on non-Wi-Fi server instances.
|
|
3308
3308
|
*
|
|
3309
|
-
* @see {@link MatterSpecification.
|
|
3309
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.1.1
|
|
3310
3310
|
*/
|
|
3311
3311
|
ssid: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
3312
3312
|
/**
|
|
@@ -3314,7 +3314,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3314
3314
|
* Commissioning cluster on success of the associated command. If the command fails, the Breadcrumb attribute in
|
|
3315
3315
|
* the General Commissioning cluster shall be left unchanged.
|
|
3316
3316
|
*
|
|
3317
|
-
* @see {@link MatterSpecification.
|
|
3317
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.1.2
|
|
3318
3318
|
*/
|
|
3319
3319
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3320
3320
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -3333,7 +3333,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3333
3333
|
*
|
|
3334
3334
|
* • UnknownError: An internal error occurred during scanning.
|
|
3335
3335
|
*
|
|
3336
|
-
* @see {@link MatterSpecification.
|
|
3336
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.1
|
|
3337
3337
|
*/
|
|
3338
3338
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
3339
3339
|
/**
|
|
@@ -3341,7 +3341,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3341
3341
|
* case the NetworkingStatus was not Success. Its purpose is to help developers in troubleshooting errors and
|
|
3342
3342
|
* may go into logs or crash reports.
|
|
3343
3343
|
*
|
|
3344
|
-
* @see {@link MatterSpecification.
|
|
3344
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.2
|
|
3345
3345
|
*/
|
|
3346
3346
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3347
3347
|
/**
|
|
@@ -3357,7 +3357,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3357
3357
|
* RSSI order, even if RSSI is not reported in the response, to maximize the likelihood that most likely to be
|
|
3358
3358
|
* reachable elements are included within the size limits of the response.
|
|
3359
3359
|
*
|
|
3360
|
-
* @see {@link MatterSpecification.
|
|
3360
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.3
|
|
3361
3361
|
*/
|
|
3362
3362
|
wiFiScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3363
3363
|
security: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -3389,13 +3389,13 @@ export declare namespace NetworkCommissioning {
|
|
|
3389
3389
|
* This field, if present, may be used to differentiate overlapping channel number values across different Wi-Fi
|
|
3390
3390
|
* frequency bands.
|
|
3391
3391
|
*
|
|
3392
|
-
* @see {@link MatterSpecification.
|
|
3392
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.6.1
|
|
3393
3393
|
*/
|
|
3394
3394
|
wiFiBand: import("../tlv/TlvObject.js").OptionalFieldType<WiFiBand>;
|
|
3395
3395
|
/**
|
|
3396
3396
|
* This field, if present, shall denote the signal strength in dBm of the associated scan result.
|
|
3397
3397
|
*
|
|
3398
|
-
* @see {@link MatterSpecification.
|
|
3398
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.6.2
|
|
3399
3399
|
*/
|
|
3400
3400
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3401
3401
|
}>[]>;
|
|
@@ -3411,7 +3411,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3411
3411
|
* LQI order, to maximize the likelihood that most likely to be reachable elements are included within the size
|
|
3412
3412
|
* limits of the response.
|
|
3413
3413
|
*
|
|
3414
|
-
* @see {@link MatterSpecification.
|
|
3414
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.4
|
|
3415
3415
|
*/
|
|
3416
3416
|
threadScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3417
3417
|
panId: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -3422,7 +3422,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3422
3422
|
/**
|
|
3423
3423
|
* ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
|
|
3424
3424
|
*
|
|
3425
|
-
* @see {@link MatterSpecification.
|
|
3425
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.7.1
|
|
3426
3426
|
*/
|
|
3427
3427
|
extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
3428
3428
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -3445,19 +3445,19 @@ export declare namespace NetworkCommissioning {
|
|
|
3445
3445
|
* of the entry in the Networks attribute that was just removed, and a NetworkingStatus status field set to
|
|
3446
3446
|
* Success.
|
|
3447
3447
|
*
|
|
3448
|
-
* @see {@link MatterSpecification.
|
|
3448
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.6
|
|
3449
3449
|
*/
|
|
3450
3450
|
readonly removeNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3451
3451
|
/**
|
|
3452
3452
|
* This field shall contain the NetworkID for the entry to remove: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
3453
3453
|
*
|
|
3454
|
-
* @see {@link MatterSpecification.
|
|
3454
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.6.1
|
|
3455
3455
|
*/
|
|
3456
3456
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
3457
3457
|
/**
|
|
3458
3458
|
* See Breadcrumb for usage.
|
|
3459
3459
|
*
|
|
3460
|
-
* @see {@link MatterSpecification.
|
|
3460
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.6.2
|
|
3461
3461
|
*/
|
|
3462
3462
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3463
3463
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -3476,13 +3476,13 @@ export declare namespace NetworkCommissioning {
|
|
|
3476
3476
|
*
|
|
3477
3477
|
* • UnknownError: An internal error occurred during the operation.
|
|
3478
3478
|
*
|
|
3479
|
-
* @see {@link MatterSpecification.
|
|
3479
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
|
|
3480
3480
|
*/
|
|
3481
3481
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
3482
3482
|
/**
|
|
3483
3483
|
* See DebugText for usage.
|
|
3484
3484
|
*
|
|
3485
|
-
* @see {@link MatterSpecification.
|
|
3485
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
|
|
3486
3486
|
*/
|
|
3487
3487
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3488
3488
|
/**
|
|
@@ -3490,7 +3490,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3490
3490
|
* entry in the Networks attribute that was last added, updated or removed successfully by the associated
|
|
3491
3491
|
* request command.
|
|
3492
3492
|
*
|
|
3493
|
-
* @see {@link MatterSpecification.
|
|
3493
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
|
|
3494
3494
|
*/
|
|
3495
3495
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3496
3496
|
}>, any>;
|
|
@@ -3570,20 +3570,20 @@ export declare namespace NetworkCommissioning {
|
|
|
3570
3570
|
* determining the reason for a failure after reconnecting over a Commissioning channel, especially in
|
|
3571
3571
|
* non-concurrent commissioning situations.
|
|
3572
3572
|
*
|
|
3573
|
-
* @see {@link MatterSpecification.
|
|
3573
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.8
|
|
3574
3574
|
*/
|
|
3575
3575
|
readonly connectNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3576
3576
|
/**
|
|
3577
3577
|
* This field shall contain the NetworkID for the entry used to configure the connection: the SSID for Wi-Fi and
|
|
3578
3578
|
* XPAN ID for Thread.
|
|
3579
3579
|
*
|
|
3580
|
-
* @see {@link MatterSpecification.
|
|
3580
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.8.1
|
|
3581
3581
|
*/
|
|
3582
3582
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
3583
3583
|
/**
|
|
3584
3584
|
* See Breadcrumb for usage.
|
|
3585
3585
|
*
|
|
3586
|
-
* @see {@link MatterSpecification.
|
|
3586
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.8.2
|
|
3587
3587
|
*/
|
|
3588
3588
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3589
3589
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -3608,13 +3608,13 @@ export declare namespace NetworkCommissioning {
|
|
|
3608
3608
|
* • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
|
|
3609
3609
|
* UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
|
|
3610
3610
|
*
|
|
3611
|
-
* @see {@link MatterSpecification.
|
|
3611
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.9.1
|
|
3612
3612
|
*/
|
|
3613
3613
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
3614
3614
|
/**
|
|
3615
3615
|
* See DebugText for usage.
|
|
3616
3616
|
*
|
|
3617
|
-
* @see {@link MatterSpecification.
|
|
3617
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.9.2
|
|
3618
3618
|
*/
|
|
3619
3619
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3620
3620
|
/**
|
|
@@ -3637,7 +3637,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3637
3637
|
* • Otherwise, the ErrorValue field shall contain an implementation-dependent value which may be used by a
|
|
3638
3638
|
* reader of the structure to record, report or diagnose the failure.
|
|
3639
3639
|
*
|
|
3640
|
-
* @see {@link MatterSpecification.
|
|
3640
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.9.3
|
|
3641
3641
|
*/
|
|
3642
3642
|
errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3643
3643
|
}>, any>;
|
|
@@ -3645,20 +3645,20 @@ export declare namespace NetworkCommissioning {
|
|
|
3645
3645
|
* This command shall set the specific order of the network configuration selected by its NetworkID in the
|
|
3646
3646
|
* Networks attribute to match the position given by NetworkIndex.
|
|
3647
3647
|
*
|
|
3648
|
-
* @see {@link MatterSpecification.
|
|
3648
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10
|
|
3649
3649
|
*/
|
|
3650
3650
|
readonly reorderNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3651
3651
|
/**
|
|
3652
3652
|
* This field shall contain the NetworkID for the entry to reorder: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
3653
3653
|
*
|
|
3654
|
-
* @see {@link MatterSpecification.
|
|
3654
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10.1
|
|
3655
3655
|
*/
|
|
3656
3656
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
3657
3657
|
/**
|
|
3658
3658
|
* This field shall contain the 0-based index of the new desired position of the entry in the Networks
|
|
3659
3659
|
* attribute.
|
|
3660
3660
|
*
|
|
3661
|
-
* @see {@link MatterSpecification.
|
|
3661
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10.2
|
|
3662
3662
|
*/
|
|
3663
3663
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3664
3664
|
/**
|
|
@@ -3710,7 +3710,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3710
3710
|
* In the above outcome, BlueDolphin, Home-Guest and WillowTree moved "up" and FancyCat became the lowest
|
|
3711
3711
|
* priority network in the list.
|
|
3712
3712
|
*
|
|
3713
|
-
* @see {@link MatterSpecification.
|
|
3713
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10.3
|
|
3714
3714
|
*/
|
|
3715
3715
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3716
3716
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -3729,13 +3729,13 @@ export declare namespace NetworkCommissioning {
|
|
|
3729
3729
|
*
|
|
3730
3730
|
* • UnknownError: An internal error occurred during the operation.
|
|
3731
3731
|
*
|
|
3732
|
-
* @see {@link MatterSpecification.
|
|
3732
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
|
|
3733
3733
|
*/
|
|
3734
3734
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
3735
3735
|
/**
|
|
3736
3736
|
* See DebugText for usage.
|
|
3737
3737
|
*
|
|
3738
|
-
* @see {@link MatterSpecification.
|
|
3738
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
|
|
3739
3739
|
*/
|
|
3740
3740
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3741
3741
|
/**
|
|
@@ -3743,7 +3743,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3743
3743
|
* entry in the Networks attribute that was last added, updated or removed successfully by the associated
|
|
3744
3744
|
* request command.
|
|
3745
3745
|
*
|
|
3746
|
-
* @see {@link MatterSpecification.
|
|
3746
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
|
|
3747
3747
|
*/
|
|
3748
3748
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3749
3749
|
}>, any>;
|
|
@@ -3761,7 +3761,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3761
3761
|
*
|
|
3762
3762
|
* See ScanNetworks for usage.
|
|
3763
3763
|
*
|
|
3764
|
-
* @see {@link MatterSpecification.
|
|
3764
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.3
|
|
3765
3765
|
*/
|
|
3766
3766
|
readonly scanMaxTimeSeconds: FixedAttribute<number, any>;
|
|
3767
3767
|
/**
|
|
@@ -3772,7 +3772,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3772
3772
|
* deemed to have occurred, including, for example, obtaining IP addresses, or the execution of necessary
|
|
3773
3773
|
* internal retries.
|
|
3774
3774
|
*
|
|
3775
|
-
* @see {@link MatterSpecification.
|
|
3775
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.4
|
|
3776
3776
|
*/
|
|
3777
3777
|
readonly connectMaxTimeSeconds: FixedAttribute<number, any>;
|
|
3778
3778
|
};
|
|
@@ -3817,7 +3817,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3817
3817
|
* clients, while the network interface is processing the scan. Clients SHOULD NOT use this command unless
|
|
3818
3818
|
* actively in the process of re-configuring network connectivity.
|
|
3819
3819
|
*
|
|
3820
|
-
* @see {@link MatterSpecification.
|
|
3820
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.1
|
|
3821
3821
|
*/
|
|
3822
3822
|
readonly scanNetworks: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3823
3823
|
/**
|
|
@@ -3825,7 +3825,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3825
3825
|
* if the field is absent, or if it is null, this shall indicate scanning of all BSSID in range. This field
|
|
3826
3826
|
* shall be ignored for ScanNetworks invocations on non-Wi-Fi server instances.
|
|
3827
3827
|
*
|
|
3828
|
-
* @see {@link MatterSpecification.
|
|
3828
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.1.1
|
|
3829
3829
|
*/
|
|
3830
3830
|
ssid: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
3831
3831
|
/**
|
|
@@ -3833,7 +3833,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3833
3833
|
* Commissioning cluster on success of the associated command. If the command fails, the Breadcrumb attribute in
|
|
3834
3834
|
* the General Commissioning cluster shall be left unchanged.
|
|
3835
3835
|
*
|
|
3836
|
-
* @see {@link MatterSpecification.
|
|
3836
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.1.2
|
|
3837
3837
|
*/
|
|
3838
3838
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3839
3839
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -3852,7 +3852,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3852
3852
|
*
|
|
3853
3853
|
* • UnknownError: An internal error occurred during scanning.
|
|
3854
3854
|
*
|
|
3855
|
-
* @see {@link MatterSpecification.
|
|
3855
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.1
|
|
3856
3856
|
*/
|
|
3857
3857
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
3858
3858
|
/**
|
|
@@ -3860,7 +3860,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3860
3860
|
* case the NetworkingStatus was not Success. Its purpose is to help developers in troubleshooting errors and
|
|
3861
3861
|
* may go into logs or crash reports.
|
|
3862
3862
|
*
|
|
3863
|
-
* @see {@link MatterSpecification.
|
|
3863
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.2
|
|
3864
3864
|
*/
|
|
3865
3865
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3866
3866
|
/**
|
|
@@ -3876,7 +3876,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3876
3876
|
* RSSI order, even if RSSI is not reported in the response, to maximize the likelihood that most likely to be
|
|
3877
3877
|
* reachable elements are included within the size limits of the response.
|
|
3878
3878
|
*
|
|
3879
|
-
* @see {@link MatterSpecification.
|
|
3879
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.3
|
|
3880
3880
|
*/
|
|
3881
3881
|
wiFiScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3882
3882
|
security: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -3908,13 +3908,13 @@ export declare namespace NetworkCommissioning {
|
|
|
3908
3908
|
* This field, if present, may be used to differentiate overlapping channel number values across different Wi-Fi
|
|
3909
3909
|
* frequency bands.
|
|
3910
3910
|
*
|
|
3911
|
-
* @see {@link MatterSpecification.
|
|
3911
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.6.1
|
|
3912
3912
|
*/
|
|
3913
3913
|
wiFiBand: import("../tlv/TlvObject.js").OptionalFieldType<WiFiBand>;
|
|
3914
3914
|
/**
|
|
3915
3915
|
* This field, if present, shall denote the signal strength in dBm of the associated scan result.
|
|
3916
3916
|
*
|
|
3917
|
-
* @see {@link MatterSpecification.
|
|
3917
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.6.2
|
|
3918
3918
|
*/
|
|
3919
3919
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3920
3920
|
}>[]>;
|
|
@@ -3930,7 +3930,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3930
3930
|
* LQI order, to maximize the likelihood that most likely to be reachable elements are included within the size
|
|
3931
3931
|
* limits of the response.
|
|
3932
3932
|
*
|
|
3933
|
-
* @see {@link MatterSpecification.
|
|
3933
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.4
|
|
3934
3934
|
*/
|
|
3935
3935
|
threadScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3936
3936
|
panId: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -3941,7 +3941,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3941
3941
|
/**
|
|
3942
3942
|
* ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
|
|
3943
3943
|
*
|
|
3944
|
-
* @see {@link MatterSpecification.
|
|
3944
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.7.1
|
|
3945
3945
|
*/
|
|
3946
3946
|
extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
3947
3947
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -3964,19 +3964,19 @@ export declare namespace NetworkCommissioning {
|
|
|
3964
3964
|
* of the entry in the Networks attribute that was just removed, and a NetworkingStatus status field set to
|
|
3965
3965
|
* Success.
|
|
3966
3966
|
*
|
|
3967
|
-
* @see {@link MatterSpecification.
|
|
3967
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.6
|
|
3968
3968
|
*/
|
|
3969
3969
|
readonly removeNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3970
3970
|
/**
|
|
3971
3971
|
* This field shall contain the NetworkID for the entry to remove: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
3972
3972
|
*
|
|
3973
|
-
* @see {@link MatterSpecification.
|
|
3973
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.6.1
|
|
3974
3974
|
*/
|
|
3975
3975
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
3976
3976
|
/**
|
|
3977
3977
|
* See Breadcrumb for usage.
|
|
3978
3978
|
*
|
|
3979
|
-
* @see {@link MatterSpecification.
|
|
3979
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.6.2
|
|
3980
3980
|
*/
|
|
3981
3981
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3982
3982
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -3995,13 +3995,13 @@ export declare namespace NetworkCommissioning {
|
|
|
3995
3995
|
*
|
|
3996
3996
|
* • UnknownError: An internal error occurred during the operation.
|
|
3997
3997
|
*
|
|
3998
|
-
* @see {@link MatterSpecification.
|
|
3998
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
|
|
3999
3999
|
*/
|
|
4000
4000
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
4001
4001
|
/**
|
|
4002
4002
|
* See DebugText for usage.
|
|
4003
4003
|
*
|
|
4004
|
-
* @see {@link MatterSpecification.
|
|
4004
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
|
|
4005
4005
|
*/
|
|
4006
4006
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4007
4007
|
/**
|
|
@@ -4009,7 +4009,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4009
4009
|
* entry in the Networks attribute that was last added, updated or removed successfully by the associated
|
|
4010
4010
|
* request command.
|
|
4011
4011
|
*
|
|
4012
|
-
* @see {@link MatterSpecification.
|
|
4012
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
|
|
4013
4013
|
*/
|
|
4014
4014
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4015
4015
|
}>, any>;
|
|
@@ -4089,20 +4089,20 @@ export declare namespace NetworkCommissioning {
|
|
|
4089
4089
|
* determining the reason for a failure after reconnecting over a Commissioning channel, especially in
|
|
4090
4090
|
* non-concurrent commissioning situations.
|
|
4091
4091
|
*
|
|
4092
|
-
* @see {@link MatterSpecification.
|
|
4092
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.8
|
|
4093
4093
|
*/
|
|
4094
4094
|
readonly connectNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4095
4095
|
/**
|
|
4096
4096
|
* This field shall contain the NetworkID for the entry used to configure the connection: the SSID for Wi-Fi and
|
|
4097
4097
|
* XPAN ID for Thread.
|
|
4098
4098
|
*
|
|
4099
|
-
* @see {@link MatterSpecification.
|
|
4099
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.8.1
|
|
4100
4100
|
*/
|
|
4101
4101
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
4102
4102
|
/**
|
|
4103
4103
|
* See Breadcrumb for usage.
|
|
4104
4104
|
*
|
|
4105
|
-
* @see {@link MatterSpecification.
|
|
4105
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.8.2
|
|
4106
4106
|
*/
|
|
4107
4107
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4108
4108
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -4127,13 +4127,13 @@ export declare namespace NetworkCommissioning {
|
|
|
4127
4127
|
* • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
|
|
4128
4128
|
* UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
|
|
4129
4129
|
*
|
|
4130
|
-
* @see {@link MatterSpecification.
|
|
4130
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.9.1
|
|
4131
4131
|
*/
|
|
4132
4132
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
4133
4133
|
/**
|
|
4134
4134
|
* See DebugText for usage.
|
|
4135
4135
|
*
|
|
4136
|
-
* @see {@link MatterSpecification.
|
|
4136
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.9.2
|
|
4137
4137
|
*/
|
|
4138
4138
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4139
4139
|
/**
|
|
@@ -4156,7 +4156,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4156
4156
|
* • Otherwise, the ErrorValue field shall contain an implementation-dependent value which may be used by a
|
|
4157
4157
|
* reader of the structure to record, report or diagnose the failure.
|
|
4158
4158
|
*
|
|
4159
|
-
* @see {@link MatterSpecification.
|
|
4159
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.9.3
|
|
4160
4160
|
*/
|
|
4161
4161
|
errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
4162
4162
|
}>, any>;
|
|
@@ -4164,20 +4164,20 @@ export declare namespace NetworkCommissioning {
|
|
|
4164
4164
|
* This command shall set the specific order of the network configuration selected by its NetworkID in the
|
|
4165
4165
|
* Networks attribute to match the position given by NetworkIndex.
|
|
4166
4166
|
*
|
|
4167
|
-
* @see {@link MatterSpecification.
|
|
4167
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10
|
|
4168
4168
|
*/
|
|
4169
4169
|
readonly reorderNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4170
4170
|
/**
|
|
4171
4171
|
* This field shall contain the NetworkID for the entry to reorder: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
4172
4172
|
*
|
|
4173
|
-
* @see {@link MatterSpecification.
|
|
4173
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10.1
|
|
4174
4174
|
*/
|
|
4175
4175
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
4176
4176
|
/**
|
|
4177
4177
|
* This field shall contain the 0-based index of the new desired position of the entry in the Networks
|
|
4178
4178
|
* attribute.
|
|
4179
4179
|
*
|
|
4180
|
-
* @see {@link MatterSpecification.
|
|
4180
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10.2
|
|
4181
4181
|
*/
|
|
4182
4182
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4183
4183
|
/**
|
|
@@ -4229,7 +4229,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4229
4229
|
* In the above outcome, BlueDolphin, Home-Guest and WillowTree moved "up" and FancyCat became the lowest
|
|
4230
4230
|
* priority network in the list.
|
|
4231
4231
|
*
|
|
4232
|
-
* @see {@link MatterSpecification.
|
|
4232
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10.3
|
|
4233
4233
|
*/
|
|
4234
4234
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4235
4235
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -4248,13 +4248,13 @@ export declare namespace NetworkCommissioning {
|
|
|
4248
4248
|
*
|
|
4249
4249
|
* • UnknownError: An internal error occurred during the operation.
|
|
4250
4250
|
*
|
|
4251
|
-
* @see {@link MatterSpecification.
|
|
4251
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
|
|
4252
4252
|
*/
|
|
4253
4253
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
4254
4254
|
/**
|
|
4255
4255
|
* See DebugText for usage.
|
|
4256
4256
|
*
|
|
4257
|
-
* @see {@link MatterSpecification.
|
|
4257
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
|
|
4258
4258
|
*/
|
|
4259
4259
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4260
4260
|
/**
|
|
@@ -4262,7 +4262,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4262
4262
|
* entry in the Networks attribute that was last added, updated or removed successfully by the associated
|
|
4263
4263
|
* request command.
|
|
4264
4264
|
*
|
|
4265
|
-
* @see {@link MatterSpecification.
|
|
4265
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
|
|
4266
4266
|
*/
|
|
4267
4267
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4268
4268
|
}>, any>;
|
|
@@ -4277,7 +4277,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4277
4277
|
/**
|
|
4278
4278
|
* Indicates all the frequency bands supported by the Wi-Fi interface configured by the cluster instance.
|
|
4279
4279
|
*
|
|
4280
|
-
* @see {@link MatterSpecification.
|
|
4280
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.9
|
|
4281
4281
|
*/
|
|
4282
4282
|
readonly supportedWiFiBands: FixedAttribute<WiFiBand[], any>;
|
|
4283
4283
|
};
|
|
@@ -4297,14 +4297,14 @@ export declare namespace NetworkCommissioning {
|
|
|
4297
4297
|
* See Section 11.9.7.5, “Common processing of AddOrUpdateWiFiNetwork and AddOrUpdateThreadNetwork” for
|
|
4298
4298
|
* behavior of addition/update.
|
|
4299
4299
|
*
|
|
4300
|
-
* @see {@link MatterSpecification.
|
|
4300
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.3
|
|
4301
4301
|
*/
|
|
4302
4302
|
readonly addOrUpdateWiFiNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4303
4303
|
/**
|
|
4304
4304
|
* This field shall contain the SSID to which to attempt connection. Specific BSSID selection is not supported
|
|
4305
4305
|
* by this cluster.
|
|
4306
4306
|
*
|
|
4307
|
-
* @see {@link MatterSpecification.
|
|
4307
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.3.1
|
|
4308
4308
|
*/
|
|
4309
4309
|
ssid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
4310
4310
|
/**
|
|
@@ -4342,13 +4342,13 @@ export declare namespace NetworkCommissioning {
|
|
|
4342
4342
|
* selects a lower security connectivity type if the link quality is deemed to be too low to achieve successful
|
|
4343
4343
|
* operation, or if all retry attempts fail.
|
|
4344
4344
|
*
|
|
4345
|
-
* @see {@link MatterSpecification.
|
|
4345
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.3.2
|
|
4346
4346
|
*/
|
|
4347
4347
|
credentials: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
4348
4348
|
/**
|
|
4349
4349
|
* See Breadcrumb for usage.
|
|
4350
4350
|
*
|
|
4351
|
-
* @see {@link MatterSpecification.
|
|
4351
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.3.3
|
|
4352
4352
|
*/
|
|
4353
4353
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4354
4354
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -4367,13 +4367,13 @@ export declare namespace NetworkCommissioning {
|
|
|
4367
4367
|
*
|
|
4368
4368
|
* • UnknownError: An internal error occurred during the operation.
|
|
4369
4369
|
*
|
|
4370
|
-
* @see {@link MatterSpecification.
|
|
4370
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
|
|
4371
4371
|
*/
|
|
4372
4372
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
4373
4373
|
/**
|
|
4374
4374
|
* See DebugText for usage.
|
|
4375
4375
|
*
|
|
4376
|
-
* @see {@link MatterSpecification.
|
|
4376
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
|
|
4377
4377
|
*/
|
|
4378
4378
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4379
4379
|
/**
|
|
@@ -4381,7 +4381,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4381
4381
|
* entry in the Networks attribute that was last added, updated or removed successfully by the associated
|
|
4382
4382
|
* request command.
|
|
4383
4383
|
*
|
|
4384
|
-
* @see {@link MatterSpecification.
|
|
4384
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
|
|
4385
4385
|
*/
|
|
4386
4386
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4387
4387
|
}>, any>;
|
|
@@ -4402,7 +4402,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4402
4402
|
* Note that most run-time details of the actual Thread interface are found in the Thread Network
|
|
4403
4403
|
* Diagnostics cluster, if supported.
|
|
4404
4404
|
*
|
|
4405
|
-
* @see {@link MatterSpecification.
|
|
4405
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.10
|
|
4406
4406
|
*/
|
|
4407
4407
|
readonly supportedThreadFeatures: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4408
4408
|
/**
|
|
@@ -4432,7 +4432,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4432
4432
|
* The format shall match the value mapping found in the "Version TLV" section of Thread specification. For
|
|
4433
4433
|
* example, Thread 1.3.0 would have ThreadVersion set to 4.
|
|
4434
4434
|
*
|
|
4435
|
-
* @see {@link MatterSpecification.
|
|
4435
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.11
|
|
4436
4436
|
*/
|
|
4437
4437
|
readonly threadVersion: FixedAttribute<number, any>;
|
|
4438
4438
|
};
|
|
@@ -4453,7 +4453,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4453
4453
|
* OperationalDataset, the operation shall be considered an addition, otherwise, it shall be considered an
|
|
4454
4454
|
* update.
|
|
4455
4455
|
*
|
|
4456
|
-
* @see {@link MatterSpecification.
|
|
4456
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.4
|
|
4457
4457
|
*/
|
|
4458
4458
|
readonly addOrUpdateThreadNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4459
4459
|
/**
|
|
@@ -4463,13 +4463,13 @@ export declare namespace NetworkCommissioning {
|
|
|
4463
4463
|
* The encoding for the OperationalDataset field is defined in the Thread specification. The client shall pass
|
|
4464
4464
|
* the OperationalDataset as an opaque octet string.
|
|
4465
4465
|
*
|
|
4466
|
-
* @see {@link MatterSpecification.
|
|
4466
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.4.1
|
|
4467
4467
|
*/
|
|
4468
4468
|
operationalDataset: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
4469
4469
|
/**
|
|
4470
4470
|
* See Breadcrumb for usage.
|
|
4471
4471
|
*
|
|
4472
|
-
* @see {@link MatterSpecification.
|
|
4472
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.4.2
|
|
4473
4473
|
*/
|
|
4474
4474
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4475
4475
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -4488,13 +4488,13 @@ export declare namespace NetworkCommissioning {
|
|
|
4488
4488
|
*
|
|
4489
4489
|
* • UnknownError: An internal error occurred during the operation.
|
|
4490
4490
|
*
|
|
4491
|
-
* @see {@link MatterSpecification.
|
|
4491
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
|
|
4492
4492
|
*/
|
|
4493
4493
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
4494
4494
|
/**
|
|
4495
4495
|
* See DebugText for usage.
|
|
4496
4496
|
*
|
|
4497
|
-
* @see {@link MatterSpecification.
|
|
4497
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
|
|
4498
4498
|
*/
|
|
4499
4499
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4500
4500
|
/**
|
|
@@ -4502,7 +4502,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4502
4502
|
* entry in the Networks attribute that was last added, updated or removed successfully by the associated
|
|
4503
4503
|
* request command.
|
|
4504
4504
|
*
|
|
4505
|
-
* @see {@link MatterSpecification.
|
|
4505
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
|
|
4506
4506
|
*/
|
|
4507
4507
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4508
4508
|
}>, any>;
|
|
@@ -4553,7 +4553,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4553
4553
|
* Per the Matter specification you cannot use {@link NetworkCommissioningCluster} without enabling certain feature
|
|
4554
4554
|
* combinations. You must use the {@link with} factory method to obtain a working cluster.
|
|
4555
4555
|
*
|
|
4556
|
-
* @see {@link MatterSpecification.
|
|
4556
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9
|
|
4557
4557
|
*/
|
|
4558
4558
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
4559
4559
|
}
|
|
@@ -4656,7 +4656,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4656
4656
|
* available device resources. The length of the Networks attribute shall be less than or equal to this
|
|
4657
4657
|
* value.
|
|
4658
4658
|
*
|
|
4659
|
-
* @see {@link MatterSpecification.
|
|
4659
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.1
|
|
4660
4660
|
*/
|
|
4661
4661
|
readonly maxNetworks: FixedAttribute<number, any>;
|
|
4662
4662
|
/**
|
|
@@ -4676,7 +4676,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4676
4676
|
* There shall be no way to add, update or remove Ethernet network configurations to those Cluster
|
|
4677
4677
|
* instances.
|
|
4678
4678
|
*
|
|
4679
|
-
* @see {@link MatterSpecification.
|
|
4679
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.2
|
|
4680
4680
|
*/
|
|
4681
4681
|
readonly networks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4682
4682
|
/**
|
|
@@ -4703,7 +4703,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4703
4703
|
*
|
|
4704
4704
|
* XPAN ID is a big-endian 64-bit unsigned number, represented on the first 8 octets of the octet string.
|
|
4705
4705
|
*
|
|
4706
|
-
* @see {@link MatterSpecification.
|
|
4706
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.5.1
|
|
4707
4707
|
*/
|
|
4708
4708
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
4709
4709
|
/**
|
|
@@ -4711,7 +4711,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4711
4711
|
* linked to the network technology (e.g. Associated for a Wi-Fi network, media connected for an Ethernet
|
|
4712
4712
|
* network).
|
|
4713
4713
|
*
|
|
4714
|
-
* @see {@link MatterSpecification.
|
|
4714
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.5.2
|
|
4715
4715
|
*/
|
|
4716
4716
|
connected: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
4717
4717
|
}>[], any>;
|
|
@@ -4732,7 +4732,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4732
4732
|
* On Ethernet-only Nodes, there shall always be at least one of the Network Commissioning server cluster
|
|
4733
4733
|
* instances with InterfaceEnabled set to true.
|
|
4734
4734
|
*
|
|
4735
|
-
* @see {@link MatterSpecification.
|
|
4735
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.5
|
|
4736
4736
|
*/
|
|
4737
4737
|
readonly interfaceEnabled: WritableAttribute<boolean, any>;
|
|
4738
4738
|
/**
|
|
@@ -4744,7 +4744,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4744
4744
|
* This attribute is present to assist with error recovery during Network commissioning and to assist in
|
|
4745
4745
|
* non-concurrent networking commissioning flows.
|
|
4746
4746
|
*
|
|
4747
|
-
* @see {@link MatterSpecification.
|
|
4747
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.6
|
|
4748
4748
|
*/
|
|
4749
4749
|
readonly lastNetworkingStatus: Attribute<NetworkCommissioningStatus | null, any>;
|
|
4750
4750
|
/**
|
|
@@ -4759,7 +4759,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4759
4759
|
* This attribute is present to assist with error recovery during Network commissioning and to assist in
|
|
4760
4760
|
* non-concurrent networking commissioning flows.
|
|
4761
4761
|
*
|
|
4762
|
-
* @see {@link MatterSpecification.
|
|
4762
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.7
|
|
4763
4763
|
*/
|
|
4764
4764
|
readonly lastNetworkId: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
4765
4765
|
/**
|
|
@@ -4774,7 +4774,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4774
4774
|
* This attribute is present to assist with error recovery during Network commissioning and to assist in
|
|
4775
4775
|
* non-concurrent networking commissioning flows.
|
|
4776
4776
|
*
|
|
4777
|
-
* @see {@link MatterSpecification.
|
|
4777
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.6.8
|
|
4778
4778
|
*/
|
|
4779
4779
|
readonly lastConnectErrorValue: Attribute<number | null, any>;
|
|
4780
4780
|
};
|
|
@@ -4785,7 +4785,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4785
4785
|
* if the field is absent, or if it is null, this shall indicate scanning of all BSSID in range. This field
|
|
4786
4786
|
* shall be ignored for ScanNetworks invocations on non-Wi-Fi server instances.
|
|
4787
4787
|
*
|
|
4788
|
-
* @see {@link MatterSpecification.
|
|
4788
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.1.1
|
|
4789
4789
|
*/
|
|
4790
4790
|
ssid: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
4791
4791
|
/**
|
|
@@ -4793,7 +4793,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4793
4793
|
* Commissioning cluster on success of the associated command. If the command fails, the Breadcrumb attribute in
|
|
4794
4794
|
* the General Commissioning cluster shall be left unchanged.
|
|
4795
4795
|
*
|
|
4796
|
-
* @see {@link MatterSpecification.
|
|
4796
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.1.2
|
|
4797
4797
|
*/
|
|
4798
4798
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4799
4799
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -4812,7 +4812,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4812
4812
|
*
|
|
4813
4813
|
* • UnknownError: An internal error occurred during scanning.
|
|
4814
4814
|
*
|
|
4815
|
-
* @see {@link MatterSpecification.
|
|
4815
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.1
|
|
4816
4816
|
*/
|
|
4817
4817
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
4818
4818
|
/**
|
|
@@ -4820,7 +4820,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4820
4820
|
* case the NetworkingStatus was not Success. Its purpose is to help developers in troubleshooting errors and
|
|
4821
4821
|
* may go into logs or crash reports.
|
|
4822
4822
|
*
|
|
4823
|
-
* @see {@link MatterSpecification.
|
|
4823
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.2
|
|
4824
4824
|
*/
|
|
4825
4825
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4826
4826
|
/**
|
|
@@ -4836,7 +4836,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4836
4836
|
* RSSI order, even if RSSI is not reported in the response, to maximize the likelihood that most likely to be
|
|
4837
4837
|
* reachable elements are included within the size limits of the response.
|
|
4838
4838
|
*
|
|
4839
|
-
* @see {@link MatterSpecification.
|
|
4839
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.3
|
|
4840
4840
|
*/
|
|
4841
4841
|
wiFiScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4842
4842
|
security: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -4868,13 +4868,13 @@ export declare namespace NetworkCommissioning {
|
|
|
4868
4868
|
* This field, if present, may be used to differentiate overlapping channel number values across different Wi-Fi
|
|
4869
4869
|
* frequency bands.
|
|
4870
4870
|
*
|
|
4871
|
-
* @see {@link MatterSpecification.
|
|
4871
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.6.1
|
|
4872
4872
|
*/
|
|
4873
4873
|
wiFiBand: import("../tlv/TlvObject.js").OptionalFieldType<WiFiBand>;
|
|
4874
4874
|
/**
|
|
4875
4875
|
* This field, if present, shall denote the signal strength in dBm of the associated scan result.
|
|
4876
4876
|
*
|
|
4877
|
-
* @see {@link MatterSpecification.
|
|
4877
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.6.2
|
|
4878
4878
|
*/
|
|
4879
4879
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4880
4880
|
}>[]>;
|
|
@@ -4890,7 +4890,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4890
4890
|
* LQI order, to maximize the likelihood that most likely to be reachable elements are included within the size
|
|
4891
4891
|
* limits of the response.
|
|
4892
4892
|
*
|
|
4893
|
-
* @see {@link MatterSpecification.
|
|
4893
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.2.4
|
|
4894
4894
|
*/
|
|
4895
4895
|
threadScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4896
4896
|
panId: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -4901,7 +4901,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4901
4901
|
/**
|
|
4902
4902
|
* ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
|
|
4903
4903
|
*
|
|
4904
|
-
* @see {@link MatterSpecification.
|
|
4904
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.5.7.1
|
|
4905
4905
|
*/
|
|
4906
4906
|
extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
4907
4907
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -4922,7 +4922,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4922
4922
|
* This field shall contain the SSID to which to attempt connection. Specific BSSID selection is not supported
|
|
4923
4923
|
* by this cluster.
|
|
4924
4924
|
*
|
|
4925
|
-
* @see {@link MatterSpecification.
|
|
4925
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.3.1
|
|
4926
4926
|
*/
|
|
4927
4927
|
ssid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
4928
4928
|
/**
|
|
@@ -4960,13 +4960,13 @@ export declare namespace NetworkCommissioning {
|
|
|
4960
4960
|
* selects a lower security connectivity type if the link quality is deemed to be too low to achieve successful
|
|
4961
4961
|
* operation, or if all retry attempts fail.
|
|
4962
4962
|
*
|
|
4963
|
-
* @see {@link MatterSpecification.
|
|
4963
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.3.2
|
|
4964
4964
|
*/
|
|
4965
4965
|
credentials: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
4966
4966
|
/**
|
|
4967
4967
|
* See Breadcrumb for usage.
|
|
4968
4968
|
*
|
|
4969
|
-
* @see {@link MatterSpecification.
|
|
4969
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.3.3
|
|
4970
4970
|
*/
|
|
4971
4971
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4972
4972
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -4985,13 +4985,13 @@ export declare namespace NetworkCommissioning {
|
|
|
4985
4985
|
*
|
|
4986
4986
|
* • UnknownError: An internal error occurred during the operation.
|
|
4987
4987
|
*
|
|
4988
|
-
* @see {@link MatterSpecification.
|
|
4988
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
|
|
4989
4989
|
*/
|
|
4990
4990
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
4991
4991
|
/**
|
|
4992
4992
|
* See DebugText for usage.
|
|
4993
4993
|
*
|
|
4994
|
-
* @see {@link MatterSpecification.
|
|
4994
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
|
|
4995
4995
|
*/
|
|
4996
4996
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4997
4997
|
/**
|
|
@@ -4999,7 +4999,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4999
4999
|
* entry in the Networks attribute that was last added, updated or removed successfully by the associated
|
|
5000
5000
|
* request command.
|
|
5001
5001
|
*
|
|
5002
|
-
* @see {@link MatterSpecification.
|
|
5002
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
|
|
5003
5003
|
*/
|
|
5004
5004
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
5005
5005
|
}>, any> & {
|
|
@@ -5018,13 +5018,13 @@ export declare namespace NetworkCommissioning {
|
|
|
5018
5018
|
* The encoding for the OperationalDataset field is defined in the Thread specification. The client shall pass
|
|
5019
5019
|
* the OperationalDataset as an opaque octet string.
|
|
5020
5020
|
*
|
|
5021
|
-
* @see {@link MatterSpecification.
|
|
5021
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.4.1
|
|
5022
5022
|
*/
|
|
5023
5023
|
operationalDataset: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
5024
5024
|
/**
|
|
5025
5025
|
* See Breadcrumb for usage.
|
|
5026
5026
|
*
|
|
5027
|
-
* @see {@link MatterSpecification.
|
|
5027
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.4.2
|
|
5028
5028
|
*/
|
|
5029
5029
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
5030
5030
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -5043,13 +5043,13 @@ export declare namespace NetworkCommissioning {
|
|
|
5043
5043
|
*
|
|
5044
5044
|
* • UnknownError: An internal error occurred during the operation.
|
|
5045
5045
|
*
|
|
5046
|
-
* @see {@link MatterSpecification.
|
|
5046
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
|
|
5047
5047
|
*/
|
|
5048
5048
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
5049
5049
|
/**
|
|
5050
5050
|
* See DebugText for usage.
|
|
5051
5051
|
*
|
|
5052
|
-
* @see {@link MatterSpecification.
|
|
5052
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
|
|
5053
5053
|
*/
|
|
5054
5054
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
5055
5055
|
/**
|
|
@@ -5057,7 +5057,7 @@ export declare namespace NetworkCommissioning {
|
|
|
5057
5057
|
* entry in the Networks attribute that was last added, updated or removed successfully by the associated
|
|
5058
5058
|
* request command.
|
|
5059
5059
|
*
|
|
5060
|
-
* @see {@link MatterSpecification.
|
|
5060
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
|
|
5061
5061
|
*/
|
|
5062
5062
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
5063
5063
|
}>, any> & {
|
|
@@ -5072,13 +5072,13 @@ export declare namespace NetworkCommissioning {
|
|
|
5072
5072
|
/**
|
|
5073
5073
|
* This field shall contain the NetworkID for the entry to remove: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
5074
5074
|
*
|
|
5075
|
-
* @see {@link MatterSpecification.
|
|
5075
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.6.1
|
|
5076
5076
|
*/
|
|
5077
5077
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
5078
5078
|
/**
|
|
5079
5079
|
* See Breadcrumb for usage.
|
|
5080
5080
|
*
|
|
5081
|
-
* @see {@link MatterSpecification.
|
|
5081
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.6.2
|
|
5082
5082
|
*/
|
|
5083
5083
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
5084
5084
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -5097,13 +5097,13 @@ export declare namespace NetworkCommissioning {
|
|
|
5097
5097
|
*
|
|
5098
5098
|
* • UnknownError: An internal error occurred during the operation.
|
|
5099
5099
|
*
|
|
5100
|
-
* @see {@link MatterSpecification.
|
|
5100
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
|
|
5101
5101
|
*/
|
|
5102
5102
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
5103
5103
|
/**
|
|
5104
5104
|
* See DebugText for usage.
|
|
5105
5105
|
*
|
|
5106
|
-
* @see {@link MatterSpecification.
|
|
5106
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
|
|
5107
5107
|
*/
|
|
5108
5108
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
5109
5109
|
/**
|
|
@@ -5111,7 +5111,7 @@ export declare namespace NetworkCommissioning {
|
|
|
5111
5111
|
* entry in the Networks attribute that was last added, updated or removed successfully by the associated
|
|
5112
5112
|
* request command.
|
|
5113
5113
|
*
|
|
5114
|
-
* @see {@link MatterSpecification.
|
|
5114
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
|
|
5115
5115
|
*/
|
|
5116
5116
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
5117
5117
|
}>, any> & {
|
|
@@ -5129,13 +5129,13 @@ export declare namespace NetworkCommissioning {
|
|
|
5129
5129
|
* This field shall contain the NetworkID for the entry used to configure the connection: the SSID for Wi-Fi and
|
|
5130
5130
|
* XPAN ID for Thread.
|
|
5131
5131
|
*
|
|
5132
|
-
* @see {@link MatterSpecification.
|
|
5132
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.8.1
|
|
5133
5133
|
*/
|
|
5134
5134
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
5135
5135
|
/**
|
|
5136
5136
|
* See Breadcrumb for usage.
|
|
5137
5137
|
*
|
|
5138
|
-
* @see {@link MatterSpecification.
|
|
5138
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.8.2
|
|
5139
5139
|
*/
|
|
5140
5140
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
5141
5141
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -5160,13 +5160,13 @@ export declare namespace NetworkCommissioning {
|
|
|
5160
5160
|
* • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
|
|
5161
5161
|
* UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
|
|
5162
5162
|
*
|
|
5163
|
-
* @see {@link MatterSpecification.
|
|
5163
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.9.1
|
|
5164
5164
|
*/
|
|
5165
5165
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
5166
5166
|
/**
|
|
5167
5167
|
* See DebugText for usage.
|
|
5168
5168
|
*
|
|
5169
|
-
* @see {@link MatterSpecification.
|
|
5169
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.9.2
|
|
5170
5170
|
*/
|
|
5171
5171
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
5172
5172
|
/**
|
|
@@ -5189,7 +5189,7 @@ export declare namespace NetworkCommissioning {
|
|
|
5189
5189
|
* • Otherwise, the ErrorValue field shall contain an implementation-dependent value which may be used by a
|
|
5190
5190
|
* reader of the structure to record, report or diagnose the failure.
|
|
5191
5191
|
*
|
|
5192
|
-
* @see {@link MatterSpecification.
|
|
5192
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.9.3
|
|
5193
5193
|
*/
|
|
5194
5194
|
errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
5195
5195
|
}>, any> & {
|
|
@@ -5206,14 +5206,14 @@ export declare namespace NetworkCommissioning {
|
|
|
5206
5206
|
/**
|
|
5207
5207
|
* This field shall contain the NetworkID for the entry to reorder: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
5208
5208
|
*
|
|
5209
|
-
* @see {@link MatterSpecification.
|
|
5209
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10.1
|
|
5210
5210
|
*/
|
|
5211
5211
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
5212
5212
|
/**
|
|
5213
5213
|
* This field shall contain the 0-based index of the new desired position of the entry in the Networks
|
|
5214
5214
|
* attribute.
|
|
5215
5215
|
*
|
|
5216
|
-
* @see {@link MatterSpecification.
|
|
5216
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10.2
|
|
5217
5217
|
*/
|
|
5218
5218
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
5219
5219
|
/**
|
|
@@ -5265,7 +5265,7 @@ export declare namespace NetworkCommissioning {
|
|
|
5265
5265
|
* In the above outcome, BlueDolphin, Home-Guest and WillowTree moved "up" and FancyCat became the lowest
|
|
5266
5266
|
* priority network in the list.
|
|
5267
5267
|
*
|
|
5268
|
-
* @see {@link MatterSpecification.
|
|
5268
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.10.3
|
|
5269
5269
|
*/
|
|
5270
5270
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
5271
5271
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -5284,13 +5284,13 @@ export declare namespace NetworkCommissioning {
|
|
|
5284
5284
|
*
|
|
5285
5285
|
* • UnknownError: An internal error occurred during the operation.
|
|
5286
5286
|
*
|
|
5287
|
-
* @see {@link MatterSpecification.
|
|
5287
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
|
|
5288
5288
|
*/
|
|
5289
5289
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
5290
5290
|
/**
|
|
5291
5291
|
* See DebugText for usage.
|
|
5292
5292
|
*
|
|
5293
|
-
* @see {@link MatterSpecification.
|
|
5293
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
|
|
5294
5294
|
*/
|
|
5295
5295
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
5296
5296
|
/**
|
|
@@ -5298,7 +5298,7 @@ export declare namespace NetworkCommissioning {
|
|
|
5298
5298
|
* entry in the Networks attribute that was last added, updated or removed successfully by the associated
|
|
5299
5299
|
* request command.
|
|
5300
5300
|
*
|
|
5301
|
-
* @see {@link MatterSpecification.
|
|
5301
|
+
* @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
|
|
5302
5302
|
*/
|
|
5303
5303
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
5304
5304
|
}>, any> & {
|