@matter/types 0.16.0-alpha.0-20251022-5a69ce65a → 0.16.0-alpha.0-20251027-17770fb28
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/mutation/{ElementModifier.d.ts → ClusterTypeModifier.d.ts} +8 -8
- package/dist/cjs/cluster/mutation/ClusterTypeModifier.d.ts.map +1 -0
- package/dist/cjs/cluster/mutation/{ElementModifier.js → ClusterTypeModifier.js} +6 -6
- package/dist/cjs/cluster/mutation/{ElementModifier.js.map → ClusterTypeModifier.js.map} +2 -2
- package/dist/cjs/cluster/mutation/MutableCluster.d.ts +7 -7
- package/dist/cjs/cluster/mutation/MutableCluster.d.ts.map +1 -1
- package/dist/cjs/cluster/mutation/MutableCluster.js +4 -4
- package/dist/cjs/cluster/mutation/MutableCluster.js.map +1 -1
- package/dist/cjs/cluster/mutation/index.d.ts +1 -1
- package/dist/cjs/cluster/mutation/index.d.ts.map +1 -1
- package/dist/cjs/cluster/mutation/index.js +1 -1
- package/dist/cjs/cluster/mutation/index.js.map +1 -1
- package/dist/cjs/clusters/access-control.d.ts +96 -47
- package/dist/cjs/clusters/access-control.d.ts.map +1 -1
- package/dist/cjs/clusters/access-control.js +16 -8
- package/dist/cjs/clusters/access-control.js.map +1 -1
- package/dist/cjs/clusters/account-login.d.ts +20 -20
- package/dist/cjs/clusters/account-login.js +12 -12
- package/dist/cjs/clusters/actions.d.ts +36 -5
- package/dist/cjs/clusters/actions.d.ts.map +1 -1
- package/dist/cjs/clusters/actions.js +26 -1
- package/dist/cjs/clusters/actions.js.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.d.ts +29 -25
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +7 -6
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/air-quality.js.map +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +4 -4
- package/dist/cjs/clusters/alarm-base.js +2 -2
- package/dist/cjs/clusters/application-launcher.d.ts +49 -23
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +7 -3
- package/dist/cjs/clusters/application-launcher.js.map +1 -1
- package/dist/cjs/clusters/basic-information.d.ts +22 -19
- package/dist/cjs/clusters/basic-information.d.ts.map +1 -1
- package/dist/cjs/clusters/basic-information.js +21 -18
- package/dist/cjs/clusters/basic-information.js.map +1 -1
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +15 -15
- package/dist/cjs/clusters/boolean-state-configuration.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +56 -12
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts.map +1 -1
- package/dist/cjs/clusters/bridged-device-basic-information.js +18 -4
- package/dist/cjs/clusters/bridged-device-basic-information.js.map +1 -1
- package/dist/cjs/clusters/channel.d.ts +12 -0
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +4 -0
- package/dist/cjs/clusters/channel.js.map +1 -1
- package/dist/cjs/clusters/color-control.d.ts +128 -119
- package/dist/cjs/clusters/color-control.d.ts.map +1 -1
- package/dist/cjs/clusters/color-control.js +52 -68
- package/dist/cjs/clusters/color-control.js.map +1 -1
- package/dist/cjs/clusters/commissioner-control.d.ts +8 -4
- package/dist/cjs/clusters/commissioner-control.d.ts.map +1 -1
- package/dist/cjs/clusters/commissioner-control.js +5 -1
- package/dist/cjs/clusters/commissioner-control.js.map +1 -1
- package/dist/cjs/clusters/concentration-measurement.d.ts +7 -9
- package/dist/cjs/clusters/concentration-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/concentration-measurement.js +11 -12
- package/dist/cjs/clusters/concentration-measurement.js.map +1 -1
- package/dist/cjs/clusters/content-control.d.ts +44 -30
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +6 -6
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +32 -32
- package/dist/cjs/clusters/content-launcher.js +1 -1
- package/dist/cjs/clusters/descriptor.d.ts +43 -10
- package/dist/cjs/clusters/descriptor.d.ts.map +1 -1
- package/dist/cjs/clusters/descriptor.js +21 -4
- package/dist/cjs/clusters/descriptor.js.map +1 -1
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +9 -0
- package/dist/cjs/clusters/device-energy-management-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/device-energy-management-mode.js +3 -0
- package/dist/cjs/clusters/device-energy-management-mode.js.map +1 -1
- package/dist/cjs/clusters/device-energy-management.d.ts +133 -24
- package/dist/cjs/clusters/device-energy-management.d.ts.map +1 -1
- package/dist/cjs/clusters/device-energy-management.js +38 -12
- package/dist/cjs/clusters/device-energy-management.js.map +1 -1
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +3 -3
- package/dist/cjs/clusters/dishwasher-alarm.js +1 -1
- package/dist/cjs/clusters/dishwasher-mode.d.ts +9 -0
- package/dist/cjs/clusters/dishwasher-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/dishwasher-mode.js +3 -0
- package/dist/cjs/clusters/dishwasher-mode.js.map +1 -1
- package/dist/cjs/clusters/door-lock.d.ts +182 -266
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +80 -111
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +93 -49
- package/dist/cjs/clusters/ecosystem-information.d.ts.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.js +36 -24
- package/dist/cjs/clusters/ecosystem-information.js.map +1 -1
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +285 -209
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/electrical-energy-measurement.js +33 -13
- package/dist/cjs/clusters/electrical-energy-measurement.js.map +2 -2
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +201 -126
- package/dist/cjs/clusters/electrical-power-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/electrical-power-measurement.js +45 -23
- package/dist/cjs/clusters/electrical-power-measurement.js.map +2 -2
- package/dist/cjs/clusters/energy-evse-mode.d.ts +9 -0
- package/dist/cjs/clusters/energy-evse-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-evse-mode.js +3 -0
- package/dist/cjs/clusters/energy-evse-mode.js.map +1 -1
- package/dist/cjs/clusters/energy-evse.d.ts +61 -45
- package/dist/cjs/clusters/energy-evse.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-evse.js +28 -33
- package/dist/cjs/clusters/energy-evse.js.map +1 -1
- package/dist/cjs/clusters/energy-preference.d.ts +5 -9
- package/dist/cjs/clusters/energy-preference.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-preference.js +1 -3
- package/dist/cjs/clusters/energy-preference.js.map +1 -1
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +59 -69
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +21 -25
- package/dist/cjs/clusters/ethernet-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/fan-control.d.ts +334 -148
- package/dist/cjs/clusters/fan-control.d.ts.map +1 -1
- package/dist/cjs/clusters/fan-control.js +107 -56
- package/dist/cjs/clusters/fan-control.js.map +1 -1
- package/dist/cjs/clusters/flow-measurement.js +1 -1
- package/dist/cjs/clusters/flow-measurement.js.map +1 -1
- package/dist/cjs/clusters/general-commissioning.d.ts +90 -69
- package/dist/cjs/clusters/general-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/general-commissioning.js +26 -23
- package/dist/cjs/clusters/general-commissioning.js.map +1 -1
- package/dist/cjs/clusters/general-diagnostics.d.ts +51 -52
- package/dist/cjs/clusters/general-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/general-diagnostics.js +13 -13
- package/dist/cjs/clusters/general-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/group-key-management.d.ts +28 -22
- package/dist/cjs/clusters/group-key-management.d.ts.map +1 -1
- package/dist/cjs/clusters/group-key-management.js +13 -10
- package/dist/cjs/clusters/group-key-management.js.map +1 -1
- package/dist/cjs/clusters/groups.d.ts +0 -12
- package/dist/cjs/clusters/groups.d.ts.map +1 -1
- package/dist/cjs/clusters/groups.js +1 -7
- package/dist/cjs/clusters/groups.js.map +1 -1
- package/dist/cjs/clusters/icd-management.d.ts +809 -145
- package/dist/cjs/clusters/icd-management.d.ts.map +1 -1
- package/dist/cjs/clusters/icd-management.js +182 -34
- package/dist/cjs/clusters/icd-management.js.map +1 -1
- package/dist/cjs/clusters/identify.d.ts +12 -1
- package/dist/cjs/clusters/identify.d.ts.map +1 -1
- package/dist/cjs/clusters/identify.js +13 -2
- package/dist/cjs/clusters/identify.js.map +1 -1
- package/dist/cjs/clusters/illuminance-measurement.js +1 -1
- package/dist/cjs/clusters/illuminance-measurement.js.map +1 -1
- package/dist/cjs/clusters/index.d.ts +1 -5
- package/dist/cjs/clusters/index.d.ts.map +1 -1
- package/dist/cjs/clusters/index.js +3 -15
- package/dist/cjs/clusters/index.js.map +1 -1
- package/dist/cjs/clusters/joint-fabric-administrator.d.ts +424 -0
- package/dist/cjs/clusters/joint-fabric-administrator.d.ts.map +1 -0
- package/dist/cjs/clusters/joint-fabric-administrator.js +285 -0
- package/dist/cjs/clusters/joint-fabric-administrator.js.map +6 -0
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +1960 -805
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts.map +1 -1
- package/dist/cjs/clusters/joint-fabric-datastore.js +990 -172
- package/dist/cjs/clusters/joint-fabric-datastore.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +9 -6
- package/dist/cjs/clusters/label.d.ts.map +1 -1
- package/dist/cjs/clusters/label.js +3 -2
- package/dist/cjs/clusters/label.js.map +1 -1
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +9 -9
- package/dist/cjs/clusters/laundry-washer-controls.js +4 -4
- package/dist/cjs/clusters/laundry-washer-controls.js.map +1 -1
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +2 -2
- package/dist/cjs/clusters/level-control.d.ts +11 -15
- package/dist/cjs/clusters/level-control.d.ts.map +1 -1
- package/dist/cjs/clusters/level-control.js +8 -9
- package/dist/cjs/clusters/level-control.js.map +1 -1
- package/dist/cjs/clusters/media-playback.d.ts +138 -12
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +41 -4
- package/dist/cjs/clusters/media-playback.js.map +1 -1
- package/dist/cjs/clusters/messages.d.ts +7 -7
- package/dist/cjs/clusters/messages.js +3 -3
- package/dist/cjs/clusters/microwave-oven-control.js +4 -4
- package/dist/cjs/clusters/microwave-oven-control.js.map +1 -1
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +9 -0
- package/dist/cjs/clusters/microwave-oven-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/microwave-oven-mode.js +3 -0
- package/dist/cjs/clusters/microwave-oven-mode.js.map +1 -1
- package/dist/cjs/clusters/mode-base.d.ts +31 -2
- package/dist/cjs/clusters/mode-base.d.ts.map +1 -1
- package/dist/cjs/clusters/mode-base.js +15 -2
- package/dist/cjs/clusters/mode-base.js.map +1 -1
- package/dist/cjs/clusters/mode-select.d.ts +7 -7
- package/dist/cjs/clusters/mode-select.js +2 -2
- package/dist/cjs/clusters/network-commissioning.d.ts +259 -201
- package/dist/cjs/clusters/network-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/network-commissioning.js +41 -27
- package/dist/cjs/clusters/network-commissioning.js.map +1 -1
- package/dist/cjs/clusters/occupancy-sensing.d.ts +14 -20
- package/dist/cjs/clusters/occupancy-sensing.d.ts.map +1 -1
- package/dist/cjs/clusters/occupancy-sensing.js +4 -6
- package/dist/cjs/clusters/occupancy-sensing.js.map +1 -1
- package/dist/cjs/clusters/on-off.js +4 -4
- package/dist/cjs/clusters/on-off.js.map +1 -1
- package/dist/cjs/clusters/operational-credentials.d.ts +367 -77
- package/dist/cjs/clusters/operational-credentials.d.ts.map +1 -1
- package/dist/cjs/clusters/operational-credentials.js +182 -38
- package/dist/cjs/clusters/operational-credentials.js.map +1 -1
- package/dist/cjs/clusters/operational-state.d.ts +29 -49
- package/dist/cjs/clusters/operational-state.d.ts.map +1 -1
- package/dist/cjs/clusters/operational-state.js +7 -10
- package/dist/cjs/clusters/operational-state.js.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +54 -22
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +27 -11
- package/dist/cjs/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +12 -10
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-requestor.js +6 -5
- package/dist/cjs/clusters/ota-software-update-requestor.js.map +1 -1
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +5 -5
- package/dist/cjs/clusters/oven-cavity-operational-state.js +3 -3
- package/dist/cjs/clusters/oven-mode.d.ts +150 -0
- package/dist/cjs/clusters/oven-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/oven-mode.js +51 -1
- package/dist/cjs/clusters/oven-mode.js.map +1 -1
- package/dist/cjs/clusters/power-source.d.ts +18 -6
- package/dist/cjs/clusters/power-source.d.ts.map +1 -1
- package/dist/cjs/clusters/power-source.js +6 -2
- package/dist/cjs/clusters/power-source.js.map +1 -1
- package/dist/cjs/clusters/pressure-measurement.d.ts +18 -9
- package/dist/cjs/clusters/pressure-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/pressure-measurement.js +10 -7
- package/dist/cjs/clusters/pressure-measurement.js.map +1 -1
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +46 -37
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/pump-configuration-and-control.js +15 -12
- package/dist/cjs/clusters/pump-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +3 -3
- package/dist/cjs/clusters/refrigerator-alarm.js +1 -1
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +9 -0
- 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 +3 -0
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
- package/dist/cjs/clusters/resource-monitoring.js +1 -1
- package/dist/cjs/clusters/resource-monitoring.js.map +1 -1
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +16 -3
- package/dist/cjs/clusters/rvc-clean-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-clean-mode.js +5 -1
- package/dist/cjs/clusters/rvc-clean-mode.js.map +1 -1
- package/dist/cjs/clusters/rvc-operational-state.d.ts +78 -49
- package/dist/cjs/clusters/rvc-operational-state.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-operational-state.js +19 -11
- package/dist/cjs/clusters/rvc-operational-state.js.map +1 -1
- package/dist/cjs/clusters/rvc-run-mode.d.ts +9 -0
- package/dist/cjs/clusters/rvc-run-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-run-mode.js +3 -0
- package/dist/cjs/clusters/rvc-run-mode.js.map +1 -1
- package/dist/cjs/clusters/scenes-management.d.ts +14 -45
- package/dist/cjs/clusters/scenes-management.d.ts.map +1 -1
- package/dist/cjs/clusters/scenes-management.js +7 -22
- package/dist/cjs/clusters/scenes-management.js.map +1 -1
- package/dist/cjs/clusters/service-area.d.ts +36 -40
- package/dist/cjs/clusters/service-area.d.ts.map +1 -1
- package/dist/cjs/clusters/service-area.js +10 -12
- package/dist/cjs/clusters/service-area.js.map +1 -1
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +4 -9
- package/dist/cjs/clusters/smoke-co-alarm.d.ts.map +1 -1
- package/dist/cjs/clusters/smoke-co-alarm.js.map +1 -1
- package/dist/cjs/clusters/software-diagnostics.d.ts +52 -51
- package/dist/cjs/clusters/software-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/software-diagnostics.js +17 -17
- package/dist/cjs/clusters/software-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/switch.d.ts +20 -17
- package/dist/cjs/clusters/switch.d.ts.map +1 -1
- package/dist/cjs/clusters/switch.js +9 -8
- package/dist/cjs/clusters/switch.js.map +1 -1
- package/dist/cjs/clusters/temperature-control.d.ts +18 -9
- package/dist/cjs/clusters/temperature-control.d.ts.map +1 -1
- package/dist/cjs/clusters/temperature-control.js +7 -4
- package/dist/cjs/clusters/temperature-control.js.map +1 -1
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts.map +1 -1
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +2 -10
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js.map +1 -1
- package/dist/cjs/clusters/thermostat.d.ts +406 -420
- package/dist/cjs/clusters/thermostat.d.ts.map +1 -1
- package/dist/cjs/clusters/thermostat.js +89 -101
- package/dist/cjs/clusters/thermostat.js.map +1 -1
- package/dist/cjs/clusters/thread-border-router-management.d.ts +9 -9
- package/dist/cjs/clusters/thread-border-router-management.js +5 -5
- package/dist/cjs/clusters/thread-border-router-management.js.map +1 -1
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +479 -504
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/thread-network-diagnostics.js +171 -181
- package/dist/cjs/clusters/thread-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/thread-network-directory.d.ts +3 -3
- package/dist/cjs/clusters/thread-network-directory.js +5 -5
- package/dist/cjs/clusters/thread-network-directory.js.map +1 -1
- package/dist/cjs/clusters/time-synchronization.d.ts +159 -127
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +52 -42
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +51 -13
- package/dist/cjs/clusters/unit-localization.d.ts.map +1 -1
- package/dist/cjs/clusters/unit-localization.js +22 -4
- package/dist/cjs/clusters/unit-localization.js.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +8 -12
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/water-heater-management.d.ts +2 -14
- package/dist/cjs/clusters/water-heater-management.d.ts.map +1 -1
- package/dist/cjs/clusters/water-heater-management.js +5 -9
- package/dist/cjs/clusters/water-heater-management.js.map +1 -1
- package/dist/cjs/clusters/water-heater-mode.d.ts +9 -0
- package/dist/cjs/clusters/water-heater-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/water-heater-mode.js +3 -0
- package/dist/cjs/clusters/water-heater-mode.js.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +57 -72
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -26
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +39 -1
- package/dist/cjs/clusters/wi-fi-network-management.d.ts.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-management.js +22 -3
- package/dist/cjs/clusters/wi-fi-network-management.js.map +1 -1
- package/dist/cjs/clusters/window-covering.d.ts +105 -3
- package/dist/cjs/clusters/window-covering.d.ts.map +1 -1
- package/dist/cjs/clusters/window-covering.js +35 -1
- package/dist/cjs/clusters/window-covering.js.map +1 -1
- package/dist/cjs/globals/Currency.d.ts +27 -0
- package/dist/cjs/globals/Currency.d.ts.map +1 -0
- package/dist/cjs/globals/{Tod.js → Currency.js} +8 -22
- package/dist/cjs/globals/Currency.js.map +6 -0
- package/dist/cjs/globals/Locationdesc.d.ts +7 -7
- package/dist/cjs/globals/Locationdesc.js +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +14 -2
- package/dist/cjs/globals/MeasurementType.d.ts.map +1 -1
- package/dist/cjs/globals/MeasurementType.js +3 -0
- package/dist/cjs/globals/MeasurementType.js.map +1 -1
- package/dist/cjs/globals/Namespace.d.ts +13 -3
- package/dist/cjs/globals/Namespace.d.ts.map +1 -1
- package/dist/cjs/globals/Namespace.js.map +1 -1
- package/dist/cjs/globals/Price.d.ts +30 -0
- package/dist/cjs/globals/Price.d.ts.map +1 -0
- package/dist/cjs/globals/Price.js +33 -0
- package/dist/cjs/globals/Price.js.map +6 -0
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +9 -9
- package/dist/cjs/globals/Semtag.js +7 -7
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +24 -5
- package/dist/cjs/globals/Status.d.ts.map +1 -1
- package/dist/cjs/globals/Status.js +3 -0
- package/dist/cjs/globals/Status.js.map +1 -1
- package/dist/cjs/globals/ThreeLevelAuto.d.ts +33 -0
- package/dist/cjs/globals/ThreeLevelAuto.d.ts.map +1 -0
- package/dist/cjs/globals/ThreeLevelAuto.js +36 -0
- package/dist/cjs/globals/ThreeLevelAuto.js.map +6 -0
- package/dist/cjs/globals/WildcardPathFlags.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.js +1 -1
- package/dist/cjs/globals/index.d.ts +3 -1
- package/dist/cjs/globals/index.d.ts.map +1 -1
- package/dist/cjs/globals/index.js +3 -1
- package/dist/cjs/globals/index.js.map +1 -1
- package/dist/esm/cluster/mutation/{ElementModifier.d.ts → ClusterTypeModifier.d.ts} +8 -8
- package/dist/esm/cluster/mutation/ClusterTypeModifier.d.ts.map +1 -0
- package/dist/esm/cluster/mutation/{ElementModifier.js → ClusterTypeModifier.js} +3 -3
- package/dist/esm/cluster/mutation/{ElementModifier.js.map → ClusterTypeModifier.js.map} +2 -2
- package/dist/esm/cluster/mutation/MutableCluster.d.ts +7 -7
- package/dist/esm/cluster/mutation/MutableCluster.d.ts.map +1 -1
- package/dist/esm/cluster/mutation/MutableCluster.js +4 -4
- package/dist/esm/cluster/mutation/MutableCluster.js.map +1 -1
- package/dist/esm/cluster/mutation/index.d.ts +1 -1
- package/dist/esm/cluster/mutation/index.d.ts.map +1 -1
- package/dist/esm/cluster/mutation/index.js +1 -1
- package/dist/esm/clusters/access-control.d.ts +96 -47
- package/dist/esm/clusters/access-control.d.ts.map +1 -1
- package/dist/esm/clusters/access-control.js +16 -8
- package/dist/esm/clusters/access-control.js.map +1 -1
- package/dist/esm/clusters/account-login.d.ts +20 -20
- package/dist/esm/clusters/account-login.js +12 -12
- package/dist/esm/clusters/actions.d.ts +36 -5
- package/dist/esm/clusters/actions.d.ts.map +1 -1
- package/dist/esm/clusters/actions.js +26 -1
- package/dist/esm/clusters/actions.js.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.d.ts +29 -25
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +7 -6
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/air-quality.js.map +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +4 -4
- package/dist/esm/clusters/alarm-base.js +2 -2
- package/dist/esm/clusters/application-launcher.d.ts +49 -23
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +7 -3
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/basic-information.d.ts +22 -19
- package/dist/esm/clusters/basic-information.d.ts.map +1 -1
- package/dist/esm/clusters/basic-information.js +22 -18
- package/dist/esm/clusters/basic-information.js.map +1 -1
- package/dist/esm/clusters/boolean-state-configuration.d.ts +15 -15
- package/dist/esm/clusters/boolean-state-configuration.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +56 -12
- package/dist/esm/clusters/bridged-device-basic-information.d.ts.map +1 -1
- package/dist/esm/clusters/bridged-device-basic-information.js +19 -4
- package/dist/esm/clusters/bridged-device-basic-information.js.map +1 -1
- package/dist/esm/clusters/channel.d.ts +12 -0
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +4 -0
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +128 -119
- package/dist/esm/clusters/color-control.d.ts.map +1 -1
- package/dist/esm/clusters/color-control.js +52 -68
- package/dist/esm/clusters/color-control.js.map +1 -1
- package/dist/esm/clusters/commissioner-control.d.ts +8 -4
- package/dist/esm/clusters/commissioner-control.d.ts.map +1 -1
- package/dist/esm/clusters/commissioner-control.js +5 -1
- package/dist/esm/clusters/commissioner-control.js.map +1 -1
- package/dist/esm/clusters/concentration-measurement.d.ts +7 -9
- package/dist/esm/clusters/concentration-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/concentration-measurement.js +11 -12
- package/dist/esm/clusters/concentration-measurement.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +44 -30
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +6 -6
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +32 -32
- package/dist/esm/clusters/content-launcher.js +1 -1
- package/dist/esm/clusters/descriptor.d.ts +43 -10
- package/dist/esm/clusters/descriptor.d.ts.map +1 -1
- package/dist/esm/clusters/descriptor.js +22 -5
- package/dist/esm/clusters/descriptor.js.map +1 -1
- package/dist/esm/clusters/device-energy-management-mode.d.ts +9 -0
- package/dist/esm/clusters/device-energy-management-mode.d.ts.map +1 -1
- package/dist/esm/clusters/device-energy-management-mode.js +3 -0
- package/dist/esm/clusters/device-energy-management-mode.js.map +1 -1
- package/dist/esm/clusters/device-energy-management.d.ts +133 -24
- package/dist/esm/clusters/device-energy-management.d.ts.map +1 -1
- package/dist/esm/clusters/device-energy-management.js +38 -12
- package/dist/esm/clusters/device-energy-management.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +3 -3
- package/dist/esm/clusters/dishwasher-alarm.js +1 -1
- package/dist/esm/clusters/dishwasher-mode.d.ts +9 -0
- package/dist/esm/clusters/dishwasher-mode.d.ts.map +1 -1
- package/dist/esm/clusters/dishwasher-mode.js +3 -0
- package/dist/esm/clusters/dishwasher-mode.js.map +1 -1
- package/dist/esm/clusters/door-lock.d.ts +182 -266
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +81 -112
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +93 -49
- package/dist/esm/clusters/ecosystem-information.d.ts.map +1 -1
- package/dist/esm/clusters/ecosystem-information.js +37 -25
- package/dist/esm/clusters/ecosystem-information.js.map +1 -1
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +285 -209
- package/dist/esm/clusters/electrical-energy-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/electrical-energy-measurement.js +33 -13
- package/dist/esm/clusters/electrical-energy-measurement.js.map +2 -2
- package/dist/esm/clusters/electrical-power-measurement.d.ts +201 -126
- package/dist/esm/clusters/electrical-power-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/electrical-power-measurement.js +45 -23
- package/dist/esm/clusters/electrical-power-measurement.js.map +2 -2
- package/dist/esm/clusters/energy-evse-mode.d.ts +9 -0
- package/dist/esm/clusters/energy-evse-mode.d.ts.map +1 -1
- package/dist/esm/clusters/energy-evse-mode.js +3 -0
- package/dist/esm/clusters/energy-evse-mode.js.map +1 -1
- package/dist/esm/clusters/energy-evse.d.ts +61 -45
- package/dist/esm/clusters/energy-evse.d.ts.map +1 -1
- package/dist/esm/clusters/energy-evse.js +28 -33
- package/dist/esm/clusters/energy-evse.js.map +1 -1
- package/dist/esm/clusters/energy-preference.d.ts +5 -9
- package/dist/esm/clusters/energy-preference.d.ts.map +1 -1
- package/dist/esm/clusters/energy-preference.js +1 -3
- package/dist/esm/clusters/energy-preference.js.map +1 -1
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +59 -69
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/ethernet-network-diagnostics.js +21 -25
- package/dist/esm/clusters/ethernet-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/fan-control.d.ts +334 -148
- package/dist/esm/clusters/fan-control.d.ts.map +1 -1
- package/dist/esm/clusters/fan-control.js +107 -56
- package/dist/esm/clusters/fan-control.js.map +1 -1
- package/dist/esm/clusters/flow-measurement.js +1 -1
- package/dist/esm/clusters/flow-measurement.js.map +1 -1
- package/dist/esm/clusters/general-commissioning.d.ts +90 -69
- package/dist/esm/clusters/general-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/general-commissioning.js +26 -23
- package/dist/esm/clusters/general-commissioning.js.map +1 -1
- package/dist/esm/clusters/general-diagnostics.d.ts +51 -52
- package/dist/esm/clusters/general-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/general-diagnostics.js +13 -13
- package/dist/esm/clusters/general-diagnostics.js.map +1 -1
- package/dist/esm/clusters/group-key-management.d.ts +28 -22
- package/dist/esm/clusters/group-key-management.d.ts.map +1 -1
- package/dist/esm/clusters/group-key-management.js +13 -10
- package/dist/esm/clusters/group-key-management.js.map +1 -1
- package/dist/esm/clusters/groups.d.ts +0 -12
- package/dist/esm/clusters/groups.d.ts.map +1 -1
- package/dist/esm/clusters/groups.js +1 -7
- package/dist/esm/clusters/groups.js.map +1 -1
- package/dist/esm/clusters/icd-management.d.ts +809 -145
- package/dist/esm/clusters/icd-management.d.ts.map +1 -1
- package/dist/esm/clusters/icd-management.js +182 -34
- package/dist/esm/clusters/icd-management.js.map +1 -1
- package/dist/esm/clusters/identify.d.ts +12 -1
- package/dist/esm/clusters/identify.d.ts.map +1 -1
- package/dist/esm/clusters/identify.js +13 -2
- package/dist/esm/clusters/identify.js.map +1 -1
- package/dist/esm/clusters/illuminance-measurement.js +1 -1
- package/dist/esm/clusters/illuminance-measurement.js.map +1 -1
- package/dist/esm/clusters/index.d.ts +1 -5
- package/dist/esm/clusters/index.d.ts.map +1 -1
- package/dist/esm/clusters/index.js +3 -15
- package/dist/esm/clusters/index.js.map +1 -1
- package/dist/esm/clusters/joint-fabric-administrator.d.ts +424 -0
- package/dist/esm/clusters/joint-fabric-administrator.d.ts.map +1 -0
- package/dist/esm/clusters/joint-fabric-administrator.js +265 -0
- package/dist/esm/clusters/joint-fabric-administrator.js.map +6 -0
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +1960 -805
- package/dist/esm/clusters/joint-fabric-datastore.d.ts.map +1 -1
- package/dist/esm/clusters/joint-fabric-datastore.js +993 -175
- package/dist/esm/clusters/joint-fabric-datastore.js.map +2 -2
- package/dist/esm/clusters/label.d.ts +9 -6
- package/dist/esm/clusters/label.d.ts.map +1 -1
- package/dist/esm/clusters/label.js +3 -2
- package/dist/esm/clusters/label.js.map +1 -1
- package/dist/esm/clusters/laundry-washer-controls.d.ts +9 -9
- package/dist/esm/clusters/laundry-washer-controls.js +4 -4
- package/dist/esm/clusters/laundry-washer-controls.js.map +1 -1
- package/dist/esm/clusters/laundry-washer-mode.d.ts +2 -2
- package/dist/esm/clusters/level-control.d.ts +11 -15
- package/dist/esm/clusters/level-control.d.ts.map +1 -1
- package/dist/esm/clusters/level-control.js +8 -9
- package/dist/esm/clusters/level-control.js.map +1 -1
- package/dist/esm/clusters/media-playback.d.ts +138 -12
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +41 -4
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/messages.d.ts +7 -7
- package/dist/esm/clusters/messages.js +3 -3
- package/dist/esm/clusters/microwave-oven-control.js +4 -4
- package/dist/esm/clusters/microwave-oven-control.js.map +1 -1
- package/dist/esm/clusters/microwave-oven-mode.d.ts +9 -0
- package/dist/esm/clusters/microwave-oven-mode.d.ts.map +1 -1
- package/dist/esm/clusters/microwave-oven-mode.js +3 -0
- package/dist/esm/clusters/microwave-oven-mode.js.map +1 -1
- package/dist/esm/clusters/mode-base.d.ts +31 -2
- package/dist/esm/clusters/mode-base.d.ts.map +1 -1
- package/dist/esm/clusters/mode-base.js +15 -2
- package/dist/esm/clusters/mode-base.js.map +1 -1
- package/dist/esm/clusters/mode-select.d.ts +7 -7
- package/dist/esm/clusters/mode-select.js +2 -2
- package/dist/esm/clusters/network-commissioning.d.ts +259 -201
- package/dist/esm/clusters/network-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/network-commissioning.js +41 -27
- package/dist/esm/clusters/network-commissioning.js.map +1 -1
- package/dist/esm/clusters/occupancy-sensing.d.ts +14 -20
- package/dist/esm/clusters/occupancy-sensing.d.ts.map +1 -1
- package/dist/esm/clusters/occupancy-sensing.js +4 -6
- package/dist/esm/clusters/occupancy-sensing.js.map +1 -1
- package/dist/esm/clusters/on-off.js +4 -4
- package/dist/esm/clusters/on-off.js.map +1 -1
- package/dist/esm/clusters/operational-credentials.d.ts +367 -77
- package/dist/esm/clusters/operational-credentials.d.ts.map +1 -1
- package/dist/esm/clusters/operational-credentials.js +183 -39
- package/dist/esm/clusters/operational-credentials.js.map +1 -1
- package/dist/esm/clusters/operational-state.d.ts +29 -49
- package/dist/esm/clusters/operational-state.d.ts.map +1 -1
- package/dist/esm/clusters/operational-state.js +7 -10
- package/dist/esm/clusters/operational-state.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.d.ts +54 -22
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +27 -11
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +12 -10
- package/dist/esm/clusters/ota-software-update-requestor.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.js +6 -5
- package/dist/esm/clusters/ota-software-update-requestor.js.map +1 -1
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +5 -5
- package/dist/esm/clusters/oven-cavity-operational-state.js +3 -3
- package/dist/esm/clusters/oven-mode.d.ts +150 -0
- package/dist/esm/clusters/oven-mode.d.ts.map +1 -1
- package/dist/esm/clusters/oven-mode.js +51 -1
- package/dist/esm/clusters/oven-mode.js.map +1 -1
- package/dist/esm/clusters/power-source.d.ts +18 -6
- package/dist/esm/clusters/power-source.d.ts.map +1 -1
- package/dist/esm/clusters/power-source.js +6 -2
- package/dist/esm/clusters/power-source.js.map +1 -1
- package/dist/esm/clusters/pressure-measurement.d.ts +18 -9
- package/dist/esm/clusters/pressure-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/pressure-measurement.js +10 -7
- package/dist/esm/clusters/pressure-measurement.js.map +1 -1
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +46 -37
- package/dist/esm/clusters/pump-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/pump-configuration-and-control.js +15 -12
- package/dist/esm/clusters/pump-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/refrigerator-alarm.d.ts +3 -3
- package/dist/esm/clusters/refrigerator-alarm.js +1 -1
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +9 -0
- 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 +3 -0
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
- package/dist/esm/clusters/resource-monitoring.js +1 -1
- package/dist/esm/clusters/resource-monitoring.js.map +1 -1
- package/dist/esm/clusters/rvc-clean-mode.d.ts +16 -3
- package/dist/esm/clusters/rvc-clean-mode.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-clean-mode.js +5 -1
- package/dist/esm/clusters/rvc-clean-mode.js.map +1 -1
- package/dist/esm/clusters/rvc-operational-state.d.ts +78 -49
- package/dist/esm/clusters/rvc-operational-state.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-operational-state.js +19 -11
- package/dist/esm/clusters/rvc-operational-state.js.map +1 -1
- package/dist/esm/clusters/rvc-run-mode.d.ts +9 -0
- package/dist/esm/clusters/rvc-run-mode.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-run-mode.js +3 -0
- package/dist/esm/clusters/rvc-run-mode.js.map +1 -1
- package/dist/esm/clusters/scenes-management.d.ts +14 -45
- package/dist/esm/clusters/scenes-management.d.ts.map +1 -1
- package/dist/esm/clusters/scenes-management.js +8 -30
- package/dist/esm/clusters/scenes-management.js.map +1 -1
- package/dist/esm/clusters/service-area.d.ts +36 -40
- package/dist/esm/clusters/service-area.d.ts.map +1 -1
- package/dist/esm/clusters/service-area.js +10 -12
- package/dist/esm/clusters/service-area.js.map +1 -1
- package/dist/esm/clusters/smoke-co-alarm.d.ts +4 -9
- package/dist/esm/clusters/smoke-co-alarm.d.ts.map +1 -1
- package/dist/esm/clusters/smoke-co-alarm.js.map +1 -1
- package/dist/esm/clusters/software-diagnostics.d.ts +52 -51
- package/dist/esm/clusters/software-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/software-diagnostics.js +17 -17
- package/dist/esm/clusters/software-diagnostics.js.map +1 -1
- package/dist/esm/clusters/switch.d.ts +20 -17
- package/dist/esm/clusters/switch.d.ts.map +1 -1
- package/dist/esm/clusters/switch.js +9 -8
- package/dist/esm/clusters/switch.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +18 -9
- package/dist/esm/clusters/temperature-control.d.ts.map +1 -1
- package/dist/esm/clusters/temperature-control.js +7 -4
- package/dist/esm/clusters/temperature-control.js.map +1 -1
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts.map +1 -1
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +2 -10
- package/dist/esm/clusters/thermostat-user-interface-configuration.js.map +1 -1
- package/dist/esm/clusters/thermostat.d.ts +406 -420
- package/dist/esm/clusters/thermostat.d.ts.map +1 -1
- package/dist/esm/clusters/thermostat.js +89 -101
- package/dist/esm/clusters/thermostat.js.map +1 -1
- package/dist/esm/clusters/thread-border-router-management.d.ts +9 -9
- package/dist/esm/clusters/thread-border-router-management.js +5 -5
- package/dist/esm/clusters/thread-border-router-management.js.map +1 -1
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +479 -504
- package/dist/esm/clusters/thread-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/thread-network-diagnostics.js +171 -181
- package/dist/esm/clusters/thread-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/thread-network-directory.d.ts +3 -3
- package/dist/esm/clusters/thread-network-directory.js +5 -5
- package/dist/esm/clusters/thread-network-directory.js.map +1 -1
- package/dist/esm/clusters/time-synchronization.d.ts +159 -127
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +52 -42
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +51 -13
- package/dist/esm/clusters/unit-localization.d.ts.map +1 -1
- package/dist/esm/clusters/unit-localization.js +23 -5
- package/dist/esm/clusters/unit-localization.js.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +8 -12
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/water-heater-management.d.ts +2 -14
- package/dist/esm/clusters/water-heater-management.d.ts.map +1 -1
- package/dist/esm/clusters/water-heater-management.js +5 -9
- package/dist/esm/clusters/water-heater-management.js.map +1 -1
- package/dist/esm/clusters/water-heater-mode.d.ts +9 -0
- package/dist/esm/clusters/water-heater-mode.d.ts.map +1 -1
- package/dist/esm/clusters/water-heater-mode.js +3 -0
- package/dist/esm/clusters/water-heater-mode.js.map +1 -1
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +57 -72
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -26
- package/dist/esm/clusters/wi-fi-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/wi-fi-network-management.d.ts +39 -1
- package/dist/esm/clusters/wi-fi-network-management.d.ts.map +1 -1
- package/dist/esm/clusters/wi-fi-network-management.js +22 -3
- package/dist/esm/clusters/wi-fi-network-management.js.map +1 -1
- package/dist/esm/clusters/window-covering.d.ts +105 -3
- package/dist/esm/clusters/window-covering.d.ts.map +1 -1
- package/dist/esm/clusters/window-covering.js +35 -1
- package/dist/esm/clusters/window-covering.js.map +1 -1
- package/dist/esm/globals/Currency.d.ts +27 -0
- package/dist/esm/globals/Currency.d.ts.map +1 -0
- package/dist/esm/globals/Currency.js +15 -0
- package/dist/esm/globals/Currency.js.map +6 -0
- package/dist/esm/globals/Locationdesc.d.ts +7 -7
- package/dist/esm/globals/Locationdesc.js +5 -5
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +14 -2
- package/dist/esm/globals/MeasurementType.d.ts.map +1 -1
- package/dist/esm/globals/MeasurementType.js +3 -0
- package/dist/esm/globals/MeasurementType.js.map +1 -1
- package/dist/esm/globals/Namespace.d.ts +13 -3
- package/dist/esm/globals/Namespace.d.ts.map +1 -1
- package/dist/esm/globals/Namespace.js.map +1 -1
- package/dist/esm/globals/Price.d.ts +30 -0
- package/dist/esm/globals/Price.d.ts.map +1 -0
- package/dist/esm/globals/Price.js +13 -0
- package/dist/esm/globals/Price.js.map +6 -0
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +9 -9
- package/dist/esm/globals/Semtag.js +7 -7
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +24 -5
- package/dist/esm/globals/Status.d.ts.map +1 -1
- package/dist/esm/globals/Status.js +3 -0
- package/dist/esm/globals/Status.js.map +1 -1
- package/dist/esm/globals/ThreeLevelAuto.d.ts +33 -0
- package/dist/esm/globals/ThreeLevelAuto.d.ts.map +1 -0
- package/dist/esm/globals/ThreeLevelAuto.js +16 -0
- package/dist/esm/globals/ThreeLevelAuto.js.map +6 -0
- package/dist/esm/globals/WildcardPathFlags.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.js +1 -1
- package/dist/esm/globals/index.d.ts +3 -1
- package/dist/esm/globals/index.d.ts.map +1 -1
- package/dist/esm/globals/index.js +3 -1
- package/dist/esm/globals/index.js.map +1 -1
- package/package.json +5 -5
- package/src/cluster/mutation/{ElementModifier.ts → ClusterTypeModifier.ts} +9 -9
- package/src/cluster/mutation/MutableCluster.ts +14 -14
- package/src/cluster/mutation/index.ts +1 -1
- package/src/clusters/access-control.ts +26 -21
- package/src/clusters/account-login.ts +16 -16
- package/src/clusters/actions.ts +36 -5
- package/src/clusters/administrator-commissioning.ts +9 -8
- package/src/clusters/air-quality.ts +1 -1
- package/src/clusters/alarm-base.ts +2 -2
- package/src/clusters/application-launcher.ts +7 -3
- package/src/clusters/basic-information.ts +23 -18
- package/src/clusters/boolean-state-configuration.ts +3 -3
- package/src/clusters/bridged-device-basic-information.ts +24 -6
- package/src/clusters/channel.ts +4 -0
- package/src/clusters/color-control.ts +53 -69
- package/src/clusters/commissioner-control.ts +9 -5
- package/src/clusters/concentration-measurement.ts +12 -13
- package/src/clusters/content-control.ts +8 -6
- package/src/clusters/content-launcher.ts +2 -2
- package/src/clusters/descriptor.ts +25 -7
- package/src/clusters/device-energy-management-mode.ts +3 -0
- package/src/clusters/device-energy-management.ts +63 -13
- package/src/clusters/dishwasher-alarm.ts +1 -1
- package/src/clusters/dishwasher-mode.ts +3 -0
- package/src/clusters/door-lock.ts +102 -126
- package/src/clusters/ecosystem-information.ts +59 -31
- package/src/clusters/electrical-energy-measurement.ts +110 -17
- package/src/clusters/electrical-power-measurement.ts +116 -28
- package/src/clusters/energy-evse-mode.ts +3 -0
- package/src/clusters/energy-evse.ts +33 -38
- package/src/clusters/energy-preference.ts +3 -3
- package/src/clusters/ethernet-network-diagnostics.ts +21 -25
- package/src/clusters/fan-control.ts +109 -71
- package/src/clusters/flow-measurement.ts +1 -1
- package/src/clusters/general-commissioning.ts +43 -28
- package/src/clusters/general-diagnostics.ts +14 -14
- package/src/clusters/group-key-management.ts +15 -12
- package/src/clusters/groups.ts +1 -8
- package/src/clusters/icd-management.ts +213 -55
- package/src/clusters/identify.ts +13 -2
- package/src/clusters/illuminance-measurement.ts +1 -1
- package/src/clusters/index.ts +1 -5
- package/src/clusters/joint-fabric-administrator.ts +470 -0
- package/src/clusters/joint-fabric-datastore.ts +1433 -223
- package/src/clusters/label.ts +3 -2
- package/src/clusters/laundry-washer-controls.ts +4 -4
- package/src/clusters/laundry-washer-mode.ts +2 -2
- package/src/clusters/level-control.ts +9 -10
- package/src/clusters/media-playback.ts +45 -4
- package/src/clusters/messages.ts +3 -3
- package/src/clusters/microwave-oven-control.ts +4 -4
- package/src/clusters/microwave-oven-mode.ts +3 -0
- package/src/clusters/mode-base.ts +15 -2
- package/src/clusters/mode-select.ts +3 -3
- package/src/clusters/network-commissioning.ts +57 -31
- package/src/clusters/occupancy-sensing.ts +6 -8
- package/src/clusters/on-off.ts +4 -4
- package/src/clusters/operational-credentials.ts +336 -53
- package/src/clusters/operational-state.ts +7 -10
- package/src/clusters/ota-software-update-provider.ts +27 -11
- package/src/clusters/ota-software-update-requestor.ts +6 -5
- package/src/clusters/oven-cavity-operational-state.ts +3 -3
- package/src/clusters/oven-mode.ts +53 -1
- package/src/clusters/power-source.ts +6 -2
- package/src/clusters/pressure-measurement.ts +10 -7
- package/src/clusters/pump-configuration-and-control.ts +16 -13
- package/src/clusters/refrigerator-alarm.ts +1 -1
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +3 -0
- package/src/clusters/resource-monitoring.ts +1 -1
- package/src/clusters/rvc-clean-mode.ts +10 -2
- package/src/clusters/rvc-operational-state.ts +70 -15
- package/src/clusters/rvc-run-mode.ts +3 -0
- package/src/clusters/scenes-management.ts +8 -31
- package/src/clusters/service-area.ts +10 -12
- package/src/clusters/smoke-co-alarm.ts +4 -9
- package/src/clusters/software-diagnostics.ts +17 -17
- package/src/clusters/switch.ts +11 -10
- package/src/clusters/temperature-control.ts +7 -4
- package/src/clusters/thermostat-user-interface-configuration.ts +2 -10
- package/src/clusters/thermostat.ts +138 -155
- package/src/clusters/thread-border-router-management.ts +6 -6
- package/src/clusters/thread-network-diagnostics.ts +171 -181
- package/src/clusters/thread-network-directory.ts +5 -5
- package/src/clusters/time-synchronization.ts +56 -44
- package/src/clusters/unit-localization.ts +24 -5
- package/src/clusters/valve-configuration-and-control.ts +8 -12
- package/src/clusters/water-heater-management.ts +5 -9
- package/src/clusters/water-heater-mode.ts +3 -0
- package/src/clusters/wi-fi-network-diagnostics.ts +23 -29
- package/src/clusters/wi-fi-network-management.ts +22 -3
- package/src/clusters/window-covering.ts +35 -1
- package/src/globals/Currency.ts +32 -0
- package/src/globals/Locationdesc.ts +7 -7
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +17 -2
- package/src/globals/Namespace.ts +13 -3
- package/src/globals/Price.ts +30 -0
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +9 -9
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +27 -5
- package/src/globals/ThreeLevelAuto.ts +37 -0
- package/src/globals/WildcardPathFlags.ts +2 -2
- package/src/globals/index.ts +3 -1
- package/dist/cjs/cluster/mutation/ElementModifier.d.ts.map +0 -1
- package/dist/cjs/clusters/ballast-configuration.d.ts +0 -243
- package/dist/cjs/clusters/ballast-configuration.d.ts.map +0 -1
- package/dist/cjs/clusters/ballast-configuration.js +0 -253
- package/dist/cjs/clusters/ballast-configuration.js.map +0 -6
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +0 -172
- package/dist/cjs/clusters/joint-fabric-pki.d.ts.map +0 -1
- package/dist/cjs/clusters/joint-fabric-pki.js +0 -120
- package/dist/cjs/clusters/joint-fabric-pki.js.map +0 -6
- package/dist/cjs/clusters/proxy-configuration.d.ts +0 -79
- package/dist/cjs/clusters/proxy-configuration.d.ts.map +0 -1
- package/dist/cjs/clusters/proxy-configuration.js +0 -73
- package/dist/cjs/clusters/proxy-configuration.js.map +0 -6
- package/dist/cjs/clusters/proxy-discovery.d.ts +0 -98
- package/dist/cjs/clusters/proxy-discovery.d.ts.map +0 -1
- package/dist/cjs/clusters/proxy-discovery.js +0 -79
- package/dist/cjs/clusters/proxy-discovery.js.map +0 -6
- package/dist/cjs/clusters/valid-proxies.d.ts +0 -84
- package/dist/cjs/clusters/valid-proxies.d.ts.map +0 -1
- package/dist/cjs/clusters/valid-proxies.js +0 -68
- package/dist/cjs/clusters/valid-proxies.js.map +0 -6
- package/dist/cjs/globals/Tod.d.ts +0 -41
- package/dist/cjs/globals/Tod.d.ts.map +0 -1
- package/dist/cjs/globals/Tod.js.map +0 -6
- package/dist/esm/cluster/mutation/ElementModifier.d.ts.map +0 -1
- package/dist/esm/clusters/ballast-configuration.d.ts +0 -243
- package/dist/esm/clusters/ballast-configuration.d.ts.map +0 -1
- package/dist/esm/clusters/ballast-configuration.js +0 -233
- package/dist/esm/clusters/ballast-configuration.js.map +0 -6
- package/dist/esm/clusters/joint-fabric-pki.d.ts +0 -172
- package/dist/esm/clusters/joint-fabric-pki.d.ts.map +0 -1
- package/dist/esm/clusters/joint-fabric-pki.js +0 -100
- package/dist/esm/clusters/joint-fabric-pki.js.map +0 -6
- package/dist/esm/clusters/proxy-configuration.d.ts +0 -79
- package/dist/esm/clusters/proxy-configuration.d.ts.map +0 -1
- package/dist/esm/clusters/proxy-configuration.js +0 -53
- package/dist/esm/clusters/proxy-configuration.js.map +0 -6
- package/dist/esm/clusters/proxy-discovery.d.ts +0 -98
- package/dist/esm/clusters/proxy-discovery.d.ts.map +0 -1
- package/dist/esm/clusters/proxy-discovery.js +0 -59
- package/dist/esm/clusters/proxy-discovery.js.map +0 -6
- package/dist/esm/clusters/valid-proxies.d.ts +0 -84
- package/dist/esm/clusters/valid-proxies.d.ts.map +0 -1
- package/dist/esm/clusters/valid-proxies.js +0 -48
- package/dist/esm/clusters/valid-proxies.js.map +0 -6
- package/dist/esm/globals/Tod.d.ts +0 -41
- package/dist/esm/globals/Tod.d.ts.map +0 -1
- package/dist/esm/globals/Tod.js +0 -29
- package/dist/esm/globals/Tod.js.map +0 -6
- package/src/clusters/ballast-configuration.ts +0 -268
- package/src/clusters/joint-fabric-pki.ts +0 -200
- package/src/clusters/proxy-configuration.ts +0 -77
- package/src/clusters/proxy-discovery.ts +0 -90
- package/src/clusters/valid-proxies.ts +0 -90
- package/src/globals/Tod.ts +0 -49
|
@@ -94,7 +94,7 @@ export declare namespace NetworkCommissioning {
|
|
|
94
94
|
*/
|
|
95
95
|
NetworkNotFound = 5,
|
|
96
96
|
/**
|
|
97
|
-
* Cannot find AP: Mismatch on band/channels/
|
|
97
|
+
* Cannot find AP: Mismatch on band/channels/regulatory domain/ 2.4GHz vs 5GHz
|
|
98
98
|
*/
|
|
99
99
|
RegulatoryError = 6,
|
|
100
100
|
/**
|
|
@@ -262,6 +262,8 @@ export declare namespace NetworkCommissioning {
|
|
|
262
262
|
interface ThreadInterfaceScanResult extends TypeFromSchema<typeof TlvThreadInterfaceScanResult> {
|
|
263
263
|
}
|
|
264
264
|
/**
|
|
265
|
+
* This command is used to report the results of a ScanNetworks command.
|
|
266
|
+
*
|
|
265
267
|
* This command shall contain the status of the last ScanNetworks command, and the associated scan results if the
|
|
266
268
|
* operation was successful.
|
|
267
269
|
*
|
|
@@ -385,6 +387,8 @@ export declare namespace NetworkCommissioning {
|
|
|
385
387
|
}>[]>;
|
|
386
388
|
}>;
|
|
387
389
|
/**
|
|
390
|
+
* This command is used to report the results of a ScanNetworks command.
|
|
391
|
+
*
|
|
388
392
|
* This command shall contain the status of the last ScanNetworks command, and the associated scan results if the
|
|
389
393
|
* operation was successful.
|
|
390
394
|
*
|
|
@@ -410,7 +414,7 @@ export declare namespace NetworkCommissioning {
|
|
|
410
414
|
*/
|
|
411
415
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
412
416
|
/**
|
|
413
|
-
* See Breadcrumb for usage.
|
|
417
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
414
418
|
*
|
|
415
419
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.6.2
|
|
416
420
|
*/
|
|
@@ -424,6 +428,9 @@ export declare namespace NetworkCommissioning {
|
|
|
424
428
|
interface RemoveNetworkRequest extends TypeFromSchema<typeof TlvRemoveNetworkRequest> {
|
|
425
429
|
}
|
|
426
430
|
/**
|
|
431
|
+
* This command is used to report the results of a network configuration command (AddOrUpdateWiFiNetwork,
|
|
432
|
+
* AddOrUpdateThreadNetwork, or RemoveNetwork).
|
|
433
|
+
*
|
|
427
434
|
* This response command relates status information for some commands which require it as their response command.
|
|
428
435
|
* See each individual cluster server command for the situations that may cause a NetworkingStatus different than
|
|
429
436
|
* Success.
|
|
@@ -456,21 +463,23 @@ export declare namespace NetworkCommissioning {
|
|
|
456
463
|
*/
|
|
457
464
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
458
465
|
/**
|
|
459
|
-
* See DebugText for usage.
|
|
466
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
460
467
|
*
|
|
461
468
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
|
|
462
469
|
*/
|
|
463
470
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
464
471
|
/**
|
|
465
|
-
*
|
|
466
|
-
*
|
|
467
|
-
* request command.
|
|
472
|
+
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
473
|
+
* updated or removed successfully by the associated request command.
|
|
468
474
|
*
|
|
469
475
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
|
|
470
476
|
*/
|
|
471
477
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
472
478
|
}>;
|
|
473
479
|
/**
|
|
480
|
+
* This command is used to report the results of a network configuration command (AddOrUpdateWiFiNetwork,
|
|
481
|
+
* AddOrUpdateThreadNetwork, or RemoveNetwork).
|
|
482
|
+
*
|
|
474
483
|
* This response command relates status information for some commands which require it as their response command.
|
|
475
484
|
* See each individual cluster server command for the situations that may cause a NetworkingStatus different than
|
|
476
485
|
* Success.
|
|
@@ -499,7 +508,7 @@ export declare namespace NetworkCommissioning {
|
|
|
499
508
|
*/
|
|
500
509
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
501
510
|
/**
|
|
502
|
-
* See Breadcrumb for usage.
|
|
511
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
503
512
|
*
|
|
504
513
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.8.2
|
|
505
514
|
*/
|
|
@@ -513,6 +522,8 @@ export declare namespace NetworkCommissioning {
|
|
|
513
522
|
interface ConnectNetworkRequest extends TypeFromSchema<typeof TlvConnectNetworkRequest> {
|
|
514
523
|
}
|
|
515
524
|
/**
|
|
525
|
+
* This command is used to report the results of a ConnectNetwork command.
|
|
526
|
+
*
|
|
516
527
|
* Before generating a ConnectNetworkResponse, the server shall:
|
|
517
528
|
*
|
|
518
529
|
* • Set the LastNetworkingStatus attribute value to the NetworkingStatus matching the response.
|
|
@@ -551,7 +562,7 @@ export declare namespace NetworkCommissioning {
|
|
|
551
562
|
*/
|
|
552
563
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
553
564
|
/**
|
|
554
|
-
* See DebugText for usage.
|
|
565
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
555
566
|
*
|
|
556
567
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.9.2
|
|
557
568
|
*/
|
|
@@ -581,6 +592,8 @@ export declare namespace NetworkCommissioning {
|
|
|
581
592
|
errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
582
593
|
}>;
|
|
583
594
|
/**
|
|
595
|
+
* This command is used to report the results of a ConnectNetwork command.
|
|
596
|
+
*
|
|
584
597
|
* Before generating a ConnectNetworkResponse, the server shall:
|
|
585
598
|
*
|
|
586
599
|
* • Set the LastNetworkingStatus attribute value to the NetworkingStatus matching the response.
|
|
@@ -615,7 +628,7 @@ export declare namespace NetworkCommissioning {
|
|
|
615
628
|
*/
|
|
616
629
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
617
630
|
/**
|
|
618
|
-
* See Breadcrumb for usage.
|
|
631
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
619
632
|
*
|
|
620
633
|
* ### Effect when received
|
|
621
634
|
*
|
|
@@ -691,7 +704,7 @@ export declare namespace NetworkCommissioning {
|
|
|
691
704
|
* Credentials is the passphrase or PSK for the network (if any is needed).
|
|
692
705
|
*
|
|
693
706
|
* Security type, cipher and credential format (passphrase or PSK) shall be contextually auto-selected during
|
|
694
|
-
* execution of the ConnectNetwork
|
|
707
|
+
* execution of the ConnectNetwork command and during subsequent operational state network connections, based on
|
|
695
708
|
* the most secure Wi-Fi security type available within beacons and probe responses for the set of all
|
|
696
709
|
* discovered BSSIDs for the configured SSID. The type of PSK or passphrase used shall be inferred based on the
|
|
697
710
|
* length and contents of the Credentials field provided, matching the security type chosen.
|
|
@@ -724,7 +737,7 @@ export declare namespace NetworkCommissioning {
|
|
|
724
737
|
*/
|
|
725
738
|
credentials: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
726
739
|
/**
|
|
727
|
-
* See Breadcrumb for usage.
|
|
740
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
728
741
|
*
|
|
729
742
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.3.3
|
|
730
743
|
*/
|
|
@@ -741,9 +754,7 @@ export declare namespace NetworkCommissioning {
|
|
|
741
754
|
* The ThreadCapabilitiesBitmap encodes the supported Thread features and capabilities of a Thread-enabled network
|
|
742
755
|
* interface.
|
|
743
756
|
*
|
|
744
|
-
*
|
|
745
|
-
*
|
|
746
|
-
* > The valid combinations of capabilities are restricted and dependent on Thread version.
|
|
757
|
+
* NOTE The valid combinations of capabilities are restricted and dependent on Thread version.
|
|
747
758
|
*
|
|
748
759
|
* @see {@link MatterSpecification.v141.Core} § 11.9.5.2
|
|
749
760
|
*/
|
|
@@ -786,7 +797,7 @@ export declare namespace NetworkCommissioning {
|
|
|
786
797
|
*/
|
|
787
798
|
operationalDataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
788
799
|
/**
|
|
789
|
-
* See Breadcrumb for usage.
|
|
800
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
790
801
|
*
|
|
791
802
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.4.2
|
|
792
803
|
*/
|
|
@@ -858,7 +869,7 @@ export declare namespace NetworkCommissioning {
|
|
|
858
869
|
* Indicates the maximum duration taken, in seconds, by the network interface on this cluster server
|
|
859
870
|
* instance to provide scan results.
|
|
860
871
|
*
|
|
861
|
-
* See ScanNetworks for usage.
|
|
872
|
+
* See Section 11.9.7.1, “ScanNetworks Command” for usage.
|
|
862
873
|
*
|
|
863
874
|
* @see {@link MatterSpecification.v141.Core} § 11.9.6.3
|
|
864
875
|
*/
|
|
@@ -875,6 +886,9 @@ export declare namespace NetworkCommissioning {
|
|
|
875
886
|
};
|
|
876
887
|
readonly commands: {
|
|
877
888
|
/**
|
|
889
|
+
* This command is used to scan for available networks on the network interface associated with the cluster
|
|
890
|
+
* instance.
|
|
891
|
+
*
|
|
878
892
|
* This command shall scan on the Cluster instance’s associated network interface for either of:
|
|
879
893
|
*
|
|
880
894
|
* • All available networks (non-directed scanning)
|
|
@@ -890,8 +904,8 @@ export declare namespace NetworkCommissioning {
|
|
|
890
904
|
* SSID) is provided in the command arguments. Directed scanning shall restrict the result set to the
|
|
891
905
|
* specified network only.
|
|
892
906
|
*
|
|
893
|
-
* If this command is received without an armed fail-safe context (see
|
|
894
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
907
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
908
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
895
909
|
*
|
|
896
910
|
* The client shall NOT expect the server to be done scanning and have responded with ScanNetworksResponse
|
|
897
911
|
* before ScanMaxTimeSeconds seconds have elapsed. Enough transport time affordances for retries SHOULD be
|
|
@@ -1046,12 +1060,15 @@ export declare namespace NetworkCommissioning {
|
|
|
1046
1060
|
}>[]>;
|
|
1047
1061
|
}>, any>;
|
|
1048
1062
|
/**
|
|
1063
|
+
* This command is used to remove a network configuration on the network interface associated with the
|
|
1064
|
+
* cluster instance.
|
|
1065
|
+
*
|
|
1049
1066
|
* This command shall remove the network configuration from the Cluster if there was already a network
|
|
1050
1067
|
* configuration with the same NetworkID. The relative order of the entries in the Networks attribute shall
|
|
1051
1068
|
* remain unchanged, except for the removal of the requested network configuration.
|
|
1052
1069
|
*
|
|
1053
|
-
* If this command is received without an armed fail-safe context (see
|
|
1054
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1070
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
1071
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1055
1072
|
*
|
|
1056
1073
|
* If the Networks attribute does not contain a matching entry, the command shall immediately respond with
|
|
1057
1074
|
* NetworkConfigResponse having NetworkingStatus status field set to NetworkIdNotFound.
|
|
@@ -1070,7 +1087,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1070
1087
|
*/
|
|
1071
1088
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
1072
1089
|
/**
|
|
1073
|
-
* See Breadcrumb for usage.
|
|
1090
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
1074
1091
|
*
|
|
1075
1092
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.6.2
|
|
1076
1093
|
*/
|
|
@@ -1095,21 +1112,23 @@ export declare namespace NetworkCommissioning {
|
|
|
1095
1112
|
*/
|
|
1096
1113
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
1097
1114
|
/**
|
|
1098
|
-
* See DebugText for usage.
|
|
1115
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
1099
1116
|
*
|
|
1100
1117
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
|
|
1101
1118
|
*/
|
|
1102
1119
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1103
1120
|
/**
|
|
1104
|
-
*
|
|
1105
|
-
*
|
|
1106
|
-
* request command.
|
|
1121
|
+
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
1122
|
+
* updated or removed successfully by the associated request command.
|
|
1107
1123
|
*
|
|
1108
1124
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
|
|
1109
1125
|
*/
|
|
1110
1126
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1111
1127
|
}>, any>;
|
|
1112
1128
|
/**
|
|
1129
|
+
* This command is used to connect to a network on the network interface associated with the cluster
|
|
1130
|
+
* instance.
|
|
1131
|
+
*
|
|
1113
1132
|
* This command shall attempt to connect to a network whose configuration was previously added by either the
|
|
1114
1133
|
* AddOrUpdateWiFiNetwork or AddOrUpdateThreadNetwork commands. Network is identified by its NetworkID.
|
|
1115
1134
|
*
|
|
@@ -1117,8 +1136,8 @@ export declare namespace NetworkCommissioning {
|
|
|
1117
1136
|
* unable to proceed with such an operation, such as if it is currently attempting to connect in the
|
|
1118
1137
|
* background, or is already proceeding with a prior ConnectNetwork.
|
|
1119
1138
|
*
|
|
1120
|
-
* If this command is received without an armed fail-safe context (see
|
|
1121
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1139
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
1140
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1122
1141
|
*
|
|
1123
1142
|
* Before connecting to the new network, the Node shall disconnect the operational network connections
|
|
1124
1143
|
* managed by any other Network Commissioning cluster instances (whether under the Root Node or a Secondary
|
|
@@ -1151,8 +1170,8 @@ export declare namespace NetworkCommissioning {
|
|
|
1151
1170
|
* attribute.
|
|
1152
1171
|
*
|
|
1153
1172
|
* Even after successfully connecting to a network, the configuration shall revert to the prior state of
|
|
1154
|
-
* configuration if the CommissioningComplete command (see
|
|
1155
|
-
* invoked before expiry of the Fail-Safe timer.
|
|
1173
|
+
* configuration if the CommissioningComplete command (see Section 11.10.7.6, “CommissioningComplete
|
|
1174
|
+
* Command”) is not successfully invoked before expiry of the Fail-Safe timer.
|
|
1156
1175
|
*
|
|
1157
1176
|
* When non-concurrent commissioning is being used by a Commissioner or Administrator, the
|
|
1158
1177
|
* ConnectNetworkResponse shall be sent with the NetworkingStatus field set to Success prior to closing the
|
|
@@ -1163,8 +1182,8 @@ export declare namespace NetworkCommissioning {
|
|
|
1163
1182
|
* Node on the new operational network. Therefore, before invoking the ConnectNetwork command, the client
|
|
1164
1183
|
* SHOULD re-invoke the Arm Fail-Safe command with a duration that meets the following:
|
|
1165
1184
|
*
|
|
1166
|
-
* 1. Sufficient time to meet the minimum required time (see
|
|
1167
|
-
* the server to connect to the desired network.
|
|
1185
|
+
* 1. Sufficient time to meet the minimum required time (see Section 11.9.6.4, “ConnectMaxTimeSeconds
|
|
1186
|
+
* Attribute”) that may be taken by the server to connect to the desired network.
|
|
1168
1187
|
*
|
|
1169
1188
|
* 2. Sufficient time to account for possible message-layer retries when a response is requested.
|
|
1170
1189
|
*
|
|
@@ -1195,7 +1214,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1195
1214
|
*/
|
|
1196
1215
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
1197
1216
|
/**
|
|
1198
|
-
* See Breadcrumb for usage.
|
|
1217
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
1199
1218
|
*
|
|
1200
1219
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.8.2
|
|
1201
1220
|
*/
|
|
@@ -1226,7 +1245,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1226
1245
|
*/
|
|
1227
1246
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
1228
1247
|
/**
|
|
1229
|
-
* See DebugText for usage.
|
|
1248
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
1230
1249
|
*
|
|
1231
1250
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.9.2
|
|
1232
1251
|
*/
|
|
@@ -1256,6 +1275,8 @@ export declare namespace NetworkCommissioning {
|
|
|
1256
1275
|
errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1257
1276
|
}>, any>;
|
|
1258
1277
|
/**
|
|
1278
|
+
* This command is used to re-order the network configuration list.
|
|
1279
|
+
*
|
|
1259
1280
|
* This command shall set the specific order of the network configuration selected by its NetworkID in the
|
|
1260
1281
|
* Networks attribute to match the position given by NetworkIndex.
|
|
1261
1282
|
*
|
|
@@ -1276,7 +1297,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1276
1297
|
*/
|
|
1277
1298
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1278
1299
|
/**
|
|
1279
|
-
* See Breadcrumb for usage.
|
|
1300
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
1280
1301
|
*
|
|
1281
1302
|
* ### Effect when received
|
|
1282
1303
|
*
|
|
@@ -1347,15 +1368,14 @@ export declare namespace NetworkCommissioning {
|
|
|
1347
1368
|
*/
|
|
1348
1369
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
1349
1370
|
/**
|
|
1350
|
-
* See DebugText for usage.
|
|
1371
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
1351
1372
|
*
|
|
1352
1373
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
|
|
1353
1374
|
*/
|
|
1354
1375
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1355
1376
|
/**
|
|
1356
|
-
*
|
|
1357
|
-
*
|
|
1358
|
-
* request command.
|
|
1377
|
+
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
1378
|
+
* updated or removed successfully by the associated request command.
|
|
1359
1379
|
*
|
|
1360
1380
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
|
|
1361
1381
|
*/
|
|
@@ -1377,10 +1397,12 @@ export declare namespace NetworkCommissioning {
|
|
|
1377
1397
|
};
|
|
1378
1398
|
readonly commands: {
|
|
1379
1399
|
/**
|
|
1400
|
+
* This command is used to add or update a Wi-Fi network configuration.
|
|
1401
|
+
*
|
|
1380
1402
|
* This command shall be used to add or modify Wi-Fi network configurations.
|
|
1381
1403
|
*
|
|
1382
|
-
* If this command is received without an armed fail-safe context (see
|
|
1383
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1404
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
1405
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1384
1406
|
*
|
|
1385
1407
|
* The Credentials associated with the network are not readable after execution of this command, as they do
|
|
1386
1408
|
* not appear in the Networks attribute, for security reasons.
|
|
@@ -1405,7 +1427,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1405
1427
|
* Credentials is the passphrase or PSK for the network (if any is needed).
|
|
1406
1428
|
*
|
|
1407
1429
|
* Security type, cipher and credential format (passphrase or PSK) shall be contextually auto-selected during
|
|
1408
|
-
* execution of the ConnectNetwork
|
|
1430
|
+
* execution of the ConnectNetwork command and during subsequent operational state network connections, based on
|
|
1409
1431
|
* the most secure Wi-Fi security type available within beacons and probe responses for the set of all
|
|
1410
1432
|
* discovered BSSIDs for the configured SSID. The type of PSK or passphrase used shall be inferred based on the
|
|
1411
1433
|
* length and contents of the Credentials field provided, matching the security type chosen.
|
|
@@ -1438,7 +1460,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1438
1460
|
*/
|
|
1439
1461
|
credentials: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
1440
1462
|
/**
|
|
1441
|
-
* See Breadcrumb for usage.
|
|
1463
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
1442
1464
|
*
|
|
1443
1465
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.3.3
|
|
1444
1466
|
*/
|
|
@@ -1463,15 +1485,14 @@ export declare namespace NetworkCommissioning {
|
|
|
1463
1485
|
*/
|
|
1464
1486
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
1465
1487
|
/**
|
|
1466
|
-
* See DebugText for usage.
|
|
1488
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
1467
1489
|
*
|
|
1468
1490
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
|
|
1469
1491
|
*/
|
|
1470
1492
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1471
1493
|
/**
|
|
1472
|
-
*
|
|
1473
|
-
*
|
|
1474
|
-
* request command.
|
|
1494
|
+
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
1495
|
+
* updated or removed successfully by the associated request command.
|
|
1475
1496
|
*
|
|
1476
1497
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
|
|
1477
1498
|
*/
|
|
@@ -1529,10 +1550,12 @@ export declare namespace NetworkCommissioning {
|
|
|
1529
1550
|
};
|
|
1530
1551
|
readonly commands: {
|
|
1531
1552
|
/**
|
|
1553
|
+
* This command is used to add or update a Thread network configuration.
|
|
1554
|
+
*
|
|
1532
1555
|
* This command shall be used to add or modify Thread network configurations.
|
|
1533
1556
|
*
|
|
1534
|
-
* If this command is received without an armed fail-safe context (see
|
|
1535
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1557
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
1558
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1536
1559
|
*
|
|
1537
1560
|
* See Section 11.9.7.5, “Common processing of AddOrUpdateWiFiNetwork and AddOrUpdateThreadNetwork” for
|
|
1538
1561
|
* behavior of addition/update.
|
|
@@ -1558,7 +1581,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1558
1581
|
*/
|
|
1559
1582
|
operationalDataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
1560
1583
|
/**
|
|
1561
|
-
* See Breadcrumb for usage.
|
|
1584
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
1562
1585
|
*
|
|
1563
1586
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.4.2
|
|
1564
1587
|
*/
|
|
@@ -1583,15 +1606,14 @@ export declare namespace NetworkCommissioning {
|
|
|
1583
1606
|
*/
|
|
1584
1607
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
1585
1608
|
/**
|
|
1586
|
-
* See DebugText for usage.
|
|
1609
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
1587
1610
|
*
|
|
1588
1611
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
|
|
1589
1612
|
*/
|
|
1590
1613
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1591
1614
|
/**
|
|
1592
|
-
*
|
|
1593
|
-
*
|
|
1594
|
-
* request command.
|
|
1615
|
+
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
1616
|
+
* updated or removed successfully by the associated request command.
|
|
1595
1617
|
*
|
|
1596
1618
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
|
|
1597
1619
|
*/
|
|
@@ -1692,7 +1714,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1692
1714
|
* It is undefined what happens if InterfaceEnabled is written to false on the same interface as that which
|
|
1693
1715
|
* is used to write the value. In that case, it is possible that the Administrator would have to await
|
|
1694
1716
|
* expiry of the fail-safe, and associated recovery of network configuration to prior safe values, before
|
|
1695
|
-
* being able to communicate with the node again (see ArmFailSafe).
|
|
1717
|
+
* being able to communicate with the node again (see Section 11.10.7.2, “ArmFailSafe Command”).
|
|
1696
1718
|
*
|
|
1697
1719
|
* It may be possible to disable Ethernet interfaces but it is implementation-defined. If not supported, a
|
|
1698
1720
|
* write to this attribute with a value of false shall fail with a status of INVALID_ACTION. When disabled,
|
|
@@ -1762,7 +1784,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1762
1784
|
* Indicates the maximum duration taken, in seconds, by the network interface on this cluster server
|
|
1763
1785
|
* instance to provide scan results.
|
|
1764
1786
|
*
|
|
1765
|
-
* See ScanNetworks for usage.
|
|
1787
|
+
* See Section 11.9.7.1, “ScanNetworks Command” for usage.
|
|
1766
1788
|
*
|
|
1767
1789
|
* @see {@link MatterSpecification.v141.Core} § 11.9.6.3
|
|
1768
1790
|
*/
|
|
@@ -1779,6 +1801,9 @@ export declare namespace NetworkCommissioning {
|
|
|
1779
1801
|
};
|
|
1780
1802
|
readonly commands: {
|
|
1781
1803
|
/**
|
|
1804
|
+
* This command is used to scan for available networks on the network interface associated with the cluster
|
|
1805
|
+
* instance.
|
|
1806
|
+
*
|
|
1782
1807
|
* This command shall scan on the Cluster instance’s associated network interface for either of:
|
|
1783
1808
|
*
|
|
1784
1809
|
* • All available networks (non-directed scanning)
|
|
@@ -1794,8 +1819,8 @@ export declare namespace NetworkCommissioning {
|
|
|
1794
1819
|
* SSID) is provided in the command arguments. Directed scanning shall restrict the result set to the
|
|
1795
1820
|
* specified network only.
|
|
1796
1821
|
*
|
|
1797
|
-
* If this command is received without an armed fail-safe context (see
|
|
1798
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1822
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
1823
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1799
1824
|
*
|
|
1800
1825
|
* The client shall NOT expect the server to be done scanning and have responded with ScanNetworksResponse
|
|
1801
1826
|
* before ScanMaxTimeSeconds seconds have elapsed. Enough transport time affordances for retries SHOULD be
|
|
@@ -1950,12 +1975,15 @@ export declare namespace NetworkCommissioning {
|
|
|
1950
1975
|
}>[]>;
|
|
1951
1976
|
}>, any>;
|
|
1952
1977
|
/**
|
|
1978
|
+
* This command is used to remove a network configuration on the network interface associated with the
|
|
1979
|
+
* cluster instance.
|
|
1980
|
+
*
|
|
1953
1981
|
* This command shall remove the network configuration from the Cluster if there was already a network
|
|
1954
1982
|
* configuration with the same NetworkID. The relative order of the entries in the Networks attribute shall
|
|
1955
1983
|
* remain unchanged, except for the removal of the requested network configuration.
|
|
1956
1984
|
*
|
|
1957
|
-
* If this command is received without an armed fail-safe context (see
|
|
1958
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1985
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
1986
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
1959
1987
|
*
|
|
1960
1988
|
* If the Networks attribute does not contain a matching entry, the command shall immediately respond with
|
|
1961
1989
|
* NetworkConfigResponse having NetworkingStatus status field set to NetworkIdNotFound.
|
|
@@ -1974,7 +2002,7 @@ export declare namespace NetworkCommissioning {
|
|
|
1974
2002
|
*/
|
|
1975
2003
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
1976
2004
|
/**
|
|
1977
|
-
* See Breadcrumb for usage.
|
|
2005
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
1978
2006
|
*
|
|
1979
2007
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.6.2
|
|
1980
2008
|
*/
|
|
@@ -1999,21 +2027,23 @@ export declare namespace NetworkCommissioning {
|
|
|
1999
2027
|
*/
|
|
2000
2028
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2001
2029
|
/**
|
|
2002
|
-
* See DebugText for usage.
|
|
2030
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
2003
2031
|
*
|
|
2004
2032
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
|
|
2005
2033
|
*/
|
|
2006
2034
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2007
2035
|
/**
|
|
2008
|
-
*
|
|
2009
|
-
*
|
|
2010
|
-
* request command.
|
|
2036
|
+
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
2037
|
+
* updated or removed successfully by the associated request command.
|
|
2011
2038
|
*
|
|
2012
2039
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
|
|
2013
2040
|
*/
|
|
2014
2041
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2015
2042
|
}>, any>;
|
|
2016
2043
|
/**
|
|
2044
|
+
* This command is used to connect to a network on the network interface associated with the cluster
|
|
2045
|
+
* instance.
|
|
2046
|
+
*
|
|
2017
2047
|
* This command shall attempt to connect to a network whose configuration was previously added by either the
|
|
2018
2048
|
* AddOrUpdateWiFiNetwork or AddOrUpdateThreadNetwork commands. Network is identified by its NetworkID.
|
|
2019
2049
|
*
|
|
@@ -2021,8 +2051,8 @@ export declare namespace NetworkCommissioning {
|
|
|
2021
2051
|
* unable to proceed with such an operation, such as if it is currently attempting to connect in the
|
|
2022
2052
|
* background, or is already proceeding with a prior ConnectNetwork.
|
|
2023
2053
|
*
|
|
2024
|
-
* If this command is received without an armed fail-safe context (see
|
|
2025
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
2054
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
2055
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
2026
2056
|
*
|
|
2027
2057
|
* Before connecting to the new network, the Node shall disconnect the operational network connections
|
|
2028
2058
|
* managed by any other Network Commissioning cluster instances (whether under the Root Node or a Secondary
|
|
@@ -2055,8 +2085,8 @@ export declare namespace NetworkCommissioning {
|
|
|
2055
2085
|
* attribute.
|
|
2056
2086
|
*
|
|
2057
2087
|
* Even after successfully connecting to a network, the configuration shall revert to the prior state of
|
|
2058
|
-
* configuration if the CommissioningComplete command (see
|
|
2059
|
-
* invoked before expiry of the Fail-Safe timer.
|
|
2088
|
+
* configuration if the CommissioningComplete command (see Section 11.10.7.6, “CommissioningComplete
|
|
2089
|
+
* Command”) is not successfully invoked before expiry of the Fail-Safe timer.
|
|
2060
2090
|
*
|
|
2061
2091
|
* When non-concurrent commissioning is being used by a Commissioner or Administrator, the
|
|
2062
2092
|
* ConnectNetworkResponse shall be sent with the NetworkingStatus field set to Success prior to closing the
|
|
@@ -2067,8 +2097,8 @@ export declare namespace NetworkCommissioning {
|
|
|
2067
2097
|
* Node on the new operational network. Therefore, before invoking the ConnectNetwork command, the client
|
|
2068
2098
|
* SHOULD re-invoke the Arm Fail-Safe command with a duration that meets the following:
|
|
2069
2099
|
*
|
|
2070
|
-
* 1. Sufficient time to meet the minimum required time (see
|
|
2071
|
-
* the server to connect to the desired network.
|
|
2100
|
+
* 1. Sufficient time to meet the minimum required time (see Section 11.9.6.4, “ConnectMaxTimeSeconds
|
|
2101
|
+
* Attribute”) that may be taken by the server to connect to the desired network.
|
|
2072
2102
|
*
|
|
2073
2103
|
* 2. Sufficient time to account for possible message-layer retries when a response is requested.
|
|
2074
2104
|
*
|
|
@@ -2099,7 +2129,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2099
2129
|
*/
|
|
2100
2130
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
2101
2131
|
/**
|
|
2102
|
-
* See Breadcrumb for usage.
|
|
2132
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
2103
2133
|
*
|
|
2104
2134
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.8.2
|
|
2105
2135
|
*/
|
|
@@ -2130,7 +2160,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2130
2160
|
*/
|
|
2131
2161
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2132
2162
|
/**
|
|
2133
|
-
* See DebugText for usage.
|
|
2163
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
2134
2164
|
*
|
|
2135
2165
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.9.2
|
|
2136
2166
|
*/
|
|
@@ -2160,6 +2190,8 @@ export declare namespace NetworkCommissioning {
|
|
|
2160
2190
|
errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2161
2191
|
}>, any>;
|
|
2162
2192
|
/**
|
|
2193
|
+
* This command is used to re-order the network configuration list.
|
|
2194
|
+
*
|
|
2163
2195
|
* This command shall set the specific order of the network configuration selected by its NetworkID in the
|
|
2164
2196
|
* Networks attribute to match the position given by NetworkIndex.
|
|
2165
2197
|
*
|
|
@@ -2180,7 +2212,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2180
2212
|
*/
|
|
2181
2213
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2182
2214
|
/**
|
|
2183
|
-
* See Breadcrumb for usage.
|
|
2215
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
2184
2216
|
*
|
|
2185
2217
|
* ### Effect when received
|
|
2186
2218
|
*
|
|
@@ -2251,15 +2283,14 @@ export declare namespace NetworkCommissioning {
|
|
|
2251
2283
|
*/
|
|
2252
2284
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2253
2285
|
/**
|
|
2254
|
-
* See DebugText for usage.
|
|
2286
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
2255
2287
|
*
|
|
2256
2288
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
|
|
2257
2289
|
*/
|
|
2258
2290
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2259
2291
|
/**
|
|
2260
|
-
*
|
|
2261
|
-
*
|
|
2262
|
-
* request command.
|
|
2292
|
+
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
2293
|
+
* updated or removed successfully by the associated request command.
|
|
2263
2294
|
*
|
|
2264
2295
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
|
|
2265
2296
|
*/
|
|
@@ -2277,7 +2308,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2277
2308
|
* Indicates the maximum duration taken, in seconds, by the network interface on this cluster server
|
|
2278
2309
|
* instance to provide scan results.
|
|
2279
2310
|
*
|
|
2280
|
-
* See ScanNetworks for usage.
|
|
2311
|
+
* See Section 11.9.7.1, “ScanNetworks Command” for usage.
|
|
2281
2312
|
*
|
|
2282
2313
|
* @see {@link MatterSpecification.v141.Core} § 11.9.6.3
|
|
2283
2314
|
*/
|
|
@@ -2294,6 +2325,9 @@ export declare namespace NetworkCommissioning {
|
|
|
2294
2325
|
};
|
|
2295
2326
|
readonly commands: {
|
|
2296
2327
|
/**
|
|
2328
|
+
* This command is used to scan for available networks on the network interface associated with the cluster
|
|
2329
|
+
* instance.
|
|
2330
|
+
*
|
|
2297
2331
|
* This command shall scan on the Cluster instance’s associated network interface for either of:
|
|
2298
2332
|
*
|
|
2299
2333
|
* • All available networks (non-directed scanning)
|
|
@@ -2309,8 +2343,8 @@ export declare namespace NetworkCommissioning {
|
|
|
2309
2343
|
* SSID) is provided in the command arguments. Directed scanning shall restrict the result set to the
|
|
2310
2344
|
* specified network only.
|
|
2311
2345
|
*
|
|
2312
|
-
* If this command is received without an armed fail-safe context (see
|
|
2313
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
2346
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
2347
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
2314
2348
|
*
|
|
2315
2349
|
* The client shall NOT expect the server to be done scanning and have responded with ScanNetworksResponse
|
|
2316
2350
|
* before ScanMaxTimeSeconds seconds have elapsed. Enough transport time affordances for retries SHOULD be
|
|
@@ -2465,12 +2499,15 @@ export declare namespace NetworkCommissioning {
|
|
|
2465
2499
|
}>[]>;
|
|
2466
2500
|
}>, any>;
|
|
2467
2501
|
/**
|
|
2502
|
+
* This command is used to remove a network configuration on the network interface associated with the
|
|
2503
|
+
* cluster instance.
|
|
2504
|
+
*
|
|
2468
2505
|
* This command shall remove the network configuration from the Cluster if there was already a network
|
|
2469
2506
|
* configuration with the same NetworkID. The relative order of the entries in the Networks attribute shall
|
|
2470
2507
|
* remain unchanged, except for the removal of the requested network configuration.
|
|
2471
2508
|
*
|
|
2472
|
-
* If this command is received without an armed fail-safe context (see
|
|
2473
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
2509
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
2510
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
2474
2511
|
*
|
|
2475
2512
|
* If the Networks attribute does not contain a matching entry, the command shall immediately respond with
|
|
2476
2513
|
* NetworkConfigResponse having NetworkingStatus status field set to NetworkIdNotFound.
|
|
@@ -2489,7 +2526,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2489
2526
|
*/
|
|
2490
2527
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
2491
2528
|
/**
|
|
2492
|
-
* See Breadcrumb for usage.
|
|
2529
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
2493
2530
|
*
|
|
2494
2531
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.6.2
|
|
2495
2532
|
*/
|
|
@@ -2514,21 +2551,23 @@ export declare namespace NetworkCommissioning {
|
|
|
2514
2551
|
*/
|
|
2515
2552
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2516
2553
|
/**
|
|
2517
|
-
* See DebugText for usage.
|
|
2554
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
2518
2555
|
*
|
|
2519
2556
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
|
|
2520
2557
|
*/
|
|
2521
2558
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2522
2559
|
/**
|
|
2523
|
-
*
|
|
2524
|
-
*
|
|
2525
|
-
* request command.
|
|
2560
|
+
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
2561
|
+
* updated or removed successfully by the associated request command.
|
|
2526
2562
|
*
|
|
2527
2563
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
|
|
2528
2564
|
*/
|
|
2529
2565
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2530
2566
|
}>, any>;
|
|
2531
2567
|
/**
|
|
2568
|
+
* This command is used to connect to a network on the network interface associated with the cluster
|
|
2569
|
+
* instance.
|
|
2570
|
+
*
|
|
2532
2571
|
* This command shall attempt to connect to a network whose configuration was previously added by either the
|
|
2533
2572
|
* AddOrUpdateWiFiNetwork or AddOrUpdateThreadNetwork commands. Network is identified by its NetworkID.
|
|
2534
2573
|
*
|
|
@@ -2536,8 +2575,8 @@ export declare namespace NetworkCommissioning {
|
|
|
2536
2575
|
* unable to proceed with such an operation, such as if it is currently attempting to connect in the
|
|
2537
2576
|
* background, or is already proceeding with a prior ConnectNetwork.
|
|
2538
2577
|
*
|
|
2539
|
-
* If this command is received without an armed fail-safe context (see
|
|
2540
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
2578
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
2579
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
2541
2580
|
*
|
|
2542
2581
|
* Before connecting to the new network, the Node shall disconnect the operational network connections
|
|
2543
2582
|
* managed by any other Network Commissioning cluster instances (whether under the Root Node or a Secondary
|
|
@@ -2570,8 +2609,8 @@ export declare namespace NetworkCommissioning {
|
|
|
2570
2609
|
* attribute.
|
|
2571
2610
|
*
|
|
2572
2611
|
* Even after successfully connecting to a network, the configuration shall revert to the prior state of
|
|
2573
|
-
* configuration if the CommissioningComplete command (see
|
|
2574
|
-
* invoked before expiry of the Fail-Safe timer.
|
|
2612
|
+
* configuration if the CommissioningComplete command (see Section 11.10.7.6, “CommissioningComplete
|
|
2613
|
+
* Command”) is not successfully invoked before expiry of the Fail-Safe timer.
|
|
2575
2614
|
*
|
|
2576
2615
|
* When non-concurrent commissioning is being used by a Commissioner or Administrator, the
|
|
2577
2616
|
* ConnectNetworkResponse shall be sent with the NetworkingStatus field set to Success prior to closing the
|
|
@@ -2582,8 +2621,8 @@ export declare namespace NetworkCommissioning {
|
|
|
2582
2621
|
* Node on the new operational network. Therefore, before invoking the ConnectNetwork command, the client
|
|
2583
2622
|
* SHOULD re-invoke the Arm Fail-Safe command with a duration that meets the following:
|
|
2584
2623
|
*
|
|
2585
|
-
* 1. Sufficient time to meet the minimum required time (see
|
|
2586
|
-
* the server to connect to the desired network.
|
|
2624
|
+
* 1. Sufficient time to meet the minimum required time (see Section 11.9.6.4, “ConnectMaxTimeSeconds
|
|
2625
|
+
* Attribute”) that may be taken by the server to connect to the desired network.
|
|
2587
2626
|
*
|
|
2588
2627
|
* 2. Sufficient time to account for possible message-layer retries when a response is requested.
|
|
2589
2628
|
*
|
|
@@ -2614,7 +2653,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2614
2653
|
*/
|
|
2615
2654
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
2616
2655
|
/**
|
|
2617
|
-
* See Breadcrumb for usage.
|
|
2656
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
2618
2657
|
*
|
|
2619
2658
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.8.2
|
|
2620
2659
|
*/
|
|
@@ -2645,7 +2684,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2645
2684
|
*/
|
|
2646
2685
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2647
2686
|
/**
|
|
2648
|
-
* See DebugText for usage.
|
|
2687
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
2649
2688
|
*
|
|
2650
2689
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.9.2
|
|
2651
2690
|
*/
|
|
@@ -2675,6 +2714,8 @@ export declare namespace NetworkCommissioning {
|
|
|
2675
2714
|
errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2676
2715
|
}>, any>;
|
|
2677
2716
|
/**
|
|
2717
|
+
* This command is used to re-order the network configuration list.
|
|
2718
|
+
*
|
|
2678
2719
|
* This command shall set the specific order of the network configuration selected by its NetworkID in the
|
|
2679
2720
|
* Networks attribute to match the position given by NetworkIndex.
|
|
2680
2721
|
*
|
|
@@ -2695,7 +2736,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2695
2736
|
*/
|
|
2696
2737
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2697
2738
|
/**
|
|
2698
|
-
* See Breadcrumb for usage.
|
|
2739
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
2699
2740
|
*
|
|
2700
2741
|
* ### Effect when received
|
|
2701
2742
|
*
|
|
@@ -2766,15 +2807,14 @@ export declare namespace NetworkCommissioning {
|
|
|
2766
2807
|
*/
|
|
2767
2808
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2768
2809
|
/**
|
|
2769
|
-
* See DebugText for usage.
|
|
2810
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
2770
2811
|
*
|
|
2771
2812
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
|
|
2772
2813
|
*/
|
|
2773
2814
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2774
2815
|
/**
|
|
2775
|
-
*
|
|
2776
|
-
*
|
|
2777
|
-
* request command.
|
|
2816
|
+
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
2817
|
+
* updated or removed successfully by the associated request command.
|
|
2778
2818
|
*
|
|
2779
2819
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
|
|
2780
2820
|
*/
|
|
@@ -2797,10 +2837,12 @@ export declare namespace NetworkCommissioning {
|
|
|
2797
2837
|
};
|
|
2798
2838
|
readonly commands: {
|
|
2799
2839
|
/**
|
|
2840
|
+
* This command is used to add or update a Wi-Fi network configuration.
|
|
2841
|
+
*
|
|
2800
2842
|
* This command shall be used to add or modify Wi-Fi network configurations.
|
|
2801
2843
|
*
|
|
2802
|
-
* If this command is received without an armed fail-safe context (see
|
|
2803
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
2844
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
2845
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
2804
2846
|
*
|
|
2805
2847
|
* The Credentials associated with the network are not readable after execution of this command, as they do
|
|
2806
2848
|
* not appear in the Networks attribute, for security reasons.
|
|
@@ -2825,7 +2867,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2825
2867
|
* Credentials is the passphrase or PSK for the network (if any is needed).
|
|
2826
2868
|
*
|
|
2827
2869
|
* Security type, cipher and credential format (passphrase or PSK) shall be contextually auto-selected during
|
|
2828
|
-
* execution of the ConnectNetwork
|
|
2870
|
+
* execution of the ConnectNetwork command and during subsequent operational state network connections, based on
|
|
2829
2871
|
* the most secure Wi-Fi security type available within beacons and probe responses for the set of all
|
|
2830
2872
|
* discovered BSSIDs for the configured SSID. The type of PSK or passphrase used shall be inferred based on the
|
|
2831
2873
|
* length and contents of the Credentials field provided, matching the security type chosen.
|
|
@@ -2858,7 +2900,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2858
2900
|
*/
|
|
2859
2901
|
credentials: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
2860
2902
|
/**
|
|
2861
|
-
* See Breadcrumb for usage.
|
|
2903
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
2862
2904
|
*
|
|
2863
2905
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.3.3
|
|
2864
2906
|
*/
|
|
@@ -2883,15 +2925,14 @@ export declare namespace NetworkCommissioning {
|
|
|
2883
2925
|
*/
|
|
2884
2926
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
2885
2927
|
/**
|
|
2886
|
-
* See DebugText for usage.
|
|
2928
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
2887
2929
|
*
|
|
2888
2930
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
|
|
2889
2931
|
*/
|
|
2890
2932
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2891
2933
|
/**
|
|
2892
|
-
*
|
|
2893
|
-
*
|
|
2894
|
-
* request command.
|
|
2934
|
+
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
2935
|
+
* updated or removed successfully by the associated request command.
|
|
2895
2936
|
*
|
|
2896
2937
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
|
|
2897
2938
|
*/
|
|
@@ -2950,10 +2991,12 @@ export declare namespace NetworkCommissioning {
|
|
|
2950
2991
|
};
|
|
2951
2992
|
readonly commands: {
|
|
2952
2993
|
/**
|
|
2994
|
+
* This command is used to add or update a Thread network configuration.
|
|
2995
|
+
*
|
|
2953
2996
|
* This command shall be used to add or modify Thread network configurations.
|
|
2954
2997
|
*
|
|
2955
|
-
* If this command is received without an armed fail-safe context (see
|
|
2956
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
2998
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
2999
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
2957
3000
|
*
|
|
2958
3001
|
* See Section 11.9.7.5, “Common processing of AddOrUpdateWiFiNetwork and AddOrUpdateThreadNetwork” for
|
|
2959
3002
|
* behavior of addition/update.
|
|
@@ -2979,7 +3022,7 @@ export declare namespace NetworkCommissioning {
|
|
|
2979
3022
|
*/
|
|
2980
3023
|
operationalDataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
2981
3024
|
/**
|
|
2982
|
-
* See Breadcrumb for usage.
|
|
3025
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
2983
3026
|
*
|
|
2984
3027
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.4.2
|
|
2985
3028
|
*/
|
|
@@ -3004,15 +3047,14 @@ export declare namespace NetworkCommissioning {
|
|
|
3004
3047
|
*/
|
|
3005
3048
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
3006
3049
|
/**
|
|
3007
|
-
* See DebugText for usage.
|
|
3050
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
3008
3051
|
*
|
|
3009
3052
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
|
|
3010
3053
|
*/
|
|
3011
3054
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3012
3055
|
/**
|
|
3013
|
-
*
|
|
3014
|
-
*
|
|
3015
|
-
* request command.
|
|
3056
|
+
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
3057
|
+
* updated or removed successfully by the associated request command.
|
|
3016
3058
|
*
|
|
3017
3059
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
|
|
3018
3060
|
*/
|
|
@@ -3140,7 +3182,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3140
3182
|
* It is undefined what happens if InterfaceEnabled is written to false on the same interface as that which
|
|
3141
3183
|
* is used to write the value. In that case, it is possible that the Administrator would have to await
|
|
3142
3184
|
* expiry of the fail-safe, and associated recovery of network configuration to prior safe values, before
|
|
3143
|
-
* being able to communicate with the node again (see ArmFailSafe).
|
|
3185
|
+
* being able to communicate with the node again (see Section 11.10.7.2, “ArmFailSafe Command”).
|
|
3144
3186
|
*
|
|
3145
3187
|
* It may be possible to disable Ethernet interfaces but it is implementation-defined. If not supported, a
|
|
3146
3188
|
* write to this attribute with a value of false shall fail with a status of INVALID_ACTION. When disabled,
|
|
@@ -3210,7 +3252,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3210
3252
|
* Indicates the maximum duration taken, in seconds, by the network interface on this cluster server
|
|
3211
3253
|
* instance to provide scan results.
|
|
3212
3254
|
*
|
|
3213
|
-
* See ScanNetworks for usage.
|
|
3255
|
+
* See Section 11.9.7.1, “ScanNetworks Command” for usage.
|
|
3214
3256
|
*
|
|
3215
3257
|
* @see {@link MatterSpecification.v141.Core} § 11.9.6.3
|
|
3216
3258
|
*/
|
|
@@ -3227,6 +3269,9 @@ export declare namespace NetworkCommissioning {
|
|
|
3227
3269
|
};
|
|
3228
3270
|
readonly commands: {
|
|
3229
3271
|
/**
|
|
3272
|
+
* This command is used to scan for available networks on the network interface associated with the cluster
|
|
3273
|
+
* instance.
|
|
3274
|
+
*
|
|
3230
3275
|
* This command shall scan on the Cluster instance’s associated network interface for either of:
|
|
3231
3276
|
*
|
|
3232
3277
|
* • All available networks (non-directed scanning)
|
|
@@ -3242,8 +3287,8 @@ export declare namespace NetworkCommissioning {
|
|
|
3242
3287
|
* SSID) is provided in the command arguments. Directed scanning shall restrict the result set to the
|
|
3243
3288
|
* specified network only.
|
|
3244
3289
|
*
|
|
3245
|
-
* If this command is received without an armed fail-safe context (see
|
|
3246
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
3290
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
3291
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
3247
3292
|
*
|
|
3248
3293
|
* The client shall NOT expect the server to be done scanning and have responded with ScanNetworksResponse
|
|
3249
3294
|
* before ScanMaxTimeSeconds seconds have elapsed. Enough transport time affordances for retries SHOULD be
|
|
@@ -3398,12 +3443,15 @@ export declare namespace NetworkCommissioning {
|
|
|
3398
3443
|
}>[]>;
|
|
3399
3444
|
}>, any>;
|
|
3400
3445
|
/**
|
|
3446
|
+
* This command is used to remove a network configuration on the network interface associated with the
|
|
3447
|
+
* cluster instance.
|
|
3448
|
+
*
|
|
3401
3449
|
* This command shall remove the network configuration from the Cluster if there was already a network
|
|
3402
3450
|
* configuration with the same NetworkID. The relative order of the entries in the Networks attribute shall
|
|
3403
3451
|
* remain unchanged, except for the removal of the requested network configuration.
|
|
3404
3452
|
*
|
|
3405
|
-
* If this command is received without an armed fail-safe context (see
|
|
3406
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
3453
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
3454
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
3407
3455
|
*
|
|
3408
3456
|
* If the Networks attribute does not contain a matching entry, the command shall immediately respond with
|
|
3409
3457
|
* NetworkConfigResponse having NetworkingStatus status field set to NetworkIdNotFound.
|
|
@@ -3422,7 +3470,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3422
3470
|
*/
|
|
3423
3471
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
3424
3472
|
/**
|
|
3425
|
-
* See Breadcrumb for usage.
|
|
3473
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
3426
3474
|
*
|
|
3427
3475
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.6.2
|
|
3428
3476
|
*/
|
|
@@ -3447,21 +3495,23 @@ export declare namespace NetworkCommissioning {
|
|
|
3447
3495
|
*/
|
|
3448
3496
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
3449
3497
|
/**
|
|
3450
|
-
* See DebugText for usage.
|
|
3498
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
3451
3499
|
*
|
|
3452
3500
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
|
|
3453
3501
|
*/
|
|
3454
3502
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3455
3503
|
/**
|
|
3456
|
-
*
|
|
3457
|
-
*
|
|
3458
|
-
* request command.
|
|
3504
|
+
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
3505
|
+
* updated or removed successfully by the associated request command.
|
|
3459
3506
|
*
|
|
3460
3507
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
|
|
3461
3508
|
*/
|
|
3462
3509
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3463
3510
|
}>, any>;
|
|
3464
3511
|
/**
|
|
3512
|
+
* This command is used to connect to a network on the network interface associated with the cluster
|
|
3513
|
+
* instance.
|
|
3514
|
+
*
|
|
3465
3515
|
* This command shall attempt to connect to a network whose configuration was previously added by either the
|
|
3466
3516
|
* AddOrUpdateWiFiNetwork or AddOrUpdateThreadNetwork commands. Network is identified by its NetworkID.
|
|
3467
3517
|
*
|
|
@@ -3469,8 +3519,8 @@ export declare namespace NetworkCommissioning {
|
|
|
3469
3519
|
* unable to proceed with such an operation, such as if it is currently attempting to connect in the
|
|
3470
3520
|
* background, or is already proceeding with a prior ConnectNetwork.
|
|
3471
3521
|
*
|
|
3472
|
-
* If this command is received without an armed fail-safe context (see
|
|
3473
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
3522
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
3523
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
3474
3524
|
*
|
|
3475
3525
|
* Before connecting to the new network, the Node shall disconnect the operational network connections
|
|
3476
3526
|
* managed by any other Network Commissioning cluster instances (whether under the Root Node or a Secondary
|
|
@@ -3503,8 +3553,8 @@ export declare namespace NetworkCommissioning {
|
|
|
3503
3553
|
* attribute.
|
|
3504
3554
|
*
|
|
3505
3555
|
* Even after successfully connecting to a network, the configuration shall revert to the prior state of
|
|
3506
|
-
* configuration if the CommissioningComplete command (see
|
|
3507
|
-
* invoked before expiry of the Fail-Safe timer.
|
|
3556
|
+
* configuration if the CommissioningComplete command (see Section 11.10.7.6, “CommissioningComplete
|
|
3557
|
+
* Command”) is not successfully invoked before expiry of the Fail-Safe timer.
|
|
3508
3558
|
*
|
|
3509
3559
|
* When non-concurrent commissioning is being used by a Commissioner or Administrator, the
|
|
3510
3560
|
* ConnectNetworkResponse shall be sent with the NetworkingStatus field set to Success prior to closing the
|
|
@@ -3515,8 +3565,8 @@ export declare namespace NetworkCommissioning {
|
|
|
3515
3565
|
* Node on the new operational network. Therefore, before invoking the ConnectNetwork command, the client
|
|
3516
3566
|
* SHOULD re-invoke the Arm Fail-Safe command with a duration that meets the following:
|
|
3517
3567
|
*
|
|
3518
|
-
* 1. Sufficient time to meet the minimum required time (see
|
|
3519
|
-
* the server to connect to the desired network.
|
|
3568
|
+
* 1. Sufficient time to meet the minimum required time (see Section 11.9.6.4, “ConnectMaxTimeSeconds
|
|
3569
|
+
* Attribute”) that may be taken by the server to connect to the desired network.
|
|
3520
3570
|
*
|
|
3521
3571
|
* 2. Sufficient time to account for possible message-layer retries when a response is requested.
|
|
3522
3572
|
*
|
|
@@ -3547,7 +3597,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3547
3597
|
*/
|
|
3548
3598
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
3549
3599
|
/**
|
|
3550
|
-
* See Breadcrumb for usage.
|
|
3600
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
3551
3601
|
*
|
|
3552
3602
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.8.2
|
|
3553
3603
|
*/
|
|
@@ -3578,7 +3628,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3578
3628
|
*/
|
|
3579
3629
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
3580
3630
|
/**
|
|
3581
|
-
* See DebugText for usage.
|
|
3631
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
3582
3632
|
*
|
|
3583
3633
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.9.2
|
|
3584
3634
|
*/
|
|
@@ -3608,6 +3658,8 @@ export declare namespace NetworkCommissioning {
|
|
|
3608
3658
|
errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3609
3659
|
}>, any>;
|
|
3610
3660
|
/**
|
|
3661
|
+
* This command is used to re-order the network configuration list.
|
|
3662
|
+
*
|
|
3611
3663
|
* This command shall set the specific order of the network configuration selected by its NetworkID in the
|
|
3612
3664
|
* Networks attribute to match the position given by NetworkIndex.
|
|
3613
3665
|
*
|
|
@@ -3628,7 +3680,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3628
3680
|
*/
|
|
3629
3681
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3630
3682
|
/**
|
|
3631
|
-
* See Breadcrumb for usage.
|
|
3683
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
3632
3684
|
*
|
|
3633
3685
|
* ### Effect when received
|
|
3634
3686
|
*
|
|
@@ -3699,15 +3751,14 @@ export declare namespace NetworkCommissioning {
|
|
|
3699
3751
|
*/
|
|
3700
3752
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
3701
3753
|
/**
|
|
3702
|
-
* See DebugText for usage.
|
|
3754
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
3703
3755
|
*
|
|
3704
3756
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
|
|
3705
3757
|
*/
|
|
3706
3758
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3707
3759
|
/**
|
|
3708
|
-
*
|
|
3709
|
-
*
|
|
3710
|
-
* request command.
|
|
3760
|
+
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
3761
|
+
* updated or removed successfully by the associated request command.
|
|
3711
3762
|
*
|
|
3712
3763
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
|
|
3713
3764
|
*/
|
|
@@ -3725,7 +3776,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3725
3776
|
* Indicates the maximum duration taken, in seconds, by the network interface on this cluster server
|
|
3726
3777
|
* instance to provide scan results.
|
|
3727
3778
|
*
|
|
3728
|
-
* See ScanNetworks for usage.
|
|
3779
|
+
* See Section 11.9.7.1, “ScanNetworks Command” for usage.
|
|
3729
3780
|
*
|
|
3730
3781
|
* @see {@link MatterSpecification.v141.Core} § 11.9.6.3
|
|
3731
3782
|
*/
|
|
@@ -3742,6 +3793,9 @@ export declare namespace NetworkCommissioning {
|
|
|
3742
3793
|
};
|
|
3743
3794
|
readonly commands: {
|
|
3744
3795
|
/**
|
|
3796
|
+
* This command is used to scan for available networks on the network interface associated with the cluster
|
|
3797
|
+
* instance.
|
|
3798
|
+
*
|
|
3745
3799
|
* This command shall scan on the Cluster instance’s associated network interface for either of:
|
|
3746
3800
|
*
|
|
3747
3801
|
* • All available networks (non-directed scanning)
|
|
@@ -3757,8 +3811,8 @@ export declare namespace NetworkCommissioning {
|
|
|
3757
3811
|
* SSID) is provided in the command arguments. Directed scanning shall restrict the result set to the
|
|
3758
3812
|
* specified network only.
|
|
3759
3813
|
*
|
|
3760
|
-
* If this command is received without an armed fail-safe context (see
|
|
3761
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
3814
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
3815
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
3762
3816
|
*
|
|
3763
3817
|
* The client shall NOT expect the server to be done scanning and have responded with ScanNetworksResponse
|
|
3764
3818
|
* before ScanMaxTimeSeconds seconds have elapsed. Enough transport time affordances for retries SHOULD be
|
|
@@ -3913,12 +3967,15 @@ export declare namespace NetworkCommissioning {
|
|
|
3913
3967
|
}>[]>;
|
|
3914
3968
|
}>, any>;
|
|
3915
3969
|
/**
|
|
3970
|
+
* This command is used to remove a network configuration on the network interface associated with the
|
|
3971
|
+
* cluster instance.
|
|
3972
|
+
*
|
|
3916
3973
|
* This command shall remove the network configuration from the Cluster if there was already a network
|
|
3917
3974
|
* configuration with the same NetworkID. The relative order of the entries in the Networks attribute shall
|
|
3918
3975
|
* remain unchanged, except for the removal of the requested network configuration.
|
|
3919
3976
|
*
|
|
3920
|
-
* If this command is received without an armed fail-safe context (see
|
|
3921
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
3977
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
3978
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
3922
3979
|
*
|
|
3923
3980
|
* If the Networks attribute does not contain a matching entry, the command shall immediately respond with
|
|
3924
3981
|
* NetworkConfigResponse having NetworkingStatus status field set to NetworkIdNotFound.
|
|
@@ -3937,7 +3994,7 @@ export declare namespace NetworkCommissioning {
|
|
|
3937
3994
|
*/
|
|
3938
3995
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
3939
3996
|
/**
|
|
3940
|
-
* See Breadcrumb for usage.
|
|
3997
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
3941
3998
|
*
|
|
3942
3999
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.6.2
|
|
3943
4000
|
*/
|
|
@@ -3962,21 +4019,23 @@ export declare namespace NetworkCommissioning {
|
|
|
3962
4019
|
*/
|
|
3963
4020
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
3964
4021
|
/**
|
|
3965
|
-
* See DebugText for usage.
|
|
4022
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
3966
4023
|
*
|
|
3967
4024
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
|
|
3968
4025
|
*/
|
|
3969
4026
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
3970
4027
|
/**
|
|
3971
|
-
*
|
|
3972
|
-
*
|
|
3973
|
-
* request command.
|
|
4028
|
+
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
4029
|
+
* updated or removed successfully by the associated request command.
|
|
3974
4030
|
*
|
|
3975
4031
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
|
|
3976
4032
|
*/
|
|
3977
4033
|
networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
3978
4034
|
}>, any>;
|
|
3979
4035
|
/**
|
|
4036
|
+
* This command is used to connect to a network on the network interface associated with the cluster
|
|
4037
|
+
* instance.
|
|
4038
|
+
*
|
|
3980
4039
|
* This command shall attempt to connect to a network whose configuration was previously added by either the
|
|
3981
4040
|
* AddOrUpdateWiFiNetwork or AddOrUpdateThreadNetwork commands. Network is identified by its NetworkID.
|
|
3982
4041
|
*
|
|
@@ -3984,8 +4043,8 @@ export declare namespace NetworkCommissioning {
|
|
|
3984
4043
|
* unable to proceed with such an operation, such as if it is currently attempting to connect in the
|
|
3985
4044
|
* background, or is already proceeding with a prior ConnectNetwork.
|
|
3986
4045
|
*
|
|
3987
|
-
* If this command is received without an armed fail-safe context (see
|
|
3988
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
4046
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
4047
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
3989
4048
|
*
|
|
3990
4049
|
* Before connecting to the new network, the Node shall disconnect the operational network connections
|
|
3991
4050
|
* managed by any other Network Commissioning cluster instances (whether under the Root Node or a Secondary
|
|
@@ -4018,8 +4077,8 @@ export declare namespace NetworkCommissioning {
|
|
|
4018
4077
|
* attribute.
|
|
4019
4078
|
*
|
|
4020
4079
|
* Even after successfully connecting to a network, the configuration shall revert to the prior state of
|
|
4021
|
-
* configuration if the CommissioningComplete command (see
|
|
4022
|
-
* invoked before expiry of the Fail-Safe timer.
|
|
4080
|
+
* configuration if the CommissioningComplete command (see Section 11.10.7.6, “CommissioningComplete
|
|
4081
|
+
* Command”) is not successfully invoked before expiry of the Fail-Safe timer.
|
|
4023
4082
|
*
|
|
4024
4083
|
* When non-concurrent commissioning is being used by a Commissioner or Administrator, the
|
|
4025
4084
|
* ConnectNetworkResponse shall be sent with the NetworkingStatus field set to Success prior to closing the
|
|
@@ -4030,8 +4089,8 @@ export declare namespace NetworkCommissioning {
|
|
|
4030
4089
|
* Node on the new operational network. Therefore, before invoking the ConnectNetwork command, the client
|
|
4031
4090
|
* SHOULD re-invoke the Arm Fail-Safe command with a duration that meets the following:
|
|
4032
4091
|
*
|
|
4033
|
-
* 1. Sufficient time to meet the minimum required time (see
|
|
4034
|
-
* the server to connect to the desired network.
|
|
4092
|
+
* 1. Sufficient time to meet the minimum required time (see Section 11.9.6.4, “ConnectMaxTimeSeconds
|
|
4093
|
+
* Attribute”) that may be taken by the server to connect to the desired network.
|
|
4035
4094
|
*
|
|
4036
4095
|
* 2. Sufficient time to account for possible message-layer retries when a response is requested.
|
|
4037
4096
|
*
|
|
@@ -4062,7 +4121,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4062
4121
|
*/
|
|
4063
4122
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
4064
4123
|
/**
|
|
4065
|
-
* See Breadcrumb for usage.
|
|
4124
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
4066
4125
|
*
|
|
4067
4126
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.8.2
|
|
4068
4127
|
*/
|
|
@@ -4093,7 +4152,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4093
4152
|
*/
|
|
4094
4153
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
4095
4154
|
/**
|
|
4096
|
-
* See DebugText for usage.
|
|
4155
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
4097
4156
|
*
|
|
4098
4157
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.9.2
|
|
4099
4158
|
*/
|
|
@@ -4123,6 +4182,8 @@ export declare namespace NetworkCommissioning {
|
|
|
4123
4182
|
errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
4124
4183
|
}>, any>;
|
|
4125
4184
|
/**
|
|
4185
|
+
* This command is used to re-order the network configuration list.
|
|
4186
|
+
*
|
|
4126
4187
|
* This command shall set the specific order of the network configuration selected by its NetworkID in the
|
|
4127
4188
|
* Networks attribute to match the position given by NetworkIndex.
|
|
4128
4189
|
*
|
|
@@ -4143,7 +4204,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4143
4204
|
*/
|
|
4144
4205
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4145
4206
|
/**
|
|
4146
|
-
* See Breadcrumb for usage.
|
|
4207
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
4147
4208
|
*
|
|
4148
4209
|
* ### Effect when received
|
|
4149
4210
|
*
|
|
@@ -4214,15 +4275,14 @@ export declare namespace NetworkCommissioning {
|
|
|
4214
4275
|
*/
|
|
4215
4276
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
4216
4277
|
/**
|
|
4217
|
-
* See DebugText for usage.
|
|
4278
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
4218
4279
|
*
|
|
4219
4280
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
|
|
4220
4281
|
*/
|
|
4221
4282
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4222
4283
|
/**
|
|
4223
|
-
*
|
|
4224
|
-
*
|
|
4225
|
-
* request command.
|
|
4284
|
+
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
4285
|
+
* updated or removed successfully by the associated request command.
|
|
4226
4286
|
*
|
|
4227
4287
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
|
|
4228
4288
|
*/
|
|
@@ -4245,10 +4305,12 @@ export declare namespace NetworkCommissioning {
|
|
|
4245
4305
|
};
|
|
4246
4306
|
readonly commands: {
|
|
4247
4307
|
/**
|
|
4308
|
+
* This command is used to add or update a Wi-Fi network configuration.
|
|
4309
|
+
*
|
|
4248
4310
|
* This command shall be used to add or modify Wi-Fi network configurations.
|
|
4249
4311
|
*
|
|
4250
|
-
* If this command is received without an armed fail-safe context (see
|
|
4251
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
4312
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
4313
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
4252
4314
|
*
|
|
4253
4315
|
* The Credentials associated with the network are not readable after execution of this command, as they do
|
|
4254
4316
|
* not appear in the Networks attribute, for security reasons.
|
|
@@ -4273,7 +4335,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4273
4335
|
* Credentials is the passphrase or PSK for the network (if any is needed).
|
|
4274
4336
|
*
|
|
4275
4337
|
* Security type, cipher and credential format (passphrase or PSK) shall be contextually auto-selected during
|
|
4276
|
-
* execution of the ConnectNetwork
|
|
4338
|
+
* execution of the ConnectNetwork command and during subsequent operational state network connections, based on
|
|
4277
4339
|
* the most secure Wi-Fi security type available within beacons and probe responses for the set of all
|
|
4278
4340
|
* discovered BSSIDs for the configured SSID. The type of PSK or passphrase used shall be inferred based on the
|
|
4279
4341
|
* length and contents of the Credentials field provided, matching the security type chosen.
|
|
@@ -4306,7 +4368,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4306
4368
|
*/
|
|
4307
4369
|
credentials: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
4308
4370
|
/**
|
|
4309
|
-
* See Breadcrumb for usage.
|
|
4371
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
4310
4372
|
*
|
|
4311
4373
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.3.3
|
|
4312
4374
|
*/
|
|
@@ -4331,15 +4393,14 @@ export declare namespace NetworkCommissioning {
|
|
|
4331
4393
|
*/
|
|
4332
4394
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
4333
4395
|
/**
|
|
4334
|
-
* See DebugText for usage.
|
|
4396
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
4335
4397
|
*
|
|
4336
4398
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
|
|
4337
4399
|
*/
|
|
4338
4400
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4339
4401
|
/**
|
|
4340
|
-
*
|
|
4341
|
-
*
|
|
4342
|
-
* request command.
|
|
4402
|
+
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
4403
|
+
* updated or removed successfully by the associated request command.
|
|
4343
4404
|
*
|
|
4344
4405
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
|
|
4345
4406
|
*/
|
|
@@ -4398,10 +4459,12 @@ export declare namespace NetworkCommissioning {
|
|
|
4398
4459
|
};
|
|
4399
4460
|
readonly commands: {
|
|
4400
4461
|
/**
|
|
4462
|
+
* This command is used to add or update a Thread network configuration.
|
|
4463
|
+
*
|
|
4401
4464
|
* This command shall be used to add or modify Thread network configurations.
|
|
4402
4465
|
*
|
|
4403
|
-
* If this command is received without an armed fail-safe context (see
|
|
4404
|
-
* fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
4466
|
+
* If this command is received without an armed fail-safe context (see Section 11.10.7.2, “ArmFailSafe
|
|
4467
|
+
* Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
|
|
4405
4468
|
*
|
|
4406
4469
|
* See Section 11.9.7.5, “Common processing of AddOrUpdateWiFiNetwork and AddOrUpdateThreadNetwork” for
|
|
4407
4470
|
* behavior of addition/update.
|
|
@@ -4427,7 +4490,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4427
4490
|
*/
|
|
4428
4491
|
operationalDataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
4429
4492
|
/**
|
|
4430
|
-
* See Breadcrumb for usage.
|
|
4493
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
4431
4494
|
*
|
|
4432
4495
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.4.2
|
|
4433
4496
|
*/
|
|
@@ -4452,15 +4515,14 @@ export declare namespace NetworkCommissioning {
|
|
|
4452
4515
|
*/
|
|
4453
4516
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
4454
4517
|
/**
|
|
4455
|
-
* See DebugText for usage.
|
|
4518
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
4456
4519
|
*
|
|
4457
4520
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
|
|
4458
4521
|
*/
|
|
4459
4522
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4460
4523
|
/**
|
|
4461
|
-
*
|
|
4462
|
-
*
|
|
4463
|
-
* request command.
|
|
4524
|
+
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
4525
|
+
* updated or removed successfully by the associated request command.
|
|
4464
4526
|
*
|
|
4465
4527
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
|
|
4466
4528
|
*/
|
|
@@ -4676,7 +4738,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4676
4738
|
* It is undefined what happens if InterfaceEnabled is written to false on the same interface as that which
|
|
4677
4739
|
* is used to write the value. In that case, it is possible that the Administrator would have to await
|
|
4678
4740
|
* expiry of the fail-safe, and associated recovery of network configuration to prior safe values, before
|
|
4679
|
-
* being able to communicate with the node again (see ArmFailSafe).
|
|
4741
|
+
* being able to communicate with the node again (see Section 11.10.7.2, “ArmFailSafe Command”).
|
|
4680
4742
|
*
|
|
4681
4743
|
* It may be possible to disable Ethernet interfaces but it is implementation-defined. If not supported, a
|
|
4682
4744
|
* write to this attribute with a value of false shall fail with a status of INVALID_ACTION. When disabled,
|
|
@@ -4883,7 +4945,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4883
4945
|
* Credentials is the passphrase or PSK for the network (if any is needed).
|
|
4884
4946
|
*
|
|
4885
4947
|
* Security type, cipher and credential format (passphrase or PSK) shall be contextually auto-selected during
|
|
4886
|
-
* execution of the ConnectNetwork
|
|
4948
|
+
* execution of the ConnectNetwork command and during subsequent operational state network connections, based on
|
|
4887
4949
|
* the most secure Wi-Fi security type available within beacons and probe responses for the set of all
|
|
4888
4950
|
* discovered BSSIDs for the configured SSID. The type of PSK or passphrase used shall be inferred based on the
|
|
4889
4951
|
* length and contents of the Credentials field provided, matching the security type chosen.
|
|
@@ -4916,7 +4978,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4916
4978
|
*/
|
|
4917
4979
|
credentials: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
4918
4980
|
/**
|
|
4919
|
-
* See Breadcrumb for usage.
|
|
4981
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
4920
4982
|
*
|
|
4921
4983
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.3.3
|
|
4922
4984
|
*/
|
|
@@ -4941,15 +5003,14 @@ export declare namespace NetworkCommissioning {
|
|
|
4941
5003
|
*/
|
|
4942
5004
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
4943
5005
|
/**
|
|
4944
|
-
* See DebugText for usage.
|
|
5006
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
4945
5007
|
*
|
|
4946
5008
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
|
|
4947
5009
|
*/
|
|
4948
5010
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4949
5011
|
/**
|
|
4950
|
-
*
|
|
4951
|
-
*
|
|
4952
|
-
* request command.
|
|
5012
|
+
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
5013
|
+
* updated or removed successfully by the associated request command.
|
|
4953
5014
|
*
|
|
4954
5015
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
|
|
4955
5016
|
*/
|
|
@@ -4974,7 +5035,7 @@ export declare namespace NetworkCommissioning {
|
|
|
4974
5035
|
*/
|
|
4975
5036
|
operationalDataset: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
4976
5037
|
/**
|
|
4977
|
-
* See Breadcrumb for usage.
|
|
5038
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
4978
5039
|
*
|
|
4979
5040
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.4.2
|
|
4980
5041
|
*/
|
|
@@ -4999,15 +5060,14 @@ export declare namespace NetworkCommissioning {
|
|
|
4999
5060
|
*/
|
|
5000
5061
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
5001
5062
|
/**
|
|
5002
|
-
* See DebugText for usage.
|
|
5063
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
5003
5064
|
*
|
|
5004
5065
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
|
|
5005
5066
|
*/
|
|
5006
5067
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
5007
5068
|
/**
|
|
5008
|
-
*
|
|
5009
|
-
*
|
|
5010
|
-
* request command.
|
|
5069
|
+
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
5070
|
+
* updated or removed successfully by the associated request command.
|
|
5011
5071
|
*
|
|
5012
5072
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
|
|
5013
5073
|
*/
|
|
@@ -5028,7 +5088,7 @@ export declare namespace NetworkCommissioning {
|
|
|
5028
5088
|
*/
|
|
5029
5089
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
5030
5090
|
/**
|
|
5031
|
-
* See Breadcrumb for usage.
|
|
5091
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
5032
5092
|
*
|
|
5033
5093
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.6.2
|
|
5034
5094
|
*/
|
|
@@ -5053,15 +5113,14 @@ export declare namespace NetworkCommissioning {
|
|
|
5053
5113
|
*/
|
|
5054
5114
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
5055
5115
|
/**
|
|
5056
|
-
* See DebugText for usage.
|
|
5116
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
5057
5117
|
*
|
|
5058
5118
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
|
|
5059
5119
|
*/
|
|
5060
5120
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
5061
5121
|
/**
|
|
5062
|
-
*
|
|
5063
|
-
*
|
|
5064
|
-
* request command.
|
|
5122
|
+
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
5123
|
+
* updated or removed successfully by the associated request command.
|
|
5065
5124
|
*
|
|
5066
5125
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
|
|
5067
5126
|
*/
|
|
@@ -5085,7 +5144,7 @@ export declare namespace NetworkCommissioning {
|
|
|
5085
5144
|
*/
|
|
5086
5145
|
networkId: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
|
|
5087
5146
|
/**
|
|
5088
|
-
* See Breadcrumb for usage.
|
|
5147
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
5089
5148
|
*
|
|
5090
5149
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.8.2
|
|
5091
5150
|
*/
|
|
@@ -5116,7 +5175,7 @@ export declare namespace NetworkCommissioning {
|
|
|
5116
5175
|
*/
|
|
5117
5176
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
5118
5177
|
/**
|
|
5119
|
-
* See DebugText for usage.
|
|
5178
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
5120
5179
|
*
|
|
5121
5180
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.9.2
|
|
5122
5181
|
*/
|
|
@@ -5169,7 +5228,7 @@ export declare namespace NetworkCommissioning {
|
|
|
5169
5228
|
*/
|
|
5170
5229
|
networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
|
|
5171
5230
|
/**
|
|
5172
|
-
* See Breadcrumb for usage.
|
|
5231
|
+
* See Section 11.9.7.1.2, “Breadcrumb Field” for usage.
|
|
5173
5232
|
*
|
|
5174
5233
|
* ### Effect when received
|
|
5175
5234
|
*
|
|
@@ -5240,15 +5299,14 @@ export declare namespace NetworkCommissioning {
|
|
|
5240
5299
|
*/
|
|
5241
5300
|
networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
|
|
5242
5301
|
/**
|
|
5243
|
-
* See DebugText for usage.
|
|
5302
|
+
* See Section 11.9.7.2.2, “DebugText Field” for usage.
|
|
5244
5303
|
*
|
|
5245
5304
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
|
|
5246
5305
|
*/
|
|
5247
5306
|
debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
5248
5307
|
/**
|
|
5249
|
-
*
|
|
5250
|
-
*
|
|
5251
|
-
* request command.
|
|
5308
|
+
* This field shall contain the 0-based index of the entry in the Networks attribute that was last added,
|
|
5309
|
+
* updated or removed successfully by the associated request command.
|
|
5252
5310
|
*
|
|
5253
5311
|
* @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
|
|
5254
5312
|
*/
|