@matter/types 0.16.0-alpha.0-20251104-8c3166ea3 → 0.16.0-alpha.0-20251107-6bcb5baf4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +54 -54
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +104 -104
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/basic-information.d.ts +55 -55
- package/dist/cjs/clusters/basic-information.js +35 -35
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +105 -105
- package/dist/cjs/clusters/bridged-device-basic-information.js +29 -29
- package/dist/cjs/clusters/channel.d.ts +561 -561
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +18 -18
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +366 -366
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +479 -479
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +30 -30
- package/dist/cjs/clusters/descriptor.js +9 -9
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +37 -37
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1349 -1349
- package/dist/cjs/clusters/door-lock.js +227 -227
- package/dist/cjs/clusters/ecosystem-information.d.ts +35 -35
- package/dist/cjs/clusters/ecosystem-information.js +14 -14
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +200 -200
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +83 -83
- package/dist/cjs/clusters/fan-control.js +19 -19
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-administrator.d.ts +34 -34
- package/dist/cjs/clusters/joint-fabric-administrator.js +10 -10
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/cjs/clusters/joint-fabric-datastore.js +73 -73
- package/dist/cjs/clusters/keypad-input.d.ts +18 -18
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +390 -390
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +106 -106
- package/dist/cjs/clusters/operational-credentials.js +38 -38
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +65 -65
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +49 -49
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +244 -244
- package/dist/cjs/clusters/scenes-management.js +69 -69
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +32 -32
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +514 -514
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +246 -246
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +9 -9
- package/dist/cjs/clusters/unit-localization.js +2 -2
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +81 -81
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +8 -8
- package/dist/cjs/clusters/wi-fi-network-management.js +4 -4
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/dcl/operational-certificate.d.ts +8 -1
- package/dist/cjs/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Currency.d.ts +2 -2
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Namespace.d.ts +1 -1
- package/dist/cjs/globals/Price.d.ts +2 -2
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +36 -36
- package/dist/cjs/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/cjs/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/cjs/protocol/definitions/secure-channel.js +1 -0
- package/dist/cjs/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.js +18 -2
- package/dist/cjs/schema/PairingCodeSchema.js.map +2 -2
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +54 -54
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +104 -104
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/basic-information.d.ts +55 -55
- package/dist/esm/clusters/basic-information.js +35 -35
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +105 -105
- package/dist/esm/clusters/bridged-device-basic-information.js +29 -29
- package/dist/esm/clusters/channel.d.ts +561 -561
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +18 -18
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +366 -366
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +479 -479
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +30 -30
- package/dist/esm/clusters/descriptor.js +9 -9
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +37 -37
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1349 -1349
- package/dist/esm/clusters/door-lock.js +227 -227
- package/dist/esm/clusters/ecosystem-information.d.ts +35 -35
- package/dist/esm/clusters/ecosystem-information.js +14 -14
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +200 -200
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +83 -83
- package/dist/esm/clusters/fan-control.js +19 -19
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-administrator.d.ts +34 -34
- package/dist/esm/clusters/joint-fabric-administrator.js +10 -10
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/esm/clusters/joint-fabric-datastore.js +73 -73
- package/dist/esm/clusters/keypad-input.d.ts +18 -18
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +390 -390
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +106 -106
- package/dist/esm/clusters/operational-credentials.js +38 -38
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +65 -65
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +49 -49
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +244 -244
- package/dist/esm/clusters/scenes-management.js +69 -69
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +32 -32
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +514 -514
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +246 -246
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +9 -9
- package/dist/esm/clusters/unit-localization.js +2 -2
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +81 -81
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +8 -8
- package/dist/esm/clusters/wi-fi-network-management.js +4 -4
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/dcl/operational-certificate.d.ts +8 -1
- package/dist/esm/dcl/operational-certificate.d.ts.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Currency.d.ts +2 -2
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Namespace.d.ts +1 -1
- package/dist/esm/globals/Price.d.ts +2 -2
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +36 -36
- package/dist/esm/globals/ThreeLevelAuto.d.ts +1 -1
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/protocol/definitions/secure-channel.d.ts +2 -0
- package/dist/esm/protocol/definitions/secure-channel.d.ts.map +1 -1
- package/dist/esm/protocol/definitions/secure-channel.js +1 -0
- package/dist/esm/protocol/definitions/secure-channel.js.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.d.ts +4 -0
- package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.js +18 -2
- package/dist/esm/schema/PairingCodeSchema.js.map +2 -2
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +23 -23
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +33 -33
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/basic-information.ts +48 -48
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +39 -39
- package/src/clusters/channel.ts +113 -113
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +13 -13
- package/src/clusters/content-control.ts +106 -106
- package/src/clusters/content-launcher.ts +73 -73
- package/src/clusters/descriptor.ts +14 -14
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +30 -30
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- package/src/clusters/ecosystem-information.ts +21 -21
- package/src/clusters/electrical-energy-measurement.ts +40 -40
- package/src/clusters/electrical-power-measurement.ts +54 -54
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-administrator.ts +31 -31
- package/src/clusters/joint-fabric-datastore.ts +145 -145
- package/src/clusters/keypad-input.ts +13 -13
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +96 -96
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +75 -75
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +43 -43
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +32 -32
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +111 -111
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +22 -22
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +82 -82
- package/src/clusters/unit-localization.ts +5 -5
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valve-configuration-and-control.ts +36 -36
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +7 -7
- package/src/clusters/window-covering.ts +68 -68
- package/src/dcl/operational-certificate.ts +9 -1
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Currency.ts +2 -2
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Namespace.ts +1 -1
- package/src/globals/Price.ts +2 -2
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +36 -36
- package/src/globals/ThreeLevelAuto.ts +1 -1
- package/src/globals/WildcardPathFlags.ts +1 -1
- package/src/protocol/definitions/secure-channel.ts +3 -0
- package/src/schema/PairingCodeSchema.ts +21 -4
|
@@ -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.v142.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.v142.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.v142.Core} § 11.9.7.1.1
|
|
50
50
|
*/
|
|
51
51
|
ssid: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource | 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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.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.v142.Core} § 11.9.5.7.1
|
|
252
252
|
*/
|
|
253
253
|
extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
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.v142.Core} § 11.9.5.7
|
|
261
261
|
*/
|
|
262
262
|
interface ThreadInterfaceScanResult extends TypeFromSchema<typeof TlvThreadInterfaceScanResult> {
|
|
263
263
|
}
|
|
@@ -272,7 +272,7 @@ export declare namespace NetworkCommissioning {
|
|
|
272
272
|
* Before generating a ScanNetworksResponse, the server shall set the LastNetworkingStatus attribute value to the
|
|
273
273
|
* NetworkingStatus matching the response.
|
|
274
274
|
*
|
|
275
|
-
* @see {@link MatterSpecification.
|
|
275
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2
|
|
276
276
|
*/
|
|
277
277
|
const TlvScanNetworksResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
278
278
|
/**
|
|
@@ -290,7 +290,7 @@ export declare namespace NetworkCommissioning {
|
|
|
290
290
|
*
|
|
291
291
|
* • UnknownError: An internal error occurred during scanning.
|
|
292
292
|
*
|
|
293
|
-
* @see {@link MatterSpecification.
|
|
293
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.1
|
|
294
294
|
*/
|
|
295
295
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
296
296
|
/**
|
|
@@ -298,7 +298,7 @@ export declare namespace NetworkCommissioning {
|
|
|
298
298
|
* case the NetworkingStatus was not Success. Its purpose is to help developers in troubleshooting errors and
|
|
299
299
|
* may go into logs or crash reports.
|
|
300
300
|
*
|
|
301
|
-
* @see {@link MatterSpecification.
|
|
301
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.2
|
|
302
302
|
*/
|
|
303
303
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
304
304
|
/**
|
|
@@ -314,7 +314,7 @@ export declare namespace NetworkCommissioning {
|
|
|
314
314
|
* RSSI order, even if RSSI is not reported in the response, to maximize the likelihood that most likely to be
|
|
315
315
|
* reachable elements are included within the size limits of the response.
|
|
316
316
|
*
|
|
317
|
-
* @see {@link MatterSpecification.
|
|
317
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.3
|
|
318
318
|
*/
|
|
319
319
|
wiFiScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
320
320
|
security: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -346,13 +346,13 @@ export declare namespace NetworkCommissioning {
|
|
|
346
346
|
* This field, if present, may be used to differentiate overlapping channel number values across different Wi-Fi
|
|
347
347
|
* frequency bands.
|
|
348
348
|
*
|
|
349
|
-
* @see {@link MatterSpecification.
|
|
349
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.6.1
|
|
350
350
|
*/
|
|
351
351
|
wiFiBand: import("../tlv/TlvObject.js").OptionalFieldType<WiFiBand>;
|
|
352
352
|
/**
|
|
353
353
|
* This field, if present, shall denote the signal strength in dBm of the associated scan result.
|
|
354
354
|
*
|
|
355
|
-
* @see {@link MatterSpecification.
|
|
355
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.6.2
|
|
356
356
|
*/
|
|
357
357
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
358
358
|
}>[]>;
|
|
@@ -368,7 +368,7 @@ export declare namespace NetworkCommissioning {
|
|
|
368
368
|
* LQI order, to maximize the likelihood that most likely to be reachable elements are included within the size
|
|
369
369
|
* limits of the response.
|
|
370
370
|
*
|
|
371
|
-
* @see {@link MatterSpecification.
|
|
371
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.4
|
|
372
372
|
*/
|
|
373
373
|
threadScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
374
374
|
panId: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -379,7 +379,7 @@ export declare namespace NetworkCommissioning {
|
|
|
379
379
|
/**
|
|
380
380
|
* ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
|
|
381
381
|
*
|
|
382
|
-
* @see {@link MatterSpecification.
|
|
382
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.7.1
|
|
383
383
|
*/
|
|
384
384
|
extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
385
385
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -397,33 +397,33 @@ export declare namespace NetworkCommissioning {
|
|
|
397
397
|
* Before generating a ScanNetworksResponse, the server shall set the LastNetworkingStatus attribute value to the
|
|
398
398
|
* NetworkingStatus matching the response.
|
|
399
399
|
*
|
|
400
|
-
* @see {@link MatterSpecification.
|
|
400
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2
|
|
401
401
|
*/
|
|
402
402
|
interface ScanNetworksResponse extends TypeFromSchema<typeof TlvScanNetworksResponse> {
|
|
403
403
|
}
|
|
404
404
|
/**
|
|
405
405
|
* Input to the NetworkCommissioning removeNetwork command
|
|
406
406
|
*
|
|
407
|
-
* @see {@link MatterSpecification.
|
|
407
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.6
|
|
408
408
|
*/
|
|
409
409
|
const TlvRemoveNetworkRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
410
410
|
/**
|
|
411
411
|
* This field shall contain the NetworkID for the entry to remove: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
412
412
|
*
|
|
413
|
-
* @see {@link MatterSpecification.
|
|
413
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.6.1
|
|
414
414
|
*/
|
|
415
415
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
416
416
|
/**
|
|
417
417
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
418
418
|
*
|
|
419
|
-
* @see {@link MatterSpecification.
|
|
419
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.6.2
|
|
420
420
|
*/
|
|
421
421
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
422
422
|
}>;
|
|
423
423
|
/**
|
|
424
424
|
* Input to the NetworkCommissioning removeNetwork command
|
|
425
425
|
*
|
|
426
|
-
* @see {@link MatterSpecification.
|
|
426
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.6
|
|
427
427
|
*/
|
|
428
428
|
interface RemoveNetworkRequest extends TypeFromSchema<typeof TlvRemoveNetworkRequest> {
|
|
429
429
|
}
|
|
@@ -441,7 +441,7 @@ export declare namespace NetworkCommissioning {
|
|
|
441
441
|
* Before generating a NetworkConfigResponse, the server shall set the LastNetworkID attribute value to the
|
|
442
442
|
* NetworkID that was used in the command for which an invocation caused the response to be generated.
|
|
443
443
|
*
|
|
444
|
-
* @see {@link MatterSpecification.
|
|
444
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7
|
|
445
445
|
*/
|
|
446
446
|
const TlvNetworkConfigResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
447
447
|
/**
|
|
@@ -459,20 +459,20 @@ export declare namespace NetworkCommissioning {
|
|
|
459
459
|
*
|
|
460
460
|
* • UnknownError: An internal error occurred during the operation.
|
|
461
461
|
*
|
|
462
|
-
* @see {@link MatterSpecification.
|
|
462
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.1
|
|
463
463
|
*/
|
|
464
464
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
465
465
|
/**
|
|
466
466
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
467
467
|
*
|
|
468
|
-
* @see {@link MatterSpecification.
|
|
468
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.2
|
|
469
469
|
*/
|
|
470
470
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
471
471
|
/**
|
|
472
472
|
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
473
473
|
* updated or removed successfully by the associated request command.
|
|
474
474
|
*
|
|
475
|
-
* @see {@link MatterSpecification.
|
|
475
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.3
|
|
476
476
|
*/
|
|
477
477
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
478
478
|
}>;
|
|
@@ -490,34 +490,34 @@ export declare namespace NetworkCommissioning {
|
|
|
490
490
|
* Before generating a NetworkConfigResponse, the server shall set the LastNetworkID attribute value to the
|
|
491
491
|
* NetworkID that was used in the command for which an invocation caused the response to be generated.
|
|
492
492
|
*
|
|
493
|
-
* @see {@link MatterSpecification.
|
|
493
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7
|
|
494
494
|
*/
|
|
495
495
|
interface NetworkConfigResponse extends TypeFromSchema<typeof TlvNetworkConfigResponse> {
|
|
496
496
|
}
|
|
497
497
|
/**
|
|
498
498
|
* Input to the NetworkCommissioning connectNetwork command
|
|
499
499
|
*
|
|
500
|
-
* @see {@link MatterSpecification.
|
|
500
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.8
|
|
501
501
|
*/
|
|
502
502
|
const TlvConnectNetworkRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
503
503
|
/**
|
|
504
504
|
* This field shall contain the NetworkID for the entry used to configure the connection: the SSID for Wi-Fi and
|
|
505
505
|
* XPAN ID for Thread.
|
|
506
506
|
*
|
|
507
|
-
* @see {@link MatterSpecification.
|
|
507
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.8.1
|
|
508
508
|
*/
|
|
509
509
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
510
510
|
/**
|
|
511
511
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
512
512
|
*
|
|
513
|
-
* @see {@link MatterSpecification.
|
|
513
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.8.2
|
|
514
514
|
*/
|
|
515
515
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
516
516
|
}>;
|
|
517
517
|
/**
|
|
518
518
|
* Input to the NetworkCommissioning connectNetwork command
|
|
519
519
|
*
|
|
520
|
-
* @see {@link MatterSpecification.
|
|
520
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.8
|
|
521
521
|
*/
|
|
522
522
|
interface ConnectNetworkRequest extends TypeFromSchema<typeof TlvConnectNetworkRequest> {
|
|
523
523
|
}
|
|
@@ -534,7 +534,7 @@ export declare namespace NetworkCommissioning {
|
|
|
534
534
|
* • Set the LastConnectErrorValue attribute value to the ErrorValue matching the response, including setting it
|
|
535
535
|
* to null if the ErrorValue is not applicable.
|
|
536
536
|
*
|
|
537
|
-
* @see {@link MatterSpecification.
|
|
537
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.9
|
|
538
538
|
*/
|
|
539
539
|
const TlvConnectNetworkResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
540
540
|
/**
|
|
@@ -558,13 +558,13 @@ export declare namespace NetworkCommissioning {
|
|
|
558
558
|
* • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
|
|
559
559
|
* UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
|
|
560
560
|
*
|
|
561
|
-
* @see {@link MatterSpecification.
|
|
561
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.9.1
|
|
562
562
|
*/
|
|
563
563
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
564
564
|
/**
|
|
565
565
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
566
566
|
*
|
|
567
|
-
* @see {@link MatterSpecification.
|
|
567
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.9.2
|
|
568
568
|
*/
|
|
569
569
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
570
570
|
/**
|
|
@@ -587,7 +587,7 @@ export declare namespace NetworkCommissioning {
|
|
|
587
587
|
* • Otherwise, the ErrorValue field shall contain an implementation-dependent value which may be used by a
|
|
588
588
|
* reader of the structure to record, report or diagnose the failure.
|
|
589
589
|
*
|
|
590
|
-
* @see {@link MatterSpecification.
|
|
590
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.9.3
|
|
591
591
|
*/
|
|
592
592
|
errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
593
593
|
}>;
|
|
@@ -604,27 +604,27 @@ export declare namespace NetworkCommissioning {
|
|
|
604
604
|
* • Set the LastConnectErrorValue attribute value to the ErrorValue matching the response, including setting it
|
|
605
605
|
* to null if the ErrorValue is not applicable.
|
|
606
606
|
*
|
|
607
|
-
* @see {@link MatterSpecification.
|
|
607
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.9
|
|
608
608
|
*/
|
|
609
609
|
interface ConnectNetworkResponse extends TypeFromSchema<typeof TlvConnectNetworkResponse> {
|
|
610
610
|
}
|
|
611
611
|
/**
|
|
612
612
|
* Input to the NetworkCommissioning reorderNetwork command
|
|
613
613
|
*
|
|
614
|
-
* @see {@link MatterSpecification.
|
|
614
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10
|
|
615
615
|
*/
|
|
616
616
|
const TlvReorderNetworkRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
617
617
|
/**
|
|
618
618
|
* This field shall contain the NetworkID for the entry to reorder: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
619
619
|
*
|
|
620
|
-
* @see {@link MatterSpecification.
|
|
620
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10.1
|
|
621
621
|
*/
|
|
622
622
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
623
623
|
/**
|
|
624
624
|
* This field shall contain the 0-based index of the new desired position of the entry in the Networks
|
|
625
625
|
* attribute.
|
|
626
626
|
*
|
|
627
|
-
* @see {@link MatterSpecification.
|
|
627
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10.2
|
|
628
628
|
*/
|
|
629
629
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
630
630
|
/**
|
|
@@ -676,28 +676,28 @@ export declare namespace NetworkCommissioning {
|
|
|
676
676
|
* In the above outcome, BlueDolphin, Home-Guest and WillowTree moved "up" and FancyCat became the lowest
|
|
677
677
|
* priority network in the list.
|
|
678
678
|
*
|
|
679
|
-
* @see {@link MatterSpecification.
|
|
679
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10.3
|
|
680
680
|
*/
|
|
681
681
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
682
682
|
}>;
|
|
683
683
|
/**
|
|
684
684
|
* Input to the NetworkCommissioning reorderNetwork command
|
|
685
685
|
*
|
|
686
|
-
* @see {@link MatterSpecification.
|
|
686
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10
|
|
687
687
|
*/
|
|
688
688
|
interface ReorderNetworkRequest extends TypeFromSchema<typeof TlvReorderNetworkRequest> {
|
|
689
689
|
}
|
|
690
690
|
/**
|
|
691
691
|
* Input to the NetworkCommissioning addOrUpdateWiFiNetwork command
|
|
692
692
|
*
|
|
693
|
-
* @see {@link MatterSpecification.
|
|
693
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.3
|
|
694
694
|
*/
|
|
695
695
|
const TlvAddOrUpdateWiFiNetworkRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
696
696
|
/**
|
|
697
697
|
* This field shall contain the SSID to which to attempt connection. Specific BSSID selection is not supported
|
|
698
698
|
* by this cluster.
|
|
699
699
|
*
|
|
700
|
-
* @see {@link MatterSpecification.
|
|
700
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.3.1
|
|
701
701
|
*/
|
|
702
702
|
ssid: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
703
703
|
/**
|
|
@@ -733,20 +733,20 @@ export declare namespace NetworkCommissioning {
|
|
|
733
733
|
* selects a lower security connectivity type if the link quality is deemed to be too low to achieve successful
|
|
734
734
|
* operation, or if all retry attempts fail.
|
|
735
735
|
*
|
|
736
|
-
* @see {@link MatterSpecification.
|
|
736
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.3.2
|
|
737
737
|
*/
|
|
738
738
|
credentials: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
739
739
|
/**
|
|
740
740
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
741
741
|
*
|
|
742
|
-
* @see {@link MatterSpecification.
|
|
742
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.3.3
|
|
743
743
|
*/
|
|
744
744
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
745
745
|
}>;
|
|
746
746
|
/**
|
|
747
747
|
* Input to the NetworkCommissioning addOrUpdateWiFiNetwork command
|
|
748
748
|
*
|
|
749
|
-
* @see {@link MatterSpecification.
|
|
749
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.3
|
|
750
750
|
*/
|
|
751
751
|
interface AddOrUpdateWiFiNetworkRequest extends TypeFromSchema<typeof TlvAddOrUpdateWiFiNetworkRequest> {
|
|
752
752
|
}
|
|
@@ -756,7 +756,7 @@ export declare namespace NetworkCommissioning {
|
|
|
756
756
|
*
|
|
757
757
|
* NOTE The valid combinations of capabilities are restricted and dependent on Thread version.
|
|
758
758
|
*
|
|
759
|
-
* @see {@link MatterSpecification.
|
|
759
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.2
|
|
760
760
|
*/
|
|
761
761
|
const ThreadCapabilities: {
|
|
762
762
|
/**
|
|
@@ -783,7 +783,7 @@ export declare namespace NetworkCommissioning {
|
|
|
783
783
|
/**
|
|
784
784
|
* Input to the NetworkCommissioning addOrUpdateThreadNetwork command
|
|
785
785
|
*
|
|
786
|
-
* @see {@link MatterSpecification.
|
|
786
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.4
|
|
787
787
|
*/
|
|
788
788
|
const TlvAddOrUpdateThreadNetworkRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
789
789
|
/**
|
|
@@ -793,27 +793,27 @@ export declare namespace NetworkCommissioning {
|
|
|
793
793
|
* The encoding for the OperationalDataset field is defined in the Thread specification. The client shall pass
|
|
794
794
|
* the OperationalDataset as an opaque octet string.
|
|
795
795
|
*
|
|
796
|
-
* @see {@link MatterSpecification.
|
|
796
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.4.1
|
|
797
797
|
*/
|
|
798
798
|
operationalDataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
799
799
|
/**
|
|
800
800
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
801
801
|
*
|
|
802
|
-
* @see {@link MatterSpecification.
|
|
802
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.4.2
|
|
803
803
|
*/
|
|
804
804
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
805
805
|
}>;
|
|
806
806
|
/**
|
|
807
807
|
* Input to the NetworkCommissioning addOrUpdateThreadNetwork command
|
|
808
808
|
*
|
|
809
|
-
* @see {@link MatterSpecification.
|
|
809
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.4
|
|
810
810
|
*/
|
|
811
811
|
interface AddOrUpdateThreadNetworkRequest extends TypeFromSchema<typeof TlvAddOrUpdateThreadNetworkRequest> {
|
|
812
812
|
}
|
|
813
813
|
/**
|
|
814
814
|
* NetworkInfoStruct struct describes an existing network configuration, as provided in the Networks attribute.
|
|
815
815
|
*
|
|
816
|
-
* @see {@link MatterSpecification.
|
|
816
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.5
|
|
817
817
|
*/
|
|
818
818
|
const TlvNetworkInfo: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
819
819
|
/**
|
|
@@ -840,7 +840,7 @@ export declare namespace NetworkCommissioning {
|
|
|
840
840
|
*
|
|
841
841
|
* XPAN ID is a big-endian 64-bit unsigned number, represented on the first 8 octets of the octet string.
|
|
842
842
|
*
|
|
843
|
-
* @see {@link MatterSpecification.
|
|
843
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.5.1
|
|
844
844
|
*/
|
|
845
845
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
846
846
|
/**
|
|
@@ -848,14 +848,14 @@ export declare namespace NetworkCommissioning {
|
|
|
848
848
|
* linked to the network technology (e.g. Associated for a Wi-Fi network, media connected for an Ethernet
|
|
849
849
|
* network).
|
|
850
850
|
*
|
|
851
|
-
* @see {@link MatterSpecification.
|
|
851
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.5.2
|
|
852
852
|
*/
|
|
853
853
|
connected: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
854
854
|
}>;
|
|
855
855
|
/**
|
|
856
856
|
* NetworkInfoStruct struct describes an existing network configuration, as provided in the Networks attribute.
|
|
857
857
|
*
|
|
858
|
-
* @see {@link MatterSpecification.
|
|
858
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.5
|
|
859
859
|
*/
|
|
860
860
|
interface NetworkInfo extends TypeFromSchema<typeof TlvNetworkInfo> {
|
|
861
861
|
}
|
|
@@ -871,7 +871,7 @@ export declare namespace NetworkCommissioning {
|
|
|
871
871
|
*
|
|
872
872
|
* See Section 11.9.7.1, “ScanNetworks Command” for usage.
|
|
873
873
|
*
|
|
874
|
-
* @see {@link MatterSpecification.
|
|
874
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.3
|
|
875
875
|
*/
|
|
876
876
|
readonly scanMaxTimeSeconds: FixedAttribute<number, any>;
|
|
877
877
|
/**
|
|
@@ -880,7 +880,7 @@ export declare namespace NetworkCommissioning {
|
|
|
880
880
|
* for all operations needed until a successful network connection is deemed to have occurred, including,
|
|
881
881
|
* for example, obtaining IP addresses, or the execution of necessary internal retries.
|
|
882
882
|
*
|
|
883
|
-
* @see {@link MatterSpecification.
|
|
883
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.4
|
|
884
884
|
*/
|
|
885
885
|
readonly connectMaxTimeSeconds: FixedAttribute<number, any>;
|
|
886
886
|
};
|
|
@@ -928,7 +928,7 @@ export declare namespace NetworkCommissioning {
|
|
|
928
928
|
* clients, while the network interface is processing the scan. Clients SHOULD NOT use this command unless
|
|
929
929
|
* actively in the process of re-configuring network connectivity.
|
|
930
930
|
*
|
|
931
|
-
* @see {@link MatterSpecification.
|
|
931
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.1
|
|
932
932
|
*/
|
|
933
933
|
readonly scanNetworks: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
934
934
|
/**
|
|
@@ -936,7 +936,7 @@ export declare namespace NetworkCommissioning {
|
|
|
936
936
|
* if the field is absent, or if it is null, this shall indicate scanning of all BSSID in range. This field
|
|
937
937
|
* shall be ignored for ScanNetworks invocations on non-Wi-Fi server instances.
|
|
938
938
|
*
|
|
939
|
-
* @see {@link MatterSpecification.
|
|
939
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.1.1
|
|
940
940
|
*/
|
|
941
941
|
ssid: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource | null>;
|
|
942
942
|
/**
|
|
@@ -944,7 +944,7 @@ export declare namespace NetworkCommissioning {
|
|
|
944
944
|
* Commissioning cluster on success of the associated command. If the command fails, the Breadcrumb attribute in
|
|
945
945
|
* the General Commissioning cluster shall be left unchanged.
|
|
946
946
|
*
|
|
947
|
-
* @see {@link MatterSpecification.
|
|
947
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.1.2
|
|
948
948
|
*/
|
|
949
949
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
950
950
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -963,7 +963,7 @@ export declare namespace NetworkCommissioning {
|
|
|
963
963
|
*
|
|
964
964
|
* • UnknownError: An internal error occurred during scanning.
|
|
965
965
|
*
|
|
966
|
-
* @see {@link MatterSpecification.
|
|
966
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.1
|
|
967
967
|
*/
|
|
968
968
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
969
969
|
/**
|
|
@@ -971,7 +971,7 @@ export declare namespace NetworkCommissioning {
|
|
|
971
971
|
* case the NetworkingStatus was not Success. Its purpose is to help developers in troubleshooting errors and
|
|
972
972
|
* may go into logs or crash reports.
|
|
973
973
|
*
|
|
974
|
-
* @see {@link MatterSpecification.
|
|
974
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.2
|
|
975
975
|
*/
|
|
976
976
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
977
977
|
/**
|
|
@@ -987,7 +987,7 @@ export declare namespace NetworkCommissioning {
|
|
|
987
987
|
* RSSI order, even if RSSI is not reported in the response, to maximize the likelihood that most likely to be
|
|
988
988
|
* reachable elements are included within the size limits of the response.
|
|
989
989
|
*
|
|
990
|
-
* @see {@link MatterSpecification.
|
|
990
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.3
|
|
991
991
|
*/
|
|
992
992
|
wiFiScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
993
993
|
security: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -1019,13 +1019,13 @@ export declare namespace NetworkCommissioning {
|
|
|
1019
1019
|
* This field, if present, may be used to differentiate overlapping channel number values across different Wi-Fi
|
|
1020
1020
|
* frequency bands.
|
|
1021
1021
|
*
|
|
1022
|
-
* @see {@link MatterSpecification.
|
|
1022
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.6.1
|
|
1023
1023
|
*/
|
|
1024
1024
|
wiFiBand: import("../tlv/TlvObject.js").OptionalFieldType<WiFiBand>;
|
|
1025
1025
|
/**
|
|
1026
1026
|
* This field, if present, shall denote the signal strength in dBm of the associated scan result.
|
|
1027
1027
|
*
|
|
1028
|
-
* @see {@link MatterSpecification.
|
|
1028
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.6.2
|
|
1029
1029
|
*/
|
|
1030
1030
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1031
1031
|
}>[]>;
|
|
@@ -1041,7 +1041,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1041
1041
|
* LQI order, to maximize the likelihood that most likely to be reachable elements are included within the size
|
|
1042
1042
|
* limits of the response.
|
|
1043
1043
|
*
|
|
1044
|
-
* @see {@link MatterSpecification.
|
|
1044
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.4
|
|
1045
1045
|
*/
|
|
1046
1046
|
threadScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1047
1047
|
panId: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -1052,7 +1052,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1052
1052
|
/**
|
|
1053
1053
|
* ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
|
|
1054
1054
|
*
|
|
1055
|
-
* @see {@link MatterSpecification.
|
|
1055
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.7.1
|
|
1056
1056
|
*/
|
|
1057
1057
|
extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
1058
1058
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -1077,19 +1077,19 @@ export declare namespace NetworkCommissioning {
|
|
|
1077
1077
|
* of the entry in the Networks attribute that was just removed, and a NetworkingStatus status field set to
|
|
1078
1078
|
* Success.
|
|
1079
1079
|
*
|
|
1080
|
-
* @see {@link MatterSpecification.
|
|
1080
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.6
|
|
1081
1081
|
*/
|
|
1082
1082
|
readonly removeNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1083
1083
|
/**
|
|
1084
1084
|
* This field shall contain the NetworkID for the entry to remove: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
1085
1085
|
*
|
|
1086
|
-
* @see {@link MatterSpecification.
|
|
1086
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.6.1
|
|
1087
1087
|
*/
|
|
1088
1088
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
1089
1089
|
/**
|
|
1090
1090
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
1091
1091
|
*
|
|
1092
|
-
* @see {@link MatterSpecification.
|
|
1092
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.6.2
|
|
1093
1093
|
*/
|
|
1094
1094
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1095
1095
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -1108,20 +1108,20 @@ export declare namespace NetworkCommissioning {
|
|
|
1108
1108
|
*
|
|
1109
1109
|
* • UnknownError: An internal error occurred during the operation.
|
|
1110
1110
|
*
|
|
1111
|
-
* @see {@link MatterSpecification.
|
|
1111
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.1
|
|
1112
1112
|
*/
|
|
1113
1113
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
1114
1114
|
/**
|
|
1115
1115
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
1116
1116
|
*
|
|
1117
|
-
* @see {@link MatterSpecification.
|
|
1117
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.2
|
|
1118
1118
|
*/
|
|
1119
1119
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1120
1120
|
/**
|
|
1121
1121
|
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
1122
1122
|
* updated or removed successfully by the associated request command.
|
|
1123
1123
|
*
|
|
1124
|
-
* @see {@link MatterSpecification.
|
|
1124
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.3
|
|
1125
1125
|
*/
|
|
1126
1126
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1127
1127
|
}>, any>;
|
|
@@ -1203,20 +1203,20 @@ export declare namespace NetworkCommissioning {
|
|
|
1203
1203
|
* determining the reason for a failure after reconnecting over a Commissioning channel, especially in
|
|
1204
1204
|
* non-concurrent commissioning situations.
|
|
1205
1205
|
*
|
|
1206
|
-
* @see {@link MatterSpecification.
|
|
1206
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.8
|
|
1207
1207
|
*/
|
|
1208
1208
|
readonly connectNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1209
1209
|
/**
|
|
1210
1210
|
* This field shall contain the NetworkID for the entry used to configure the connection: the SSID for Wi-Fi and
|
|
1211
1211
|
* XPAN ID for Thread.
|
|
1212
1212
|
*
|
|
1213
|
-
* @see {@link MatterSpecification.
|
|
1213
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.8.1
|
|
1214
1214
|
*/
|
|
1215
1215
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
1216
1216
|
/**
|
|
1217
1217
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
1218
1218
|
*
|
|
1219
|
-
* @see {@link MatterSpecification.
|
|
1219
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.8.2
|
|
1220
1220
|
*/
|
|
1221
1221
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1222
1222
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -1241,13 +1241,13 @@ export declare namespace NetworkCommissioning {
|
|
|
1241
1241
|
* • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
|
|
1242
1242
|
* UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
|
|
1243
1243
|
*
|
|
1244
|
-
* @see {@link MatterSpecification.
|
|
1244
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.9.1
|
|
1245
1245
|
*/
|
|
1246
1246
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
1247
1247
|
/**
|
|
1248
1248
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
1249
1249
|
*
|
|
1250
|
-
* @see {@link MatterSpecification.
|
|
1250
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.9.2
|
|
1251
1251
|
*/
|
|
1252
1252
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1253
1253
|
/**
|
|
@@ -1270,7 +1270,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1270
1270
|
* • Otherwise, the ErrorValue field shall contain an implementation-dependent value which may be used by a
|
|
1271
1271
|
* reader of the structure to record, report or diagnose the failure.
|
|
1272
1272
|
*
|
|
1273
|
-
* @see {@link MatterSpecification.
|
|
1273
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.9.3
|
|
1274
1274
|
*/
|
|
1275
1275
|
errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1276
1276
|
}>, any>;
|
|
@@ -1280,20 +1280,20 @@ export declare namespace NetworkCommissioning {
|
|
|
1280
1280
|
* This command shall set the specific order of the network configuration selected by its NetworkID in the
|
|
1281
1281
|
* Networks attribute to match the position given by NetworkIndex.
|
|
1282
1282
|
*
|
|
1283
|
-
* @see {@link MatterSpecification.
|
|
1283
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10
|
|
1284
1284
|
*/
|
|
1285
1285
|
readonly reorderNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1286
1286
|
/**
|
|
1287
1287
|
* This field shall contain the NetworkID for the entry to reorder: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
1288
1288
|
*
|
|
1289
|
-
* @see {@link MatterSpecification.
|
|
1289
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10.1
|
|
1290
1290
|
*/
|
|
1291
1291
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
1292
1292
|
/**
|
|
1293
1293
|
* This field shall contain the 0-based index of the new desired position of the entry in the Networks
|
|
1294
1294
|
* attribute.
|
|
1295
1295
|
*
|
|
1296
|
-
* @see {@link MatterSpecification.
|
|
1296
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10.2
|
|
1297
1297
|
*/
|
|
1298
1298
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1299
1299
|
/**
|
|
@@ -1345,7 +1345,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1345
1345
|
* In the above outcome, BlueDolphin, Home-Guest and WillowTree moved "up" and FancyCat became the lowest
|
|
1346
1346
|
* priority network in the list.
|
|
1347
1347
|
*
|
|
1348
|
-
* @see {@link MatterSpecification.
|
|
1348
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10.3
|
|
1349
1349
|
*/
|
|
1350
1350
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1351
1351
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -1364,20 +1364,20 @@ export declare namespace NetworkCommissioning {
|
|
|
1364
1364
|
*
|
|
1365
1365
|
* • UnknownError: An internal error occurred during the operation.
|
|
1366
1366
|
*
|
|
1367
|
-
* @see {@link MatterSpecification.
|
|
1367
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.1
|
|
1368
1368
|
*/
|
|
1369
1369
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
1370
1370
|
/**
|
|
1371
1371
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
1372
1372
|
*
|
|
1373
|
-
* @see {@link MatterSpecification.
|
|
1373
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.2
|
|
1374
1374
|
*/
|
|
1375
1375
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1376
1376
|
/**
|
|
1377
1377
|
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
1378
1378
|
* updated or removed successfully by the associated request command.
|
|
1379
1379
|
*
|
|
1380
|
-
* @see {@link MatterSpecification.
|
|
1380
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.3
|
|
1381
1381
|
*/
|
|
1382
1382
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1383
1383
|
}>, any>;
|
|
@@ -1391,7 +1391,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1391
1391
|
/**
|
|
1392
1392
|
* Indicates all the frequency bands supported by the Wi-Fi interface configured by the cluster instance.
|
|
1393
1393
|
*
|
|
1394
|
-
* @see {@link MatterSpecification.
|
|
1394
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.9
|
|
1395
1395
|
*/
|
|
1396
1396
|
readonly supportedWiFiBands: FixedAttribute<WiFiBand[], any>;
|
|
1397
1397
|
};
|
|
@@ -1413,14 +1413,14 @@ export declare namespace NetworkCommissioning {
|
|
|
1413
1413
|
* See Section 11.9.7.5, “Common processing of AddOrUpdateWiFiNetwork and AddOrUpdateThreadNetwork” for
|
|
1414
1414
|
* behavior of addition/update.
|
|
1415
1415
|
*
|
|
1416
|
-
* @see {@link MatterSpecification.
|
|
1416
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.3
|
|
1417
1417
|
*/
|
|
1418
1418
|
readonly addOrUpdateWiFiNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1419
1419
|
/**
|
|
1420
1420
|
* This field shall contain the SSID to which to attempt connection. Specific BSSID selection is not supported
|
|
1421
1421
|
* by this cluster.
|
|
1422
1422
|
*
|
|
1423
|
-
* @see {@link MatterSpecification.
|
|
1423
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.3.1
|
|
1424
1424
|
*/
|
|
1425
1425
|
ssid: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
1426
1426
|
/**
|
|
@@ -1456,13 +1456,13 @@ export declare namespace NetworkCommissioning {
|
|
|
1456
1456
|
* selects a lower security connectivity type if the link quality is deemed to be too low to achieve successful
|
|
1457
1457
|
* operation, or if all retry attempts fail.
|
|
1458
1458
|
*
|
|
1459
|
-
* @see {@link MatterSpecification.
|
|
1459
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.3.2
|
|
1460
1460
|
*/
|
|
1461
1461
|
credentials: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
1462
1462
|
/**
|
|
1463
1463
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
1464
1464
|
*
|
|
1465
|
-
* @see {@link MatterSpecification.
|
|
1465
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.3.3
|
|
1466
1466
|
*/
|
|
1467
1467
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1468
1468
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -1481,20 +1481,20 @@ export declare namespace NetworkCommissioning {
|
|
|
1481
1481
|
*
|
|
1482
1482
|
* • UnknownError: An internal error occurred during the operation.
|
|
1483
1483
|
*
|
|
1484
|
-
* @see {@link MatterSpecification.
|
|
1484
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.1
|
|
1485
1485
|
*/
|
|
1486
1486
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
1487
1487
|
/**
|
|
1488
1488
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
1489
1489
|
*
|
|
1490
|
-
* @see {@link MatterSpecification.
|
|
1490
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.2
|
|
1491
1491
|
*/
|
|
1492
1492
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1493
1493
|
/**
|
|
1494
1494
|
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
1495
1495
|
* updated or removed successfully by the associated request command.
|
|
1496
1496
|
*
|
|
1497
|
-
* @see {@link MatterSpecification.
|
|
1497
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.3
|
|
1498
1498
|
*/
|
|
1499
1499
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1500
1500
|
}>, any>;
|
|
@@ -1514,7 +1514,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1514
1514
|
* Note that most run-time details of the actual Thread interface are found in the Thread Network
|
|
1515
1515
|
* Diagnostics cluster, if supported.
|
|
1516
1516
|
*
|
|
1517
|
-
* @see {@link MatterSpecification.
|
|
1517
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.10
|
|
1518
1518
|
*/
|
|
1519
1519
|
readonly supportedThreadFeatures: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1520
1520
|
/**
|
|
@@ -1544,7 +1544,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1544
1544
|
* The format shall match the value mapping found in the "Version TLV" section of Thread specification. For
|
|
1545
1545
|
* example, Thread 1.3.0 would have ThreadVersion set to 4.
|
|
1546
1546
|
*
|
|
1547
|
-
* @see {@link MatterSpecification.
|
|
1547
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.11
|
|
1548
1548
|
*/
|
|
1549
1549
|
readonly threadVersion: FixedAttribute<number, any>;
|
|
1550
1550
|
};
|
|
@@ -1567,7 +1567,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1567
1567
|
* OperationalDataset, the operation shall be considered an addition, otherwise, it shall be considered an
|
|
1568
1568
|
* update.
|
|
1569
1569
|
*
|
|
1570
|
-
* @see {@link MatterSpecification.
|
|
1570
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.4
|
|
1571
1571
|
*/
|
|
1572
1572
|
readonly addOrUpdateThreadNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1573
1573
|
/**
|
|
@@ -1577,13 +1577,13 @@ export declare namespace NetworkCommissioning {
|
|
|
1577
1577
|
* The encoding for the OperationalDataset field is defined in the Thread specification. The client shall pass
|
|
1578
1578
|
* the OperationalDataset as an opaque octet string.
|
|
1579
1579
|
*
|
|
1580
|
-
* @see {@link MatterSpecification.
|
|
1580
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.4.1
|
|
1581
1581
|
*/
|
|
1582
1582
|
operationalDataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
1583
1583
|
/**
|
|
1584
1584
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
1585
1585
|
*
|
|
1586
|
-
* @see {@link MatterSpecification.
|
|
1586
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.4.2
|
|
1587
1587
|
*/
|
|
1588
1588
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1589
1589
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -1602,20 +1602,20 @@ export declare namespace NetworkCommissioning {
|
|
|
1602
1602
|
*
|
|
1603
1603
|
* • UnknownError: An internal error occurred during the operation.
|
|
1604
1604
|
*
|
|
1605
|
-
* @see {@link MatterSpecification.
|
|
1605
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.1
|
|
1606
1606
|
*/
|
|
1607
1607
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
1608
1608
|
/**
|
|
1609
1609
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
1610
1610
|
*
|
|
1611
|
-
* @see {@link MatterSpecification.
|
|
1611
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.2
|
|
1612
1612
|
*/
|
|
1613
1613
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1614
1614
|
/**
|
|
1615
1615
|
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
1616
1616
|
* updated or removed successfully by the associated request command.
|
|
1617
1617
|
*
|
|
1618
|
-
* @see {@link MatterSpecification.
|
|
1618
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.3
|
|
1619
1619
|
*/
|
|
1620
1620
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1621
1621
|
}>, any>;
|
|
@@ -1648,7 +1648,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1648
1648
|
* available device resources. The length of the Networks attribute shall be less than or equal to this
|
|
1649
1649
|
* value.
|
|
1650
1650
|
*
|
|
1651
|
-
* @see {@link MatterSpecification.
|
|
1651
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.1
|
|
1652
1652
|
*/
|
|
1653
1653
|
readonly maxNetworks: FixedAttribute<number, any>;
|
|
1654
1654
|
/**
|
|
@@ -1668,7 +1668,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1668
1668
|
* There shall be no way to add, update or remove Ethernet network configurations to those Cluster
|
|
1669
1669
|
* instances.
|
|
1670
1670
|
*
|
|
1671
|
-
* @see {@link MatterSpecification.
|
|
1671
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.2
|
|
1672
1672
|
*/
|
|
1673
1673
|
readonly networks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1674
1674
|
/**
|
|
@@ -1695,7 +1695,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1695
1695
|
*
|
|
1696
1696
|
* XPAN ID is a big-endian 64-bit unsigned number, represented on the first 8 octets of the octet string.
|
|
1697
1697
|
*
|
|
1698
|
-
* @see {@link MatterSpecification.
|
|
1698
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.5.1
|
|
1699
1699
|
*/
|
|
1700
1700
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
1701
1701
|
/**
|
|
@@ -1703,7 +1703,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1703
1703
|
* linked to the network technology (e.g. Associated for a Wi-Fi network, media connected for an Ethernet
|
|
1704
1704
|
* network).
|
|
1705
1705
|
*
|
|
1706
|
-
* @see {@link MatterSpecification.
|
|
1706
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.5.2
|
|
1707
1707
|
*/
|
|
1708
1708
|
connected: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1709
1709
|
}>[], any>;
|
|
@@ -1724,7 +1724,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1724
1724
|
* On Ethernet-only Nodes, there shall always be at least one of the Network Commissioning server cluster
|
|
1725
1725
|
* instances with InterfaceEnabled set to true.
|
|
1726
1726
|
*
|
|
1727
|
-
* @see {@link MatterSpecification.
|
|
1727
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.5
|
|
1728
1728
|
*/
|
|
1729
1729
|
readonly interfaceEnabled: WritableAttribute<boolean, any>;
|
|
1730
1730
|
/**
|
|
@@ -1736,7 +1736,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1736
1736
|
* This attribute is present to assist with error recovery during Network commissioning and to assist in
|
|
1737
1737
|
* non-concurrent networking commissioning flows.
|
|
1738
1738
|
*
|
|
1739
|
-
* @see {@link MatterSpecification.
|
|
1739
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.6
|
|
1740
1740
|
*/
|
|
1741
1741
|
readonly lastNetworkingStatus: Attribute<NetworkCommissioningStatus | null, any>;
|
|
1742
1742
|
/**
|
|
@@ -1751,7 +1751,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1751
1751
|
* This attribute is present to assist with error recovery during Network commissioning and to assist in
|
|
1752
1752
|
* non-concurrent networking commissioning flows.
|
|
1753
1753
|
*
|
|
1754
|
-
* @see {@link MatterSpecification.
|
|
1754
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.7
|
|
1755
1755
|
*/
|
|
1756
1756
|
readonly lastNetworkId: Attribute<AllowSharedBufferSource | null, any>;
|
|
1757
1757
|
/**
|
|
@@ -1766,7 +1766,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1766
1766
|
* This attribute is present to assist with error recovery during Network commissioning and to assist in
|
|
1767
1767
|
* non-concurrent networking commissioning flows.
|
|
1768
1768
|
*
|
|
1769
|
-
* @see {@link MatterSpecification.
|
|
1769
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.8
|
|
1770
1770
|
*/
|
|
1771
1771
|
readonly lastConnectErrorValue: Attribute<number | null, any>;
|
|
1772
1772
|
};
|
|
@@ -1786,7 +1786,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1786
1786
|
*
|
|
1787
1787
|
* See Section 11.9.7.1, “ScanNetworks Command” for usage.
|
|
1788
1788
|
*
|
|
1789
|
-
* @see {@link MatterSpecification.
|
|
1789
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.3
|
|
1790
1790
|
*/
|
|
1791
1791
|
readonly scanMaxTimeSeconds: FixedAttribute<number, any>;
|
|
1792
1792
|
/**
|
|
@@ -1795,7 +1795,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1795
1795
|
* for all operations needed until a successful network connection is deemed to have occurred, including,
|
|
1796
1796
|
* for example, obtaining IP addresses, or the execution of necessary internal retries.
|
|
1797
1797
|
*
|
|
1798
|
-
* @see {@link MatterSpecification.
|
|
1798
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.4
|
|
1799
1799
|
*/
|
|
1800
1800
|
readonly connectMaxTimeSeconds: FixedAttribute<number, any>;
|
|
1801
1801
|
};
|
|
@@ -1843,7 +1843,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1843
1843
|
* clients, while the network interface is processing the scan. Clients SHOULD NOT use this command unless
|
|
1844
1844
|
* actively in the process of re-configuring network connectivity.
|
|
1845
1845
|
*
|
|
1846
|
-
* @see {@link MatterSpecification.
|
|
1846
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.1
|
|
1847
1847
|
*/
|
|
1848
1848
|
readonly scanNetworks: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1849
1849
|
/**
|
|
@@ -1851,7 +1851,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1851
1851
|
* if the field is absent, or if it is null, this shall indicate scanning of all BSSID in range. This field
|
|
1852
1852
|
* shall be ignored for ScanNetworks invocations on non-Wi-Fi server instances.
|
|
1853
1853
|
*
|
|
1854
|
-
* @see {@link MatterSpecification.
|
|
1854
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.1.1
|
|
1855
1855
|
*/
|
|
1856
1856
|
ssid: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource | null>;
|
|
1857
1857
|
/**
|
|
@@ -1859,7 +1859,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1859
1859
|
* Commissioning cluster on success of the associated command. If the command fails, the Breadcrumb attribute in
|
|
1860
1860
|
* the General Commissioning cluster shall be left unchanged.
|
|
1861
1861
|
*
|
|
1862
|
-
* @see {@link MatterSpecification.
|
|
1862
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.1.2
|
|
1863
1863
|
*/
|
|
1864
1864
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
1865
1865
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -1878,7 +1878,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1878
1878
|
*
|
|
1879
1879
|
* • UnknownError: An internal error occurred during scanning.
|
|
1880
1880
|
*
|
|
1881
|
-
* @see {@link MatterSpecification.
|
|
1881
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.1
|
|
1882
1882
|
*/
|
|
1883
1883
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
1884
1884
|
/**
|
|
@@ -1886,7 +1886,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1886
1886
|
* case the NetworkingStatus was not Success. Its purpose is to help developers in troubleshooting errors and
|
|
1887
1887
|
* may go into logs or crash reports.
|
|
1888
1888
|
*
|
|
1889
|
-
* @see {@link MatterSpecification.
|
|
1889
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.2
|
|
1890
1890
|
*/
|
|
1891
1891
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1892
1892
|
/**
|
|
@@ -1902,7 +1902,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1902
1902
|
* RSSI order, even if RSSI is not reported in the response, to maximize the likelihood that most likely to be
|
|
1903
1903
|
* reachable elements are included within the size limits of the response.
|
|
1904
1904
|
*
|
|
1905
|
-
* @see {@link MatterSpecification.
|
|
1905
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.3
|
|
1906
1906
|
*/
|
|
1907
1907
|
wiFiScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1908
1908
|
security: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -1934,13 +1934,13 @@ export declare namespace NetworkCommissioning {
|
|
|
1934
1934
|
* This field, if present, may be used to differentiate overlapping channel number values across different Wi-Fi
|
|
1935
1935
|
* frequency bands.
|
|
1936
1936
|
*
|
|
1937
|
-
* @see {@link MatterSpecification.
|
|
1937
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.6.1
|
|
1938
1938
|
*/
|
|
1939
1939
|
wiFiBand: import("../tlv/TlvObject.js").OptionalFieldType<WiFiBand>;
|
|
1940
1940
|
/**
|
|
1941
1941
|
* This field, if present, shall denote the signal strength in dBm of the associated scan result.
|
|
1942
1942
|
*
|
|
1943
|
-
* @see {@link MatterSpecification.
|
|
1943
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.6.2
|
|
1944
1944
|
*/
|
|
1945
1945
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1946
1946
|
}>[]>;
|
|
@@ -1956,7 +1956,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1956
1956
|
* LQI order, to maximize the likelihood that most likely to be reachable elements are included within the size
|
|
1957
1957
|
* limits of the response.
|
|
1958
1958
|
*
|
|
1959
|
-
* @see {@link MatterSpecification.
|
|
1959
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.4
|
|
1960
1960
|
*/
|
|
1961
1961
|
threadScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1962
1962
|
panId: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -1967,7 +1967,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1967
1967
|
/**
|
|
1968
1968
|
* ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
|
|
1969
1969
|
*
|
|
1970
|
-
* @see {@link MatterSpecification.
|
|
1970
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.7.1
|
|
1971
1971
|
*/
|
|
1972
1972
|
extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
1973
1973
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -1992,19 +1992,19 @@ export declare namespace NetworkCommissioning {
|
|
|
1992
1992
|
* of the entry in the Networks attribute that was just removed, and a NetworkingStatus status field set to
|
|
1993
1993
|
* Success.
|
|
1994
1994
|
*
|
|
1995
|
-
* @see {@link MatterSpecification.
|
|
1995
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.6
|
|
1996
1996
|
*/
|
|
1997
1997
|
readonly removeNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1998
1998
|
/**
|
|
1999
1999
|
* This field shall contain the NetworkID for the entry to remove: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
2000
2000
|
*
|
|
2001
|
-
* @see {@link MatterSpecification.
|
|
2001
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.6.1
|
|
2002
2002
|
*/
|
|
2003
2003
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
2004
2004
|
/**
|
|
2005
2005
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
2006
2006
|
*
|
|
2007
|
-
* @see {@link MatterSpecification.
|
|
2007
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.6.2
|
|
2008
2008
|
*/
|
|
2009
2009
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2010
2010
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -2023,20 +2023,20 @@ export declare namespace NetworkCommissioning {
|
|
|
2023
2023
|
*
|
|
2024
2024
|
* • UnknownError: An internal error occurred during the operation.
|
|
2025
2025
|
*
|
|
2026
|
-
* @see {@link MatterSpecification.
|
|
2026
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.1
|
|
2027
2027
|
*/
|
|
2028
2028
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2029
2029
|
/**
|
|
2030
2030
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
2031
2031
|
*
|
|
2032
|
-
* @see {@link MatterSpecification.
|
|
2032
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.2
|
|
2033
2033
|
*/
|
|
2034
2034
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2035
2035
|
/**
|
|
2036
2036
|
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
2037
2037
|
* updated or removed successfully by the associated request command.
|
|
2038
2038
|
*
|
|
2039
|
-
* @see {@link MatterSpecification.
|
|
2039
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.3
|
|
2040
2040
|
*/
|
|
2041
2041
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2042
2042
|
}>, any>;
|
|
@@ -2118,20 +2118,20 @@ export declare namespace NetworkCommissioning {
|
|
|
2118
2118
|
* determining the reason for a failure after reconnecting over a Commissioning channel, especially in
|
|
2119
2119
|
* non-concurrent commissioning situations.
|
|
2120
2120
|
*
|
|
2121
|
-
* @see {@link MatterSpecification.
|
|
2121
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.8
|
|
2122
2122
|
*/
|
|
2123
2123
|
readonly connectNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2124
2124
|
/**
|
|
2125
2125
|
* This field shall contain the NetworkID for the entry used to configure the connection: the SSID for Wi-Fi and
|
|
2126
2126
|
* XPAN ID for Thread.
|
|
2127
2127
|
*
|
|
2128
|
-
* @see {@link MatterSpecification.
|
|
2128
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.8.1
|
|
2129
2129
|
*/
|
|
2130
2130
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
2131
2131
|
/**
|
|
2132
2132
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
2133
2133
|
*
|
|
2134
|
-
* @see {@link MatterSpecification.
|
|
2134
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.8.2
|
|
2135
2135
|
*/
|
|
2136
2136
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2137
2137
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -2156,13 +2156,13 @@ export declare namespace NetworkCommissioning {
|
|
|
2156
2156
|
* • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
|
|
2157
2157
|
* UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
|
|
2158
2158
|
*
|
|
2159
|
-
* @see {@link MatterSpecification.
|
|
2159
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.9.1
|
|
2160
2160
|
*/
|
|
2161
2161
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2162
2162
|
/**
|
|
2163
2163
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
2164
2164
|
*
|
|
2165
|
-
* @see {@link MatterSpecification.
|
|
2165
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.9.2
|
|
2166
2166
|
*/
|
|
2167
2167
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2168
2168
|
/**
|
|
@@ -2185,7 +2185,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2185
2185
|
* • Otherwise, the ErrorValue field shall contain an implementation-dependent value which may be used by a
|
|
2186
2186
|
* reader of the structure to record, report or diagnose the failure.
|
|
2187
2187
|
*
|
|
2188
|
-
* @see {@link MatterSpecification.
|
|
2188
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.9.3
|
|
2189
2189
|
*/
|
|
2190
2190
|
errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2191
2191
|
}>, any>;
|
|
@@ -2195,20 +2195,20 @@ export declare namespace NetworkCommissioning {
|
|
|
2195
2195
|
* This command shall set the specific order of the network configuration selected by its NetworkID in the
|
|
2196
2196
|
* Networks attribute to match the position given by NetworkIndex.
|
|
2197
2197
|
*
|
|
2198
|
-
* @see {@link MatterSpecification.
|
|
2198
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10
|
|
2199
2199
|
*/
|
|
2200
2200
|
readonly reorderNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2201
2201
|
/**
|
|
2202
2202
|
* This field shall contain the NetworkID for the entry to reorder: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
2203
2203
|
*
|
|
2204
|
-
* @see {@link MatterSpecification.
|
|
2204
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10.1
|
|
2205
2205
|
*/
|
|
2206
2206
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
2207
2207
|
/**
|
|
2208
2208
|
* This field shall contain the 0-based index of the new desired position of the entry in the Networks
|
|
2209
2209
|
* attribute.
|
|
2210
2210
|
*
|
|
2211
|
-
* @see {@link MatterSpecification.
|
|
2211
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10.2
|
|
2212
2212
|
*/
|
|
2213
2213
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2214
2214
|
/**
|
|
@@ -2260,7 +2260,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2260
2260
|
* In the above outcome, BlueDolphin, Home-Guest and WillowTree moved "up" and FancyCat became the lowest
|
|
2261
2261
|
* priority network in the list.
|
|
2262
2262
|
*
|
|
2263
|
-
* @see {@link MatterSpecification.
|
|
2263
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10.3
|
|
2264
2264
|
*/
|
|
2265
2265
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2266
2266
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -2279,20 +2279,20 @@ export declare namespace NetworkCommissioning {
|
|
|
2279
2279
|
*
|
|
2280
2280
|
* • UnknownError: An internal error occurred during the operation.
|
|
2281
2281
|
*
|
|
2282
|
-
* @see {@link MatterSpecification.
|
|
2282
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.1
|
|
2283
2283
|
*/
|
|
2284
2284
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2285
2285
|
/**
|
|
2286
2286
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
2287
2287
|
*
|
|
2288
|
-
* @see {@link MatterSpecification.
|
|
2288
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.2
|
|
2289
2289
|
*/
|
|
2290
2290
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2291
2291
|
/**
|
|
2292
2292
|
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
2293
2293
|
* updated or removed successfully by the associated request command.
|
|
2294
2294
|
*
|
|
2295
|
-
* @see {@link MatterSpecification.
|
|
2295
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.3
|
|
2296
2296
|
*/
|
|
2297
2297
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2298
2298
|
}>, any>;
|
|
@@ -2310,7 +2310,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2310
2310
|
*
|
|
2311
2311
|
* See Section 11.9.7.1, “ScanNetworks Command” for usage.
|
|
2312
2312
|
*
|
|
2313
|
-
* @see {@link MatterSpecification.
|
|
2313
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.3
|
|
2314
2314
|
*/
|
|
2315
2315
|
readonly scanMaxTimeSeconds: FixedAttribute<number, any>;
|
|
2316
2316
|
/**
|
|
@@ -2319,7 +2319,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2319
2319
|
* for all operations needed until a successful network connection is deemed to have occurred, including,
|
|
2320
2320
|
* for example, obtaining IP addresses, or the execution of necessary internal retries.
|
|
2321
2321
|
*
|
|
2322
|
-
* @see {@link MatterSpecification.
|
|
2322
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.4
|
|
2323
2323
|
*/
|
|
2324
2324
|
readonly connectMaxTimeSeconds: FixedAttribute<number, any>;
|
|
2325
2325
|
};
|
|
@@ -2367,7 +2367,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2367
2367
|
* clients, while the network interface is processing the scan. Clients SHOULD NOT use this command unless
|
|
2368
2368
|
* actively in the process of re-configuring network connectivity.
|
|
2369
2369
|
*
|
|
2370
|
-
* @see {@link MatterSpecification.
|
|
2370
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.1
|
|
2371
2371
|
*/
|
|
2372
2372
|
readonly scanNetworks: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2373
2373
|
/**
|
|
@@ -2375,7 +2375,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2375
2375
|
* if the field is absent, or if it is null, this shall indicate scanning of all BSSID in range. This field
|
|
2376
2376
|
* shall be ignored for ScanNetworks invocations on non-Wi-Fi server instances.
|
|
2377
2377
|
*
|
|
2378
|
-
* @see {@link MatterSpecification.
|
|
2378
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.1.1
|
|
2379
2379
|
*/
|
|
2380
2380
|
ssid: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource | null>;
|
|
2381
2381
|
/**
|
|
@@ -2383,7 +2383,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2383
2383
|
* Commissioning cluster on success of the associated command. If the command fails, the Breadcrumb attribute in
|
|
2384
2384
|
* the General Commissioning cluster shall be left unchanged.
|
|
2385
2385
|
*
|
|
2386
|
-
* @see {@link MatterSpecification.
|
|
2386
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.1.2
|
|
2387
2387
|
*/
|
|
2388
2388
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2389
2389
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -2402,7 +2402,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2402
2402
|
*
|
|
2403
2403
|
* • UnknownError: An internal error occurred during scanning.
|
|
2404
2404
|
*
|
|
2405
|
-
* @see {@link MatterSpecification.
|
|
2405
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.1
|
|
2406
2406
|
*/
|
|
2407
2407
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2408
2408
|
/**
|
|
@@ -2410,7 +2410,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2410
2410
|
* case the NetworkingStatus was not Success. Its purpose is to help developers in troubleshooting errors and
|
|
2411
2411
|
* may go into logs or crash reports.
|
|
2412
2412
|
*
|
|
2413
|
-
* @see {@link MatterSpecification.
|
|
2413
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.2
|
|
2414
2414
|
*/
|
|
2415
2415
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2416
2416
|
/**
|
|
@@ -2426,7 +2426,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2426
2426
|
* RSSI order, even if RSSI is not reported in the response, to maximize the likelihood that most likely to be
|
|
2427
2427
|
* reachable elements are included within the size limits of the response.
|
|
2428
2428
|
*
|
|
2429
|
-
* @see {@link MatterSpecification.
|
|
2429
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.3
|
|
2430
2430
|
*/
|
|
2431
2431
|
wiFiScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2432
2432
|
security: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -2458,13 +2458,13 @@ export declare namespace NetworkCommissioning {
|
|
|
2458
2458
|
* This field, if present, may be used to differentiate overlapping channel number values across different Wi-Fi
|
|
2459
2459
|
* frequency bands.
|
|
2460
2460
|
*
|
|
2461
|
-
* @see {@link MatterSpecification.
|
|
2461
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.6.1
|
|
2462
2462
|
*/
|
|
2463
2463
|
wiFiBand: import("../tlv/TlvObject.js").OptionalFieldType<WiFiBand>;
|
|
2464
2464
|
/**
|
|
2465
2465
|
* This field, if present, shall denote the signal strength in dBm of the associated scan result.
|
|
2466
2466
|
*
|
|
2467
|
-
* @see {@link MatterSpecification.
|
|
2467
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.6.2
|
|
2468
2468
|
*/
|
|
2469
2469
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2470
2470
|
}>[]>;
|
|
@@ -2480,7 +2480,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2480
2480
|
* LQI order, to maximize the likelihood that most likely to be reachable elements are included within the size
|
|
2481
2481
|
* limits of the response.
|
|
2482
2482
|
*
|
|
2483
|
-
* @see {@link MatterSpecification.
|
|
2483
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.4
|
|
2484
2484
|
*/
|
|
2485
2485
|
threadScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2486
2486
|
panId: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -2491,7 +2491,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2491
2491
|
/**
|
|
2492
2492
|
* ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
|
|
2493
2493
|
*
|
|
2494
|
-
* @see {@link MatterSpecification.
|
|
2494
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.7.1
|
|
2495
2495
|
*/
|
|
2496
2496
|
extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
2497
2497
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -2516,19 +2516,19 @@ export declare namespace NetworkCommissioning {
|
|
|
2516
2516
|
* of the entry in the Networks attribute that was just removed, and a NetworkingStatus status field set to
|
|
2517
2517
|
* Success.
|
|
2518
2518
|
*
|
|
2519
|
-
* @see {@link MatterSpecification.
|
|
2519
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.6
|
|
2520
2520
|
*/
|
|
2521
2521
|
readonly removeNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2522
2522
|
/**
|
|
2523
2523
|
* This field shall contain the NetworkID for the entry to remove: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
2524
2524
|
*
|
|
2525
|
-
* @see {@link MatterSpecification.
|
|
2525
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.6.1
|
|
2526
2526
|
*/
|
|
2527
2527
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
2528
2528
|
/**
|
|
2529
2529
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
2530
2530
|
*
|
|
2531
|
-
* @see {@link MatterSpecification.
|
|
2531
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.6.2
|
|
2532
2532
|
*/
|
|
2533
2533
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2534
2534
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -2547,20 +2547,20 @@ export declare namespace NetworkCommissioning {
|
|
|
2547
2547
|
*
|
|
2548
2548
|
* • UnknownError: An internal error occurred during the operation.
|
|
2549
2549
|
*
|
|
2550
|
-
* @see {@link MatterSpecification.
|
|
2550
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.1
|
|
2551
2551
|
*/
|
|
2552
2552
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2553
2553
|
/**
|
|
2554
2554
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
2555
2555
|
*
|
|
2556
|
-
* @see {@link MatterSpecification.
|
|
2556
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.2
|
|
2557
2557
|
*/
|
|
2558
2558
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2559
2559
|
/**
|
|
2560
2560
|
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
2561
2561
|
* updated or removed successfully by the associated request command.
|
|
2562
2562
|
*
|
|
2563
|
-
* @see {@link MatterSpecification.
|
|
2563
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.3
|
|
2564
2564
|
*/
|
|
2565
2565
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2566
2566
|
}>, any>;
|
|
@@ -2642,20 +2642,20 @@ export declare namespace NetworkCommissioning {
|
|
|
2642
2642
|
* determining the reason for a failure after reconnecting over a Commissioning channel, especially in
|
|
2643
2643
|
* non-concurrent commissioning situations.
|
|
2644
2644
|
*
|
|
2645
|
-
* @see {@link MatterSpecification.
|
|
2645
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.8
|
|
2646
2646
|
*/
|
|
2647
2647
|
readonly connectNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2648
2648
|
/**
|
|
2649
2649
|
* This field shall contain the NetworkID for the entry used to configure the connection: the SSID for Wi-Fi and
|
|
2650
2650
|
* XPAN ID for Thread.
|
|
2651
2651
|
*
|
|
2652
|
-
* @see {@link MatterSpecification.
|
|
2652
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.8.1
|
|
2653
2653
|
*/
|
|
2654
2654
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
2655
2655
|
/**
|
|
2656
2656
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
2657
2657
|
*
|
|
2658
|
-
* @see {@link MatterSpecification.
|
|
2658
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.8.2
|
|
2659
2659
|
*/
|
|
2660
2660
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2661
2661
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -2680,13 +2680,13 @@ export declare namespace NetworkCommissioning {
|
|
|
2680
2680
|
* • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
|
|
2681
2681
|
* UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
|
|
2682
2682
|
*
|
|
2683
|
-
* @see {@link MatterSpecification.
|
|
2683
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.9.1
|
|
2684
2684
|
*/
|
|
2685
2685
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2686
2686
|
/**
|
|
2687
2687
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
2688
2688
|
*
|
|
2689
|
-
* @see {@link MatterSpecification.
|
|
2689
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.9.2
|
|
2690
2690
|
*/
|
|
2691
2691
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2692
2692
|
/**
|
|
@@ -2709,7 +2709,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2709
2709
|
* • Otherwise, the ErrorValue field shall contain an implementation-dependent value which may be used by a
|
|
2710
2710
|
* reader of the structure to record, report or diagnose the failure.
|
|
2711
2711
|
*
|
|
2712
|
-
* @see {@link MatterSpecification.
|
|
2712
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.9.3
|
|
2713
2713
|
*/
|
|
2714
2714
|
errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2715
2715
|
}>, any>;
|
|
@@ -2719,20 +2719,20 @@ export declare namespace NetworkCommissioning {
|
|
|
2719
2719
|
* This command shall set the specific order of the network configuration selected by its NetworkID in the
|
|
2720
2720
|
* Networks attribute to match the position given by NetworkIndex.
|
|
2721
2721
|
*
|
|
2722
|
-
* @see {@link MatterSpecification.
|
|
2722
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10
|
|
2723
2723
|
*/
|
|
2724
2724
|
readonly reorderNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2725
2725
|
/**
|
|
2726
2726
|
* This field shall contain the NetworkID for the entry to reorder: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
2727
2727
|
*
|
|
2728
|
-
* @see {@link MatterSpecification.
|
|
2728
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10.1
|
|
2729
2729
|
*/
|
|
2730
2730
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
2731
2731
|
/**
|
|
2732
2732
|
* This field shall contain the 0-based index of the new desired position of the entry in the Networks
|
|
2733
2733
|
* attribute.
|
|
2734
2734
|
*
|
|
2735
|
-
* @see {@link MatterSpecification.
|
|
2735
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10.2
|
|
2736
2736
|
*/
|
|
2737
2737
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2738
2738
|
/**
|
|
@@ -2784,7 +2784,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2784
2784
|
* In the above outcome, BlueDolphin, Home-Guest and WillowTree moved "up" and FancyCat became the lowest
|
|
2785
2785
|
* priority network in the list.
|
|
2786
2786
|
*
|
|
2787
|
-
* @see {@link MatterSpecification.
|
|
2787
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10.3
|
|
2788
2788
|
*/
|
|
2789
2789
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2790
2790
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -2803,20 +2803,20 @@ export declare namespace NetworkCommissioning {
|
|
|
2803
2803
|
*
|
|
2804
2804
|
* • UnknownError: An internal error occurred during the operation.
|
|
2805
2805
|
*
|
|
2806
|
-
* @see {@link MatterSpecification.
|
|
2806
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.1
|
|
2807
2807
|
*/
|
|
2808
2808
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2809
2809
|
/**
|
|
2810
2810
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
2811
2811
|
*
|
|
2812
|
-
* @see {@link MatterSpecification.
|
|
2812
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.2
|
|
2813
2813
|
*/
|
|
2814
2814
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2815
2815
|
/**
|
|
2816
2816
|
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
2817
2817
|
* updated or removed successfully by the associated request command.
|
|
2818
2818
|
*
|
|
2819
|
-
* @see {@link MatterSpecification.
|
|
2819
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.3
|
|
2820
2820
|
*/
|
|
2821
2821
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2822
2822
|
}>, any>;
|
|
@@ -2831,7 +2831,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2831
2831
|
/**
|
|
2832
2832
|
* Indicates all the frequency bands supported by the Wi-Fi interface configured by the cluster instance.
|
|
2833
2833
|
*
|
|
2834
|
-
* @see {@link MatterSpecification.
|
|
2834
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.9
|
|
2835
2835
|
*/
|
|
2836
2836
|
readonly supportedWiFiBands: FixedAttribute<WiFiBand[], any>;
|
|
2837
2837
|
};
|
|
@@ -2853,14 +2853,14 @@ export declare namespace NetworkCommissioning {
|
|
|
2853
2853
|
* See Section 11.9.7.5, “Common processing of AddOrUpdateWiFiNetwork and AddOrUpdateThreadNetwork” for
|
|
2854
2854
|
* behavior of addition/update.
|
|
2855
2855
|
*
|
|
2856
|
-
* @see {@link MatterSpecification.
|
|
2856
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.3
|
|
2857
2857
|
*/
|
|
2858
2858
|
readonly addOrUpdateWiFiNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2859
2859
|
/**
|
|
2860
2860
|
* This field shall contain the SSID to which to attempt connection. Specific BSSID selection is not supported
|
|
2861
2861
|
* by this cluster.
|
|
2862
2862
|
*
|
|
2863
|
-
* @see {@link MatterSpecification.
|
|
2863
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.3.1
|
|
2864
2864
|
*/
|
|
2865
2865
|
ssid: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
2866
2866
|
/**
|
|
@@ -2896,13 +2896,13 @@ export declare namespace NetworkCommissioning {
|
|
|
2896
2896
|
* selects a lower security connectivity type if the link quality is deemed to be too low to achieve successful
|
|
2897
2897
|
* operation, or if all retry attempts fail.
|
|
2898
2898
|
*
|
|
2899
|
-
* @see {@link MatterSpecification.
|
|
2899
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.3.2
|
|
2900
2900
|
*/
|
|
2901
2901
|
credentials: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
2902
2902
|
/**
|
|
2903
2903
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
2904
2904
|
*
|
|
2905
|
-
* @see {@link MatterSpecification.
|
|
2905
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.3.3
|
|
2906
2906
|
*/
|
|
2907
2907
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
2908
2908
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -2921,20 +2921,20 @@ export declare namespace NetworkCommissioning {
|
|
|
2921
2921
|
*
|
|
2922
2922
|
* • UnknownError: An internal error occurred during the operation.
|
|
2923
2923
|
*
|
|
2924
|
-
* @see {@link MatterSpecification.
|
|
2924
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.1
|
|
2925
2925
|
*/
|
|
2926
2926
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2927
2927
|
/**
|
|
2928
2928
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
2929
2929
|
*
|
|
2930
|
-
* @see {@link MatterSpecification.
|
|
2930
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.2
|
|
2931
2931
|
*/
|
|
2932
2932
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2933
2933
|
/**
|
|
2934
2934
|
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
2935
2935
|
* updated or removed successfully by the associated request command.
|
|
2936
2936
|
*
|
|
2937
|
-
* @see {@link MatterSpecification.
|
|
2937
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.3
|
|
2938
2938
|
*/
|
|
2939
2939
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2940
2940
|
}>, any>;
|
|
@@ -2955,7 +2955,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2955
2955
|
* Note that most run-time details of the actual Thread interface are found in the Thread Network
|
|
2956
2956
|
* Diagnostics cluster, if supported.
|
|
2957
2957
|
*
|
|
2958
|
-
* @see {@link MatterSpecification.
|
|
2958
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.10
|
|
2959
2959
|
*/
|
|
2960
2960
|
readonly supportedThreadFeatures: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2961
2961
|
/**
|
|
@@ -2985,7 +2985,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2985
2985
|
* The format shall match the value mapping found in the "Version TLV" section of Thread specification. For
|
|
2986
2986
|
* example, Thread 1.3.0 would have ThreadVersion set to 4.
|
|
2987
2987
|
*
|
|
2988
|
-
* @see {@link MatterSpecification.
|
|
2988
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.11
|
|
2989
2989
|
*/
|
|
2990
2990
|
readonly threadVersion: FixedAttribute<number, any>;
|
|
2991
2991
|
};
|
|
@@ -3008,7 +3008,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3008
3008
|
* OperationalDataset, the operation shall be considered an addition, otherwise, it shall be considered an
|
|
3009
3009
|
* update.
|
|
3010
3010
|
*
|
|
3011
|
-
* @see {@link MatterSpecification.
|
|
3011
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.4
|
|
3012
3012
|
*/
|
|
3013
3013
|
readonly addOrUpdateThreadNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3014
3014
|
/**
|
|
@@ -3018,13 +3018,13 @@ export declare namespace NetworkCommissioning {
|
|
|
3018
3018
|
* The encoding for the OperationalDataset field is defined in the Thread specification. The client shall pass
|
|
3019
3019
|
* the OperationalDataset as an opaque octet string.
|
|
3020
3020
|
*
|
|
3021
|
-
* @see {@link MatterSpecification.
|
|
3021
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.4.1
|
|
3022
3022
|
*/
|
|
3023
3023
|
operationalDataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
3024
3024
|
/**
|
|
3025
3025
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
3026
3026
|
*
|
|
3027
|
-
* @see {@link MatterSpecification.
|
|
3027
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.4.2
|
|
3028
3028
|
*/
|
|
3029
3029
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3030
3030
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -3043,20 +3043,20 @@ export declare namespace NetworkCommissioning {
|
|
|
3043
3043
|
*
|
|
3044
3044
|
* • UnknownError: An internal error occurred during the operation.
|
|
3045
3045
|
*
|
|
3046
|
-
* @see {@link MatterSpecification.
|
|
3046
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.1
|
|
3047
3047
|
*/
|
|
3048
3048
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
3049
3049
|
/**
|
|
3050
3050
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
3051
3051
|
*
|
|
3052
|
-
* @see {@link MatterSpecification.
|
|
3052
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.2
|
|
3053
3053
|
*/
|
|
3054
3054
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3055
3055
|
/**
|
|
3056
3056
|
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
3057
3057
|
* updated or removed successfully by the associated request command.
|
|
3058
3058
|
*
|
|
3059
|
-
* @see {@link MatterSpecification.
|
|
3059
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.3
|
|
3060
3060
|
*/
|
|
3061
3061
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3062
3062
|
}>, any>;
|
|
@@ -3116,7 +3116,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3116
3116
|
* available device resources. The length of the Networks attribute shall be less than or equal to this
|
|
3117
3117
|
* value.
|
|
3118
3118
|
*
|
|
3119
|
-
* @see {@link MatterSpecification.
|
|
3119
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.1
|
|
3120
3120
|
*/
|
|
3121
3121
|
readonly maxNetworks: FixedAttribute<number, any>;
|
|
3122
3122
|
/**
|
|
@@ -3136,7 +3136,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3136
3136
|
* There shall be no way to add, update or remove Ethernet network configurations to those Cluster
|
|
3137
3137
|
* instances.
|
|
3138
3138
|
*
|
|
3139
|
-
* @see {@link MatterSpecification.
|
|
3139
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.2
|
|
3140
3140
|
*/
|
|
3141
3141
|
readonly networks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3142
3142
|
/**
|
|
@@ -3163,7 +3163,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3163
3163
|
*
|
|
3164
3164
|
* XPAN ID is a big-endian 64-bit unsigned number, represented on the first 8 octets of the octet string.
|
|
3165
3165
|
*
|
|
3166
|
-
* @see {@link MatterSpecification.
|
|
3166
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.5.1
|
|
3167
3167
|
*/
|
|
3168
3168
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
3169
3169
|
/**
|
|
@@ -3171,7 +3171,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3171
3171
|
* linked to the network technology (e.g. Associated for a Wi-Fi network, media connected for an Ethernet
|
|
3172
3172
|
* network).
|
|
3173
3173
|
*
|
|
3174
|
-
* @see {@link MatterSpecification.
|
|
3174
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.5.2
|
|
3175
3175
|
*/
|
|
3176
3176
|
connected: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3177
3177
|
}>[], any>;
|
|
@@ -3192,7 +3192,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3192
3192
|
* On Ethernet-only Nodes, there shall always be at least one of the Network Commissioning server cluster
|
|
3193
3193
|
* instances with InterfaceEnabled set to true.
|
|
3194
3194
|
*
|
|
3195
|
-
* @see {@link MatterSpecification.
|
|
3195
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.5
|
|
3196
3196
|
*/
|
|
3197
3197
|
readonly interfaceEnabled: WritableAttribute<boolean, any>;
|
|
3198
3198
|
/**
|
|
@@ -3204,7 +3204,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3204
3204
|
* This attribute is present to assist with error recovery during Network commissioning and to assist in
|
|
3205
3205
|
* non-concurrent networking commissioning flows.
|
|
3206
3206
|
*
|
|
3207
|
-
* @see {@link MatterSpecification.
|
|
3207
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.6
|
|
3208
3208
|
*/
|
|
3209
3209
|
readonly lastNetworkingStatus: Attribute<NetworkCommissioningStatus | null, any>;
|
|
3210
3210
|
/**
|
|
@@ -3219,7 +3219,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3219
3219
|
* This attribute is present to assist with error recovery during Network commissioning and to assist in
|
|
3220
3220
|
* non-concurrent networking commissioning flows.
|
|
3221
3221
|
*
|
|
3222
|
-
* @see {@link MatterSpecification.
|
|
3222
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.7
|
|
3223
3223
|
*/
|
|
3224
3224
|
readonly lastNetworkId: Attribute<AllowSharedBufferSource | null, any>;
|
|
3225
3225
|
/**
|
|
@@ -3234,7 +3234,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3234
3234
|
* This attribute is present to assist with error recovery during Network commissioning and to assist in
|
|
3235
3235
|
* non-concurrent networking commissioning flows.
|
|
3236
3236
|
*
|
|
3237
|
-
* @see {@link MatterSpecification.
|
|
3237
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.8
|
|
3238
3238
|
*/
|
|
3239
3239
|
readonly lastConnectErrorValue: Attribute<number | null, any>;
|
|
3240
3240
|
};
|
|
@@ -3254,7 +3254,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3254
3254
|
*
|
|
3255
3255
|
* See Section 11.9.7.1, “ScanNetworks Command” for usage.
|
|
3256
3256
|
*
|
|
3257
|
-
* @see {@link MatterSpecification.
|
|
3257
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.3
|
|
3258
3258
|
*/
|
|
3259
3259
|
readonly scanMaxTimeSeconds: FixedAttribute<number, any>;
|
|
3260
3260
|
/**
|
|
@@ -3263,7 +3263,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3263
3263
|
* for all operations needed until a successful network connection is deemed to have occurred, including,
|
|
3264
3264
|
* for example, obtaining IP addresses, or the execution of necessary internal retries.
|
|
3265
3265
|
*
|
|
3266
|
-
* @see {@link MatterSpecification.
|
|
3266
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.4
|
|
3267
3267
|
*/
|
|
3268
3268
|
readonly connectMaxTimeSeconds: FixedAttribute<number, any>;
|
|
3269
3269
|
};
|
|
@@ -3311,7 +3311,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3311
3311
|
* clients, while the network interface is processing the scan. Clients SHOULD NOT use this command unless
|
|
3312
3312
|
* actively in the process of re-configuring network connectivity.
|
|
3313
3313
|
*
|
|
3314
|
-
* @see {@link MatterSpecification.
|
|
3314
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.1
|
|
3315
3315
|
*/
|
|
3316
3316
|
readonly scanNetworks: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3317
3317
|
/**
|
|
@@ -3319,7 +3319,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3319
3319
|
* if the field is absent, or if it is null, this shall indicate scanning of all BSSID in range. This field
|
|
3320
3320
|
* shall be ignored for ScanNetworks invocations on non-Wi-Fi server instances.
|
|
3321
3321
|
*
|
|
3322
|
-
* @see {@link MatterSpecification.
|
|
3322
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.1.1
|
|
3323
3323
|
*/
|
|
3324
3324
|
ssid: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource | null>;
|
|
3325
3325
|
/**
|
|
@@ -3327,7 +3327,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3327
3327
|
* Commissioning cluster on success of the associated command. If the command fails, the Breadcrumb attribute in
|
|
3328
3328
|
* the General Commissioning cluster shall be left unchanged.
|
|
3329
3329
|
*
|
|
3330
|
-
* @see {@link MatterSpecification.
|
|
3330
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.1.2
|
|
3331
3331
|
*/
|
|
3332
3332
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3333
3333
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -3346,7 +3346,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3346
3346
|
*
|
|
3347
3347
|
* • UnknownError: An internal error occurred during scanning.
|
|
3348
3348
|
*
|
|
3349
|
-
* @see {@link MatterSpecification.
|
|
3349
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.1
|
|
3350
3350
|
*/
|
|
3351
3351
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
3352
3352
|
/**
|
|
@@ -3354,7 +3354,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3354
3354
|
* case the NetworkingStatus was not Success. Its purpose is to help developers in troubleshooting errors and
|
|
3355
3355
|
* may go into logs or crash reports.
|
|
3356
3356
|
*
|
|
3357
|
-
* @see {@link MatterSpecification.
|
|
3357
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.2
|
|
3358
3358
|
*/
|
|
3359
3359
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3360
3360
|
/**
|
|
@@ -3370,7 +3370,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3370
3370
|
* RSSI order, even if RSSI is not reported in the response, to maximize the likelihood that most likely to be
|
|
3371
3371
|
* reachable elements are included within the size limits of the response.
|
|
3372
3372
|
*
|
|
3373
|
-
* @see {@link MatterSpecification.
|
|
3373
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.3
|
|
3374
3374
|
*/
|
|
3375
3375
|
wiFiScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3376
3376
|
security: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -3402,13 +3402,13 @@ export declare namespace NetworkCommissioning {
|
|
|
3402
3402
|
* This field, if present, may be used to differentiate overlapping channel number values across different Wi-Fi
|
|
3403
3403
|
* frequency bands.
|
|
3404
3404
|
*
|
|
3405
|
-
* @see {@link MatterSpecification.
|
|
3405
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.6.1
|
|
3406
3406
|
*/
|
|
3407
3407
|
wiFiBand: import("../tlv/TlvObject.js").OptionalFieldType<WiFiBand>;
|
|
3408
3408
|
/**
|
|
3409
3409
|
* This field, if present, shall denote the signal strength in dBm of the associated scan result.
|
|
3410
3410
|
*
|
|
3411
|
-
* @see {@link MatterSpecification.
|
|
3411
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.6.2
|
|
3412
3412
|
*/
|
|
3413
3413
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3414
3414
|
}>[]>;
|
|
@@ -3424,7 +3424,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3424
3424
|
* LQI order, to maximize the likelihood that most likely to be reachable elements are included within the size
|
|
3425
3425
|
* limits of the response.
|
|
3426
3426
|
*
|
|
3427
|
-
* @see {@link MatterSpecification.
|
|
3427
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.4
|
|
3428
3428
|
*/
|
|
3429
3429
|
threadScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3430
3430
|
panId: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -3435,7 +3435,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3435
3435
|
/**
|
|
3436
3436
|
* ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
|
|
3437
3437
|
*
|
|
3438
|
-
* @see {@link MatterSpecification.
|
|
3438
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.7.1
|
|
3439
3439
|
*/
|
|
3440
3440
|
extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
3441
3441
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -3460,19 +3460,19 @@ export declare namespace NetworkCommissioning {
|
|
|
3460
3460
|
* of the entry in the Networks attribute that was just removed, and a NetworkingStatus status field set to
|
|
3461
3461
|
* Success.
|
|
3462
3462
|
*
|
|
3463
|
-
* @see {@link MatterSpecification.
|
|
3463
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.6
|
|
3464
3464
|
*/
|
|
3465
3465
|
readonly removeNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3466
3466
|
/**
|
|
3467
3467
|
* This field shall contain the NetworkID for the entry to remove: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
3468
3468
|
*
|
|
3469
|
-
* @see {@link MatterSpecification.
|
|
3469
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.6.1
|
|
3470
3470
|
*/
|
|
3471
3471
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
3472
3472
|
/**
|
|
3473
3473
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
3474
3474
|
*
|
|
3475
|
-
* @see {@link MatterSpecification.
|
|
3475
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.6.2
|
|
3476
3476
|
*/
|
|
3477
3477
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3478
3478
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -3491,20 +3491,20 @@ export declare namespace NetworkCommissioning {
|
|
|
3491
3491
|
*
|
|
3492
3492
|
* • UnknownError: An internal error occurred during the operation.
|
|
3493
3493
|
*
|
|
3494
|
-
* @see {@link MatterSpecification.
|
|
3494
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.1
|
|
3495
3495
|
*/
|
|
3496
3496
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
3497
3497
|
/**
|
|
3498
3498
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
3499
3499
|
*
|
|
3500
|
-
* @see {@link MatterSpecification.
|
|
3500
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.2
|
|
3501
3501
|
*/
|
|
3502
3502
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3503
3503
|
/**
|
|
3504
3504
|
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
3505
3505
|
* updated or removed successfully by the associated request command.
|
|
3506
3506
|
*
|
|
3507
|
-
* @see {@link MatterSpecification.
|
|
3507
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.3
|
|
3508
3508
|
*/
|
|
3509
3509
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3510
3510
|
}>, any>;
|
|
@@ -3586,20 +3586,20 @@ export declare namespace NetworkCommissioning {
|
|
|
3586
3586
|
* determining the reason for a failure after reconnecting over a Commissioning channel, especially in
|
|
3587
3587
|
* non-concurrent commissioning situations.
|
|
3588
3588
|
*
|
|
3589
|
-
* @see {@link MatterSpecification.
|
|
3589
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.8
|
|
3590
3590
|
*/
|
|
3591
3591
|
readonly connectNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3592
3592
|
/**
|
|
3593
3593
|
* This field shall contain the NetworkID for the entry used to configure the connection: the SSID for Wi-Fi and
|
|
3594
3594
|
* XPAN ID for Thread.
|
|
3595
3595
|
*
|
|
3596
|
-
* @see {@link MatterSpecification.
|
|
3596
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.8.1
|
|
3597
3597
|
*/
|
|
3598
3598
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
3599
3599
|
/**
|
|
3600
3600
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
3601
3601
|
*
|
|
3602
|
-
* @see {@link MatterSpecification.
|
|
3602
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.8.2
|
|
3603
3603
|
*/
|
|
3604
3604
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3605
3605
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -3624,13 +3624,13 @@ export declare namespace NetworkCommissioning {
|
|
|
3624
3624
|
* • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
|
|
3625
3625
|
* UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
|
|
3626
3626
|
*
|
|
3627
|
-
* @see {@link MatterSpecification.
|
|
3627
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.9.1
|
|
3628
3628
|
*/
|
|
3629
3629
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
3630
3630
|
/**
|
|
3631
3631
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
3632
3632
|
*
|
|
3633
|
-
* @see {@link MatterSpecification.
|
|
3633
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.9.2
|
|
3634
3634
|
*/
|
|
3635
3635
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3636
3636
|
/**
|
|
@@ -3653,7 +3653,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3653
3653
|
* • Otherwise, the ErrorValue field shall contain an implementation-dependent value which may be used by a
|
|
3654
3654
|
* reader of the structure to record, report or diagnose the failure.
|
|
3655
3655
|
*
|
|
3656
|
-
* @see {@link MatterSpecification.
|
|
3656
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.9.3
|
|
3657
3657
|
*/
|
|
3658
3658
|
errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3659
3659
|
}>, any>;
|
|
@@ -3663,20 +3663,20 @@ export declare namespace NetworkCommissioning {
|
|
|
3663
3663
|
* This command shall set the specific order of the network configuration selected by its NetworkID in the
|
|
3664
3664
|
* Networks attribute to match the position given by NetworkIndex.
|
|
3665
3665
|
*
|
|
3666
|
-
* @see {@link MatterSpecification.
|
|
3666
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10
|
|
3667
3667
|
*/
|
|
3668
3668
|
readonly reorderNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3669
3669
|
/**
|
|
3670
3670
|
* This field shall contain the NetworkID for the entry to reorder: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
3671
3671
|
*
|
|
3672
|
-
* @see {@link MatterSpecification.
|
|
3672
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10.1
|
|
3673
3673
|
*/
|
|
3674
3674
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
3675
3675
|
/**
|
|
3676
3676
|
* This field shall contain the 0-based index of the new desired position of the entry in the Networks
|
|
3677
3677
|
* attribute.
|
|
3678
3678
|
*
|
|
3679
|
-
* @see {@link MatterSpecification.
|
|
3679
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10.2
|
|
3680
3680
|
*/
|
|
3681
3681
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3682
3682
|
/**
|
|
@@ -3728,7 +3728,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3728
3728
|
* In the above outcome, BlueDolphin, Home-Guest and WillowTree moved "up" and FancyCat became the lowest
|
|
3729
3729
|
* priority network in the list.
|
|
3730
3730
|
*
|
|
3731
|
-
* @see {@link MatterSpecification.
|
|
3731
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10.3
|
|
3732
3732
|
*/
|
|
3733
3733
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3734
3734
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -3747,20 +3747,20 @@ export declare namespace NetworkCommissioning {
|
|
|
3747
3747
|
*
|
|
3748
3748
|
* • UnknownError: An internal error occurred during the operation.
|
|
3749
3749
|
*
|
|
3750
|
-
* @see {@link MatterSpecification.
|
|
3750
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.1
|
|
3751
3751
|
*/
|
|
3752
3752
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
3753
3753
|
/**
|
|
3754
3754
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
3755
3755
|
*
|
|
3756
|
-
* @see {@link MatterSpecification.
|
|
3756
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.2
|
|
3757
3757
|
*/
|
|
3758
3758
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3759
3759
|
/**
|
|
3760
3760
|
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
3761
3761
|
* updated or removed successfully by the associated request command.
|
|
3762
3762
|
*
|
|
3763
|
-
* @see {@link MatterSpecification.
|
|
3763
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.3
|
|
3764
3764
|
*/
|
|
3765
3765
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3766
3766
|
}>, any>;
|
|
@@ -3778,7 +3778,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3778
3778
|
*
|
|
3779
3779
|
* See Section 11.9.7.1, “ScanNetworks Command” for usage.
|
|
3780
3780
|
*
|
|
3781
|
-
* @see {@link MatterSpecification.
|
|
3781
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.3
|
|
3782
3782
|
*/
|
|
3783
3783
|
readonly scanMaxTimeSeconds: FixedAttribute<number, any>;
|
|
3784
3784
|
/**
|
|
@@ -3787,7 +3787,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3787
3787
|
* for all operations needed until a successful network connection is deemed to have occurred, including,
|
|
3788
3788
|
* for example, obtaining IP addresses, or the execution of necessary internal retries.
|
|
3789
3789
|
*
|
|
3790
|
-
* @see {@link MatterSpecification.
|
|
3790
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.4
|
|
3791
3791
|
*/
|
|
3792
3792
|
readonly connectMaxTimeSeconds: FixedAttribute<number, any>;
|
|
3793
3793
|
};
|
|
@@ -3835,7 +3835,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3835
3835
|
* clients, while the network interface is processing the scan. Clients SHOULD NOT use this command unless
|
|
3836
3836
|
* actively in the process of re-configuring network connectivity.
|
|
3837
3837
|
*
|
|
3838
|
-
* @see {@link MatterSpecification.
|
|
3838
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.1
|
|
3839
3839
|
*/
|
|
3840
3840
|
readonly scanNetworks: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3841
3841
|
/**
|
|
@@ -3843,7 +3843,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3843
3843
|
* if the field is absent, or if it is null, this shall indicate scanning of all BSSID in range. This field
|
|
3844
3844
|
* shall be ignored for ScanNetworks invocations on non-Wi-Fi server instances.
|
|
3845
3845
|
*
|
|
3846
|
-
* @see {@link MatterSpecification.
|
|
3846
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.1.1
|
|
3847
3847
|
*/
|
|
3848
3848
|
ssid: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource | null>;
|
|
3849
3849
|
/**
|
|
@@ -3851,7 +3851,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3851
3851
|
* Commissioning cluster on success of the associated command. If the command fails, the Breadcrumb attribute in
|
|
3852
3852
|
* the General Commissioning cluster shall be left unchanged.
|
|
3853
3853
|
*
|
|
3854
|
-
* @see {@link MatterSpecification.
|
|
3854
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.1.2
|
|
3855
3855
|
*/
|
|
3856
3856
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
3857
3857
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -3870,7 +3870,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3870
3870
|
*
|
|
3871
3871
|
* • UnknownError: An internal error occurred during scanning.
|
|
3872
3872
|
*
|
|
3873
|
-
* @see {@link MatterSpecification.
|
|
3873
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.1
|
|
3874
3874
|
*/
|
|
3875
3875
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
3876
3876
|
/**
|
|
@@ -3878,7 +3878,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3878
3878
|
* case the NetworkingStatus was not Success. Its purpose is to help developers in troubleshooting errors and
|
|
3879
3879
|
* may go into logs or crash reports.
|
|
3880
3880
|
*
|
|
3881
|
-
* @see {@link MatterSpecification.
|
|
3881
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.2
|
|
3882
3882
|
*/
|
|
3883
3883
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3884
3884
|
/**
|
|
@@ -3894,7 +3894,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3894
3894
|
* RSSI order, even if RSSI is not reported in the response, to maximize the likelihood that most likely to be
|
|
3895
3895
|
* reachable elements are included within the size limits of the response.
|
|
3896
3896
|
*
|
|
3897
|
-
* @see {@link MatterSpecification.
|
|
3897
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.3
|
|
3898
3898
|
*/
|
|
3899
3899
|
wiFiScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3900
3900
|
security: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -3926,13 +3926,13 @@ export declare namespace NetworkCommissioning {
|
|
|
3926
3926
|
* This field, if present, may be used to differentiate overlapping channel number values across different Wi-Fi
|
|
3927
3927
|
* frequency bands.
|
|
3928
3928
|
*
|
|
3929
|
-
* @see {@link MatterSpecification.
|
|
3929
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.6.1
|
|
3930
3930
|
*/
|
|
3931
3931
|
wiFiBand: import("../tlv/TlvObject.js").OptionalFieldType<WiFiBand>;
|
|
3932
3932
|
/**
|
|
3933
3933
|
* This field, if present, shall denote the signal strength in dBm of the associated scan result.
|
|
3934
3934
|
*
|
|
3935
|
-
* @see {@link MatterSpecification.
|
|
3935
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.6.2
|
|
3936
3936
|
*/
|
|
3937
3937
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3938
3938
|
}>[]>;
|
|
@@ -3948,7 +3948,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3948
3948
|
* LQI order, to maximize the likelihood that most likely to be reachable elements are included within the size
|
|
3949
3949
|
* limits of the response.
|
|
3950
3950
|
*
|
|
3951
|
-
* @see {@link MatterSpecification.
|
|
3951
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.4
|
|
3952
3952
|
*/
|
|
3953
3953
|
threadScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3954
3954
|
panId: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -3959,7 +3959,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3959
3959
|
/**
|
|
3960
3960
|
* ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
|
|
3961
3961
|
*
|
|
3962
|
-
* @see {@link MatterSpecification.
|
|
3962
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.7.1
|
|
3963
3963
|
*/
|
|
3964
3964
|
extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
3965
3965
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -3984,19 +3984,19 @@ export declare namespace NetworkCommissioning {
|
|
|
3984
3984
|
* of the entry in the Networks attribute that was just removed, and a NetworkingStatus status field set to
|
|
3985
3985
|
* Success.
|
|
3986
3986
|
*
|
|
3987
|
-
* @see {@link MatterSpecification.
|
|
3987
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.6
|
|
3988
3988
|
*/
|
|
3989
3989
|
readonly removeNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3990
3990
|
/**
|
|
3991
3991
|
* This field shall contain the NetworkID for the entry to remove: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
3992
3992
|
*
|
|
3993
|
-
* @see {@link MatterSpecification.
|
|
3993
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.6.1
|
|
3994
3994
|
*/
|
|
3995
3995
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
3996
3996
|
/**
|
|
3997
3997
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
3998
3998
|
*
|
|
3999
|
-
* @see {@link MatterSpecification.
|
|
3999
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.6.2
|
|
4000
4000
|
*/
|
|
4001
4001
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4002
4002
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -4015,20 +4015,20 @@ export declare namespace NetworkCommissioning {
|
|
|
4015
4015
|
*
|
|
4016
4016
|
* • UnknownError: An internal error occurred during the operation.
|
|
4017
4017
|
*
|
|
4018
|
-
* @see {@link MatterSpecification.
|
|
4018
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.1
|
|
4019
4019
|
*/
|
|
4020
4020
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
4021
4021
|
/**
|
|
4022
4022
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
4023
4023
|
*
|
|
4024
|
-
* @see {@link MatterSpecification.
|
|
4024
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.2
|
|
4025
4025
|
*/
|
|
4026
4026
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4027
4027
|
/**
|
|
4028
4028
|
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
4029
4029
|
* updated or removed successfully by the associated request command.
|
|
4030
4030
|
*
|
|
4031
|
-
* @see {@link MatterSpecification.
|
|
4031
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.3
|
|
4032
4032
|
*/
|
|
4033
4033
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4034
4034
|
}>, any>;
|
|
@@ -4110,20 +4110,20 @@ export declare namespace NetworkCommissioning {
|
|
|
4110
4110
|
* determining the reason for a failure after reconnecting over a Commissioning channel, especially in
|
|
4111
4111
|
* non-concurrent commissioning situations.
|
|
4112
4112
|
*
|
|
4113
|
-
* @see {@link MatterSpecification.
|
|
4113
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.8
|
|
4114
4114
|
*/
|
|
4115
4115
|
readonly connectNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4116
4116
|
/**
|
|
4117
4117
|
* This field shall contain the NetworkID for the entry used to configure the connection: the SSID for Wi-Fi and
|
|
4118
4118
|
* XPAN ID for Thread.
|
|
4119
4119
|
*
|
|
4120
|
-
* @see {@link MatterSpecification.
|
|
4120
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.8.1
|
|
4121
4121
|
*/
|
|
4122
4122
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
4123
4123
|
/**
|
|
4124
4124
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
4125
4125
|
*
|
|
4126
|
-
* @see {@link MatterSpecification.
|
|
4126
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.8.2
|
|
4127
4127
|
*/
|
|
4128
4128
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4129
4129
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -4148,13 +4148,13 @@ export declare namespace NetworkCommissioning {
|
|
|
4148
4148
|
* • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
|
|
4149
4149
|
* UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
|
|
4150
4150
|
*
|
|
4151
|
-
* @see {@link MatterSpecification.
|
|
4151
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.9.1
|
|
4152
4152
|
*/
|
|
4153
4153
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
4154
4154
|
/**
|
|
4155
4155
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
4156
4156
|
*
|
|
4157
|
-
* @see {@link MatterSpecification.
|
|
4157
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.9.2
|
|
4158
4158
|
*/
|
|
4159
4159
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4160
4160
|
/**
|
|
@@ -4177,7 +4177,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4177
4177
|
* • Otherwise, the ErrorValue field shall contain an implementation-dependent value which may be used by a
|
|
4178
4178
|
* reader of the structure to record, report or diagnose the failure.
|
|
4179
4179
|
*
|
|
4180
|
-
* @see {@link MatterSpecification.
|
|
4180
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.9.3
|
|
4181
4181
|
*/
|
|
4182
4182
|
errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
4183
4183
|
}>, any>;
|
|
@@ -4187,20 +4187,20 @@ export declare namespace NetworkCommissioning {
|
|
|
4187
4187
|
* This command shall set the specific order of the network configuration selected by its NetworkID in the
|
|
4188
4188
|
* Networks attribute to match the position given by NetworkIndex.
|
|
4189
4189
|
*
|
|
4190
|
-
* @see {@link MatterSpecification.
|
|
4190
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10
|
|
4191
4191
|
*/
|
|
4192
4192
|
readonly reorderNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4193
4193
|
/**
|
|
4194
4194
|
* This field shall contain the NetworkID for the entry to reorder: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
4195
4195
|
*
|
|
4196
|
-
* @see {@link MatterSpecification.
|
|
4196
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10.1
|
|
4197
4197
|
*/
|
|
4198
4198
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
4199
4199
|
/**
|
|
4200
4200
|
* This field shall contain the 0-based index of the new desired position of the entry in the Networks
|
|
4201
4201
|
* attribute.
|
|
4202
4202
|
*
|
|
4203
|
-
* @see {@link MatterSpecification.
|
|
4203
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10.2
|
|
4204
4204
|
*/
|
|
4205
4205
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4206
4206
|
/**
|
|
@@ -4252,7 +4252,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4252
4252
|
* In the above outcome, BlueDolphin, Home-Guest and WillowTree moved "up" and FancyCat became the lowest
|
|
4253
4253
|
* priority network in the list.
|
|
4254
4254
|
*
|
|
4255
|
-
* @see {@link MatterSpecification.
|
|
4255
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10.3
|
|
4256
4256
|
*/
|
|
4257
4257
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4258
4258
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -4271,20 +4271,20 @@ export declare namespace NetworkCommissioning {
|
|
|
4271
4271
|
*
|
|
4272
4272
|
* • UnknownError: An internal error occurred during the operation.
|
|
4273
4273
|
*
|
|
4274
|
-
* @see {@link MatterSpecification.
|
|
4274
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.1
|
|
4275
4275
|
*/
|
|
4276
4276
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
4277
4277
|
/**
|
|
4278
4278
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
4279
4279
|
*
|
|
4280
|
-
* @see {@link MatterSpecification.
|
|
4280
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.2
|
|
4281
4281
|
*/
|
|
4282
4282
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4283
4283
|
/**
|
|
4284
4284
|
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
4285
4285
|
* updated or removed successfully by the associated request command.
|
|
4286
4286
|
*
|
|
4287
|
-
* @see {@link MatterSpecification.
|
|
4287
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.3
|
|
4288
4288
|
*/
|
|
4289
4289
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4290
4290
|
}>, any>;
|
|
@@ -4299,7 +4299,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4299
4299
|
/**
|
|
4300
4300
|
* Indicates all the frequency bands supported by the Wi-Fi interface configured by the cluster instance.
|
|
4301
4301
|
*
|
|
4302
|
-
* @see {@link MatterSpecification.
|
|
4302
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.9
|
|
4303
4303
|
*/
|
|
4304
4304
|
readonly supportedWiFiBands: FixedAttribute<WiFiBand[], any>;
|
|
4305
4305
|
};
|
|
@@ -4321,14 +4321,14 @@ export declare namespace NetworkCommissioning {
|
|
|
4321
4321
|
* See Section 11.9.7.5, “Common processing of AddOrUpdateWiFiNetwork and AddOrUpdateThreadNetwork” for
|
|
4322
4322
|
* behavior of addition/update.
|
|
4323
4323
|
*
|
|
4324
|
-
* @see {@link MatterSpecification.
|
|
4324
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.3
|
|
4325
4325
|
*/
|
|
4326
4326
|
readonly addOrUpdateWiFiNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4327
4327
|
/**
|
|
4328
4328
|
* This field shall contain the SSID to which to attempt connection. Specific BSSID selection is not supported
|
|
4329
4329
|
* by this cluster.
|
|
4330
4330
|
*
|
|
4331
|
-
* @see {@link MatterSpecification.
|
|
4331
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.3.1
|
|
4332
4332
|
*/
|
|
4333
4333
|
ssid: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
4334
4334
|
/**
|
|
@@ -4364,13 +4364,13 @@ export declare namespace NetworkCommissioning {
|
|
|
4364
4364
|
* selects a lower security connectivity type if the link quality is deemed to be too low to achieve successful
|
|
4365
4365
|
* operation, or if all retry attempts fail.
|
|
4366
4366
|
*
|
|
4367
|
-
* @see {@link MatterSpecification.
|
|
4367
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.3.2
|
|
4368
4368
|
*/
|
|
4369
4369
|
credentials: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
4370
4370
|
/**
|
|
4371
4371
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
4372
4372
|
*
|
|
4373
|
-
* @see {@link MatterSpecification.
|
|
4373
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.3.3
|
|
4374
4374
|
*/
|
|
4375
4375
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4376
4376
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -4389,20 +4389,20 @@ export declare namespace NetworkCommissioning {
|
|
|
4389
4389
|
*
|
|
4390
4390
|
* • UnknownError: An internal error occurred during the operation.
|
|
4391
4391
|
*
|
|
4392
|
-
* @see {@link MatterSpecification.
|
|
4392
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.1
|
|
4393
4393
|
*/
|
|
4394
4394
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
4395
4395
|
/**
|
|
4396
4396
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
4397
4397
|
*
|
|
4398
|
-
* @see {@link MatterSpecification.
|
|
4398
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.2
|
|
4399
4399
|
*/
|
|
4400
4400
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4401
4401
|
/**
|
|
4402
4402
|
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
4403
4403
|
* updated or removed successfully by the associated request command.
|
|
4404
4404
|
*
|
|
4405
|
-
* @see {@link MatterSpecification.
|
|
4405
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.3
|
|
4406
4406
|
*/
|
|
4407
4407
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4408
4408
|
}>, any>;
|
|
@@ -4423,7 +4423,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4423
4423
|
* Note that most run-time details of the actual Thread interface are found in the Thread Network
|
|
4424
4424
|
* Diagnostics cluster, if supported.
|
|
4425
4425
|
*
|
|
4426
|
-
* @see {@link MatterSpecification.
|
|
4426
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.10
|
|
4427
4427
|
*/
|
|
4428
4428
|
readonly supportedThreadFeatures: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4429
4429
|
/**
|
|
@@ -4453,7 +4453,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4453
4453
|
* The format shall match the value mapping found in the "Version TLV" section of Thread specification. For
|
|
4454
4454
|
* example, Thread 1.3.0 would have ThreadVersion set to 4.
|
|
4455
4455
|
*
|
|
4456
|
-
* @see {@link MatterSpecification.
|
|
4456
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.11
|
|
4457
4457
|
*/
|
|
4458
4458
|
readonly threadVersion: FixedAttribute<number, any>;
|
|
4459
4459
|
};
|
|
@@ -4476,7 +4476,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4476
4476
|
* OperationalDataset, the operation shall be considered an addition, otherwise, it shall be considered an
|
|
4477
4477
|
* update.
|
|
4478
4478
|
*
|
|
4479
|
-
* @see {@link MatterSpecification.
|
|
4479
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.4
|
|
4480
4480
|
*/
|
|
4481
4481
|
readonly addOrUpdateThreadNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4482
4482
|
/**
|
|
@@ -4486,13 +4486,13 @@ export declare namespace NetworkCommissioning {
|
|
|
4486
4486
|
* The encoding for the OperationalDataset field is defined in the Thread specification. The client shall pass
|
|
4487
4487
|
* the OperationalDataset as an opaque octet string.
|
|
4488
4488
|
*
|
|
4489
|
-
* @see {@link MatterSpecification.
|
|
4489
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.4.1
|
|
4490
4490
|
*/
|
|
4491
4491
|
operationalDataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
4492
4492
|
/**
|
|
4493
4493
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
4494
4494
|
*
|
|
4495
|
-
* @see {@link MatterSpecification.
|
|
4495
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.4.2
|
|
4496
4496
|
*/
|
|
4497
4497
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4498
4498
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -4511,20 +4511,20 @@ export declare namespace NetworkCommissioning {
|
|
|
4511
4511
|
*
|
|
4512
4512
|
* • UnknownError: An internal error occurred during the operation.
|
|
4513
4513
|
*
|
|
4514
|
-
* @see {@link MatterSpecification.
|
|
4514
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.1
|
|
4515
4515
|
*/
|
|
4516
4516
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
4517
4517
|
/**
|
|
4518
4518
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
4519
4519
|
*
|
|
4520
|
-
* @see {@link MatterSpecification.
|
|
4520
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.2
|
|
4521
4521
|
*/
|
|
4522
4522
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4523
4523
|
/**
|
|
4524
4524
|
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
4525
4525
|
* updated or removed successfully by the associated request command.
|
|
4526
4526
|
*
|
|
4527
|
-
* @see {@link MatterSpecification.
|
|
4527
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.3
|
|
4528
4528
|
*/
|
|
4529
4529
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4530
4530
|
}>, any>;
|
|
@@ -4575,7 +4575,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4575
4575
|
* Per the Matter specification you cannot use {@link NetworkCommissioningCluster} without enabling certain feature
|
|
4576
4576
|
* combinations. You must use the {@link with} factory method to obtain a working cluster.
|
|
4577
4577
|
*
|
|
4578
|
-
* @see {@link MatterSpecification.
|
|
4578
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9
|
|
4579
4579
|
*/
|
|
4580
4580
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
4581
4581
|
}
|
|
@@ -4672,7 +4672,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4672
4672
|
* available device resources. The length of the Networks attribute shall be less than or equal to this
|
|
4673
4673
|
* value.
|
|
4674
4674
|
*
|
|
4675
|
-
* @see {@link MatterSpecification.
|
|
4675
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.1
|
|
4676
4676
|
*/
|
|
4677
4677
|
readonly maxNetworks: FixedAttribute<number, any>;
|
|
4678
4678
|
/**
|
|
@@ -4692,7 +4692,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4692
4692
|
* There shall be no way to add, update or remove Ethernet network configurations to those Cluster
|
|
4693
4693
|
* instances.
|
|
4694
4694
|
*
|
|
4695
|
-
* @see {@link MatterSpecification.
|
|
4695
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.2
|
|
4696
4696
|
*/
|
|
4697
4697
|
readonly networks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4698
4698
|
/**
|
|
@@ -4719,7 +4719,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4719
4719
|
*
|
|
4720
4720
|
* XPAN ID is a big-endian 64-bit unsigned number, represented on the first 8 octets of the octet string.
|
|
4721
4721
|
*
|
|
4722
|
-
* @see {@link MatterSpecification.
|
|
4722
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.5.1
|
|
4723
4723
|
*/
|
|
4724
4724
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
4725
4725
|
/**
|
|
@@ -4727,7 +4727,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4727
4727
|
* linked to the network technology (e.g. Associated for a Wi-Fi network, media connected for an Ethernet
|
|
4728
4728
|
* network).
|
|
4729
4729
|
*
|
|
4730
|
-
* @see {@link MatterSpecification.
|
|
4730
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.5.2
|
|
4731
4731
|
*/
|
|
4732
4732
|
connected: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
4733
4733
|
}>[], any>;
|
|
@@ -4748,7 +4748,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4748
4748
|
* On Ethernet-only Nodes, there shall always be at least one of the Network Commissioning server cluster
|
|
4749
4749
|
* instances with InterfaceEnabled set to true.
|
|
4750
4750
|
*
|
|
4751
|
-
* @see {@link MatterSpecification.
|
|
4751
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.5
|
|
4752
4752
|
*/
|
|
4753
4753
|
readonly interfaceEnabled: WritableAttribute<boolean, any>;
|
|
4754
4754
|
/**
|
|
@@ -4760,7 +4760,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4760
4760
|
* This attribute is present to assist with error recovery during Network commissioning and to assist in
|
|
4761
4761
|
* non-concurrent networking commissioning flows.
|
|
4762
4762
|
*
|
|
4763
|
-
* @see {@link MatterSpecification.
|
|
4763
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.6
|
|
4764
4764
|
*/
|
|
4765
4765
|
readonly lastNetworkingStatus: Attribute<NetworkCommissioningStatus | null, any>;
|
|
4766
4766
|
/**
|
|
@@ -4775,7 +4775,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4775
4775
|
* This attribute is present to assist with error recovery during Network commissioning and to assist in
|
|
4776
4776
|
* non-concurrent networking commissioning flows.
|
|
4777
4777
|
*
|
|
4778
|
-
* @see {@link MatterSpecification.
|
|
4778
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.7
|
|
4779
4779
|
*/
|
|
4780
4780
|
readonly lastNetworkId: Attribute<AllowSharedBufferSource | null, any>;
|
|
4781
4781
|
/**
|
|
@@ -4790,7 +4790,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4790
4790
|
* This attribute is present to assist with error recovery during Network commissioning and to assist in
|
|
4791
4791
|
* non-concurrent networking commissioning flows.
|
|
4792
4792
|
*
|
|
4793
|
-
* @see {@link MatterSpecification.
|
|
4793
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.6.8
|
|
4794
4794
|
*/
|
|
4795
4795
|
readonly lastConnectErrorValue: Attribute<number | null, any>;
|
|
4796
4796
|
};
|
|
@@ -4801,7 +4801,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4801
4801
|
* if the field is absent, or if it is null, this shall indicate scanning of all BSSID in range. This field
|
|
4802
4802
|
* shall be ignored for ScanNetworks invocations on non-Wi-Fi server instances.
|
|
4803
4803
|
*
|
|
4804
|
-
* @see {@link MatterSpecification.
|
|
4804
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.1.1
|
|
4805
4805
|
*/
|
|
4806
4806
|
ssid: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource | null>;
|
|
4807
4807
|
/**
|
|
@@ -4809,7 +4809,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4809
4809
|
* Commissioning cluster on success of the associated command. If the command fails, the Breadcrumb attribute in
|
|
4810
4810
|
* the General Commissioning cluster shall be left unchanged.
|
|
4811
4811
|
*
|
|
4812
|
-
* @see {@link MatterSpecification.
|
|
4812
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.1.2
|
|
4813
4813
|
*/
|
|
4814
4814
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4815
4815
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -4828,7 +4828,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4828
4828
|
*
|
|
4829
4829
|
* • UnknownError: An internal error occurred during scanning.
|
|
4830
4830
|
*
|
|
4831
|
-
* @see {@link MatterSpecification.
|
|
4831
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.1
|
|
4832
4832
|
*/
|
|
4833
4833
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
4834
4834
|
/**
|
|
@@ -4836,7 +4836,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4836
4836
|
* case the NetworkingStatus was not Success. Its purpose is to help developers in troubleshooting errors and
|
|
4837
4837
|
* may go into logs or crash reports.
|
|
4838
4838
|
*
|
|
4839
|
-
* @see {@link MatterSpecification.
|
|
4839
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.2
|
|
4840
4840
|
*/
|
|
4841
4841
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4842
4842
|
/**
|
|
@@ -4852,7 +4852,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4852
4852
|
* RSSI order, even if RSSI is not reported in the response, to maximize the likelihood that most likely to be
|
|
4853
4853
|
* reachable elements are included within the size limits of the response.
|
|
4854
4854
|
*
|
|
4855
|
-
* @see {@link MatterSpecification.
|
|
4855
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.3
|
|
4856
4856
|
*/
|
|
4857
4857
|
wiFiScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4858
4858
|
security: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -4884,13 +4884,13 @@ export declare namespace NetworkCommissioning {
|
|
|
4884
4884
|
* This field, if present, may be used to differentiate overlapping channel number values across different Wi-Fi
|
|
4885
4885
|
* frequency bands.
|
|
4886
4886
|
*
|
|
4887
|
-
* @see {@link MatterSpecification.
|
|
4887
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.6.1
|
|
4888
4888
|
*/
|
|
4889
4889
|
wiFiBand: import("../tlv/TlvObject.js").OptionalFieldType<WiFiBand>;
|
|
4890
4890
|
/**
|
|
4891
4891
|
* This field, if present, shall denote the signal strength in dBm of the associated scan result.
|
|
4892
4892
|
*
|
|
4893
|
-
* @see {@link MatterSpecification.
|
|
4893
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.6.2
|
|
4894
4894
|
*/
|
|
4895
4895
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4896
4896
|
}>[]>;
|
|
@@ -4906,7 +4906,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4906
4906
|
* LQI order, to maximize the likelihood that most likely to be reachable elements are included within the size
|
|
4907
4907
|
* limits of the response.
|
|
4908
4908
|
*
|
|
4909
|
-
* @see {@link MatterSpecification.
|
|
4909
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.2.4
|
|
4910
4910
|
*/
|
|
4911
4911
|
threadScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4912
4912
|
panId: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -4917,7 +4917,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4917
4917
|
/**
|
|
4918
4918
|
* ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
|
|
4919
4919
|
*
|
|
4920
|
-
* @see {@link MatterSpecification.
|
|
4920
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.5.7.1
|
|
4921
4921
|
*/
|
|
4922
4922
|
extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
4923
4923
|
rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
@@ -4938,7 +4938,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4938
4938
|
* This field shall contain the SSID to which to attempt connection. Specific BSSID selection is not supported
|
|
4939
4939
|
* by this cluster.
|
|
4940
4940
|
*
|
|
4941
|
-
* @see {@link MatterSpecification.
|
|
4941
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.3.1
|
|
4942
4942
|
*/
|
|
4943
4943
|
ssid: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
4944
4944
|
/**
|
|
@@ -4974,13 +4974,13 @@ export declare namespace NetworkCommissioning {
|
|
|
4974
4974
|
* selects a lower security connectivity type if the link quality is deemed to be too low to achieve successful
|
|
4975
4975
|
* operation, or if all retry attempts fail.
|
|
4976
4976
|
*
|
|
4977
|
-
* @see {@link MatterSpecification.
|
|
4977
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.3.2
|
|
4978
4978
|
*/
|
|
4979
4979
|
credentials: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
4980
4980
|
/**
|
|
4981
4981
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
4982
4982
|
*
|
|
4983
|
-
* @see {@link MatterSpecification.
|
|
4983
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.3.3
|
|
4984
4984
|
*/
|
|
4985
4985
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
4986
4986
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -4999,20 +4999,20 @@ export declare namespace NetworkCommissioning {
|
|
|
4999
4999
|
*
|
|
5000
5000
|
* • UnknownError: An internal error occurred during the operation.
|
|
5001
5001
|
*
|
|
5002
|
-
* @see {@link MatterSpecification.
|
|
5002
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.1
|
|
5003
5003
|
*/
|
|
5004
5004
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
5005
5005
|
/**
|
|
5006
5006
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
5007
5007
|
*
|
|
5008
|
-
* @see {@link MatterSpecification.
|
|
5008
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.2
|
|
5009
5009
|
*/
|
|
5010
5010
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
5011
5011
|
/**
|
|
5012
5012
|
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
5013
5013
|
* updated or removed successfully by the associated request command.
|
|
5014
5014
|
*
|
|
5015
|
-
* @see {@link MatterSpecification.
|
|
5015
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.3
|
|
5016
5016
|
*/
|
|
5017
5017
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
5018
5018
|
}>, any> & {
|
|
@@ -5031,13 +5031,13 @@ export declare namespace NetworkCommissioning {
|
|
|
5031
5031
|
* The encoding for the OperationalDataset field is defined in the Thread specification. The client shall pass
|
|
5032
5032
|
* the OperationalDataset as an opaque octet string.
|
|
5033
5033
|
*
|
|
5034
|
-
* @see {@link MatterSpecification.
|
|
5034
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.4.1
|
|
5035
5035
|
*/
|
|
5036
5036
|
operationalDataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
5037
5037
|
/**
|
|
5038
5038
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
5039
5039
|
*
|
|
5040
|
-
* @see {@link MatterSpecification.
|
|
5040
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.4.2
|
|
5041
5041
|
*/
|
|
5042
5042
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
5043
5043
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -5056,20 +5056,20 @@ export declare namespace NetworkCommissioning {
|
|
|
5056
5056
|
*
|
|
5057
5057
|
* • UnknownError: An internal error occurred during the operation.
|
|
5058
5058
|
*
|
|
5059
|
-
* @see {@link MatterSpecification.
|
|
5059
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.1
|
|
5060
5060
|
*/
|
|
5061
5061
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
5062
5062
|
/**
|
|
5063
5063
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
5064
5064
|
*
|
|
5065
|
-
* @see {@link MatterSpecification.
|
|
5065
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.2
|
|
5066
5066
|
*/
|
|
5067
5067
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
5068
5068
|
/**
|
|
5069
5069
|
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
5070
5070
|
* updated or removed successfully by the associated request command.
|
|
5071
5071
|
*
|
|
5072
|
-
* @see {@link MatterSpecification.
|
|
5072
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.3
|
|
5073
5073
|
*/
|
|
5074
5074
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
5075
5075
|
}>, any> & {
|
|
@@ -5084,13 +5084,13 @@ export declare namespace NetworkCommissioning {
|
|
|
5084
5084
|
/**
|
|
5085
5085
|
* This field shall contain the NetworkID for the entry to remove: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
5086
5086
|
*
|
|
5087
|
-
* @see {@link MatterSpecification.
|
|
5087
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.6.1
|
|
5088
5088
|
*/
|
|
5089
5089
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
5090
5090
|
/**
|
|
5091
5091
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
5092
5092
|
*
|
|
5093
|
-
* @see {@link MatterSpecification.
|
|
5093
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.6.2
|
|
5094
5094
|
*/
|
|
5095
5095
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
5096
5096
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -5109,20 +5109,20 @@ export declare namespace NetworkCommissioning {
|
|
|
5109
5109
|
*
|
|
5110
5110
|
* • UnknownError: An internal error occurred during the operation.
|
|
5111
5111
|
*
|
|
5112
|
-
* @see {@link MatterSpecification.
|
|
5112
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.1
|
|
5113
5113
|
*/
|
|
5114
5114
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
5115
5115
|
/**
|
|
5116
5116
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
5117
5117
|
*
|
|
5118
|
-
* @see {@link MatterSpecification.
|
|
5118
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.2
|
|
5119
5119
|
*/
|
|
5120
5120
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
5121
5121
|
/**
|
|
5122
5122
|
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
5123
5123
|
* updated or removed successfully by the associated request command.
|
|
5124
5124
|
*
|
|
5125
|
-
* @see {@link MatterSpecification.
|
|
5125
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.3
|
|
5126
5126
|
*/
|
|
5127
5127
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
5128
5128
|
}>, any> & {
|
|
@@ -5140,13 +5140,13 @@ export declare namespace NetworkCommissioning {
|
|
|
5140
5140
|
* This field shall contain the NetworkID for the entry used to configure the connection: the SSID for Wi-Fi and
|
|
5141
5141
|
* XPAN ID for Thread.
|
|
5142
5142
|
*
|
|
5143
|
-
* @see {@link MatterSpecification.
|
|
5143
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.8.1
|
|
5144
5144
|
*/
|
|
5145
5145
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
5146
5146
|
/**
|
|
5147
5147
|
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
5148
5148
|
*
|
|
5149
|
-
* @see {@link MatterSpecification.
|
|
5149
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.8.2
|
|
5150
5150
|
*/
|
|
5151
5151
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
5152
5152
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -5171,13 +5171,13 @@ export declare namespace NetworkCommissioning {
|
|
|
5171
5171
|
* • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
|
|
5172
5172
|
* UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
|
|
5173
5173
|
*
|
|
5174
|
-
* @see {@link MatterSpecification.
|
|
5174
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.9.1
|
|
5175
5175
|
*/
|
|
5176
5176
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
5177
5177
|
/**
|
|
5178
5178
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
5179
5179
|
*
|
|
5180
|
-
* @see {@link MatterSpecification.
|
|
5180
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.9.2
|
|
5181
5181
|
*/
|
|
5182
5182
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
5183
5183
|
/**
|
|
@@ -5200,7 +5200,7 @@ export declare namespace NetworkCommissioning {
|
|
|
5200
5200
|
* • Otherwise, the ErrorValue field shall contain an implementation-dependent value which may be used by a
|
|
5201
5201
|
* reader of the structure to record, report or diagnose the failure.
|
|
5202
5202
|
*
|
|
5203
|
-
* @see {@link MatterSpecification.
|
|
5203
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.9.3
|
|
5204
5204
|
*/
|
|
5205
5205
|
errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
5206
5206
|
}>, any> & {
|
|
@@ -5217,14 +5217,14 @@ export declare namespace NetworkCommissioning {
|
|
|
5217
5217
|
/**
|
|
5218
5218
|
* This field shall contain the NetworkID for the entry to reorder: the SSID for Wi-Fi and XPAN ID for Thread.
|
|
5219
5219
|
*
|
|
5220
|
-
* @see {@link MatterSpecification.
|
|
5220
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10.1
|
|
5221
5221
|
*/
|
|
5222
5222
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
5223
5223
|
/**
|
|
5224
5224
|
* This field shall contain the 0-based index of the new desired position of the entry in the Networks
|
|
5225
5225
|
* attribute.
|
|
5226
5226
|
*
|
|
5227
|
-
* @see {@link MatterSpecification.
|
|
5227
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10.2
|
|
5228
5228
|
*/
|
|
5229
5229
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
5230
5230
|
/**
|
|
@@ -5276,7 +5276,7 @@ export declare namespace NetworkCommissioning {
|
|
|
5276
5276
|
* In the above outcome, BlueDolphin, Home-Guest and WillowTree moved "up" and FancyCat became the lowest
|
|
5277
5277
|
* priority network in the list.
|
|
5278
5278
|
*
|
|
5279
|
-
* @see {@link MatterSpecification.
|
|
5279
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.10.3
|
|
5280
5280
|
*/
|
|
5281
5281
|
breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
|
|
5282
5282
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
@@ -5295,20 +5295,20 @@ export declare namespace NetworkCommissioning {
|
|
|
5295
5295
|
*
|
|
5296
5296
|
* • UnknownError: An internal error occurred during the operation.
|
|
5297
5297
|
*
|
|
5298
|
-
* @see {@link MatterSpecification.
|
|
5298
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.1
|
|
5299
5299
|
*/
|
|
5300
5300
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
5301
5301
|
/**
|
|
5302
5302
|
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
5303
5303
|
*
|
|
5304
|
-
* @see {@link MatterSpecification.
|
|
5304
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.2
|
|
5305
5305
|
*/
|
|
5306
5306
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
5307
5307
|
/**
|
|
5308
5308
|
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
5309
5309
|
* updated or removed successfully by the associated request command.
|
|
5310
5310
|
*
|
|
5311
|
-
* @see {@link MatterSpecification.
|
|
5311
|
+
* @see {@link MatterSpecification.v142.Core} § 11.9.7.7.3
|
|
5312
5312
|
*/
|
|
5313
5313
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
5314
5314
|
}>, any> & {
|