@matter/types 0.12.6-alpha.0-20250304-03716637c → 0.13.0-alpha.0-20250307-ebf84a05a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/cluster/Cluster.d.ts.map +1 -1
- package/dist/cjs/cluster/ClusterHelper.d.ts.map +1 -1
- package/dist/cjs/clusters/access-control.d.ts +3972 -522
- package/dist/cjs/clusters/access-control.d.ts.map +1 -1
- package/dist/cjs/clusters/access-control.js +640 -116
- package/dist/cjs/clusters/access-control.js.map +2 -2
- package/dist/cjs/clusters/actions.d.ts +10 -9
- package/dist/cjs/clusters/actions.d.ts.map +1 -1
- package/dist/cjs/clusters/actions.js +4 -4
- package/dist/cjs/clusters/actions.js.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.d.ts +156 -129
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +40 -35
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +9 -12
- package/dist/cjs/clusters/alarm-base.d.ts.map +1 -1
- package/dist/cjs/clusters/alarm-base.js +3 -4
- package/dist/cjs/clusters/alarm-base.js.map +1 -1
- package/dist/cjs/clusters/application-launcher.d.ts +27 -15
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +7 -4
- package/dist/cjs/clusters/application-launcher.js.map +1 -1
- package/dist/cjs/clusters/ballast-configuration.d.ts +7 -7
- package/dist/cjs/clusters/ballast-configuration.js +7 -7
- package/dist/cjs/clusters/basic-information.d.ts +29 -21
- package/dist/cjs/clusters/basic-information.d.ts.map +1 -1
- package/dist/cjs/clusters/basic-information.js +29 -21
- package/dist/cjs/clusters/basic-information.js.map +1 -1
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +816 -34
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts.map +1 -1
- package/dist/cjs/clusters/bridged-device-basic-information.js +182 -29
- package/dist/cjs/clusters/bridged-device-basic-information.js.map +2 -2
- package/dist/cjs/clusters/channel.d.ts +115 -124
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +15 -16
- package/dist/cjs/clusters/channel.js.map +1 -1
- package/dist/cjs/clusters/color-control.d.ts +3076 -1366
- package/dist/cjs/clusters/color-control.d.ts.map +1 -1
- package/dist/cjs/clusters/color-control.js +423 -357
- package/dist/cjs/clusters/color-control.js.map +2 -2
- package/dist/cjs/clusters/commissioner-control.d.ts +268 -0
- package/dist/cjs/clusters/commissioner-control.d.ts.map +1 -0
- package/dist/cjs/clusters/commissioner-control.js +194 -0
- package/dist/cjs/clusters/commissioner-control.js.map +6 -0
- package/dist/cjs/clusters/content-control.d.ts +497 -221
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +59 -41
- package/dist/cjs/clusters/content-control.js.map +2 -2
- package/dist/cjs/clusters/content-launcher.d.ts +248 -215
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +16 -15
- package/dist/cjs/clusters/content-launcher.js.map +1 -1
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +76 -333
- package/dist/cjs/clusters/device-energy-management-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/device-energy-management-mode.js +26 -73
- package/dist/cjs/clusters/device-energy-management-mode.js.map +1 -1
- package/dist/cjs/clusters/device-energy-management.d.ts +1299 -930
- package/dist/cjs/clusters/device-energy-management.d.ts.map +1 -1
- package/dist/cjs/clusters/device-energy-management.js +189 -160
- package/dist/cjs/clusters/device-energy-management.js.map +2 -2
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +14 -17
- package/dist/cjs/clusters/dishwasher-alarm.d.ts.map +1 -1
- package/dist/cjs/clusters/dishwasher-alarm.js +3 -4
- package/dist/cjs/clusters/dishwasher-alarm.js.map +1 -1
- package/dist/cjs/clusters/dishwasher-mode.d.ts +65 -105
- package/dist/cjs/clusters/dishwasher-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/dishwasher-mode.js +12 -24
- package/dist/cjs/clusters/dishwasher-mode.js.map +1 -1
- package/dist/cjs/clusters/door-lock.d.ts +2751 -5427
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +480 -802
- package/dist/cjs/clusters/door-lock.js.map +2 -2
- package/dist/cjs/clusters/ecosystem-information.d.ts +186 -0
- package/dist/cjs/clusters/ecosystem-information.d.ts.map +1 -0
- package/dist/cjs/clusters/ecosystem-information.js +154 -0
- package/dist/cjs/clusters/ecosystem-information.js.map +6 -0
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +363 -368
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/electrical-energy-measurement.js +15 -16
- package/dist/cjs/clusters/electrical-energy-measurement.js.map +1 -1
- package/dist/cjs/clusters/energy-evse-mode.d.ts +92 -330
- package/dist/cjs/clusters/energy-evse-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-evse-mode.js +25 -72
- package/dist/cjs/clusters/energy-evse-mode.js.map +1 -1
- package/dist/cjs/clusters/energy-evse.d.ts +557 -273
- package/dist/cjs/clusters/energy-evse.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-evse.js +107 -55
- package/dist/cjs/clusters/energy-evse.js.map +1 -1
- package/dist/cjs/clusters/energy-preference.d.ts +76 -76
- package/dist/cjs/clusters/energy-preference.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-preference.js +15 -18
- package/dist/cjs/clusters/energy-preference.js.map +1 -1
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +3 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +1 -3
- package/dist/cjs/clusters/ethernet-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/fan-control.d.ts +12 -12
- package/dist/cjs/clusters/fan-control.js +4 -4
- package/dist/cjs/clusters/fixed-label.d.ts +7 -2
- package/dist/cjs/clusters/fixed-label.d.ts.map +1 -1
- package/dist/cjs/clusters/fixed-label.js.map +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +4 -4
- package/dist/cjs/clusters/flow-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/flow-measurement.js +6 -6
- package/dist/cjs/clusters/flow-measurement.js.map +1 -1
- package/dist/cjs/clusters/general-commissioning.d.ts +1416 -111
- package/dist/cjs/clusters/general-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/general-commissioning.js +272 -54
- package/dist/cjs/clusters/general-commissioning.js.map +2 -2
- package/dist/cjs/clusters/general-diagnostics.d.ts +115 -122
- package/dist/cjs/clusters/general-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/general-diagnostics.js +31 -33
- package/dist/cjs/clusters/general-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/group-key-management.d.ts +72 -82
- package/dist/cjs/clusters/group-key-management.d.ts.map +1 -1
- package/dist/cjs/clusters/group-key-management.js +19 -22
- package/dist/cjs/clusters/group-key-management.js.map +1 -1
- package/dist/cjs/clusters/groups.d.ts +9 -6
- package/dist/cjs/clusters/groups.d.ts.map +1 -1
- package/dist/cjs/clusters/groups.js +3 -2
- package/dist/cjs/clusters/groups.js.map +1 -1
- package/dist/cjs/clusters/icd-management.d.ts +223 -66
- package/dist/cjs/clusters/icd-management.d.ts.map +1 -1
- package/dist/cjs/clusters/icd-management.js +61 -23
- package/dist/cjs/clusters/icd-management.js.map +2 -2
- package/dist/cjs/clusters/identify.d.ts +12 -13
- package/dist/cjs/clusters/identify.d.ts.map +1 -1
- package/dist/cjs/clusters/identify.js +9 -10
- package/dist/cjs/clusters/identify.js.map +1 -1
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -8
- package/dist/cjs/clusters/illuminance-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/illuminance-measurement.js +9 -10
- package/dist/cjs/clusters/illuminance-measurement.js.map +1 -1
- package/dist/cjs/clusters/index.d.ts +11 -1
- package/dist/cjs/clusters/index.d.ts.map +1 -1
- package/dist/cjs/clusters/index.js +33 -3
- package/dist/cjs/clusters/index.js.map +1 -1
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +1239 -0
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts.map +1 -0
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +490 -0
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.js.map +6 -0
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +174 -0
- package/dist/cjs/clusters/joint-fabric-pki.d.ts.map +1 -0
- package/dist/cjs/clusters/joint-fabric-pki.js +120 -0
- package/dist/cjs/clusters/joint-fabric-pki.js.map +6 -0
- package/dist/cjs/clusters/keypad-input.d.ts +2 -2
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +6 -7
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts.map +1 -1
- package/dist/cjs/clusters/laundry-dryer-controls.js +5 -9
- package/dist/cjs/clusters/laundry-dryer-controls.js.map +1 -1
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +74 -62
- package/dist/cjs/clusters/laundry-washer-controls.d.ts.map +1 -1
- package/dist/cjs/clusters/laundry-washer-controls.js +26 -25
- package/dist/cjs/clusters/laundry-washer-controls.js.map +1 -1
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +69 -109
- package/dist/cjs/clusters/laundry-washer-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/laundry-washer-mode.js +13 -25
- package/dist/cjs/clusters/laundry-washer-mode.js.map +1 -1
- package/dist/cjs/clusters/level-control.d.ts +209 -70
- package/dist/cjs/clusters/level-control.d.ts.map +1 -1
- package/dist/cjs/clusters/level-control.js +45 -12
- package/dist/cjs/clusters/level-control.js.map +1 -1
- package/dist/cjs/clusters/localization-configuration.d.ts +5 -6
- package/dist/cjs/clusters/localization-configuration.d.ts.map +1 -1
- package/dist/cjs/clusters/localization-configuration.js +5 -6
- package/dist/cjs/clusters/localization-configuration.js.map +1 -1
- package/dist/cjs/clusters/media-input.d.ts +9 -6
- package/dist/cjs/clusters/media-input.d.ts.map +1 -1
- package/dist/cjs/clusters/media-input.js +3 -2
- package/dist/cjs/clusters/media-input.js.map +1 -1
- package/dist/cjs/clusters/media-playback.d.ts +29 -24
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +5 -4
- package/dist/cjs/clusters/media-playback.js.map +1 -1
- package/dist/cjs/clusters/microwave-oven-control.d.ts +54 -48
- package/dist/cjs/clusters/microwave-oven-control.d.ts.map +1 -1
- package/dist/cjs/clusters/microwave-oven-control.js +19 -17
- package/dist/cjs/clusters/microwave-oven-control.js.map +1 -1
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +63 -69
- package/dist/cjs/clusters/microwave-oven-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/microwave-oven-mode.js +14 -11
- package/dist/cjs/clusters/microwave-oven-mode.js.map +1 -1
- package/dist/cjs/clusters/mode-base.d.ts +27 -46
- package/dist/cjs/clusters/mode-base.d.ts.map +1 -1
- package/dist/cjs/clusters/mode-base.js +9 -10
- package/dist/cjs/clusters/mode-base.js.map +1 -1
- package/dist/cjs/clusters/mode-select.d.ts +33 -27
- package/dist/cjs/clusters/mode-select.d.ts.map +1 -1
- package/dist/cjs/clusters/mode-select.js +14 -13
- package/dist/cjs/clusters/mode-select.js.map +1 -1
- package/dist/cjs/clusters/network-commissioning.d.ts +263 -240
- package/dist/cjs/clusters/network-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/network-commissioning.js +46 -39
- package/dist/cjs/clusters/network-commissioning.js.map +1 -1
- package/dist/cjs/clusters/occupancy-sensing.d.ts +1002 -63
- package/dist/cjs/clusters/occupancy-sensing.d.ts.map +1 -1
- package/dist/cjs/clusters/occupancy-sensing.js +278 -63
- package/dist/cjs/clusters/occupancy-sensing.js.map +2 -2
- package/dist/cjs/clusters/on-off.d.ts +18 -24
- package/dist/cjs/clusters/on-off.d.ts.map +1 -1
- package/dist/cjs/clusters/on-off.js +3 -4
- package/dist/cjs/clusters/on-off.js.map +1 -1
- package/dist/cjs/clusters/operational-credentials.d.ts +98 -85
- package/dist/cjs/clusters/operational-credentials.d.ts.map +1 -1
- package/dist/cjs/clusters/operational-credentials.js +56 -49
- package/dist/cjs/clusters/operational-credentials.js.map +1 -1
- package/dist/cjs/clusters/operational-state.d.ts +136 -57
- package/dist/cjs/clusters/operational-state.d.ts.map +1 -1
- package/dist/cjs/clusters/operational-state.js +62 -36
- package/dist/cjs/clusters/operational-state.js.map +2 -2
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +43 -42
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +20 -19
- package/dist/cjs/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +6 -10
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-requestor.js +4 -6
- package/dist/cjs/clusters/ota-software-update-requestor.js.map +1 -1
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +44 -154
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts.map +1 -1
- package/dist/cjs/clusters/oven-cavity-operational-state.js +39 -156
- package/dist/cjs/clusters/oven-cavity-operational-state.js.map +1 -1
- package/dist/cjs/clusters/oven-mode.d.ts +79 -349
- package/dist/cjs/clusters/oven-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/oven-mode.js +26 -82
- package/dist/cjs/clusters/oven-mode.js.map +1 -1
- package/dist/cjs/clusters/power-source.d.ts +169 -44
- package/dist/cjs/clusters/power-source.d.ts.map +1 -1
- package/dist/cjs/clusters/power-source.js +40 -16
- package/dist/cjs/clusters/power-source.js.map +1 -1
- package/dist/cjs/clusters/pressure-measurement.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.js.map +1 -1
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +73 -63
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/pump-configuration-and-control.js +19 -20
- package/dist/cjs/clusters/pump-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +2 -1
- package/dist/cjs/clusters/refrigerator-alarm.d.ts.map +1 -1
- package/dist/cjs/clusters/refrigerator-alarm.js.map +1 -1
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +59 -91
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +11 -19
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
- package/dist/cjs/clusters/relative-humidity-measurement.js +1 -1
- package/dist/cjs/clusters/relative-humidity-measurement.js.map +1 -1
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +59 -103
- package/dist/cjs/clusters/rvc-clean-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-clean-mode.js +11 -15
- package/dist/cjs/clusters/rvc-clean-mode.js.map +1 -1
- package/dist/cjs/clusters/rvc-operational-state.d.ts +81 -25
- package/dist/cjs/clusters/rvc-operational-state.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-operational-state.js +49 -20
- package/dist/cjs/clusters/rvc-operational-state.js.map +1 -1
- package/dist/cjs/clusters/rvc-run-mode.d.ts +85 -129
- package/dist/cjs/clusters/rvc-run-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-run-mode.js +16 -15
- package/dist/cjs/clusters/rvc-run-mode.js.map +1 -1
- package/dist/cjs/clusters/scenes-management.d.ts +328 -181
- package/dist/cjs/clusters/scenes-management.d.ts.map +1 -1
- package/dist/cjs/clusters/scenes-management.js +37 -22
- package/dist/cjs/clusters/scenes-management.js.map +1 -1
- package/dist/cjs/clusters/service-area.d.ts +2052 -0
- package/dist/cjs/clusters/service-area.d.ts.map +1 -0
- package/dist/cjs/clusters/service-area.js +582 -0
- package/dist/cjs/clusters/service-area.js.map +6 -0
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +10 -18
- package/dist/cjs/clusters/smoke-co-alarm.d.ts.map +1 -1
- package/dist/cjs/clusters/smoke-co-alarm.js +2 -3
- package/dist/cjs/clusters/smoke-co-alarm.js.map +1 -1
- package/dist/cjs/clusters/switch.d.ts +478 -191
- package/dist/cjs/clusters/switch.d.ts.map +1 -1
- package/dist/cjs/clusters/switch.js +145 -57
- package/dist/cjs/clusters/switch.js.map +1 -1
- package/dist/cjs/clusters/target-navigator.d.ts +1 -1
- package/dist/cjs/clusters/target-navigator.js +1 -1
- package/dist/cjs/clusters/thermostat.d.ts +3877 -830
- package/dist/cjs/clusters/thermostat.d.ts.map +1 -1
- package/dist/cjs/clusters/thermostat.js +841 -159
- package/dist/cjs/clusters/thermostat.js.map +2 -2
- package/dist/cjs/clusters/thread-border-router-management.d.ts +711 -0
- package/dist/cjs/clusters/thread-border-router-management.d.ts.map +1 -0
- package/dist/cjs/clusters/thread-border-router-management.js +265 -0
- package/dist/cjs/clusters/thread-border-router-management.js.map +6 -0
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +81 -55
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/thread-network-diagnostics.js +32 -21
- package/dist/cjs/clusters/thread-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/thread-network-directory.d.ts +250 -0
- package/dist/cjs/clusters/thread-network-directory.d.ts.map +1 -0
- package/dist/cjs/clusters/thread-network-directory.js +187 -0
- package/dist/cjs/clusters/thread-network-directory.js.map +6 -0
- package/dist/cjs/clusters/time-synchronization.d.ts +101 -76
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +30 -23
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +3 -4
- package/dist/cjs/clusters/unit-localization.d.ts.map +1 -1
- package/dist/cjs/clusters/unit-localization.js.map +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -1
- package/dist/cjs/clusters/user-label.d.ts.map +1 -1
- package/dist/cjs/clusters/user-label.js.map +1 -1
- package/dist/cjs/clusters/water-heater-management.d.ts +1371 -0
- package/dist/cjs/clusters/water-heater-management.d.ts.map +1 -0
- package/dist/cjs/clusters/water-heater-management.js +336 -0
- package/dist/cjs/clusters/water-heater-management.js.map +6 -0
- package/dist/cjs/clusters/water-heater-mode.d.ts +491 -0
- package/dist/cjs/clusters/water-heater-mode.d.ts.map +1 -0
- package/dist/cjs/clusters/water-heater-mode.js +195 -0
- package/dist/cjs/clusters/water-heater-mode.js.map +6 -0
- package/dist/cjs/clusters/water-tank-level-monitoring.d.ts +162 -0
- package/dist/cjs/clusters/water-tank-level-monitoring.d.ts.map +1 -0
- package/dist/cjs/clusters/water-tank-level-monitoring.js +47 -0
- package/dist/cjs/clusters/water-tank-level-monitoring.js.map +6 -0
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +20 -27
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +6 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +91 -0
- package/dist/cjs/clusters/wi-fi-network-management.d.ts.map +1 -0
- package/dist/cjs/clusters/wi-fi-network-management.js +122 -0
- package/dist/cjs/clusters/wi-fi-network-management.js.map +6 -0
- package/dist/cjs/clusters/window-covering.d.ts +66 -78
- package/dist/cjs/clusters/window-covering.d.ts.map +1 -1
- package/dist/cjs/clusters/window-covering.js +26 -37
- package/dist/cjs/clusters/window-covering.js.map +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/datatype/AttributeId.d.ts.map +1 -1
- package/dist/cjs/datatype/CaseAuthenticatedTag.d.ts.map +1 -1
- package/dist/cjs/datatype/ClusterId.d.ts.map +1 -1
- package/dist/cjs/datatype/CommandId.d.ts +1 -0
- package/dist/cjs/datatype/CommandId.d.ts.map +1 -1
- package/dist/cjs/datatype/CommandId.js +3 -0
- package/dist/cjs/datatype/CommandId.js.map +1 -1
- package/dist/cjs/datatype/FieldId.d.ts.map +1 -1
- package/dist/cjs/datatype/ManufacturerExtensibleIdentifier.d.ts.map +1 -1
- package/dist/cjs/datatype/NodeId.d.ts.map +1 -1
- package/dist/cjs/datatype/VendorId.d.ts.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +34 -0
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts.map +1 -0
- package/dist/cjs/globals/AtomicAttributeStatus.js +46 -0
- package/dist/cjs/globals/AtomicAttributeStatus.js.map +6 -0
- package/dist/cjs/globals/AtomicRequestType.d.ts +24 -0
- package/dist/cjs/globals/AtomicRequestType.d.ts.map +1 -0
- package/dist/cjs/globals/AtomicRequestType.js +35 -0
- package/dist/cjs/globals/AtomicRequestType.js.map +6 -0
- package/dist/cjs/globals/Locationdesc.d.ts +79 -0
- package/dist/cjs/globals/Locationdesc.d.ts.map +1 -0
- package/dist/cjs/globals/Locationdesc.js +89 -0
- package/dist/cjs/globals/Locationdesc.js.map +6 -0
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +18 -3
- package/dist/cjs/globals/Status.d.ts.map +1 -1
- package/dist/cjs/globals/Status.js +3 -1
- package/dist/cjs/globals/Status.js.map +1 -1
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/index.d.ts +3 -0
- package/dist/cjs/globals/index.d.ts.map +1 -1
- package/dist/cjs/globals/index.js +3 -0
- package/dist/cjs/globals/index.js.map +1 -1
- package/dist/cjs/schema/BitmapSchema.d.ts.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.d.ts +32 -4
- package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/cjs/schema/PairingCodeSchema.js +17 -3
- package/dist/cjs/schema/PairingCodeSchema.js.map +1 -1
- package/dist/cjs/schema/QrCodeSchema.d.ts.map +1 -1
- package/dist/cjs/schema/QrCodeSchema.js +4 -1
- package/dist/cjs/schema/QrCodeSchema.js.map +1 -1
- package/dist/cjs/schema/SpecificationVersionSchema.d.ts.map +1 -1
- package/dist/cjs/tlv/TlvArray.d.ts.map +1 -1
- package/dist/cjs/tlv/TlvNullable.d.ts.map +1 -1
- package/dist/cjs/tlv/TlvNumber.d.ts.map +1 -1
- package/dist/cjs/tlv/TlvObject.d.ts.map +1 -1
- package/dist/esm/cluster/Cluster.d.ts.map +1 -1
- package/dist/esm/cluster/ClusterHelper.d.ts.map +1 -1
- package/dist/esm/clusters/access-control.d.ts +3972 -522
- package/dist/esm/clusters/access-control.d.ts.map +1 -1
- package/dist/esm/clusters/access-control.js +645 -120
- package/dist/esm/clusters/access-control.js.map +2 -2
- package/dist/esm/clusters/actions.d.ts +10 -9
- package/dist/esm/clusters/actions.d.ts.map +1 -1
- package/dist/esm/clusters/actions.js +4 -4
- package/dist/esm/clusters/actions.js.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.d.ts +156 -129
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +40 -35
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +9 -12
- package/dist/esm/clusters/alarm-base.d.ts.map +1 -1
- package/dist/esm/clusters/alarm-base.js +3 -4
- package/dist/esm/clusters/alarm-base.js.map +1 -1
- package/dist/esm/clusters/application-launcher.d.ts +27 -15
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +7 -4
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/ballast-configuration.d.ts +7 -7
- package/dist/esm/clusters/ballast-configuration.js +7 -7
- package/dist/esm/clusters/basic-information.d.ts +29 -21
- package/dist/esm/clusters/basic-information.d.ts.map +1 -1
- package/dist/esm/clusters/basic-information.js +29 -21
- package/dist/esm/clusters/basic-information.js.map +1 -1
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +816 -34
- package/dist/esm/clusters/bridged-device-basic-information.d.ts.map +1 -1
- package/dist/esm/clusters/bridged-device-basic-information.js +188 -32
- package/dist/esm/clusters/bridged-device-basic-information.js.map +2 -2
- package/dist/esm/clusters/channel.d.ts +115 -124
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +15 -16
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +3076 -1366
- package/dist/esm/clusters/color-control.d.ts.map +1 -1
- package/dist/esm/clusters/color-control.js +424 -358
- package/dist/esm/clusters/color-control.js.map +2 -2
- package/dist/esm/clusters/commissioner-control.d.ts +268 -0
- package/dist/esm/clusters/commissioner-control.d.ts.map +1 -0
- package/dist/esm/clusters/commissioner-control.js +174 -0
- package/dist/esm/clusters/commissioner-control.js.map +6 -0
- package/dist/esm/clusters/content-control.d.ts +497 -221
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +60 -42
- package/dist/esm/clusters/content-control.js.map +2 -2
- package/dist/esm/clusters/content-launcher.d.ts +248 -215
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +16 -15
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- package/dist/esm/clusters/device-energy-management-mode.d.ts +76 -333
- package/dist/esm/clusters/device-energy-management-mode.d.ts.map +1 -1
- package/dist/esm/clusters/device-energy-management-mode.js +26 -80
- package/dist/esm/clusters/device-energy-management-mode.js.map +1 -1
- package/dist/esm/clusters/device-energy-management.d.ts +1299 -930
- package/dist/esm/clusters/device-energy-management.d.ts.map +1 -1
- package/dist/esm/clusters/device-energy-management.js +189 -160
- package/dist/esm/clusters/device-energy-management.js.map +2 -2
- package/dist/esm/clusters/dishwasher-alarm.d.ts +14 -17
- package/dist/esm/clusters/dishwasher-alarm.d.ts.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.js +3 -4
- package/dist/esm/clusters/dishwasher-alarm.js.map +1 -1
- package/dist/esm/clusters/dishwasher-mode.d.ts +65 -105
- package/dist/esm/clusters/dishwasher-mode.d.ts.map +1 -1
- package/dist/esm/clusters/dishwasher-mode.js +13 -25
- package/dist/esm/clusters/dishwasher-mode.js.map +1 -1
- package/dist/esm/clusters/door-lock.d.ts +2751 -5427
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +482 -804
- package/dist/esm/clusters/door-lock.js.map +2 -2
- package/dist/esm/clusters/ecosystem-information.d.ts +186 -0
- package/dist/esm/clusters/ecosystem-information.d.ts.map +1 -0
- package/dist/esm/clusters/ecosystem-information.js +134 -0
- package/dist/esm/clusters/ecosystem-information.js.map +6 -0
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +363 -368
- package/dist/esm/clusters/electrical-energy-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/electrical-energy-measurement.js +15 -16
- package/dist/esm/clusters/electrical-energy-measurement.js.map +1 -1
- package/dist/esm/clusters/energy-evse-mode.d.ts +92 -330
- package/dist/esm/clusters/energy-evse-mode.d.ts.map +1 -1
- package/dist/esm/clusters/energy-evse-mode.js +25 -79
- package/dist/esm/clusters/energy-evse-mode.js.map +1 -1
- package/dist/esm/clusters/energy-evse.d.ts +557 -273
- package/dist/esm/clusters/energy-evse.d.ts.map +1 -1
- package/dist/esm/clusters/energy-evse.js +107 -55
- package/dist/esm/clusters/energy-evse.js.map +1 -1
- package/dist/esm/clusters/energy-preference.d.ts +76 -76
- package/dist/esm/clusters/energy-preference.d.ts.map +1 -1
- package/dist/esm/clusters/energy-preference.js +15 -18
- package/dist/esm/clusters/energy-preference.js.map +1 -1
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +3 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/ethernet-network-diagnostics.js +1 -3
- package/dist/esm/clusters/ethernet-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/fan-control.d.ts +12 -12
- package/dist/esm/clusters/fan-control.js +4 -4
- package/dist/esm/clusters/fixed-label.d.ts +7 -2
- package/dist/esm/clusters/fixed-label.d.ts.map +1 -1
- package/dist/esm/clusters/fixed-label.js.map +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +4 -4
- package/dist/esm/clusters/flow-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/flow-measurement.js +6 -6
- package/dist/esm/clusters/flow-measurement.js.map +1 -1
- package/dist/esm/clusters/general-commissioning.d.ts +1416 -111
- package/dist/esm/clusters/general-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/general-commissioning.js +274 -56
- package/dist/esm/clusters/general-commissioning.js.map +2 -2
- package/dist/esm/clusters/general-diagnostics.d.ts +115 -122
- package/dist/esm/clusters/general-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/general-diagnostics.js +31 -33
- package/dist/esm/clusters/general-diagnostics.js.map +1 -1
- package/dist/esm/clusters/group-key-management.d.ts +72 -82
- package/dist/esm/clusters/group-key-management.d.ts.map +1 -1
- package/dist/esm/clusters/group-key-management.js +19 -22
- package/dist/esm/clusters/group-key-management.js.map +1 -1
- package/dist/esm/clusters/groups.d.ts +9 -6
- package/dist/esm/clusters/groups.d.ts.map +1 -1
- package/dist/esm/clusters/groups.js +3 -2
- package/dist/esm/clusters/groups.js.map +1 -1
- package/dist/esm/clusters/icd-management.d.ts +223 -66
- package/dist/esm/clusters/icd-management.d.ts.map +1 -1
- package/dist/esm/clusters/icd-management.js +61 -23
- package/dist/esm/clusters/icd-management.js.map +2 -2
- package/dist/esm/clusters/identify.d.ts +12 -13
- package/dist/esm/clusters/identify.d.ts.map +1 -1
- package/dist/esm/clusters/identify.js +9 -10
- package/dist/esm/clusters/identify.js.map +1 -1
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -8
- package/dist/esm/clusters/illuminance-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/illuminance-measurement.js +9 -10
- package/dist/esm/clusters/illuminance-measurement.js.map +1 -1
- package/dist/esm/clusters/index.d.ts +11 -1
- package/dist/esm/clusters/index.d.ts.map +1 -1
- package/dist/esm/clusters/index.js +36 -3
- package/dist/esm/clusters/index.js.map +1 -1
- package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +1239 -0
- package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts.map +1 -0
- package/dist/esm/clusters/joint-fabric-datastore-cluster.js +470 -0
- package/dist/esm/clusters/joint-fabric-datastore-cluster.js.map +6 -0
- package/dist/esm/clusters/joint-fabric-pki.d.ts +174 -0
- package/dist/esm/clusters/joint-fabric-pki.d.ts.map +1 -0
- package/dist/esm/clusters/joint-fabric-pki.js +100 -0
- package/dist/esm/clusters/joint-fabric-pki.js.map +6 -0
- package/dist/esm/clusters/keypad-input.d.ts +2 -2
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +6 -7
- package/dist/esm/clusters/laundry-dryer-controls.d.ts.map +1 -1
- package/dist/esm/clusters/laundry-dryer-controls.js +6 -10
- package/dist/esm/clusters/laundry-dryer-controls.js.map +1 -1
- package/dist/esm/clusters/laundry-washer-controls.d.ts +74 -62
- package/dist/esm/clusters/laundry-washer-controls.d.ts.map +1 -1
- package/dist/esm/clusters/laundry-washer-controls.js +26 -25
- package/dist/esm/clusters/laundry-washer-controls.js.map +1 -1
- package/dist/esm/clusters/laundry-washer-mode.d.ts +69 -109
- package/dist/esm/clusters/laundry-washer-mode.d.ts.map +1 -1
- package/dist/esm/clusters/laundry-washer-mode.js +14 -26
- package/dist/esm/clusters/laundry-washer-mode.js.map +1 -1
- package/dist/esm/clusters/level-control.d.ts +209 -70
- package/dist/esm/clusters/level-control.d.ts.map +1 -1
- package/dist/esm/clusters/level-control.js +45 -12
- package/dist/esm/clusters/level-control.js.map +1 -1
- package/dist/esm/clusters/localization-configuration.d.ts +5 -6
- package/dist/esm/clusters/localization-configuration.d.ts.map +1 -1
- package/dist/esm/clusters/localization-configuration.js +5 -6
- package/dist/esm/clusters/localization-configuration.js.map +1 -1
- package/dist/esm/clusters/media-input.d.ts +9 -6
- package/dist/esm/clusters/media-input.d.ts.map +1 -1
- package/dist/esm/clusters/media-input.js +3 -2
- package/dist/esm/clusters/media-input.js.map +1 -1
- package/dist/esm/clusters/media-playback.d.ts +29 -24
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +5 -4
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/microwave-oven-control.d.ts +54 -48
- package/dist/esm/clusters/microwave-oven-control.d.ts.map +1 -1
- package/dist/esm/clusters/microwave-oven-control.js +19 -17
- package/dist/esm/clusters/microwave-oven-control.js.map +1 -1
- package/dist/esm/clusters/microwave-oven-mode.d.ts +63 -69
- package/dist/esm/clusters/microwave-oven-mode.d.ts.map +1 -1
- package/dist/esm/clusters/microwave-oven-mode.js +14 -11
- package/dist/esm/clusters/microwave-oven-mode.js.map +1 -1
- package/dist/esm/clusters/mode-base.d.ts +27 -46
- package/dist/esm/clusters/mode-base.d.ts.map +1 -1
- package/dist/esm/clusters/mode-base.js +9 -10
- package/dist/esm/clusters/mode-base.js.map +1 -1
- package/dist/esm/clusters/mode-select.d.ts +33 -27
- package/dist/esm/clusters/mode-select.d.ts.map +1 -1
- package/dist/esm/clusters/mode-select.js +14 -13
- package/dist/esm/clusters/mode-select.js.map +1 -1
- package/dist/esm/clusters/network-commissioning.d.ts +263 -240
- package/dist/esm/clusters/network-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/network-commissioning.js +46 -39
- package/dist/esm/clusters/network-commissioning.js.map +1 -1
- package/dist/esm/clusters/occupancy-sensing.d.ts +1002 -63
- package/dist/esm/clusters/occupancy-sensing.d.ts.map +1 -1
- package/dist/esm/clusters/occupancy-sensing.js +287 -65
- package/dist/esm/clusters/occupancy-sensing.js.map +2 -2
- package/dist/esm/clusters/on-off.d.ts +18 -24
- package/dist/esm/clusters/on-off.d.ts.map +1 -1
- package/dist/esm/clusters/on-off.js +3 -4
- package/dist/esm/clusters/on-off.js.map +1 -1
- package/dist/esm/clusters/operational-credentials.d.ts +98 -85
- package/dist/esm/clusters/operational-credentials.d.ts.map +1 -1
- package/dist/esm/clusters/operational-credentials.js +56 -49
- package/dist/esm/clusters/operational-credentials.js.map +1 -1
- package/dist/esm/clusters/operational-state.d.ts +136 -57
- package/dist/esm/clusters/operational-state.d.ts.map +1 -1
- package/dist/esm/clusters/operational-state.js +63 -37
- package/dist/esm/clusters/operational-state.js.map +2 -2
- package/dist/esm/clusters/ota-software-update-provider.d.ts +43 -42
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +20 -19
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +6 -10
- package/dist/esm/clusters/ota-software-update-requestor.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.js +4 -6
- package/dist/esm/clusters/ota-software-update-requestor.js.map +1 -1
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +44 -154
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts.map +1 -1
- package/dist/esm/clusters/oven-cavity-operational-state.js +41 -166
- package/dist/esm/clusters/oven-cavity-operational-state.js.map +1 -1
- package/dist/esm/clusters/oven-mode.d.ts +79 -349
- package/dist/esm/clusters/oven-mode.d.ts.map +1 -1
- package/dist/esm/clusters/oven-mode.js +26 -89
- package/dist/esm/clusters/oven-mode.js.map +1 -1
- package/dist/esm/clusters/power-source.d.ts +169 -44
- package/dist/esm/clusters/power-source.d.ts.map +1 -1
- package/dist/esm/clusters/power-source.js +40 -16
- package/dist/esm/clusters/power-source.js.map +1 -1
- package/dist/esm/clusters/pressure-measurement.js +2 -2
- package/dist/esm/clusters/pressure-measurement.js.map +1 -1
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +73 -63
- package/dist/esm/clusters/pump-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/pump-configuration-and-control.js +19 -20
- package/dist/esm/clusters/pump-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/refrigerator-alarm.d.ts +2 -1
- package/dist/esm/clusters/refrigerator-alarm.d.ts.map +1 -1
- package/dist/esm/clusters/refrigerator-alarm.js.map +1 -1
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +59 -91
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +12 -20
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
- package/dist/esm/clusters/relative-humidity-measurement.js +1 -1
- package/dist/esm/clusters/relative-humidity-measurement.js.map +1 -1
- package/dist/esm/clusters/rvc-clean-mode.d.ts +59 -103
- package/dist/esm/clusters/rvc-clean-mode.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-clean-mode.js +11 -15
- package/dist/esm/clusters/rvc-clean-mode.js.map +1 -1
- package/dist/esm/clusters/rvc-operational-state.d.ts +81 -25
- package/dist/esm/clusters/rvc-operational-state.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-operational-state.js +49 -20
- package/dist/esm/clusters/rvc-operational-state.js.map +1 -1
- package/dist/esm/clusters/rvc-run-mode.d.ts +85 -129
- package/dist/esm/clusters/rvc-run-mode.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-run-mode.js +16 -15
- package/dist/esm/clusters/rvc-run-mode.js.map +1 -1
- package/dist/esm/clusters/scenes-management.d.ts +328 -181
- package/dist/esm/clusters/scenes-management.d.ts.map +1 -1
- package/dist/esm/clusters/scenes-management.js +37 -22
- package/dist/esm/clusters/scenes-management.js.map +1 -1
- package/dist/esm/clusters/service-area.d.ts +2052 -0
- package/dist/esm/clusters/service-area.d.ts.map +1 -0
- package/dist/esm/clusters/service-area.js +562 -0
- package/dist/esm/clusters/service-area.js.map +6 -0
- package/dist/esm/clusters/smoke-co-alarm.d.ts +10 -18
- package/dist/esm/clusters/smoke-co-alarm.d.ts.map +1 -1
- package/dist/esm/clusters/smoke-co-alarm.js +2 -3
- package/dist/esm/clusters/smoke-co-alarm.js.map +1 -1
- package/dist/esm/clusters/switch.d.ts +478 -191
- package/dist/esm/clusters/switch.d.ts.map +1 -1
- package/dist/esm/clusters/switch.js +145 -57
- package/dist/esm/clusters/switch.js.map +1 -1
- package/dist/esm/clusters/target-navigator.d.ts +1 -1
- package/dist/esm/clusters/target-navigator.js +1 -1
- package/dist/esm/clusters/thermostat.d.ts +3877 -830
- package/dist/esm/clusters/thermostat.d.ts.map +1 -1
- package/dist/esm/clusters/thermostat.js +842 -160
- package/dist/esm/clusters/thermostat.js.map +2 -2
- package/dist/esm/clusters/thread-border-router-management.d.ts +711 -0
- package/dist/esm/clusters/thread-border-router-management.d.ts.map +1 -0
- package/dist/esm/clusters/thread-border-router-management.js +245 -0
- package/dist/esm/clusters/thread-border-router-management.js.map +6 -0
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +81 -55
- package/dist/esm/clusters/thread-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/thread-network-diagnostics.js +32 -21
- package/dist/esm/clusters/thread-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/thread-network-directory.d.ts +250 -0
- package/dist/esm/clusters/thread-network-directory.d.ts.map +1 -0
- package/dist/esm/clusters/thread-network-directory.js +167 -0
- package/dist/esm/clusters/thread-network-directory.js.map +6 -0
- package/dist/esm/clusters/time-synchronization.d.ts +101 -76
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +30 -23
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +3 -4
- package/dist/esm/clusters/unit-localization.d.ts.map +1 -1
- package/dist/esm/clusters/unit-localization.js.map +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -1
- package/dist/esm/clusters/user-label.d.ts.map +1 -1
- package/dist/esm/clusters/user-label.js.map +1 -1
- package/dist/esm/clusters/water-heater-management.d.ts +1371 -0
- package/dist/esm/clusters/water-heater-management.d.ts.map +1 -0
- package/dist/esm/clusters/water-heater-management.js +325 -0
- package/dist/esm/clusters/water-heater-management.js.map +6 -0
- package/dist/esm/clusters/water-heater-mode.d.ts +491 -0
- package/dist/esm/clusters/water-heater-mode.d.ts.map +1 -0
- package/dist/esm/clusters/water-heater-mode.js +175 -0
- package/dist/esm/clusters/water-heater-mode.js.map +6 -0
- package/dist/esm/clusters/water-tank-level-monitoring.d.ts +162 -0
- package/dist/esm/clusters/water-tank-level-monitoring.d.ts.map +1 -0
- package/dist/esm/clusters/water-tank-level-monitoring.js +27 -0
- package/dist/esm/clusters/water-tank-level-monitoring.js.map +6 -0
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +20 -27
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +6 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/wi-fi-network-management.d.ts +91 -0
- package/dist/esm/clusters/wi-fi-network-management.d.ts.map +1 -0
- package/dist/esm/clusters/wi-fi-network-management.js +102 -0
- package/dist/esm/clusters/wi-fi-network-management.js.map +6 -0
- package/dist/esm/clusters/window-covering.d.ts +66 -78
- package/dist/esm/clusters/window-covering.d.ts.map +1 -1
- package/dist/esm/clusters/window-covering.js +26 -37
- package/dist/esm/clusters/window-covering.js.map +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/datatype/AttributeId.d.ts.map +1 -1
- package/dist/esm/datatype/CaseAuthenticatedTag.d.ts.map +1 -1
- package/dist/esm/datatype/ClusterId.d.ts.map +1 -1
- package/dist/esm/datatype/CommandId.d.ts +1 -0
- package/dist/esm/datatype/CommandId.d.ts.map +1 -1
- package/dist/esm/datatype/CommandId.js +3 -0
- package/dist/esm/datatype/CommandId.js.map +1 -1
- package/dist/esm/datatype/FieldId.d.ts.map +1 -1
- package/dist/esm/datatype/ManufacturerExtensibleIdentifier.d.ts.map +1 -1
- package/dist/esm/datatype/NodeId.d.ts.map +1 -1
- package/dist/esm/datatype/VendorId.d.ts.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +34 -0
- package/dist/esm/globals/AtomicAttributeStatus.d.ts.map +1 -0
- package/dist/esm/globals/AtomicAttributeStatus.js +26 -0
- package/dist/esm/globals/AtomicAttributeStatus.js.map +6 -0
- package/dist/esm/globals/AtomicRequestType.d.ts +24 -0
- package/dist/esm/globals/AtomicRequestType.d.ts.map +1 -0
- package/dist/esm/globals/AtomicRequestType.js +15 -0
- package/dist/esm/globals/AtomicRequestType.js.map +6 -0
- package/dist/esm/globals/Locationdesc.d.ts +79 -0
- package/dist/esm/globals/Locationdesc.d.ts.map +1 -0
- package/dist/esm/globals/Locationdesc.js +69 -0
- package/dist/esm/globals/Locationdesc.js.map +6 -0
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +18 -3
- package/dist/esm/globals/Status.d.ts.map +1 -1
- package/dist/esm/globals/Status.js +3 -1
- package/dist/esm/globals/Status.js.map +1 -1
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/index.d.ts +3 -0
- package/dist/esm/globals/index.d.ts.map +1 -1
- package/dist/esm/globals/index.js +3 -0
- package/dist/esm/globals/index.js.map +1 -1
- package/dist/esm/schema/BitmapSchema.d.ts.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.d.ts +32 -4
- package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -1
- package/dist/esm/schema/PairingCodeSchema.js +17 -3
- package/dist/esm/schema/PairingCodeSchema.js.map +1 -1
- package/dist/esm/schema/QrCodeSchema.d.ts.map +1 -1
- package/dist/esm/schema/QrCodeSchema.js +4 -1
- package/dist/esm/schema/QrCodeSchema.js.map +1 -1
- package/dist/esm/schema/SpecificationVersionSchema.d.ts.map +1 -1
- package/dist/esm/tlv/TlvArray.d.ts.map +1 -1
- package/dist/esm/tlv/TlvNullable.d.ts.map +1 -1
- package/dist/esm/tlv/TlvNumber.d.ts.map +1 -1
- package/dist/esm/tlv/TlvObject.d.ts.map +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +926 -171
- package/src/clusters/actions.ts +12 -11
- package/src/clusters/administrator-commissioning.ts +54 -35
- package/src/clusters/alarm-base.ts +3 -4
- package/src/clusters/application-launcher.ts +22 -7
- package/src/clusters/ballast-configuration.ts +7 -7
- package/src/clusters/basic-information.ts +29 -21
- package/src/clusters/bridged-device-basic-information.ts +264 -41
- package/src/clusters/channel.ts +20 -17
- package/src/clusters/color-control.ts +589 -426
- package/src/clusters/commissioner-control.ts +282 -0
- package/src/clusters/content-control.ts +48 -54
- package/src/clusters/content-launcher.ts +16 -15
- package/src/clusters/device-energy-management-mode.ts +63 -161
- package/src/clusters/device-energy-management.ts +246 -193
- package/src/clusters/dishwasher-alarm.ts +5 -5
- package/src/clusters/dishwasher-mode.ts +46 -87
- package/src/clusters/door-lock.ts +786 -1235
- package/src/clusters/ecosystem-information.ts +200 -0
- package/src/clusters/electrical-energy-measurement.ts +15 -16
- package/src/clusters/energy-evse-mode.ts +81 -158
- package/src/clusters/energy-evse.ts +138 -72
- package/src/clusters/energy-preference.ts +34 -28
- package/src/clusters/ethernet-network-diagnostics.ts +1 -3
- package/src/clusters/fan-control.ts +5 -5
- package/src/clusters/fixed-label.ts +7 -2
- package/src/clusters/flow-measurement.ts +6 -6
- package/src/clusters/general-commissioning.ts +396 -96
- package/src/clusters/general-diagnostics.ts +31 -33
- package/src/clusters/group-key-management.ts +22 -24
- package/src/clusters/groups.ts +3 -2
- package/src/clusters/icd-management.ts +88 -31
- package/src/clusters/identify.ts +9 -10
- package/src/clusters/illuminance-measurement.ts +9 -10
- package/src/clusters/index.ts +14 -1
- package/src/clusters/joint-fabric-datastore-cluster.ts +657 -0
- package/src/clusters/joint-fabric-pki.ts +202 -0
- package/src/clusters/keypad-input.ts +2 -2
- package/src/clusters/laundry-dryer-controls.ts +6 -10
- package/src/clusters/laundry-washer-controls.ts +28 -27
- package/src/clusters/laundry-washer-mode.ts +49 -90
- package/src/clusters/level-control.ts +45 -12
- package/src/clusters/localization-configuration.ts +5 -6
- package/src/clusters/media-input.ts +3 -2
- package/src/clusters/media-playback.ts +9 -7
- package/src/clusters/microwave-oven-control.ts +19 -17
- package/src/clusters/microwave-oven-mode.ts +42 -61
- package/src/clusters/mode-base.ts +16 -33
- package/src/clusters/mode-select.ts +17 -14
- package/src/clusters/network-commissioning.ts +47 -40
- package/src/clusters/occupancy-sensing.ts +433 -72
- package/src/clusters/on-off.ts +6 -8
- package/src/clusters/operational-credentials.ts +54 -47
- package/src/clusters/operational-state.ts +136 -58
- package/src/clusters/ota-software-update-provider.ts +23 -23
- package/src/clusters/ota-software-update-requestor.ts +4 -6
- package/src/clusters/oven-cavity-operational-state.ts +43 -171
- package/src/clusters/oven-mode.ts +76 -178
- package/src/clusters/power-source.ts +45 -21
- package/src/clusters/pressure-measurement.ts +2 -2
- package/src/clusters/pump-configuration-and-control.ts +35 -23
- package/src/clusters/refrigerator-alarm.ts +2 -1
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +41 -78
- package/src/clusters/relative-humidity-measurement.ts +1 -1
- package/src/clusters/rvc-clean-mode.ts +42 -101
- package/src/clusters/rvc-operational-state.ts +87 -25
- package/src/clusters/rvc-run-mode.ts +62 -126
- package/src/clusters/scenes-management.ts +38 -23
- package/src/clusters/service-area.ts +904 -0
- package/src/clusters/smoke-co-alarm.ts +6 -12
- package/src/clusters/switch.ts +177 -78
- package/src/clusters/target-navigator.ts +1 -1
- package/src/clusters/thermostat.ts +1245 -214
- package/src/clusters/thread-border-router-management.ts +355 -0
- package/src/clusters/thread-network-diagnostics.ts +34 -21
- package/src/clusters/thread-network-directory.ts +256 -0
- package/src/clusters/time-synchronization.ts +30 -23
- package/src/clusters/unit-localization.ts +3 -4
- package/src/clusters/user-label.ts +2 -1
- package/src/clusters/water-heater-management.ts +457 -0
- package/src/clusters/water-heater-mode.ts +301 -0
- package/src/clusters/water-tank-level-monitoring.ts +50 -0
- package/src/clusters/wi-fi-network-diagnostics.ts +6 -8
- package/src/clusters/wi-fi-network-management.ts +119 -0
- package/src/clusters/window-covering.ts +26 -37
- package/src/datatype/CommandId.ts +4 -0
- package/src/globals/AtomicAttributeStatus.ts +41 -0
- package/src/globals/AtomicRequestType.ts +27 -0
- package/src/globals/Locationdesc.ts +88 -0
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +20 -3
- package/src/globals/Tod.ts +2 -2
- package/src/globals/index.ts +3 -0
- package/src/schema/PairingCodeSchema.ts +17 -2
- package/src/schema/QrCodeSchema.ts +7 -2
- package/dist/cjs/clusters/pulse-width-modulation.d.ts +0 -2023
- package/dist/cjs/clusters/pulse-width-modulation.d.ts.map +0 -1
- package/dist/cjs/clusters/pulse-width-modulation.js +0 -51
- package/dist/cjs/clusters/pulse-width-modulation.js.map +0 -6
- package/dist/esm/clusters/pulse-width-modulation.d.ts +0 -2023
- package/dist/esm/clusters/pulse-width-modulation.d.ts.map +0 -1
- package/dist/esm/clusters/pulse-width-modulation.js +0 -31
- package/dist/esm/clusters/pulse-width-modulation.js.map +0 -6
- package/src/clusters/pulse-width-modulation.ts +0 -54
|
@@ -94,7 +94,7 @@ export declare namespace NetworkCommissioning {
|
|
|
94
94
|
*/
|
|
95
95
|
NetworkNotFound = 5,
|
|
96
96
|
/**
|
|
97
|
-
* Cannot find AP: Mismatch on band/channels/regulatory domain
|
|
97
|
+
* Cannot find AP: Mismatch on band/channels/regulatory domain/ 2.4GHz vs 5GHz
|
|
98
98
|
*/
|
|
99
99
|
RegulatoryError = 6,
|
|
100
100
|
/**
|
|
@@ -410,7 +410,7 @@ export declare namespace NetworkCommissioning {
|
|
|
410
410
|
*/
|
|
411
411
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
412
412
|
/**
|
|
413
|
-
* See
|
|
413
|
+
* See Breadcrumb for usage.
|
|
414
414
|
*
|
|
415
415
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.6.2
|
|
416
416
|
*/
|
|
@@ -445,8 +445,7 @@ export declare namespace NetworkCommissioning {
|
|
|
445
445
|
*
|
|
446
446
|
* • OutOfRange: Network identifier was invalid (e.g. empty, too long, etc).
|
|
447
447
|
*
|
|
448
|
-
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by
|
|
449
|
-
* “MaxNetworks Attribute”.
|
|
448
|
+
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by MaxNetworks.
|
|
450
449
|
*
|
|
451
450
|
* • NetworkIdNotFound: The network identifier was expected to be found, but was not found among the added
|
|
452
451
|
* network configurations in Networks attribute.
|
|
@@ -457,7 +456,7 @@ export declare namespace NetworkCommissioning {
|
|
|
457
456
|
*/
|
|
458
457
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
459
458
|
/**
|
|
460
|
-
* See
|
|
459
|
+
* See DebugText for usage.
|
|
461
460
|
*
|
|
462
461
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.7.2
|
|
463
462
|
*/
|
|
@@ -500,7 +499,7 @@ export declare namespace NetworkCommissioning {
|
|
|
500
499
|
*/
|
|
501
500
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
502
501
|
/**
|
|
503
|
-
* See
|
|
502
|
+
* See Breadcrumb for usage.
|
|
504
503
|
*
|
|
505
504
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.8.2
|
|
506
505
|
*/
|
|
@@ -545,14 +544,14 @@ export declare namespace NetworkCommissioning {
|
|
|
545
544
|
*
|
|
546
545
|
* • UnknownError: An internal error occurred during the operation.
|
|
547
546
|
*
|
|
548
|
-
* • Association errors (see also description of errors in
|
|
549
|
-
*
|
|
547
|
+
* • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
|
|
548
|
+
* UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
|
|
550
549
|
*
|
|
551
550
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.9.1
|
|
552
551
|
*/
|
|
553
552
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
554
553
|
/**
|
|
555
|
-
* See
|
|
554
|
+
* See DebugText for usage.
|
|
556
555
|
*
|
|
557
556
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.9.2
|
|
558
557
|
*/
|
|
@@ -616,7 +615,7 @@ export declare namespace NetworkCommissioning {
|
|
|
616
615
|
*/
|
|
617
616
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
618
617
|
/**
|
|
619
|
-
* See
|
|
618
|
+
* See Breadcrumb for usage.
|
|
620
619
|
*
|
|
621
620
|
* Effect when received
|
|
622
621
|
*
|
|
@@ -644,7 +643,7 @@ export declare namespace NetworkCommissioning {
|
|
|
644
643
|
*
|
|
645
644
|
* On receiving ReorderNetwork with:
|
|
646
645
|
*
|
|
647
|
-
* •
|
|
646
|
+
* • NetworkID = Home-Guest
|
|
648
647
|
*
|
|
649
648
|
* • NetworkIndex = 0
|
|
650
649
|
*
|
|
@@ -655,7 +654,7 @@ export declare namespace NetworkCommissioning {
|
|
|
655
654
|
*
|
|
656
655
|
* On receiving ReorderNetwork with:
|
|
657
656
|
*
|
|
658
|
-
* •
|
|
657
|
+
* • NetworkID = FancyCat
|
|
659
658
|
*
|
|
660
659
|
* • NetworkIndex = 3
|
|
661
660
|
*
|
|
@@ -727,7 +726,7 @@ export declare namespace NetworkCommissioning {
|
|
|
727
726
|
*/
|
|
728
727
|
credentials: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
729
728
|
/**
|
|
730
|
-
* See
|
|
729
|
+
* See Breadcrumb for usage.
|
|
731
730
|
*
|
|
732
731
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.3.3
|
|
733
732
|
*/
|
|
@@ -789,7 +788,7 @@ export declare namespace NetworkCommissioning {
|
|
|
789
788
|
*/
|
|
790
789
|
operationalDataset: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
791
790
|
/**
|
|
792
|
-
* See
|
|
791
|
+
* See Breadcrumb for usage.
|
|
793
792
|
*
|
|
794
793
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.4.2
|
|
795
794
|
*/
|
|
@@ -861,7 +860,7 @@ export declare namespace NetworkCommissioning {
|
|
|
861
860
|
* Indicates the maximum duration taken, in seconds, by the network interface on this cluster server
|
|
862
861
|
* instance to provide scan results.
|
|
863
862
|
*
|
|
864
|
-
* See
|
|
863
|
+
* See ScanNetworks for usage.
|
|
865
864
|
*
|
|
866
865
|
* @see {@link MatterSpecification.v13.Core} § 11.9.6.3
|
|
867
866
|
*/
|
|
@@ -869,8 +868,10 @@ export declare namespace NetworkCommissioning {
|
|
|
869
868
|
/**
|
|
870
869
|
* Indicates the maximum duration taken, in seconds, by the network interface on this cluster server
|
|
871
870
|
* instance to report a successful or failed network connection indication. This maximum time shall account
|
|
872
|
-
* for all operations needed until a successful network connection is
|
|
873
|
-
*
|
|
871
|
+
* for all operations needed until a successful network connection is
|
|
872
|
+
*
|
|
873
|
+
* deemed to have occurred, including, for example, obtaining IP addresses, or the execution of necessary
|
|
874
|
+
* internal retries.
|
|
874
875
|
*
|
|
875
876
|
* @see {@link MatterSpecification.v13.Core} § 11.9.6.4
|
|
876
877
|
*/
|
|
@@ -893,8 +894,8 @@ export declare namespace NetworkCommissioning {
|
|
|
893
894
|
* SSID) is provided in the command arguments. Directed scanning shall restrict the result set to the
|
|
894
895
|
* specified network only.
|
|
895
896
|
*
|
|
896
|
-
* If this command is received without an armed fail-safe context (see
|
|
897
|
-
*
|
|
897
|
+
* If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
|
|
898
|
+
* shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
898
899
|
*
|
|
899
900
|
* The client shall NOT expect the server to be done scanning and have responded with ScanNetworksResponse
|
|
900
901
|
* before ScanMaxTimeSeconds seconds have elapsed. Enough transport time affordances for retries SHOULD be
|
|
@@ -911,7 +912,6 @@ export declare namespace NetworkCommissioning {
|
|
|
911
912
|
* determine reachability capabilities as seen by the server’s own radios.
|
|
912
913
|
*
|
|
913
914
|
* For Wi-Fi-supporting servers the server shall always scan on all bands supported by the interface
|
|
914
|
-
*
|
|
915
915
|
* associated with the cluster instance on which the command was invoked.
|
|
916
916
|
*
|
|
917
917
|
* If the command was invoked over the same link whose configuration is managed by a given server cluster
|
|
@@ -1056,8 +1056,8 @@ export declare namespace NetworkCommissioning {
|
|
|
1056
1056
|
*
|
|
1057
1057
|
* attribute shall remain unchanged, except for the removal of the requested network configuration.
|
|
1058
1058
|
*
|
|
1059
|
-
* If this command is received without an armed fail-safe context (see
|
|
1060
|
-
*
|
|
1059
|
+
* If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
|
|
1060
|
+
* shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1061
1061
|
*
|
|
1062
1062
|
* If the Networks attribute does not contain a matching entry, the command shall immediately respond with
|
|
1063
1063
|
* NetworkConfigResponse having NetworkingStatus status field set to NetworkIdNotFound.
|
|
@@ -1076,7 +1076,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1076
1076
|
*/
|
|
1077
1077
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1078
1078
|
/**
|
|
1079
|
-
* See
|
|
1079
|
+
* See Breadcrumb for usage.
|
|
1080
1080
|
*
|
|
1081
1081
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.6.2
|
|
1082
1082
|
*/
|
|
@@ -1090,8 +1090,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1090
1090
|
*
|
|
1091
1091
|
* • OutOfRange: Network identifier was invalid (e.g. empty, too long, etc).
|
|
1092
1092
|
*
|
|
1093
|
-
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by
|
|
1094
|
-
* “MaxNetworks Attribute”.
|
|
1093
|
+
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by MaxNetworks.
|
|
1095
1094
|
*
|
|
1096
1095
|
* • NetworkIdNotFound: The network identifier was expected to be found, but was not found among the added
|
|
1097
1096
|
* network configurations in Networks attribute.
|
|
@@ -1102,7 +1101,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1102
1101
|
*/
|
|
1103
1102
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
1104
1103
|
/**
|
|
1105
|
-
* See
|
|
1104
|
+
* See DebugText for usage.
|
|
1106
1105
|
*
|
|
1107
1106
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.7.2
|
|
1108
1107
|
*/
|
|
@@ -1124,8 +1123,16 @@ export declare namespace NetworkCommissioning {
|
|
|
1124
1123
|
* unable to proceed with such an operation, such as if it is currently attempting to connect in the
|
|
1125
1124
|
* background, or is already proceeding with a prior ConnectNetwork.
|
|
1126
1125
|
*
|
|
1127
|
-
* If this command is received without an armed fail-safe context (see
|
|
1128
|
-
*
|
|
1126
|
+
* If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
|
|
1127
|
+
* shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1128
|
+
*
|
|
1129
|
+
* Before connecting to the new network, the Node shall disconnect the operational network connections
|
|
1130
|
+
* managed by any other Network Commissioning cluster instances (whether under the Root Node or a Secondary
|
|
1131
|
+
* Network Interface), where those connections are not represented by an entry in the Networks attribute of
|
|
1132
|
+
* the corresponding cluster instance. This ensures that an Administrator or Commissioner can reliably
|
|
1133
|
+
* reconfigure the operational network connection of a device that has one or more Secondary Network
|
|
1134
|
+
* interfaces, for example by removing the active network configuration from one cluster instance, followed
|
|
1135
|
+
* by adding a new configuration and calling ConnectNetwork on a different cluster instance.
|
|
1129
1136
|
*
|
|
1130
1137
|
* Success or failure of this command shall be communicated by the ConnectNetworkResponse command, unless
|
|
1131
1138
|
* some data model validations caused a FAILURE status to be sent prior to finishing execution of the
|
|
@@ -1150,11 +1157,12 @@ export declare namespace NetworkCommissioning {
|
|
|
1150
1157
|
* attribute.
|
|
1151
1158
|
*
|
|
1152
1159
|
* Even after successfully connecting to a network, the configuration shall revert to the prior state of
|
|
1153
|
-
* configuration if the CommissioningComplete command (see
|
|
1154
|
-
*
|
|
1160
|
+
* configuration if the CommissioningComplete command (see CommissioningComplete) is not successfully
|
|
1161
|
+
* invoked before expiry of the Fail-Safe timer.
|
|
1155
1162
|
*
|
|
1156
|
-
* When non-concurrent commissioning is being used by a Commissioner or Administrator, the
|
|
1157
|
-
*
|
|
1163
|
+
* When non-concurrent commissioning is being used by a Commissioner or Administrator, the Con
|
|
1164
|
+
*
|
|
1165
|
+
* nectNetworkResponse shall be sent with the NetworkingStatus field set to Success prior to closing the
|
|
1158
1166
|
* commissioning channel, even if not yet connected to the operational network, unless the device would be
|
|
1159
1167
|
* incapable of joining that network, in which case the usual failure path described in the prior
|
|
1160
1168
|
* paragraphs shall be followed. Once the commissioning channel is closed, the operational channel will be
|
|
@@ -1162,8 +1170,8 @@ export declare namespace NetworkCommissioning {
|
|
|
1162
1170
|
* discovery of the Node on the new operational network. Therefore, before invoking the ConnectNetwork
|
|
1163
1171
|
* command, the client SHOULD re-invoke the Arm Fail-Safe command with a duration that meets the following:
|
|
1164
1172
|
*
|
|
1165
|
-
* 1. Sufficient time to meet the minimum required time (see
|
|
1166
|
-
*
|
|
1173
|
+
* 1. Sufficient time to meet the minimum required time (see ConnectMaxTimeSeconds) that may be taken by
|
|
1174
|
+
* the server to connect to the desired network.
|
|
1167
1175
|
*
|
|
1168
1176
|
* 2. Sufficient time to account for possible message-layer retries when a response is requested.
|
|
1169
1177
|
*
|
|
@@ -1194,7 +1202,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1194
1202
|
*/
|
|
1195
1203
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1196
1204
|
/**
|
|
1197
|
-
* See
|
|
1205
|
+
* See Breadcrumb for usage.
|
|
1198
1206
|
*
|
|
1199
1207
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.8.2
|
|
1200
1208
|
*/
|
|
@@ -1218,14 +1226,14 @@ export declare namespace NetworkCommissioning {
|
|
|
1218
1226
|
*
|
|
1219
1227
|
* • UnknownError: An internal error occurred during the operation.
|
|
1220
1228
|
*
|
|
1221
|
-
* • Association errors (see also description of errors in
|
|
1222
|
-
*
|
|
1229
|
+
* • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
|
|
1230
|
+
* UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
|
|
1223
1231
|
*
|
|
1224
1232
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.9.1
|
|
1225
1233
|
*/
|
|
1226
1234
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
1227
1235
|
/**
|
|
1228
|
-
* See
|
|
1236
|
+
* See DebugText for usage.
|
|
1229
1237
|
*
|
|
1230
1238
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.9.2
|
|
1231
1239
|
*/
|
|
@@ -1275,7 +1283,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1275
1283
|
*/
|
|
1276
1284
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1277
1285
|
/**
|
|
1278
|
-
* See
|
|
1286
|
+
* See Breadcrumb for usage.
|
|
1279
1287
|
*
|
|
1280
1288
|
* Effect when received
|
|
1281
1289
|
*
|
|
@@ -1303,7 +1311,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1303
1311
|
*
|
|
1304
1312
|
* On receiving ReorderNetwork with:
|
|
1305
1313
|
*
|
|
1306
|
-
* •
|
|
1314
|
+
* • NetworkID = Home-Guest
|
|
1307
1315
|
*
|
|
1308
1316
|
* • NetworkIndex = 0
|
|
1309
1317
|
*
|
|
@@ -1314,7 +1322,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1314
1322
|
*
|
|
1315
1323
|
* On receiving ReorderNetwork with:
|
|
1316
1324
|
*
|
|
1317
|
-
* •
|
|
1325
|
+
* • NetworkID = FancyCat
|
|
1318
1326
|
*
|
|
1319
1327
|
* • NetworkIndex = 3
|
|
1320
1328
|
*
|
|
@@ -1335,8 +1343,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1335
1343
|
*
|
|
1336
1344
|
* • OutOfRange: Network identifier was invalid (e.g. empty, too long, etc).
|
|
1337
1345
|
*
|
|
1338
|
-
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by
|
|
1339
|
-
* “MaxNetworks Attribute”.
|
|
1346
|
+
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by MaxNetworks.
|
|
1340
1347
|
*
|
|
1341
1348
|
* • NetworkIdNotFound: The network identifier was expected to be found, but was not found among the added
|
|
1342
1349
|
* network configurations in Networks attribute.
|
|
@@ -1347,7 +1354,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1347
1354
|
*/
|
|
1348
1355
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
1349
1356
|
/**
|
|
1350
|
-
* See
|
|
1357
|
+
* See DebugText for usage.
|
|
1351
1358
|
*
|
|
1352
1359
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.7.2
|
|
1353
1360
|
*/
|
|
@@ -1379,8 +1386,8 @@ export declare namespace NetworkCommissioning {
|
|
|
1379
1386
|
/**
|
|
1380
1387
|
* This command shall be used to add or modify Wi-Fi network configurations.
|
|
1381
1388
|
*
|
|
1382
|
-
* If this command is received without an armed fail-safe context (see
|
|
1383
|
-
*
|
|
1389
|
+
* If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
|
|
1390
|
+
* shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1384
1391
|
*
|
|
1385
1392
|
* The Credentials associated with the network are not readable after execution of this command, as they do
|
|
1386
1393
|
* not appear in the Networks attribute, for security reasons.
|
|
@@ -1440,7 +1447,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1440
1447
|
*/
|
|
1441
1448
|
credentials: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1442
1449
|
/**
|
|
1443
|
-
* See
|
|
1450
|
+
* See Breadcrumb for usage.
|
|
1444
1451
|
*
|
|
1445
1452
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.3.3
|
|
1446
1453
|
*/
|
|
@@ -1454,8 +1461,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1454
1461
|
*
|
|
1455
1462
|
* • OutOfRange: Network identifier was invalid (e.g. empty, too long, etc).
|
|
1456
1463
|
*
|
|
1457
|
-
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by
|
|
1458
|
-
* “MaxNetworks Attribute”.
|
|
1464
|
+
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by MaxNetworks.
|
|
1459
1465
|
*
|
|
1460
1466
|
* • NetworkIdNotFound: The network identifier was expected to be found, but was not found among the added
|
|
1461
1467
|
* network configurations in Networks attribute.
|
|
@@ -1466,7 +1472,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1466
1472
|
*/
|
|
1467
1473
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
1468
1474
|
/**
|
|
1469
|
-
* See
|
|
1475
|
+
* See DebugText for usage.
|
|
1470
1476
|
*
|
|
1471
1477
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.7.2
|
|
1472
1478
|
*/
|
|
@@ -1534,8 +1540,8 @@ export declare namespace NetworkCommissioning {
|
|
|
1534
1540
|
/**
|
|
1535
1541
|
* This command shall be used to add or modify Thread network configurations.
|
|
1536
1542
|
*
|
|
1537
|
-
* If this command is received without an armed fail-safe context (see
|
|
1538
|
-
*
|
|
1543
|
+
* If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
|
|
1544
|
+
* shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1539
1545
|
*
|
|
1540
1546
|
* See Section 11.9.7.5, “Common processing of AddOrUpdateWiFiNetwork and AddOrUpdateThreadNetwork” for
|
|
1541
1547
|
* behavior of addition/update.
|
|
@@ -1561,7 +1567,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1561
1567
|
*/
|
|
1562
1568
|
operationalDataset: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1563
1569
|
/**
|
|
1564
|
-
* See
|
|
1570
|
+
* See Breadcrumb for usage.
|
|
1565
1571
|
*
|
|
1566
1572
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.4.2
|
|
1567
1573
|
*/
|
|
@@ -1575,8 +1581,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1575
1581
|
*
|
|
1576
1582
|
* • OutOfRange: Network identifier was invalid (e.g. empty, too long, etc).
|
|
1577
1583
|
*
|
|
1578
|
-
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by
|
|
1579
|
-
* “MaxNetworks Attribute”.
|
|
1584
|
+
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by MaxNetworks.
|
|
1580
1585
|
*
|
|
1581
1586
|
* • NetworkIdNotFound: The network identifier was expected to be found, but was not found among the added
|
|
1582
1587
|
* network configurations in Networks attribute.
|
|
@@ -1587,7 +1592,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1587
1592
|
*/
|
|
1588
1593
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
1589
1594
|
/**
|
|
1590
|
-
* See
|
|
1595
|
+
* See DebugText for usage.
|
|
1591
1596
|
*
|
|
1592
1597
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.7.2
|
|
1593
1598
|
*/
|
|
@@ -1702,7 +1707,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1702
1707
|
* It is undefined what happens if InterfaceEnabled is written to false on the same interface as that which
|
|
1703
1708
|
* is used to write the value. In that case, it is possible that the Administrator would have to await
|
|
1704
1709
|
* expiry of the fail-safe, and associated recovery of network configuration to prior safe values, before
|
|
1705
|
-
* being able to communicate with the node again (see
|
|
1710
|
+
* being able to communicate with the node again (see ArmFailSafe).
|
|
1706
1711
|
*
|
|
1707
1712
|
* It may be possible to disable Ethernet interfaces but it is implementation-defined. If not supported, a
|
|
1708
1713
|
* write to this attribute with a value of false shall fail with a status of INVALID_ACTION. When disabled,
|
|
@@ -1744,11 +1749,9 @@ export declare namespace NetworkCommissioning {
|
|
|
1744
1749
|
readonly lastNetworkId: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
1745
1750
|
/**
|
|
1746
1751
|
* Indicates the ErrorValue used in the last failed attempt to connect to an operational network, using
|
|
1747
|
-
* this interface, whether by invocation of the ConnectNetwork command or by
|
|
1748
|
-
*
|
|
1749
|
-
*
|
|
1750
|
-
* made, or no network configurations exist in the Networks attribute, then this attribute shall be set to
|
|
1751
|
-
* null.
|
|
1752
|
+
* this interface, whether by invocation of the ConnectNetwork command or by autonomous connection after
|
|
1753
|
+
* loss of connectivity or during initial establishment. If no such attempt was made, or no network
|
|
1754
|
+
* configurations exist in the Networks attribute, then this attribute shall be set to null.
|
|
1752
1755
|
*
|
|
1753
1756
|
* If the last connection succeeded, as indicated by a value of Success in the LastNetworkingStatus
|
|
1754
1757
|
* attribute, then this field shall be set to null.
|
|
@@ -1774,7 +1777,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1774
1777
|
* Indicates the maximum duration taken, in seconds, by the network interface on this cluster server
|
|
1775
1778
|
* instance to provide scan results.
|
|
1776
1779
|
*
|
|
1777
|
-
* See
|
|
1780
|
+
* See ScanNetworks for usage.
|
|
1778
1781
|
*
|
|
1779
1782
|
* @see {@link MatterSpecification.v13.Core} § 11.9.6.3
|
|
1780
1783
|
*/
|
|
@@ -1782,8 +1785,10 @@ export declare namespace NetworkCommissioning {
|
|
|
1782
1785
|
/**
|
|
1783
1786
|
* Indicates the maximum duration taken, in seconds, by the network interface on this cluster server
|
|
1784
1787
|
* instance to report a successful or failed network connection indication. This maximum time shall account
|
|
1785
|
-
* for all operations needed until a successful network connection is
|
|
1786
|
-
*
|
|
1788
|
+
* for all operations needed until a successful network connection is
|
|
1789
|
+
*
|
|
1790
|
+
* deemed to have occurred, including, for example, obtaining IP addresses, or the execution of necessary
|
|
1791
|
+
* internal retries.
|
|
1787
1792
|
*
|
|
1788
1793
|
* @see {@link MatterSpecification.v13.Core} § 11.9.6.4
|
|
1789
1794
|
*/
|
|
@@ -1806,8 +1811,8 @@ export declare namespace NetworkCommissioning {
|
|
|
1806
1811
|
* SSID) is provided in the command arguments. Directed scanning shall restrict the result set to the
|
|
1807
1812
|
* specified network only.
|
|
1808
1813
|
*
|
|
1809
|
-
* If this command is received without an armed fail-safe context (see
|
|
1810
|
-
*
|
|
1814
|
+
* If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
|
|
1815
|
+
* shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1811
1816
|
*
|
|
1812
1817
|
* The client shall NOT expect the server to be done scanning and have responded with ScanNetworksResponse
|
|
1813
1818
|
* before ScanMaxTimeSeconds seconds have elapsed. Enough transport time affordances for retries SHOULD be
|
|
@@ -1824,7 +1829,6 @@ export declare namespace NetworkCommissioning {
|
|
|
1824
1829
|
* determine reachability capabilities as seen by the server’s own radios.
|
|
1825
1830
|
*
|
|
1826
1831
|
* For Wi-Fi-supporting servers the server shall always scan on all bands supported by the interface
|
|
1827
|
-
*
|
|
1828
1832
|
* associated with the cluster instance on which the command was invoked.
|
|
1829
1833
|
*
|
|
1830
1834
|
* If the command was invoked over the same link whose configuration is managed by a given server cluster
|
|
@@ -1969,8 +1973,8 @@ export declare namespace NetworkCommissioning {
|
|
|
1969
1973
|
*
|
|
1970
1974
|
* attribute shall remain unchanged, except for the removal of the requested network configuration.
|
|
1971
1975
|
*
|
|
1972
|
-
* If this command is received without an armed fail-safe context (see
|
|
1973
|
-
*
|
|
1976
|
+
* If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
|
|
1977
|
+
* shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1974
1978
|
*
|
|
1975
1979
|
* If the Networks attribute does not contain a matching entry, the command shall immediately respond with
|
|
1976
1980
|
* NetworkConfigResponse having NetworkingStatus status field set to NetworkIdNotFound.
|
|
@@ -1989,7 +1993,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1989
1993
|
*/
|
|
1990
1994
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1991
1995
|
/**
|
|
1992
|
-
* See
|
|
1996
|
+
* See Breadcrumb for usage.
|
|
1993
1997
|
*
|
|
1994
1998
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.6.2
|
|
1995
1999
|
*/
|
|
@@ -2003,8 +2007,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2003
2007
|
*
|
|
2004
2008
|
* • OutOfRange: Network identifier was invalid (e.g. empty, too long, etc).
|
|
2005
2009
|
*
|
|
2006
|
-
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by
|
|
2007
|
-
* “MaxNetworks Attribute”.
|
|
2010
|
+
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by MaxNetworks.
|
|
2008
2011
|
*
|
|
2009
2012
|
* • NetworkIdNotFound: The network identifier was expected to be found, but was not found among the added
|
|
2010
2013
|
* network configurations in Networks attribute.
|
|
@@ -2015,7 +2018,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2015
2018
|
*/
|
|
2016
2019
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2017
2020
|
/**
|
|
2018
|
-
* See
|
|
2021
|
+
* See DebugText for usage.
|
|
2019
2022
|
*
|
|
2020
2023
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.7.2
|
|
2021
2024
|
*/
|
|
@@ -2037,8 +2040,16 @@ export declare namespace NetworkCommissioning {
|
|
|
2037
2040
|
* unable to proceed with such an operation, such as if it is currently attempting to connect in the
|
|
2038
2041
|
* background, or is already proceeding with a prior ConnectNetwork.
|
|
2039
2042
|
*
|
|
2040
|
-
* If this command is received without an armed fail-safe context (see
|
|
2041
|
-
*
|
|
2043
|
+
* If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
|
|
2044
|
+
* shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
2045
|
+
*
|
|
2046
|
+
* Before connecting to the new network, the Node shall disconnect the operational network connections
|
|
2047
|
+
* managed by any other Network Commissioning cluster instances (whether under the Root Node or a Secondary
|
|
2048
|
+
* Network Interface), where those connections are not represented by an entry in the Networks attribute of
|
|
2049
|
+
* the corresponding cluster instance. This ensures that an Administrator or Commissioner can reliably
|
|
2050
|
+
* reconfigure the operational network connection of a device that has one or more Secondary Network
|
|
2051
|
+
* interfaces, for example by removing the active network configuration from one cluster instance, followed
|
|
2052
|
+
* by adding a new configuration and calling ConnectNetwork on a different cluster instance.
|
|
2042
2053
|
*
|
|
2043
2054
|
* Success or failure of this command shall be communicated by the ConnectNetworkResponse command, unless
|
|
2044
2055
|
* some data model validations caused a FAILURE status to be sent prior to finishing execution of the
|
|
@@ -2063,11 +2074,12 @@ export declare namespace NetworkCommissioning {
|
|
|
2063
2074
|
* attribute.
|
|
2064
2075
|
*
|
|
2065
2076
|
* Even after successfully connecting to a network, the configuration shall revert to the prior state of
|
|
2066
|
-
* configuration if the CommissioningComplete command (see
|
|
2067
|
-
*
|
|
2077
|
+
* configuration if the CommissioningComplete command (see CommissioningComplete) is not successfully
|
|
2078
|
+
* invoked before expiry of the Fail-Safe timer.
|
|
2079
|
+
*
|
|
2080
|
+
* When non-concurrent commissioning is being used by a Commissioner or Administrator, the Con
|
|
2068
2081
|
*
|
|
2069
|
-
*
|
|
2070
|
-
* ConnectNetworkResponse shall be sent with the NetworkingStatus field set to Success prior to closing the
|
|
2082
|
+
* nectNetworkResponse shall be sent with the NetworkingStatus field set to Success prior to closing the
|
|
2071
2083
|
* commissioning channel, even if not yet connected to the operational network, unless the device would be
|
|
2072
2084
|
* incapable of joining that network, in which case the usual failure path described in the prior
|
|
2073
2085
|
* paragraphs shall be followed. Once the commissioning channel is closed, the operational channel will be
|
|
@@ -2075,8 +2087,8 @@ export declare namespace NetworkCommissioning {
|
|
|
2075
2087
|
* discovery of the Node on the new operational network. Therefore, before invoking the ConnectNetwork
|
|
2076
2088
|
* command, the client SHOULD re-invoke the Arm Fail-Safe command with a duration that meets the following:
|
|
2077
2089
|
*
|
|
2078
|
-
* 1. Sufficient time to meet the minimum required time (see
|
|
2079
|
-
*
|
|
2090
|
+
* 1. Sufficient time to meet the minimum required time (see ConnectMaxTimeSeconds) that may be taken by
|
|
2091
|
+
* the server to connect to the desired network.
|
|
2080
2092
|
*
|
|
2081
2093
|
* 2. Sufficient time to account for possible message-layer retries when a response is requested.
|
|
2082
2094
|
*
|
|
@@ -2107,7 +2119,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2107
2119
|
*/
|
|
2108
2120
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
2109
2121
|
/**
|
|
2110
|
-
* See
|
|
2122
|
+
* See Breadcrumb for usage.
|
|
2111
2123
|
*
|
|
2112
2124
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.8.2
|
|
2113
2125
|
*/
|
|
@@ -2131,14 +2143,14 @@ export declare namespace NetworkCommissioning {
|
|
|
2131
2143
|
*
|
|
2132
2144
|
* • UnknownError: An internal error occurred during the operation.
|
|
2133
2145
|
*
|
|
2134
|
-
* • Association errors (see also description of errors in
|
|
2135
|
-
*
|
|
2146
|
+
* • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
|
|
2147
|
+
* UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
|
|
2136
2148
|
*
|
|
2137
2149
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.9.1
|
|
2138
2150
|
*/
|
|
2139
2151
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2140
2152
|
/**
|
|
2141
|
-
* See
|
|
2153
|
+
* See DebugText for usage.
|
|
2142
2154
|
*
|
|
2143
2155
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.9.2
|
|
2144
2156
|
*/
|
|
@@ -2188,7 +2200,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2188
2200
|
*/
|
|
2189
2201
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2190
2202
|
/**
|
|
2191
|
-
* See
|
|
2203
|
+
* See Breadcrumb for usage.
|
|
2192
2204
|
*
|
|
2193
2205
|
* Effect when received
|
|
2194
2206
|
*
|
|
@@ -2216,7 +2228,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2216
2228
|
*
|
|
2217
2229
|
* On receiving ReorderNetwork with:
|
|
2218
2230
|
*
|
|
2219
|
-
* •
|
|
2231
|
+
* • NetworkID = Home-Guest
|
|
2220
2232
|
*
|
|
2221
2233
|
* • NetworkIndex = 0
|
|
2222
2234
|
*
|
|
@@ -2227,7 +2239,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2227
2239
|
*
|
|
2228
2240
|
* On receiving ReorderNetwork with:
|
|
2229
2241
|
*
|
|
2230
|
-
* •
|
|
2242
|
+
* • NetworkID = FancyCat
|
|
2231
2243
|
*
|
|
2232
2244
|
* • NetworkIndex = 3
|
|
2233
2245
|
*
|
|
@@ -2248,8 +2260,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2248
2260
|
*
|
|
2249
2261
|
* • OutOfRange: Network identifier was invalid (e.g. empty, too long, etc).
|
|
2250
2262
|
*
|
|
2251
|
-
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by
|
|
2252
|
-
* “MaxNetworks Attribute”.
|
|
2263
|
+
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by MaxNetworks.
|
|
2253
2264
|
*
|
|
2254
2265
|
* • NetworkIdNotFound: The network identifier was expected to be found, but was not found among the added
|
|
2255
2266
|
* network configurations in Networks attribute.
|
|
@@ -2260,7 +2271,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2260
2271
|
*/
|
|
2261
2272
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2262
2273
|
/**
|
|
2263
|
-
* See
|
|
2274
|
+
* See DebugText for usage.
|
|
2264
2275
|
*
|
|
2265
2276
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.7.2
|
|
2266
2277
|
*/
|
|
@@ -2286,7 +2297,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2286
2297
|
* Indicates the maximum duration taken, in seconds, by the network interface on this cluster server
|
|
2287
2298
|
* instance to provide scan results.
|
|
2288
2299
|
*
|
|
2289
|
-
* See
|
|
2300
|
+
* See ScanNetworks for usage.
|
|
2290
2301
|
*
|
|
2291
2302
|
* @see {@link MatterSpecification.v13.Core} § 11.9.6.3
|
|
2292
2303
|
*/
|
|
@@ -2294,8 +2305,10 @@ export declare namespace NetworkCommissioning {
|
|
|
2294
2305
|
/**
|
|
2295
2306
|
* Indicates the maximum duration taken, in seconds, by the network interface on this cluster server
|
|
2296
2307
|
* instance to report a successful or failed network connection indication. This maximum time shall account
|
|
2297
|
-
* for all operations needed until a successful network connection is
|
|
2298
|
-
*
|
|
2308
|
+
* for all operations needed until a successful network connection is
|
|
2309
|
+
*
|
|
2310
|
+
* deemed to have occurred, including, for example, obtaining IP addresses, or the execution of necessary
|
|
2311
|
+
* internal retries.
|
|
2299
2312
|
*
|
|
2300
2313
|
* @see {@link MatterSpecification.v13.Core} § 11.9.6.4
|
|
2301
2314
|
*/
|
|
@@ -2318,8 +2331,8 @@ export declare namespace NetworkCommissioning {
|
|
|
2318
2331
|
* SSID) is provided in the command arguments. Directed scanning shall restrict the result set to the
|
|
2319
2332
|
* specified network only.
|
|
2320
2333
|
*
|
|
2321
|
-
* If this command is received without an armed fail-safe context (see
|
|
2322
|
-
*
|
|
2334
|
+
* If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
|
|
2335
|
+
* shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
2323
2336
|
*
|
|
2324
2337
|
* The client shall NOT expect the server to be done scanning and have responded with ScanNetworksResponse
|
|
2325
2338
|
* before ScanMaxTimeSeconds seconds have elapsed. Enough transport time affordances for retries SHOULD be
|
|
@@ -2336,7 +2349,6 @@ export declare namespace NetworkCommissioning {
|
|
|
2336
2349
|
* determine reachability capabilities as seen by the server’s own radios.
|
|
2337
2350
|
*
|
|
2338
2351
|
* For Wi-Fi-supporting servers the server shall always scan on all bands supported by the interface
|
|
2339
|
-
*
|
|
2340
2352
|
* associated with the cluster instance on which the command was invoked.
|
|
2341
2353
|
*
|
|
2342
2354
|
* If the command was invoked over the same link whose configuration is managed by a given server cluster
|
|
@@ -2481,8 +2493,8 @@ export declare namespace NetworkCommissioning {
|
|
|
2481
2493
|
*
|
|
2482
2494
|
* attribute shall remain unchanged, except for the removal of the requested network configuration.
|
|
2483
2495
|
*
|
|
2484
|
-
* If this command is received without an armed fail-safe context (see
|
|
2485
|
-
*
|
|
2496
|
+
* If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
|
|
2497
|
+
* shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
2486
2498
|
*
|
|
2487
2499
|
* If the Networks attribute does not contain a matching entry, the command shall immediately respond with
|
|
2488
2500
|
* NetworkConfigResponse having NetworkingStatus status field set to NetworkIdNotFound.
|
|
@@ -2501,7 +2513,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2501
2513
|
*/
|
|
2502
2514
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
2503
2515
|
/**
|
|
2504
|
-
* See
|
|
2516
|
+
* See Breadcrumb for usage.
|
|
2505
2517
|
*
|
|
2506
2518
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.6.2
|
|
2507
2519
|
*/
|
|
@@ -2515,8 +2527,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2515
2527
|
*
|
|
2516
2528
|
* • OutOfRange: Network identifier was invalid (e.g. empty, too long, etc).
|
|
2517
2529
|
*
|
|
2518
|
-
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by
|
|
2519
|
-
* “MaxNetworks Attribute”.
|
|
2530
|
+
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by MaxNetworks.
|
|
2520
2531
|
*
|
|
2521
2532
|
* • NetworkIdNotFound: The network identifier was expected to be found, but was not found among the added
|
|
2522
2533
|
* network configurations in Networks attribute.
|
|
@@ -2527,7 +2538,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2527
2538
|
*/
|
|
2528
2539
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2529
2540
|
/**
|
|
2530
|
-
* See
|
|
2541
|
+
* See DebugText for usage.
|
|
2531
2542
|
*
|
|
2532
2543
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.7.2
|
|
2533
2544
|
*/
|
|
@@ -2549,8 +2560,16 @@ export declare namespace NetworkCommissioning {
|
|
|
2549
2560
|
* unable to proceed with such an operation, such as if it is currently attempting to connect in the
|
|
2550
2561
|
* background, or is already proceeding with a prior ConnectNetwork.
|
|
2551
2562
|
*
|
|
2552
|
-
* If this command is received without an armed fail-safe context (see
|
|
2553
|
-
*
|
|
2563
|
+
* If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
|
|
2564
|
+
* shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
2565
|
+
*
|
|
2566
|
+
* Before connecting to the new network, the Node shall disconnect the operational network connections
|
|
2567
|
+
* managed by any other Network Commissioning cluster instances (whether under the Root Node or a Secondary
|
|
2568
|
+
* Network Interface), where those connections are not represented by an entry in the Networks attribute of
|
|
2569
|
+
* the corresponding cluster instance. This ensures that an Administrator or Commissioner can reliably
|
|
2570
|
+
* reconfigure the operational network connection of a device that has one or more Secondary Network
|
|
2571
|
+
* interfaces, for example by removing the active network configuration from one cluster instance, followed
|
|
2572
|
+
* by adding a new configuration and calling ConnectNetwork on a different cluster instance.
|
|
2554
2573
|
*
|
|
2555
2574
|
* Success or failure of this command shall be communicated by the ConnectNetworkResponse command, unless
|
|
2556
2575
|
* some data model validations caused a FAILURE status to be sent prior to finishing execution of the
|
|
@@ -2575,11 +2594,12 @@ export declare namespace NetworkCommissioning {
|
|
|
2575
2594
|
* attribute.
|
|
2576
2595
|
*
|
|
2577
2596
|
* Even after successfully connecting to a network, the configuration shall revert to the prior state of
|
|
2578
|
-
* configuration if the CommissioningComplete command (see
|
|
2579
|
-
*
|
|
2597
|
+
* configuration if the CommissioningComplete command (see CommissioningComplete) is not successfully
|
|
2598
|
+
* invoked before expiry of the Fail-Safe timer.
|
|
2580
2599
|
*
|
|
2581
|
-
* When non-concurrent commissioning is being used by a Commissioner or Administrator, the
|
|
2582
|
-
*
|
|
2600
|
+
* When non-concurrent commissioning is being used by a Commissioner or Administrator, the Con
|
|
2601
|
+
*
|
|
2602
|
+
* nectNetworkResponse shall be sent with the NetworkingStatus field set to Success prior to closing the
|
|
2583
2603
|
* commissioning channel, even if not yet connected to the operational network, unless the device would be
|
|
2584
2604
|
* incapable of joining that network, in which case the usual failure path described in the prior
|
|
2585
2605
|
* paragraphs shall be followed. Once the commissioning channel is closed, the operational channel will be
|
|
@@ -2587,8 +2607,8 @@ export declare namespace NetworkCommissioning {
|
|
|
2587
2607
|
* discovery of the Node on the new operational network. Therefore, before invoking the ConnectNetwork
|
|
2588
2608
|
* command, the client SHOULD re-invoke the Arm Fail-Safe command with a duration that meets the following:
|
|
2589
2609
|
*
|
|
2590
|
-
* 1. Sufficient time to meet the minimum required time (see
|
|
2591
|
-
*
|
|
2610
|
+
* 1. Sufficient time to meet the minimum required time (see ConnectMaxTimeSeconds) that may be taken by
|
|
2611
|
+
* the server to connect to the desired network.
|
|
2592
2612
|
*
|
|
2593
2613
|
* 2. Sufficient time to account for possible message-layer retries when a response is requested.
|
|
2594
2614
|
*
|
|
@@ -2619,7 +2639,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2619
2639
|
*/
|
|
2620
2640
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
2621
2641
|
/**
|
|
2622
|
-
* See
|
|
2642
|
+
* See Breadcrumb for usage.
|
|
2623
2643
|
*
|
|
2624
2644
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.8.2
|
|
2625
2645
|
*/
|
|
@@ -2643,14 +2663,14 @@ export declare namespace NetworkCommissioning {
|
|
|
2643
2663
|
*
|
|
2644
2664
|
* • UnknownError: An internal error occurred during the operation.
|
|
2645
2665
|
*
|
|
2646
|
-
* • Association errors (see also description of errors in
|
|
2647
|
-
*
|
|
2666
|
+
* • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
|
|
2667
|
+
* UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
|
|
2648
2668
|
*
|
|
2649
2669
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.9.1
|
|
2650
2670
|
*/
|
|
2651
2671
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2652
2672
|
/**
|
|
2653
|
-
* See
|
|
2673
|
+
* See DebugText for usage.
|
|
2654
2674
|
*
|
|
2655
2675
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.9.2
|
|
2656
2676
|
*/
|
|
@@ -2700,7 +2720,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2700
2720
|
*/
|
|
2701
2721
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2702
2722
|
/**
|
|
2703
|
-
* See
|
|
2723
|
+
* See Breadcrumb for usage.
|
|
2704
2724
|
*
|
|
2705
2725
|
* Effect when received
|
|
2706
2726
|
*
|
|
@@ -2728,7 +2748,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2728
2748
|
*
|
|
2729
2749
|
* On receiving ReorderNetwork with:
|
|
2730
2750
|
*
|
|
2731
|
-
* •
|
|
2751
|
+
* • NetworkID = Home-Guest
|
|
2732
2752
|
*
|
|
2733
2753
|
* • NetworkIndex = 0
|
|
2734
2754
|
*
|
|
@@ -2739,7 +2759,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2739
2759
|
*
|
|
2740
2760
|
* On receiving ReorderNetwork with:
|
|
2741
2761
|
*
|
|
2742
|
-
* •
|
|
2762
|
+
* • NetworkID = FancyCat
|
|
2743
2763
|
*
|
|
2744
2764
|
* • NetworkIndex = 3
|
|
2745
2765
|
*
|
|
@@ -2760,8 +2780,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2760
2780
|
*
|
|
2761
2781
|
* • OutOfRange: Network identifier was invalid (e.g. empty, too long, etc).
|
|
2762
2782
|
*
|
|
2763
|
-
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by
|
|
2764
|
-
* “MaxNetworks Attribute”.
|
|
2783
|
+
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by MaxNetworks.
|
|
2765
2784
|
*
|
|
2766
2785
|
* • NetworkIdNotFound: The network identifier was expected to be found, but was not found among the added
|
|
2767
2786
|
* network configurations in Networks attribute.
|
|
@@ -2772,7 +2791,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2772
2791
|
*/
|
|
2773
2792
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2774
2793
|
/**
|
|
2775
|
-
* See
|
|
2794
|
+
* See DebugText for usage.
|
|
2776
2795
|
*
|
|
2777
2796
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.7.2
|
|
2778
2797
|
*/
|
|
@@ -2805,8 +2824,8 @@ export declare namespace NetworkCommissioning {
|
|
|
2805
2824
|
/**
|
|
2806
2825
|
* This command shall be used to add or modify Wi-Fi network configurations.
|
|
2807
2826
|
*
|
|
2808
|
-
* If this command is received without an armed fail-safe context (see
|
|
2809
|
-
*
|
|
2827
|
+
* If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
|
|
2828
|
+
* shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
2810
2829
|
*
|
|
2811
2830
|
* The Credentials associated with the network are not readable after execution of this command, as they do
|
|
2812
2831
|
* not appear in the Networks attribute, for security reasons.
|
|
@@ -2866,7 +2885,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2866
2885
|
*/
|
|
2867
2886
|
credentials: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
2868
2887
|
/**
|
|
2869
|
-
* See
|
|
2888
|
+
* See Breadcrumb for usage.
|
|
2870
2889
|
*
|
|
2871
2890
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.3.3
|
|
2872
2891
|
*/
|
|
@@ -2880,8 +2899,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2880
2899
|
*
|
|
2881
2900
|
* • OutOfRange: Network identifier was invalid (e.g. empty, too long, etc).
|
|
2882
2901
|
*
|
|
2883
|
-
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by
|
|
2884
|
-
* “MaxNetworks Attribute”.
|
|
2902
|
+
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by MaxNetworks.
|
|
2885
2903
|
*
|
|
2886
2904
|
* • NetworkIdNotFound: The network identifier was expected to be found, but was not found among the added
|
|
2887
2905
|
* network configurations in Networks attribute.
|
|
@@ -2892,7 +2910,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2892
2910
|
*/
|
|
2893
2911
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2894
2912
|
/**
|
|
2895
|
-
* See
|
|
2913
|
+
* See DebugText for usage.
|
|
2896
2914
|
*
|
|
2897
2915
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.7.2
|
|
2898
2916
|
*/
|
|
@@ -2961,8 +2979,8 @@ export declare namespace NetworkCommissioning {
|
|
|
2961
2979
|
/**
|
|
2962
2980
|
* This command shall be used to add or modify Thread network configurations.
|
|
2963
2981
|
*
|
|
2964
|
-
* If this command is received without an armed fail-safe context (see
|
|
2965
|
-
*
|
|
2982
|
+
* If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
|
|
2983
|
+
* shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
2966
2984
|
*
|
|
2967
2985
|
* See Section 11.9.7.5, “Common processing of AddOrUpdateWiFiNetwork and AddOrUpdateThreadNetwork” for
|
|
2968
2986
|
* behavior of addition/update.
|
|
@@ -2988,7 +3006,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2988
3006
|
*/
|
|
2989
3007
|
operationalDataset: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
2990
3008
|
/**
|
|
2991
|
-
* See
|
|
3009
|
+
* See Breadcrumb for usage.
|
|
2992
3010
|
*
|
|
2993
3011
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.4.2
|
|
2994
3012
|
*/
|
|
@@ -3002,8 +3020,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3002
3020
|
*
|
|
3003
3021
|
* • OutOfRange: Network identifier was invalid (e.g. empty, too long, etc).
|
|
3004
3022
|
*
|
|
3005
|
-
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by
|
|
3006
|
-
* “MaxNetworks Attribute”.
|
|
3023
|
+
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by MaxNetworks.
|
|
3007
3024
|
*
|
|
3008
3025
|
* • NetworkIdNotFound: The network identifier was expected to be found, but was not found among the added
|
|
3009
3026
|
* network configurations in Networks attribute.
|
|
@@ -3014,7 +3031,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3014
3031
|
*/
|
|
3015
3032
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
3016
3033
|
/**
|
|
3017
|
-
* See
|
|
3034
|
+
* See DebugText for usage.
|
|
3018
3035
|
*
|
|
3019
3036
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.7.2
|
|
3020
3037
|
*/
|
|
@@ -3156,7 +3173,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3156
3173
|
* It is undefined what happens if InterfaceEnabled is written to false on the same interface as that which
|
|
3157
3174
|
* is used to write the value. In that case, it is possible that the Administrator would have to await
|
|
3158
3175
|
* expiry of the fail-safe, and associated recovery of network configuration to prior safe values, before
|
|
3159
|
-
* being able to communicate with the node again (see
|
|
3176
|
+
* being able to communicate with the node again (see ArmFailSafe).
|
|
3160
3177
|
*
|
|
3161
3178
|
* It may be possible to disable Ethernet interfaces but it is implementation-defined. If not supported, a
|
|
3162
3179
|
* write to this attribute with a value of false shall fail with a status of INVALID_ACTION. When disabled,
|
|
@@ -3198,11 +3215,9 @@ export declare namespace NetworkCommissioning {
|
|
|
3198
3215
|
readonly lastNetworkId: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
3199
3216
|
/**
|
|
3200
3217
|
* Indicates the ErrorValue used in the last failed attempt to connect to an operational network, using
|
|
3201
|
-
* this interface, whether by invocation of the ConnectNetwork command or by
|
|
3202
|
-
*
|
|
3203
|
-
*
|
|
3204
|
-
* made, or no network configurations exist in the Networks attribute, then this attribute shall be set to
|
|
3205
|
-
* null.
|
|
3218
|
+
* this interface, whether by invocation of the ConnectNetwork command or by autonomous connection after
|
|
3219
|
+
* loss of connectivity or during initial establishment. If no such attempt was made, or no network
|
|
3220
|
+
* configurations exist in the Networks attribute, then this attribute shall be set to null.
|
|
3206
3221
|
*
|
|
3207
3222
|
* If the last connection succeeded, as indicated by a value of Success in the LastNetworkingStatus
|
|
3208
3223
|
* attribute, then this field shall be set to null.
|
|
@@ -3228,7 +3243,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3228
3243
|
* Indicates the maximum duration taken, in seconds, by the network interface on this cluster server
|
|
3229
3244
|
* instance to provide scan results.
|
|
3230
3245
|
*
|
|
3231
|
-
* See
|
|
3246
|
+
* See ScanNetworks for usage.
|
|
3232
3247
|
*
|
|
3233
3248
|
* @see {@link MatterSpecification.v13.Core} § 11.9.6.3
|
|
3234
3249
|
*/
|
|
@@ -3236,8 +3251,10 @@ export declare namespace NetworkCommissioning {
|
|
|
3236
3251
|
/**
|
|
3237
3252
|
* Indicates the maximum duration taken, in seconds, by the network interface on this cluster server
|
|
3238
3253
|
* instance to report a successful or failed network connection indication. This maximum time shall account
|
|
3239
|
-
* for all operations needed until a successful network connection is
|
|
3240
|
-
*
|
|
3254
|
+
* for all operations needed until a successful network connection is
|
|
3255
|
+
*
|
|
3256
|
+
* deemed to have occurred, including, for example, obtaining IP addresses, or the execution of necessary
|
|
3257
|
+
* internal retries.
|
|
3241
3258
|
*
|
|
3242
3259
|
* @see {@link MatterSpecification.v13.Core} § 11.9.6.4
|
|
3243
3260
|
*/
|
|
@@ -3260,8 +3277,8 @@ export declare namespace NetworkCommissioning {
|
|
|
3260
3277
|
* SSID) is provided in the command arguments. Directed scanning shall restrict the result set to the
|
|
3261
3278
|
* specified network only.
|
|
3262
3279
|
*
|
|
3263
|
-
* If this command is received without an armed fail-safe context (see
|
|
3264
|
-
*
|
|
3280
|
+
* If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
|
|
3281
|
+
* shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
3265
3282
|
*
|
|
3266
3283
|
* The client shall NOT expect the server to be done scanning and have responded with ScanNetworksResponse
|
|
3267
3284
|
* before ScanMaxTimeSeconds seconds have elapsed. Enough transport time affordances for retries SHOULD be
|
|
@@ -3278,7 +3295,6 @@ export declare namespace NetworkCommissioning {
|
|
|
3278
3295
|
* determine reachability capabilities as seen by the server’s own radios.
|
|
3279
3296
|
*
|
|
3280
3297
|
* For Wi-Fi-supporting servers the server shall always scan on all bands supported by the interface
|
|
3281
|
-
*
|
|
3282
3298
|
* associated with the cluster instance on which the command was invoked.
|
|
3283
3299
|
*
|
|
3284
3300
|
* If the command was invoked over the same link whose configuration is managed by a given server cluster
|
|
@@ -3423,8 +3439,8 @@ export declare namespace NetworkCommissioning {
|
|
|
3423
3439
|
*
|
|
3424
3440
|
* attribute shall remain unchanged, except for the removal of the requested network configuration.
|
|
3425
3441
|
*
|
|
3426
|
-
* If this command is received without an armed fail-safe context (see
|
|
3427
|
-
*
|
|
3442
|
+
* If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
|
|
3443
|
+
* shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
3428
3444
|
*
|
|
3429
3445
|
* If the Networks attribute does not contain a matching entry, the command shall immediately respond with
|
|
3430
3446
|
* NetworkConfigResponse having NetworkingStatus status field set to NetworkIdNotFound.
|
|
@@ -3443,7 +3459,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3443
3459
|
*/
|
|
3444
3460
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
3445
3461
|
/**
|
|
3446
|
-
* See
|
|
3462
|
+
* See Breadcrumb for usage.
|
|
3447
3463
|
*
|
|
3448
3464
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.6.2
|
|
3449
3465
|
*/
|
|
@@ -3457,8 +3473,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3457
3473
|
*
|
|
3458
3474
|
* • OutOfRange: Network identifier was invalid (e.g. empty, too long, etc).
|
|
3459
3475
|
*
|
|
3460
|
-
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by
|
|
3461
|
-
* “MaxNetworks Attribute”.
|
|
3476
|
+
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by MaxNetworks.
|
|
3462
3477
|
*
|
|
3463
3478
|
* • NetworkIdNotFound: The network identifier was expected to be found, but was not found among the added
|
|
3464
3479
|
* network configurations in Networks attribute.
|
|
@@ -3469,7 +3484,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3469
3484
|
*/
|
|
3470
3485
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
3471
3486
|
/**
|
|
3472
|
-
* See
|
|
3487
|
+
* See DebugText for usage.
|
|
3473
3488
|
*
|
|
3474
3489
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.7.2
|
|
3475
3490
|
*/
|
|
@@ -3491,8 +3506,16 @@ export declare namespace NetworkCommissioning {
|
|
|
3491
3506
|
* unable to proceed with such an operation, such as if it is currently attempting to connect in the
|
|
3492
3507
|
* background, or is already proceeding with a prior ConnectNetwork.
|
|
3493
3508
|
*
|
|
3494
|
-
* If this command is received without an armed fail-safe context (see
|
|
3495
|
-
*
|
|
3509
|
+
* If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
|
|
3510
|
+
* shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
3511
|
+
*
|
|
3512
|
+
* Before connecting to the new network, the Node shall disconnect the operational network connections
|
|
3513
|
+
* managed by any other Network Commissioning cluster instances (whether under the Root Node or a Secondary
|
|
3514
|
+
* Network Interface), where those connections are not represented by an entry in the Networks attribute of
|
|
3515
|
+
* the corresponding cluster instance. This ensures that an Administrator or Commissioner can reliably
|
|
3516
|
+
* reconfigure the operational network connection of a device that has one or more Secondary Network
|
|
3517
|
+
* interfaces, for example by removing the active network configuration from one cluster instance, followed
|
|
3518
|
+
* by adding a new configuration and calling ConnectNetwork on a different cluster instance.
|
|
3496
3519
|
*
|
|
3497
3520
|
* Success or failure of this command shall be communicated by the ConnectNetworkResponse command, unless
|
|
3498
3521
|
* some data model validations caused a FAILURE status to be sent prior to finishing execution of the
|
|
@@ -3517,11 +3540,12 @@ export declare namespace NetworkCommissioning {
|
|
|
3517
3540
|
* attribute.
|
|
3518
3541
|
*
|
|
3519
3542
|
* Even after successfully connecting to a network, the configuration shall revert to the prior state of
|
|
3520
|
-
* configuration if the CommissioningComplete command (see
|
|
3521
|
-
*
|
|
3543
|
+
* configuration if the CommissioningComplete command (see CommissioningComplete) is not successfully
|
|
3544
|
+
* invoked before expiry of the Fail-Safe timer.
|
|
3545
|
+
*
|
|
3546
|
+
* When non-concurrent commissioning is being used by a Commissioner or Administrator, the Con
|
|
3522
3547
|
*
|
|
3523
|
-
*
|
|
3524
|
-
* ConnectNetworkResponse shall be sent with the NetworkingStatus field set to Success prior to closing the
|
|
3548
|
+
* nectNetworkResponse shall be sent with the NetworkingStatus field set to Success prior to closing the
|
|
3525
3549
|
* commissioning channel, even if not yet connected to the operational network, unless the device would be
|
|
3526
3550
|
* incapable of joining that network, in which case the usual failure path described in the prior
|
|
3527
3551
|
* paragraphs shall be followed. Once the commissioning channel is closed, the operational channel will be
|
|
@@ -3529,8 +3553,8 @@ export declare namespace NetworkCommissioning {
|
|
|
3529
3553
|
* discovery of the Node on the new operational network. Therefore, before invoking the ConnectNetwork
|
|
3530
3554
|
* command, the client SHOULD re-invoke the Arm Fail-Safe command with a duration that meets the following:
|
|
3531
3555
|
*
|
|
3532
|
-
* 1. Sufficient time to meet the minimum required time (see
|
|
3533
|
-
*
|
|
3556
|
+
* 1. Sufficient time to meet the minimum required time (see ConnectMaxTimeSeconds) that may be taken by
|
|
3557
|
+
* the server to connect to the desired network.
|
|
3534
3558
|
*
|
|
3535
3559
|
* 2. Sufficient time to account for possible message-layer retries when a response is requested.
|
|
3536
3560
|
*
|
|
@@ -3561,7 +3585,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3561
3585
|
*/
|
|
3562
3586
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
3563
3587
|
/**
|
|
3564
|
-
* See
|
|
3588
|
+
* See Breadcrumb for usage.
|
|
3565
3589
|
*
|
|
3566
3590
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.8.2
|
|
3567
3591
|
*/
|
|
@@ -3585,14 +3609,14 @@ export declare namespace NetworkCommissioning {
|
|
|
3585
3609
|
*
|
|
3586
3610
|
* • UnknownError: An internal error occurred during the operation.
|
|
3587
3611
|
*
|
|
3588
|
-
* • Association errors (see also description of errors in
|
|
3589
|
-
*
|
|
3612
|
+
* • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
|
|
3613
|
+
* UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
|
|
3590
3614
|
*
|
|
3591
3615
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.9.1
|
|
3592
3616
|
*/
|
|
3593
3617
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
3594
3618
|
/**
|
|
3595
|
-
* See
|
|
3619
|
+
* See DebugText for usage.
|
|
3596
3620
|
*
|
|
3597
3621
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.9.2
|
|
3598
3622
|
*/
|
|
@@ -3642,7 +3666,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3642
3666
|
*/
|
|
3643
3667
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3644
3668
|
/**
|
|
3645
|
-
* See
|
|
3669
|
+
* See Breadcrumb for usage.
|
|
3646
3670
|
*
|
|
3647
3671
|
* Effect when received
|
|
3648
3672
|
*
|
|
@@ -3670,7 +3694,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3670
3694
|
*
|
|
3671
3695
|
* On receiving ReorderNetwork with:
|
|
3672
3696
|
*
|
|
3673
|
-
* •
|
|
3697
|
+
* • NetworkID = Home-Guest
|
|
3674
3698
|
*
|
|
3675
3699
|
* • NetworkIndex = 0
|
|
3676
3700
|
*
|
|
@@ -3681,7 +3705,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3681
3705
|
*
|
|
3682
3706
|
* On receiving ReorderNetwork with:
|
|
3683
3707
|
*
|
|
3684
|
-
* •
|
|
3708
|
+
* • NetworkID = FancyCat
|
|
3685
3709
|
*
|
|
3686
3710
|
* • NetworkIndex = 3
|
|
3687
3711
|
*
|
|
@@ -3702,8 +3726,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3702
3726
|
*
|
|
3703
3727
|
* • OutOfRange: Network identifier was invalid (e.g. empty, too long, etc).
|
|
3704
3728
|
*
|
|
3705
|
-
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by
|
|
3706
|
-
* “MaxNetworks Attribute”.
|
|
3729
|
+
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by MaxNetworks.
|
|
3707
3730
|
*
|
|
3708
3731
|
* • NetworkIdNotFound: The network identifier was expected to be found, but was not found among the added
|
|
3709
3732
|
* network configurations in Networks attribute.
|
|
@@ -3714,7 +3737,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3714
3737
|
*/
|
|
3715
3738
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
3716
3739
|
/**
|
|
3717
|
-
* See
|
|
3740
|
+
* See DebugText for usage.
|
|
3718
3741
|
*
|
|
3719
3742
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.7.2
|
|
3720
3743
|
*/
|
|
@@ -3740,7 +3763,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3740
3763
|
* Indicates the maximum duration taken, in seconds, by the network interface on this cluster server
|
|
3741
3764
|
* instance to provide scan results.
|
|
3742
3765
|
*
|
|
3743
|
-
* See
|
|
3766
|
+
* See ScanNetworks for usage.
|
|
3744
3767
|
*
|
|
3745
3768
|
* @see {@link MatterSpecification.v13.Core} § 11.9.6.3
|
|
3746
3769
|
*/
|
|
@@ -3748,8 +3771,10 @@ export declare namespace NetworkCommissioning {
|
|
|
3748
3771
|
/**
|
|
3749
3772
|
* Indicates the maximum duration taken, in seconds, by the network interface on this cluster server
|
|
3750
3773
|
* instance to report a successful or failed network connection indication. This maximum time shall account
|
|
3751
|
-
* for all operations needed until a successful network connection is
|
|
3752
|
-
*
|
|
3774
|
+
* for all operations needed until a successful network connection is
|
|
3775
|
+
*
|
|
3776
|
+
* deemed to have occurred, including, for example, obtaining IP addresses, or the execution of necessary
|
|
3777
|
+
* internal retries.
|
|
3753
3778
|
*
|
|
3754
3779
|
* @see {@link MatterSpecification.v13.Core} § 11.9.6.4
|
|
3755
3780
|
*/
|
|
@@ -3772,8 +3797,8 @@ export declare namespace NetworkCommissioning {
|
|
|
3772
3797
|
* SSID) is provided in the command arguments. Directed scanning shall restrict the result set to the
|
|
3773
3798
|
* specified network only.
|
|
3774
3799
|
*
|
|
3775
|
-
* If this command is received without an armed fail-safe context (see
|
|
3776
|
-
*
|
|
3800
|
+
* If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
|
|
3801
|
+
* shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
3777
3802
|
*
|
|
3778
3803
|
* The client shall NOT expect the server to be done scanning and have responded with ScanNetworksResponse
|
|
3779
3804
|
* before ScanMaxTimeSeconds seconds have elapsed. Enough transport time affordances for retries SHOULD be
|
|
@@ -3790,7 +3815,6 @@ export declare namespace NetworkCommissioning {
|
|
|
3790
3815
|
* determine reachability capabilities as seen by the server’s own radios.
|
|
3791
3816
|
*
|
|
3792
3817
|
* For Wi-Fi-supporting servers the server shall always scan on all bands supported by the interface
|
|
3793
|
-
*
|
|
3794
3818
|
* associated with the cluster instance on which the command was invoked.
|
|
3795
3819
|
*
|
|
3796
3820
|
* If the command was invoked over the same link whose configuration is managed by a given server cluster
|
|
@@ -3935,8 +3959,8 @@ export declare namespace NetworkCommissioning {
|
|
|
3935
3959
|
*
|
|
3936
3960
|
* attribute shall remain unchanged, except for the removal of the requested network configuration.
|
|
3937
3961
|
*
|
|
3938
|
-
* If this command is received without an armed fail-safe context (see
|
|
3939
|
-
*
|
|
3962
|
+
* If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
|
|
3963
|
+
* shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
3940
3964
|
*
|
|
3941
3965
|
* If the Networks attribute does not contain a matching entry, the command shall immediately respond with
|
|
3942
3966
|
* NetworkConfigResponse having NetworkingStatus status field set to NetworkIdNotFound.
|
|
@@ -3955,7 +3979,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3955
3979
|
*/
|
|
3956
3980
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
3957
3981
|
/**
|
|
3958
|
-
* See
|
|
3982
|
+
* See Breadcrumb for usage.
|
|
3959
3983
|
*
|
|
3960
3984
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.6.2
|
|
3961
3985
|
*/
|
|
@@ -3969,8 +3993,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3969
3993
|
*
|
|
3970
3994
|
* • OutOfRange: Network identifier was invalid (e.g. empty, too long, etc).
|
|
3971
3995
|
*
|
|
3972
|
-
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by
|
|
3973
|
-
* “MaxNetworks Attribute”.
|
|
3996
|
+
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by MaxNetworks.
|
|
3974
3997
|
*
|
|
3975
3998
|
* • NetworkIdNotFound: The network identifier was expected to be found, but was not found among the added
|
|
3976
3999
|
* network configurations in Networks attribute.
|
|
@@ -3981,7 +4004,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3981
4004
|
*/
|
|
3982
4005
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
3983
4006
|
/**
|
|
3984
|
-
* See
|
|
4007
|
+
* See DebugText for usage.
|
|
3985
4008
|
*
|
|
3986
4009
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.7.2
|
|
3987
4010
|
*/
|
|
@@ -4003,8 +4026,16 @@ export declare namespace NetworkCommissioning {
|
|
|
4003
4026
|
* unable to proceed with such an operation, such as if it is currently attempting to connect in the
|
|
4004
4027
|
* background, or is already proceeding with a prior ConnectNetwork.
|
|
4005
4028
|
*
|
|
4006
|
-
* If this command is received without an armed fail-safe context (see
|
|
4007
|
-
*
|
|
4029
|
+
* If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
|
|
4030
|
+
* shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
4031
|
+
*
|
|
4032
|
+
* Before connecting to the new network, the Node shall disconnect the operational network connections
|
|
4033
|
+
* managed by any other Network Commissioning cluster instances (whether under the Root Node or a Secondary
|
|
4034
|
+
* Network Interface), where those connections are not represented by an entry in the Networks attribute of
|
|
4035
|
+
* the corresponding cluster instance. This ensures that an Administrator or Commissioner can reliably
|
|
4036
|
+
* reconfigure the operational network connection of a device that has one or more Secondary Network
|
|
4037
|
+
* interfaces, for example by removing the active network configuration from one cluster instance, followed
|
|
4038
|
+
* by adding a new configuration and calling ConnectNetwork on a different cluster instance.
|
|
4008
4039
|
*
|
|
4009
4040
|
* Success or failure of this command shall be communicated by the ConnectNetworkResponse command, unless
|
|
4010
4041
|
* some data model validations caused a FAILURE status to be sent prior to finishing execution of the
|
|
@@ -4029,11 +4060,12 @@ export declare namespace NetworkCommissioning {
|
|
|
4029
4060
|
* attribute.
|
|
4030
4061
|
*
|
|
4031
4062
|
* Even after successfully connecting to a network, the configuration shall revert to the prior state of
|
|
4032
|
-
* configuration if the CommissioningComplete command (see
|
|
4033
|
-
*
|
|
4063
|
+
* configuration if the CommissioningComplete command (see CommissioningComplete) is not successfully
|
|
4064
|
+
* invoked before expiry of the Fail-Safe timer.
|
|
4034
4065
|
*
|
|
4035
|
-
* When non-concurrent commissioning is being used by a Commissioner or Administrator, the
|
|
4036
|
-
*
|
|
4066
|
+
* When non-concurrent commissioning is being used by a Commissioner or Administrator, the Con
|
|
4067
|
+
*
|
|
4068
|
+
* nectNetworkResponse shall be sent with the NetworkingStatus field set to Success prior to closing the
|
|
4037
4069
|
* commissioning channel, even if not yet connected to the operational network, unless the device would be
|
|
4038
4070
|
* incapable of joining that network, in which case the usual failure path described in the prior
|
|
4039
4071
|
* paragraphs shall be followed. Once the commissioning channel is closed, the operational channel will be
|
|
@@ -4041,8 +4073,8 @@ export declare namespace NetworkCommissioning {
|
|
|
4041
4073
|
* discovery of the Node on the new operational network. Therefore, before invoking the ConnectNetwork
|
|
4042
4074
|
* command, the client SHOULD re-invoke the Arm Fail-Safe command with a duration that meets the following:
|
|
4043
4075
|
*
|
|
4044
|
-
* 1. Sufficient time to meet the minimum required time (see
|
|
4045
|
-
*
|
|
4076
|
+
* 1. Sufficient time to meet the minimum required time (see ConnectMaxTimeSeconds) that may be taken by
|
|
4077
|
+
* the server to connect to the desired network.
|
|
4046
4078
|
*
|
|
4047
4079
|
* 2. Sufficient time to account for possible message-layer retries when a response is requested.
|
|
4048
4080
|
*
|
|
@@ -4073,7 +4105,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4073
4105
|
*/
|
|
4074
4106
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
4075
4107
|
/**
|
|
4076
|
-
* See
|
|
4108
|
+
* See Breadcrumb for usage.
|
|
4077
4109
|
*
|
|
4078
4110
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.8.2
|
|
4079
4111
|
*/
|
|
@@ -4097,14 +4129,14 @@ export declare namespace NetworkCommissioning {
|
|
|
4097
4129
|
*
|
|
4098
4130
|
* • UnknownError: An internal error occurred during the operation.
|
|
4099
4131
|
*
|
|
4100
|
-
* • Association errors (see also description of errors in
|
|
4101
|
-
*
|
|
4132
|
+
* • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
|
|
4133
|
+
* UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
|
|
4102
4134
|
*
|
|
4103
4135
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.9.1
|
|
4104
4136
|
*/
|
|
4105
4137
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
4106
4138
|
/**
|
|
4107
|
-
* See
|
|
4139
|
+
* See DebugText for usage.
|
|
4108
4140
|
*
|
|
4109
4141
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.9.2
|
|
4110
4142
|
*/
|
|
@@ -4154,7 +4186,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4154
4186
|
*/
|
|
4155
4187
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4156
4188
|
/**
|
|
4157
|
-
* See
|
|
4189
|
+
* See Breadcrumb for usage.
|
|
4158
4190
|
*
|
|
4159
4191
|
* Effect when received
|
|
4160
4192
|
*
|
|
@@ -4182,7 +4214,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4182
4214
|
*
|
|
4183
4215
|
* On receiving ReorderNetwork with:
|
|
4184
4216
|
*
|
|
4185
|
-
* •
|
|
4217
|
+
* • NetworkID = Home-Guest
|
|
4186
4218
|
*
|
|
4187
4219
|
* • NetworkIndex = 0
|
|
4188
4220
|
*
|
|
@@ -4193,7 +4225,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4193
4225
|
*
|
|
4194
4226
|
* On receiving ReorderNetwork with:
|
|
4195
4227
|
*
|
|
4196
|
-
* •
|
|
4228
|
+
* • NetworkID = FancyCat
|
|
4197
4229
|
*
|
|
4198
4230
|
* • NetworkIndex = 3
|
|
4199
4231
|
*
|
|
@@ -4214,8 +4246,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4214
4246
|
*
|
|
4215
4247
|
* • OutOfRange: Network identifier was invalid (e.g. empty, too long, etc).
|
|
4216
4248
|
*
|
|
4217
|
-
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by
|
|
4218
|
-
* “MaxNetworks Attribute”.
|
|
4249
|
+
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by MaxNetworks.
|
|
4219
4250
|
*
|
|
4220
4251
|
* • NetworkIdNotFound: The network identifier was expected to be found, but was not found among the added
|
|
4221
4252
|
* network configurations in Networks attribute.
|
|
@@ -4226,7 +4257,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4226
4257
|
*/
|
|
4227
4258
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
4228
4259
|
/**
|
|
4229
|
-
* See
|
|
4260
|
+
* See DebugText for usage.
|
|
4230
4261
|
*
|
|
4231
4262
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.7.2
|
|
4232
4263
|
*/
|
|
@@ -4259,8 +4290,8 @@ export declare namespace NetworkCommissioning {
|
|
|
4259
4290
|
/**
|
|
4260
4291
|
* This command shall be used to add or modify Wi-Fi network configurations.
|
|
4261
4292
|
*
|
|
4262
|
-
* If this command is received without an armed fail-safe context (see
|
|
4263
|
-
*
|
|
4293
|
+
* If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
|
|
4294
|
+
* shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
4264
4295
|
*
|
|
4265
4296
|
* The Credentials associated with the network are not readable after execution of this command, as they do
|
|
4266
4297
|
* not appear in the Networks attribute, for security reasons.
|
|
@@ -4320,7 +4351,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4320
4351
|
*/
|
|
4321
4352
|
credentials: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
4322
4353
|
/**
|
|
4323
|
-
* See
|
|
4354
|
+
* See Breadcrumb for usage.
|
|
4324
4355
|
*
|
|
4325
4356
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.3.3
|
|
4326
4357
|
*/
|
|
@@ -4334,8 +4365,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4334
4365
|
*
|
|
4335
4366
|
* • OutOfRange: Network identifier was invalid (e.g. empty, too long, etc).
|
|
4336
4367
|
*
|
|
4337
|
-
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by
|
|
4338
|
-
* “MaxNetworks Attribute”.
|
|
4368
|
+
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by MaxNetworks.
|
|
4339
4369
|
*
|
|
4340
4370
|
* • NetworkIdNotFound: The network identifier was expected to be found, but was not found among the added
|
|
4341
4371
|
* network configurations in Networks attribute.
|
|
@@ -4346,7 +4376,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4346
4376
|
*/
|
|
4347
4377
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
4348
4378
|
/**
|
|
4349
|
-
* See
|
|
4379
|
+
* See DebugText for usage.
|
|
4350
4380
|
*
|
|
4351
4381
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.7.2
|
|
4352
4382
|
*/
|
|
@@ -4415,8 +4445,8 @@ export declare namespace NetworkCommissioning {
|
|
|
4415
4445
|
/**
|
|
4416
4446
|
* This command shall be used to add or modify Thread network configurations.
|
|
4417
4447
|
*
|
|
4418
|
-
* If this command is received without an armed fail-safe context (see
|
|
4419
|
-
*
|
|
4448
|
+
* If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
|
|
4449
|
+
* shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
4420
4450
|
*
|
|
4421
4451
|
* See Section 11.9.7.5, “Common processing of AddOrUpdateWiFiNetwork and AddOrUpdateThreadNetwork” for
|
|
4422
4452
|
* behavior of addition/update.
|
|
@@ -4442,7 +4472,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4442
4472
|
*/
|
|
4443
4473
|
operationalDataset: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
4444
4474
|
/**
|
|
4445
|
-
* See
|
|
4475
|
+
* See Breadcrumb for usage.
|
|
4446
4476
|
*
|
|
4447
4477
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.4.2
|
|
4448
4478
|
*/
|
|
@@ -4456,8 +4486,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4456
4486
|
*
|
|
4457
4487
|
* • OutOfRange: Network identifier was invalid (e.g. empty, too long, etc).
|
|
4458
4488
|
*
|
|
4459
|
-
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by
|
|
4460
|
-
* “MaxNetworks Attribute”.
|
|
4489
|
+
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by MaxNetworks.
|
|
4461
4490
|
*
|
|
4462
4491
|
* • NetworkIdNotFound: The network identifier was expected to be found, but was not found among the added
|
|
4463
4492
|
* network configurations in Networks attribute.
|
|
@@ -4468,7 +4497,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4468
4497
|
*/
|
|
4469
4498
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
4470
4499
|
/**
|
|
4471
|
-
* See
|
|
4500
|
+
* See DebugText for usage.
|
|
4472
4501
|
*
|
|
4473
4502
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.7.2
|
|
4474
4503
|
*/
|
|
@@ -4698,7 +4727,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4698
4727
|
* It is undefined what happens if InterfaceEnabled is written to false on the same interface as that which
|
|
4699
4728
|
* is used to write the value. In that case, it is possible that the Administrator would have to await
|
|
4700
4729
|
* expiry of the fail-safe, and associated recovery of network configuration to prior safe values, before
|
|
4701
|
-
* being able to communicate with the node again (see
|
|
4730
|
+
* being able to communicate with the node again (see ArmFailSafe).
|
|
4702
4731
|
*
|
|
4703
4732
|
* It may be possible to disable Ethernet interfaces but it is implementation-defined. If not supported, a
|
|
4704
4733
|
* write to this attribute with a value of false shall fail with a status of INVALID_ACTION. When disabled,
|
|
@@ -4740,11 +4769,9 @@ export declare namespace NetworkCommissioning {
|
|
|
4740
4769
|
readonly lastNetworkId: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
4741
4770
|
/**
|
|
4742
4771
|
* Indicates the ErrorValue used in the last failed attempt to connect to an operational network, using
|
|
4743
|
-
* this interface, whether by invocation of the ConnectNetwork command or by
|
|
4744
|
-
*
|
|
4745
|
-
*
|
|
4746
|
-
* made, or no network configurations exist in the Networks attribute, then this attribute shall be set to
|
|
4747
|
-
* null.
|
|
4772
|
+
* this interface, whether by invocation of the ConnectNetwork command or by autonomous connection after
|
|
4773
|
+
* loss of connectivity or during initial establishment. If no such attempt was made, or no network
|
|
4774
|
+
* configurations exist in the Networks attribute, then this attribute shall be set to null.
|
|
4748
4775
|
*
|
|
4749
4776
|
* If the last connection succeeded, as indicated by a value of Success in the LastNetworkingStatus
|
|
4750
4777
|
* attribute, then this field shall be set to null.
|
|
@@ -4942,7 +4969,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4942
4969
|
*/
|
|
4943
4970
|
credentials: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
4944
4971
|
/**
|
|
4945
|
-
* See
|
|
4972
|
+
* See Breadcrumb for usage.
|
|
4946
4973
|
*
|
|
4947
4974
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.3.3
|
|
4948
4975
|
*/
|
|
@@ -4956,8 +4983,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4956
4983
|
*
|
|
4957
4984
|
* • OutOfRange: Network identifier was invalid (e.g. empty, too long, etc).
|
|
4958
4985
|
*
|
|
4959
|
-
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by
|
|
4960
|
-
* “MaxNetworks Attribute”.
|
|
4986
|
+
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by MaxNetworks.
|
|
4961
4987
|
*
|
|
4962
4988
|
* • NetworkIdNotFound: The network identifier was expected to be found, but was not found among the added
|
|
4963
4989
|
* network configurations in Networks attribute.
|
|
@@ -4968,7 +4994,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4968
4994
|
*/
|
|
4969
4995
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
4970
4996
|
/**
|
|
4971
|
-
* See
|
|
4997
|
+
* See DebugText for usage.
|
|
4972
4998
|
*
|
|
4973
4999
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.7.2
|
|
4974
5000
|
*/
|
|
@@ -5001,7 +5027,7 @@ export declare namespace NetworkCommissioning {
|
|
|
5001
5027
|
*/
|
|
5002
5028
|
operationalDataset: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
5003
5029
|
/**
|
|
5004
|
-
* See
|
|
5030
|
+
* See Breadcrumb for usage.
|
|
5005
5031
|
*
|
|
5006
5032
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.4.2
|
|
5007
5033
|
*/
|
|
@@ -5015,8 +5041,7 @@ export declare namespace NetworkCommissioning {
|
|
|
5015
5041
|
*
|
|
5016
5042
|
* • OutOfRange: Network identifier was invalid (e.g. empty, too long, etc).
|
|
5017
5043
|
*
|
|
5018
|
-
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by
|
|
5019
|
-
* “MaxNetworks Attribute”.
|
|
5044
|
+
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by MaxNetworks.
|
|
5020
5045
|
*
|
|
5021
5046
|
* • NetworkIdNotFound: The network identifier was expected to be found, but was not found among the added
|
|
5022
5047
|
* network configurations in Networks attribute.
|
|
@@ -5027,7 +5052,7 @@ export declare namespace NetworkCommissioning {
|
|
|
5027
5052
|
*/
|
|
5028
5053
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
5029
5054
|
/**
|
|
5030
|
-
* See
|
|
5055
|
+
* See DebugText for usage.
|
|
5031
5056
|
*
|
|
5032
5057
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.7.2
|
|
5033
5058
|
*/
|
|
@@ -5056,7 +5081,7 @@ export declare namespace NetworkCommissioning {
|
|
|
5056
5081
|
*/
|
|
5057
5082
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
5058
5083
|
/**
|
|
5059
|
-
* See
|
|
5084
|
+
* See Breadcrumb for usage.
|
|
5060
5085
|
*
|
|
5061
5086
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.6.2
|
|
5062
5087
|
*/
|
|
@@ -5070,8 +5095,7 @@ export declare namespace NetworkCommissioning {
|
|
|
5070
5095
|
*
|
|
5071
5096
|
* • OutOfRange: Network identifier was invalid (e.g. empty, too long, etc).
|
|
5072
5097
|
*
|
|
5073
|
-
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by
|
|
5074
|
-
* “MaxNetworks Attribute”.
|
|
5098
|
+
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by MaxNetworks.
|
|
5075
5099
|
*
|
|
5076
5100
|
* • NetworkIdNotFound: The network identifier was expected to be found, but was not found among the added
|
|
5077
5101
|
* network configurations in Networks attribute.
|
|
@@ -5082,7 +5106,7 @@ export declare namespace NetworkCommissioning {
|
|
|
5082
5106
|
*/
|
|
5083
5107
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
5084
5108
|
/**
|
|
5085
|
-
* See
|
|
5109
|
+
* See DebugText for usage.
|
|
5086
5110
|
*
|
|
5087
5111
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.7.2
|
|
5088
5112
|
*/
|
|
@@ -5114,7 +5138,7 @@ export declare namespace NetworkCommissioning {
|
|
|
5114
5138
|
*/
|
|
5115
5139
|
networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
5116
5140
|
/**
|
|
5117
|
-
* See
|
|
5141
|
+
* See Breadcrumb for usage.
|
|
5118
5142
|
*
|
|
5119
5143
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.8.2
|
|
5120
5144
|
*/
|
|
@@ -5138,14 +5162,14 @@ export declare namespace NetworkCommissioning {
|
|
|
5138
5162
|
*
|
|
5139
5163
|
* • UnknownError: An internal error occurred during the operation.
|
|
5140
5164
|
*
|
|
5141
|
-
* • Association errors (see also description of errors in
|
|
5142
|
-
*
|
|
5165
|
+
* • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
|
|
5166
|
+
* UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
|
|
5143
5167
|
*
|
|
5144
5168
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.9.1
|
|
5145
5169
|
*/
|
|
5146
5170
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
5147
5171
|
/**
|
|
5148
|
-
* See
|
|
5172
|
+
* See DebugText for usage.
|
|
5149
5173
|
*
|
|
5150
5174
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.9.2
|
|
5151
5175
|
*/
|
|
@@ -5198,7 +5222,7 @@ export declare namespace NetworkCommissioning {
|
|
|
5198
5222
|
*/
|
|
5199
5223
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
5200
5224
|
/**
|
|
5201
|
-
* See
|
|
5225
|
+
* See Breadcrumb for usage.
|
|
5202
5226
|
*
|
|
5203
5227
|
* Effect when received
|
|
5204
5228
|
*
|
|
@@ -5226,7 +5250,7 @@ export declare namespace NetworkCommissioning {
|
|
|
5226
5250
|
*
|
|
5227
5251
|
* On receiving ReorderNetwork with:
|
|
5228
5252
|
*
|
|
5229
|
-
* •
|
|
5253
|
+
* • NetworkID = Home-Guest
|
|
5230
5254
|
*
|
|
5231
5255
|
* • NetworkIndex = 0
|
|
5232
5256
|
*
|
|
@@ -5237,7 +5261,7 @@ export declare namespace NetworkCommissioning {
|
|
|
5237
5261
|
*
|
|
5238
5262
|
* On receiving ReorderNetwork with:
|
|
5239
5263
|
*
|
|
5240
|
-
* •
|
|
5264
|
+
* • NetworkID = FancyCat
|
|
5241
5265
|
*
|
|
5242
5266
|
* • NetworkIndex = 3
|
|
5243
5267
|
*
|
|
@@ -5258,8 +5282,7 @@ export declare namespace NetworkCommissioning {
|
|
|
5258
5282
|
*
|
|
5259
5283
|
* • OutOfRange: Network identifier was invalid (e.g. empty, too long, etc).
|
|
5260
5284
|
*
|
|
5261
|
-
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by
|
|
5262
|
-
* “MaxNetworks Attribute”.
|
|
5285
|
+
* • BoundsExceeded: Adding this network configuration would exceed the limit defined by MaxNetworks.
|
|
5263
5286
|
*
|
|
5264
5287
|
* • NetworkIdNotFound: The network identifier was expected to be found, but was not found among the added
|
|
5265
5288
|
* network configurations in Networks attribute.
|
|
@@ -5270,7 +5293,7 @@ export declare namespace NetworkCommissioning {
|
|
|
5270
5293
|
*/
|
|
5271
5294
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
5272
5295
|
/**
|
|
5273
|
-
* See
|
|
5296
|
+
* See DebugText for usage.
|
|
5274
5297
|
*
|
|
5275
5298
|
* @see {@link MatterSpecification.v13.Core} § 11.9.7.7.2
|
|
5276
5299
|
*/
|