@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +32 -12
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +141 -99
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +45 -13
- package/dist/cjs/clusters/application-launcher.js.map +2 -2
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +577 -559
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +87 -73
- package/dist/cjs/clusters/channel.js.map +2 -2
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +27 -17
- package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/cjs/clusters/content-app-observer.js +14 -6
- package/dist/cjs/clusters/content-app-observer.js.map +2 -2
- package/dist/cjs/clusters/content-control.d.ts +438 -356
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +120 -58
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +509 -475
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +65 -39
- package/dist/cjs/clusters/content-launcher.js.map +2 -2
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/cjs/clusters/diagnostic-logs.js +34 -8
- package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1367 -1350
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +242 -228
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +34 -16
- package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
- package/dist/cjs/clusters/keypad-input.js +17 -3
- package/dist/cjs/clusters/keypad-input.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +427 -385
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +89 -57
- package/dist/cjs/clusters/media-playback.js.map +2 -2
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
- package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +40 -40
- package/dist/cjs/clusters/oven-mode.js +5 -5
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +48 -30
- package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
- package/dist/cjs/clusters/target-navigator.js +24 -10
- package/dist/cjs/clusters/target-navigator.js.map +2 -2
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +55 -47
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/common/StatusCode.d.ts +2 -11
- package/dist/cjs/common/StatusCode.d.ts.map +1 -1
- package/dist/cjs/common/StatusCode.js +1 -17
- package/dist/cjs/common/StatusCode.js.map +1 -1
- package/dist/cjs/common/StatusResponseError.d.ts +21 -0
- package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
- package/dist/cjs/common/StatusResponseError.js +54 -0
- package/dist/cjs/common/StatusResponseError.js.map +6 -0
- package/dist/cjs/common/ValidationError.d.ts +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/common/ValidationError.js +2 -1
- package/dist/cjs/common/ValidationError.js.map +1 -1
- package/dist/cjs/common/index.d.ts +1 -0
- package/dist/cjs/common/index.d.ts.map +1 -1
- package/dist/cjs/common/index.js +1 -0
- package/dist/cjs/common/index.js.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +32 -12
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +141 -99
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +45 -13
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +577 -559
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +87 -73
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +27 -17
- package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/esm/clusters/content-app-observer.js +14 -6
- package/dist/esm/clusters/content-app-observer.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +438 -356
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +120 -58
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +509 -475
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +65 -39
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/esm/clusters/diagnostic-logs.js +34 -8
- package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1367 -1350
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +242 -228
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +34 -16
- package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
- package/dist/esm/clusters/keypad-input.js +17 -3
- package/dist/esm/clusters/keypad-input.js.map +1 -1
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +427 -385
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +89 -57
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +51 -25
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +40 -40
- package/dist/esm/clusters/oven-mode.js +5 -5
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +48 -30
- package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
- package/dist/esm/clusters/target-navigator.js +24 -10
- package/dist/esm/clusters/target-navigator.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +255 -245
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +55 -47
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/common/StatusCode.d.ts +2 -11
- package/dist/esm/common/StatusCode.d.ts.map +1 -1
- package/dist/esm/common/StatusCode.js +1 -17
- package/dist/esm/common/StatusCode.js.map +1 -1
- package/dist/esm/common/StatusResponseError.d.ts +21 -0
- package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
- package/dist/esm/common/StatusResponseError.js +34 -0
- package/dist/esm/common/StatusResponseError.js.map +6 -0
- package/dist/esm/common/ValidationError.d.ts +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/common/ValidationError.js +2 -1
- package/dist/esm/common/ValidationError.js.map +1 -1
- package/dist/esm/common/index.d.ts +1 -0
- package/dist/esm/common/index.d.ts.map +1 -1
- package/dist/esm/common/index.js +1 -0
- package/dist/esm/common/index.js.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +67 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +105 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +143 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +29 -12
- package/src/clusters/content-control.ts +248 -96
- package/src/clusters/content-launcher.ts +131 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +88 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +408 -377
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +43 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +168 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +101 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +31 -31
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +31 -31
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +68 -68
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +52 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +98 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +52 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/common/StatusCode.ts +3 -21
- package/src/common/StatusResponseError.ts +41 -0
- package/src/common/ValidationError.ts +2 -1
- package/src/common/index.ts +1 -0
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -13,7 +13,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
13
13
|
/**
|
|
14
14
|
* These are optional features supported by ThreadNetworkDiagnosticsCluster.
|
|
15
15
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
16
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.4
|
|
17
17
|
*/
|
|
18
18
|
enum Feature {
|
|
19
19
|
/**
|
|
@@ -43,7 +43,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
43
43
|
MacCounts = "MacCounts"
|
|
44
44
|
}
|
|
45
45
|
/**
|
|
46
|
-
* @see {@link MatterSpecification.
|
|
46
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.3
|
|
47
47
|
*/
|
|
48
48
|
enum RoutingRole {
|
|
49
49
|
/**
|
|
@@ -77,47 +77,47 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
77
77
|
Leader = 6
|
|
78
78
|
}
|
|
79
79
|
/**
|
|
80
|
-
* @see {@link MatterSpecification.
|
|
80
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4
|
|
81
81
|
*/
|
|
82
82
|
const TlvNeighborTable: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
83
83
|
/**
|
|
84
84
|
* This field shall specify the IEEE 802.15.4 extended address for the neighboring Node.
|
|
85
85
|
*
|
|
86
|
-
* @see {@link MatterSpecification.
|
|
86
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.1
|
|
87
87
|
*/
|
|
88
88
|
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
89
89
|
/**
|
|
90
90
|
* This field shall specify the duration of time, in seconds, since a frame has been received from the
|
|
91
91
|
* neighboring Node.
|
|
92
92
|
*
|
|
93
|
-
* @see {@link MatterSpecification.
|
|
93
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.2
|
|
94
94
|
*/
|
|
95
95
|
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
96
96
|
/**
|
|
97
97
|
* This field shall specify the RLOC16 of the neighboring Node.
|
|
98
98
|
*
|
|
99
|
-
* @see {@link MatterSpecification.
|
|
99
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.3
|
|
100
100
|
*/
|
|
101
101
|
rloc16: import("../tlv/TlvObject.js").FieldType<number>;
|
|
102
102
|
/**
|
|
103
103
|
* This field shall specify the number of link layer frames that have been received from the neighboring node.
|
|
104
104
|
* This field shall be reset to 0 upon a reboot of the Node.
|
|
105
105
|
*
|
|
106
|
-
* @see {@link MatterSpecification.
|
|
106
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.4
|
|
107
107
|
*/
|
|
108
108
|
linkFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
109
109
|
/**
|
|
110
110
|
* This field shall specify the number of Mesh Link Establishment frames that have been received from the
|
|
111
111
|
* neighboring node. This field shall be reset to 0 upon a reboot of the Node.
|
|
112
112
|
*
|
|
113
|
-
* @see {@link MatterSpecification.
|
|
113
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.5
|
|
114
114
|
*/
|
|
115
115
|
mleFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
116
116
|
/**
|
|
117
117
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
118
118
|
* scaled from 0 to 255.
|
|
119
119
|
*
|
|
120
|
-
* @see {@link MatterSpecification.
|
|
120
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.6
|
|
121
121
|
*/
|
|
122
122
|
lqi: import("../tlv/TlvObject.js").FieldType<number>;
|
|
123
123
|
/**
|
|
@@ -125,7 +125,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
125
125
|
* receiving Node’s last reboot. If there is no known received frames this field SHOULD have the value of null.
|
|
126
126
|
* This field shall have the units of dBm, having the range -128 dBm to 0 dBm.
|
|
127
127
|
*
|
|
128
|
-
* @see {@link MatterSpecification.
|
|
128
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.7
|
|
129
129
|
*/
|
|
130
130
|
averageRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
131
131
|
/**
|
|
@@ -133,242 +133,242 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
133
133
|
* no known last received frame the LastRssi field SHOULD have the value of null. This field shall have the
|
|
134
134
|
* units of dBm, having the range -128 dBm to 0 dBm.
|
|
135
135
|
*
|
|
136
|
-
* @see {@link MatterSpecification.
|
|
136
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.8
|
|
137
137
|
*/
|
|
138
138
|
lastRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
139
139
|
/**
|
|
140
140
|
* This field shall specify the percentage of received frames from the neighboring Node that have resulted in
|
|
141
141
|
* errors.
|
|
142
142
|
*
|
|
143
|
-
* @see {@link MatterSpecification.
|
|
143
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.9
|
|
144
144
|
*/
|
|
145
145
|
frameErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
|
|
146
146
|
/**
|
|
147
147
|
* This field shall specify the percentage of received messages from the neighboring Node that have resulted in
|
|
148
148
|
* errors.
|
|
149
149
|
*
|
|
150
|
-
* @see {@link MatterSpecification.
|
|
150
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.10
|
|
151
151
|
*/
|
|
152
152
|
messageErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
|
|
153
153
|
/**
|
|
154
154
|
* This field shall specify if the neighboring Node is capable of receiving frames while the Node is in an idle
|
|
155
155
|
* state.
|
|
156
156
|
*
|
|
157
|
-
* @see {@link MatterSpecification.
|
|
157
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.11
|
|
158
158
|
*/
|
|
159
159
|
rxOnWhenIdle: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
160
160
|
/**
|
|
161
161
|
* This field shall specify if the neighboring Node is a full Thread device.
|
|
162
162
|
*
|
|
163
|
-
* @see {@link MatterSpecification.
|
|
163
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.12
|
|
164
164
|
*/
|
|
165
165
|
fullThreadDevice: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
166
166
|
/**
|
|
167
167
|
* This field shall specify if the neighboring Node requires the full Network Data. If set to False, the
|
|
168
168
|
* neighboring Node only requires the stable Network Data.
|
|
169
169
|
*
|
|
170
|
-
* @see {@link MatterSpecification.
|
|
170
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.13
|
|
171
171
|
*/
|
|
172
172
|
fullNetworkData: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
173
173
|
/**
|
|
174
174
|
* This field shall specify if the neighboring Node is a direct child of the Node reporting the NeighborTable
|
|
175
175
|
* attribute.
|
|
176
176
|
*
|
|
177
|
-
* @see {@link MatterSpecification.
|
|
177
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.14
|
|
178
178
|
*/
|
|
179
179
|
isChild: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
180
180
|
}>;
|
|
181
181
|
/**
|
|
182
|
-
* @see {@link MatterSpecification.
|
|
182
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4
|
|
183
183
|
*/
|
|
184
184
|
interface NeighborTable extends TypeFromSchema<typeof TlvNeighborTable> {
|
|
185
185
|
}
|
|
186
186
|
/**
|
|
187
|
-
* @see {@link MatterSpecification.
|
|
187
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5
|
|
188
188
|
*/
|
|
189
189
|
const TlvRouteTable: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
190
190
|
/**
|
|
191
191
|
* This field shall specify the IEEE 802.15.4 extended address for the Node for which this route table entry
|
|
192
192
|
* corresponds.
|
|
193
193
|
*
|
|
194
|
-
* @see {@link MatterSpecification.
|
|
194
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.1
|
|
195
195
|
*/
|
|
196
196
|
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
197
197
|
/**
|
|
198
198
|
* This field shall specify the RLOC16 for the Node for which this route table entry corresponds.
|
|
199
199
|
*
|
|
200
|
-
* @see {@link MatterSpecification.
|
|
200
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.2
|
|
201
201
|
*/
|
|
202
202
|
rloc16: import("../tlv/TlvObject.js").FieldType<number>;
|
|
203
203
|
/**
|
|
204
204
|
* This field shall specify the Router ID for the Node for which this route table entry corresponds.
|
|
205
205
|
*
|
|
206
|
-
* @see {@link MatterSpecification.
|
|
206
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.3
|
|
207
207
|
*/
|
|
208
208
|
routerId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
209
209
|
/**
|
|
210
210
|
* This field shall specify the Router ID for the next hop in the route to the Node for which this route table
|
|
211
211
|
* entry corresponds.
|
|
212
212
|
*
|
|
213
|
-
* @see {@link MatterSpecification.
|
|
213
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.4
|
|
214
214
|
*/
|
|
215
215
|
nextHop: import("../tlv/TlvObject.js").FieldType<number>;
|
|
216
216
|
/**
|
|
217
217
|
* This Field shall specify the cost of the route to the Node for which this route table entry corresponds.
|
|
218
218
|
*
|
|
219
|
-
* @see {@link MatterSpecification.
|
|
219
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.5
|
|
220
220
|
*/
|
|
221
221
|
pathCost: import("../tlv/TlvObject.js").FieldType<number>;
|
|
222
222
|
/**
|
|
223
223
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
224
224
|
* scaled from 0 to 255, from the perspective of the Node reporting the neighbor table.
|
|
225
225
|
*
|
|
226
|
-
* @see {@link MatterSpecification.
|
|
226
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.6
|
|
227
227
|
*/
|
|
228
228
|
lqiIn: import("../tlv/TlvObject.js").FieldType<number>;
|
|
229
229
|
/**
|
|
230
230
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
231
231
|
* scaled from 0 to 255, from the perspective of the Node specified within the NextHop field.
|
|
232
232
|
*
|
|
233
|
-
* @see {@link MatterSpecification.
|
|
233
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.7
|
|
234
234
|
*/
|
|
235
235
|
lqiOut: import("../tlv/TlvObject.js").FieldType<number>;
|
|
236
236
|
/**
|
|
237
237
|
* This field shall specify the duration of time, in seconds, since a frame has been received from the Node for
|
|
238
238
|
* which this route table entry corresponds.
|
|
239
239
|
*
|
|
240
|
-
* @see {@link MatterSpecification.
|
|
240
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.8
|
|
241
241
|
*/
|
|
242
242
|
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
243
243
|
/**
|
|
244
244
|
* This field shall specify if the router ID as defined within the RouterId field has been allocated.
|
|
245
245
|
*
|
|
246
|
-
* @see {@link MatterSpecification.
|
|
246
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.9
|
|
247
247
|
*/
|
|
248
248
|
allocated: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
249
249
|
/**
|
|
250
250
|
* This field shall specify if a link has been established to the Node for which this route table entry
|
|
251
251
|
* corresponds.
|
|
252
252
|
*
|
|
253
|
-
* @see {@link MatterSpecification.
|
|
253
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.10
|
|
254
254
|
*/
|
|
255
255
|
linkEstablished: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
256
256
|
}>;
|
|
257
257
|
/**
|
|
258
|
-
* @see {@link MatterSpecification.
|
|
258
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5
|
|
259
259
|
*/
|
|
260
260
|
interface RouteTable extends TypeFromSchema<typeof TlvRouteTable> {
|
|
261
261
|
}
|
|
262
262
|
/**
|
|
263
|
-
* @see {@link MatterSpecification.
|
|
263
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.6
|
|
264
264
|
*/
|
|
265
265
|
const TlvSecurityPolicy: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
266
266
|
/**
|
|
267
267
|
* This field shall specify the interval of time, in hours, that Thread security keys are rotated. Null when
|
|
268
268
|
* there is no dataset configured.
|
|
269
269
|
*
|
|
270
|
-
* @see {@link MatterSpecification.
|
|
270
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.6.1
|
|
271
271
|
*/
|
|
272
272
|
rotationTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
273
273
|
/**
|
|
274
274
|
* This field shall specify the flags as specified in Thread 1.3.0 section 8.10.1.15. Null when there is no
|
|
275
275
|
* dataset configured.
|
|
276
276
|
*
|
|
277
|
-
* @see {@link MatterSpecification.
|
|
277
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.6.2
|
|
278
278
|
*/
|
|
279
279
|
flags: import("../tlv/TlvObject.js").FieldType<number>;
|
|
280
280
|
}>;
|
|
281
281
|
/**
|
|
282
|
-
* @see {@link MatterSpecification.
|
|
282
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.6
|
|
283
283
|
*/
|
|
284
284
|
interface SecurityPolicy extends TypeFromSchema<typeof TlvSecurityPolicy> {
|
|
285
285
|
}
|
|
286
286
|
/**
|
|
287
|
-
* @see {@link MatterSpecification.
|
|
287
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7
|
|
288
288
|
*/
|
|
289
289
|
const TlvOperationalDatasetComponents: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
290
290
|
/**
|
|
291
291
|
* This field shall be True if the Node has an active timestamp present, else False.
|
|
292
292
|
*
|
|
293
|
-
* @see {@link MatterSpecification.
|
|
293
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.1
|
|
294
294
|
*/
|
|
295
295
|
activeTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
296
296
|
/**
|
|
297
297
|
* This field shall be True if the Node has a pending timestamp is present, else False.
|
|
298
298
|
*
|
|
299
|
-
* @see {@link MatterSpecification.
|
|
299
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.2
|
|
300
300
|
*/
|
|
301
301
|
pendingTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
302
302
|
/**
|
|
303
303
|
* This field shall be True if the Node has the Thread master key, else False.
|
|
304
304
|
*
|
|
305
|
-
* @see {@link MatterSpecification.
|
|
305
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.3
|
|
306
306
|
*/
|
|
307
307
|
masterKeyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
308
308
|
/**
|
|
309
309
|
* This field shall be True if the Node has the Thread network’s name, else False.
|
|
310
310
|
*
|
|
311
|
-
* @see {@link MatterSpecification.
|
|
311
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.4
|
|
312
312
|
*/
|
|
313
313
|
networkNamePresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
314
314
|
/**
|
|
315
315
|
* This field shall be True if the Node has an extended Pan ID, else False.
|
|
316
316
|
*
|
|
317
|
-
* @see {@link MatterSpecification.
|
|
317
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.5
|
|
318
318
|
*/
|
|
319
319
|
extendedPanIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
320
320
|
/**
|
|
321
321
|
* This field shall be True if the Node has the mesh local prefix, else False.
|
|
322
322
|
*
|
|
323
|
-
* @see {@link MatterSpecification.
|
|
323
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.6
|
|
324
324
|
*/
|
|
325
325
|
meshLocalPrefixPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
326
326
|
/**
|
|
327
327
|
* This field shall be True if the Node has the Thread network delay set, else False.
|
|
328
328
|
*
|
|
329
|
-
* @see {@link MatterSpecification.
|
|
329
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.7
|
|
330
330
|
*/
|
|
331
331
|
delayPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
332
332
|
/**
|
|
333
333
|
* This field shall be True if the Node has a Pan ID, else False.
|
|
334
334
|
*
|
|
335
|
-
* @see {@link MatterSpecification.
|
|
335
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.8
|
|
336
336
|
*/
|
|
337
337
|
panIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
338
338
|
/**
|
|
339
339
|
* This field shall be True if the Node has configured an operational channel for the Thread network, else
|
|
340
340
|
* False.
|
|
341
341
|
*
|
|
342
|
-
* @see {@link MatterSpecification.
|
|
342
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.9
|
|
343
343
|
*/
|
|
344
344
|
channelPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
345
345
|
/**
|
|
346
346
|
* This field shall be True if the Node has been configured with the Thread network Pskc, else False.
|
|
347
347
|
*
|
|
348
|
-
* @see {@link MatterSpecification.
|
|
348
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.10
|
|
349
349
|
*/
|
|
350
350
|
pskcPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
351
351
|
/**
|
|
352
352
|
* This field shall be True if the Node has been configured with the Thread network security policies, else
|
|
353
353
|
* False.
|
|
354
354
|
*
|
|
355
|
-
* @see {@link MatterSpecification.
|
|
355
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.11
|
|
356
356
|
*/
|
|
357
357
|
securityPolicyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
358
358
|
/**
|
|
359
359
|
* This field shall be True if the Node has available a mask of available channels, else False.
|
|
360
360
|
*
|
|
361
|
-
* @see {@link MatterSpecification.
|
|
361
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.12
|
|
362
362
|
*/
|
|
363
363
|
channelMaskPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
364
364
|
}>;
|
|
365
365
|
/**
|
|
366
|
-
* @see {@link MatterSpecification.
|
|
366
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7
|
|
367
367
|
*/
|
|
368
368
|
interface OperationalDatasetComponents extends TypeFromSchema<typeof TlvOperationalDatasetComponents> {
|
|
369
369
|
}
|
|
370
370
|
/**
|
|
371
|
-
* @see {@link MatterSpecification.
|
|
371
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.1
|
|
372
372
|
*/
|
|
373
373
|
enum NetworkFault {
|
|
374
374
|
/**
|
|
@@ -389,7 +389,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
389
389
|
NetworkJammed = 3
|
|
390
390
|
}
|
|
391
391
|
/**
|
|
392
|
-
* @see {@link MatterSpecification.
|
|
392
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.2
|
|
393
393
|
*/
|
|
394
394
|
enum ConnectionStatus {
|
|
395
395
|
/**
|
|
@@ -404,7 +404,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
404
404
|
/**
|
|
405
405
|
* Body of the ThreadNetworkDiagnostics connectionStatus event
|
|
406
406
|
*
|
|
407
|
-
* @see {@link MatterSpecification.
|
|
407
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.2
|
|
408
408
|
*/
|
|
409
409
|
const TlvConnectionStatusEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
410
410
|
connectionStatus: import("../tlv/TlvObject.js").FieldType<ConnectionStatus>;
|
|
@@ -412,35 +412,35 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
412
412
|
/**
|
|
413
413
|
* Body of the ThreadNetworkDiagnostics connectionStatus event
|
|
414
414
|
*
|
|
415
|
-
* @see {@link MatterSpecification.
|
|
415
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.2
|
|
416
416
|
*/
|
|
417
417
|
interface ConnectionStatusEvent extends TypeFromSchema<typeof TlvConnectionStatusEvent> {
|
|
418
418
|
}
|
|
419
419
|
/**
|
|
420
420
|
* Body of the ThreadNetworkDiagnostics networkFaultChange event
|
|
421
421
|
*
|
|
422
|
-
* @see {@link MatterSpecification.
|
|
422
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.1
|
|
423
423
|
*/
|
|
424
424
|
const TlvNetworkFaultChangeEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
425
425
|
/**
|
|
426
426
|
* This field shall represent the set of faults currently detected, as per Section 11.14.5.1, “NetworkFaultEnum
|
|
427
427
|
* Type”.
|
|
428
428
|
*
|
|
429
|
-
* @see {@link MatterSpecification.
|
|
429
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.1.1
|
|
430
430
|
*/
|
|
431
431
|
current: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
432
432
|
/**
|
|
433
433
|
* This field shall represent the set of faults detected prior to this change event, as per Section 11.14.5.1,
|
|
434
434
|
* “NetworkFaultEnum Type”.
|
|
435
435
|
*
|
|
436
|
-
* @see {@link MatterSpecification.
|
|
436
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.1.2
|
|
437
437
|
*/
|
|
438
438
|
previous: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
439
439
|
}>;
|
|
440
440
|
/**
|
|
441
441
|
* Body of the ThreadNetworkDiagnostics networkFaultChange event
|
|
442
442
|
*
|
|
443
|
-
* @see {@link MatterSpecification.
|
|
443
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.1
|
|
444
444
|
*/
|
|
445
445
|
interface NetworkFaultChangeEvent extends TypeFromSchema<typeof TlvNetworkFaultChangeEvent> {
|
|
446
446
|
}
|
|
@@ -454,7 +454,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
454
454
|
* to lack of buffer memory to retain all packets on the ethernet network interface. The OverrunCount
|
|
455
455
|
* attribute shall be reset to 0 upon a reboot of the Node.
|
|
456
456
|
*
|
|
457
|
-
* @see {@link MatterSpecification.
|
|
457
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.7
|
|
458
458
|
*/
|
|
459
459
|
readonly overrunCount: Attribute<number | bigint, any>;
|
|
460
460
|
};
|
|
@@ -467,7 +467,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
467
467
|
* This command has no associated data. Upon completion, this command shall send a status code set to a
|
|
468
468
|
* value of SUCCESS back to the initiator.
|
|
469
469
|
*
|
|
470
|
-
* @see {@link MatterSpecification.
|
|
470
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.7.1
|
|
471
471
|
*/
|
|
472
472
|
readonly resetCounts: Command<void, void, any>;
|
|
473
473
|
};
|
|
@@ -482,14 +482,14 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
482
482
|
* OT_DEVICE_ROLE_DETACHED role as specified within the Thread specification. This value shall only be reset
|
|
483
483
|
* upon a Node reboot.
|
|
484
484
|
*
|
|
485
|
-
* @see {@link MatterSpecification.
|
|
485
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.15
|
|
486
486
|
*/
|
|
487
487
|
readonly detachedRoleCount: OptionalAttribute<number, any>;
|
|
488
488
|
/**
|
|
489
489
|
* The ChildRoleCount attribute shall indicate the number of times the Node entered the OT_DEVICE_ROLE_CHILD
|
|
490
490
|
* role as specified within the Thread specification. This value shall only be reset upon a Node reboot.
|
|
491
491
|
*
|
|
492
|
-
* @see {@link MatterSpecification.
|
|
492
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.16
|
|
493
493
|
*/
|
|
494
494
|
readonly childRoleCount: OptionalAttribute<number, any>;
|
|
495
495
|
/**
|
|
@@ -497,7 +497,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
497
497
|
* OT_DEVICE_ROLE_ROUTER role as specified within the Thread specification. This value shall only be reset
|
|
498
498
|
* upon a Node reboot.
|
|
499
499
|
*
|
|
500
|
-
* @see {@link MatterSpecification.
|
|
500
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.17
|
|
501
501
|
*/
|
|
502
502
|
readonly routerRoleCount: OptionalAttribute<number, any>;
|
|
503
503
|
/**
|
|
@@ -505,7 +505,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
505
505
|
* OT_DEVICE_ROLE_LEADER role as specified within the Thread specification. This value shall only be reset
|
|
506
506
|
* upon a Node reboot.
|
|
507
507
|
*
|
|
508
|
-
* @see {@link MatterSpecification.
|
|
508
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.18
|
|
509
509
|
*/
|
|
510
510
|
readonly leaderRoleCount: OptionalAttribute<number, any>;
|
|
511
511
|
/**
|
|
@@ -513,14 +513,14 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
513
513
|
* Thread network while the Node was detached from all Thread networks. This value shall only be reset upon
|
|
514
514
|
* a Node reboot.
|
|
515
515
|
*
|
|
516
|
-
* @see {@link MatterSpecification.
|
|
516
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.19
|
|
517
517
|
*/
|
|
518
518
|
readonly attachAttemptCount: OptionalAttribute<number, any>;
|
|
519
519
|
/**
|
|
520
520
|
* The PartitionIdChangeCount attribute shall indicate the number of times that the Thread network that the
|
|
521
521
|
* Node is connected to has changed its Partition ID. This value shall only be reset upon a Node reboot.
|
|
522
522
|
*
|
|
523
|
-
* @see {@link MatterSpecification.
|
|
523
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.20
|
|
524
524
|
*/
|
|
525
525
|
readonly partitionIdChangeCount: OptionalAttribute<number, any>;
|
|
526
526
|
/**
|
|
@@ -528,14 +528,14 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
528
528
|
* to attach to a different Thread partition that it has determined is better than the partition it is
|
|
529
529
|
* currently attached to. This value shall only be reset upon a Node reboot.
|
|
530
530
|
*
|
|
531
|
-
* @see {@link MatterSpecification.
|
|
531
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.21
|
|
532
532
|
*/
|
|
533
533
|
readonly betterPartitionAttachAttemptCount: OptionalAttribute<number, any>;
|
|
534
534
|
/**
|
|
535
535
|
* The ParentChangeCount attribute shall indicate the number of times a Node has changed its parent. This
|
|
536
536
|
* value shall only be reset upon a Node reboot.
|
|
537
537
|
*
|
|
538
|
-
* @see {@link MatterSpecification.
|
|
538
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.22
|
|
539
539
|
*/
|
|
540
540
|
readonly parentChangeCount: OptionalAttribute<number, any>;
|
|
541
541
|
};
|
|
@@ -551,7 +551,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
551
551
|
* amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node
|
|
552
552
|
* reboot.
|
|
553
553
|
*
|
|
554
|
-
* @see {@link MatterSpecification.
|
|
554
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.23
|
|
555
555
|
*/
|
|
556
556
|
readonly txTotalCount: OptionalAttribute<number, any>;
|
|
557
557
|
/**
|
|
@@ -560,7 +560,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
560
560
|
* request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall
|
|
561
561
|
* only be reset upon a Node reboot.
|
|
562
562
|
*
|
|
563
|
-
* @see {@link MatterSpecification.
|
|
563
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.24
|
|
564
564
|
*/
|
|
565
565
|
readonly txUnicastCount: OptionalAttribute<number, any>;
|
|
566
566
|
/**
|
|
@@ -569,7 +569,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
569
569
|
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This
|
|
570
570
|
* value shall only be reset upon a Node reboot.
|
|
571
571
|
*
|
|
572
|
-
* @see {@link MatterSpecification.
|
|
572
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.25
|
|
573
573
|
*/
|
|
574
574
|
readonly txBroadcastCount: OptionalAttribute<number, any>;
|
|
575
575
|
/**
|
|
@@ -578,7 +578,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
578
578
|
* for each MAC transmission request with requested acknowledgment regardless of the amount of CCA failures,
|
|
579
579
|
* CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
580
580
|
*
|
|
581
|
-
* @see {@link MatterSpecification.
|
|
581
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.26
|
|
582
582
|
*/
|
|
583
583
|
readonly txAckRequestedCount: OptionalAttribute<number, any>;
|
|
584
584
|
/**
|
|
@@ -587,7 +587,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
587
587
|
* that is acked regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value
|
|
588
588
|
* shall only be reset upon a Node reboot.
|
|
589
589
|
*
|
|
590
|
-
* @see {@link MatterSpecification.
|
|
590
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.27
|
|
591
591
|
*/
|
|
592
592
|
readonly txAckedCount: OptionalAttribute<number, any>;
|
|
593
593
|
/**
|
|
@@ -596,7 +596,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
596
596
|
* by 1 for each MAC transmission request that is does not request acknowledgement regardless of the amount
|
|
597
597
|
* of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
598
598
|
*
|
|
599
|
-
* @see {@link MatterSpecification.
|
|
599
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.28
|
|
600
600
|
*/
|
|
601
601
|
readonly txNoAckRequestedCount: OptionalAttribute<number, any>;
|
|
602
602
|
/**
|
|
@@ -605,7 +605,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
605
605
|
* regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
|
|
606
606
|
* reset upon a Node reboot.
|
|
607
607
|
*
|
|
608
|
-
* @see {@link MatterSpecification.
|
|
608
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.29
|
|
609
609
|
*/
|
|
610
610
|
readonly txDataCount: OptionalAttribute<number, any>;
|
|
611
611
|
/**
|
|
@@ -614,7 +614,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
614
614
|
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This
|
|
615
615
|
* value shall only be reset upon a Node reboot.
|
|
616
616
|
*
|
|
617
|
-
* @see {@link MatterSpecification.
|
|
617
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.30
|
|
618
618
|
*/
|
|
619
619
|
readonly txDataPollCount: OptionalAttribute<number, any>;
|
|
620
620
|
/**
|
|
@@ -622,7 +622,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
622
622
|
* requests. The TxBeaconCount attribute shall only be incremented by 1 for each MAC Beacon frame
|
|
623
623
|
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
624
624
|
*
|
|
625
|
-
* @see {@link MatterSpecification.
|
|
625
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.31
|
|
626
626
|
*/
|
|
627
627
|
readonly txBeaconCount: OptionalAttribute<number, any>;
|
|
628
628
|
/**
|
|
@@ -631,7 +631,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
631
631
|
* Beacon Request frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
|
|
632
632
|
* retransmissions. This value shall only be reset upon a Node reboot.
|
|
633
633
|
*
|
|
634
|
-
* @see {@link MatterSpecification.
|
|
634
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.32
|
|
635
635
|
*/
|
|
636
636
|
readonly txBeaconRequestCount: OptionalAttribute<number, any>;
|
|
637
637
|
/**
|
|
@@ -640,7 +640,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
640
640
|
* each MAC frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
|
|
641
641
|
* retransmissions. This value shall only be reset upon a Node reboot.
|
|
642
642
|
*
|
|
643
|
-
* @see {@link MatterSpecification.
|
|
643
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.33
|
|
644
644
|
*/
|
|
645
645
|
readonly txOtherCount: OptionalAttribute<number, any>;
|
|
646
646
|
/**
|
|
@@ -649,7 +649,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
649
649
|
* triggered by lack of acknowledgement, CSMA/CA failure, or other type of transmission error. This value
|
|
650
650
|
* shall only be reset upon a Node reboot.
|
|
651
651
|
*
|
|
652
|
-
* @see {@link MatterSpecification.
|
|
652
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.34
|
|
653
653
|
*/
|
|
654
654
|
readonly txRetryCount: OptionalAttribute<number, any>;
|
|
655
655
|
/**
|
|
@@ -658,7 +658,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
658
658
|
* only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry limit for
|
|
659
659
|
* direct packets. This value shall only be reset upon a Node reboot.
|
|
660
660
|
*
|
|
661
|
-
* @see {@link MatterSpecification.
|
|
661
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.35
|
|
662
662
|
*/
|
|
663
663
|
readonly txDirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
664
664
|
/**
|
|
@@ -667,7 +667,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
667
667
|
* shall only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry
|
|
668
668
|
* limit for indirect packets. This value shall only be reset upon a Node reboot.
|
|
669
669
|
*
|
|
670
|
-
* @see {@link MatterSpecification.
|
|
670
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.36
|
|
671
671
|
*/
|
|
672
672
|
readonly txIndirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
673
673
|
/**
|
|
@@ -675,7 +675,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
675
675
|
* shall only be incremented by 1 for each instance of a CCA failure. This value shall only be reset upon a
|
|
676
676
|
* Node reboot.
|
|
677
677
|
*
|
|
678
|
-
* @see {@link MatterSpecification.
|
|
678
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.37
|
|
679
679
|
*/
|
|
680
680
|
readonly txErrCcaCount: OptionalAttribute<number, any>;
|
|
681
681
|
/**
|
|
@@ -683,7 +683,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
683
683
|
* caused by an abort error. The TxErrAbortCount attribute shall only be incremented by 1 for each unique
|
|
684
684
|
* MAC transmission request failure caused by an abort error.
|
|
685
685
|
*
|
|
686
|
-
* @see {@link MatterSpecification.
|
|
686
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.38
|
|
687
687
|
*/
|
|
688
688
|
readonly txErrAbortCount: OptionalAttribute<number, any>;
|
|
689
689
|
/**
|
|
@@ -692,63 +692,63 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
692
692
|
* attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by a
|
|
693
693
|
* busy channel such as a CSMA/CA failure.
|
|
694
694
|
*
|
|
695
|
-
* @see {@link MatterSpecification.
|
|
695
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.39
|
|
696
696
|
*/
|
|
697
697
|
readonly txErrBusyChannelCount: OptionalAttribute<number, any>;
|
|
698
698
|
/**
|
|
699
699
|
* The RxTotalCount attribute shall indicate the total number of received unique MAC frames. This value
|
|
700
700
|
* shall only be reset upon a Node reboot.
|
|
701
701
|
*
|
|
702
|
-
* @see {@link MatterSpecification.
|
|
702
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.40
|
|
703
703
|
*/
|
|
704
704
|
readonly rxTotalCount: OptionalAttribute<number, any>;
|
|
705
705
|
/**
|
|
706
706
|
* The RxUnicastCount attribute shall indicate the total number of received unique unicast MAC frames. This
|
|
707
707
|
* value shall only be reset upon a Node reboot.
|
|
708
708
|
*
|
|
709
|
-
* @see {@link MatterSpecification.
|
|
709
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.41
|
|
710
710
|
*/
|
|
711
711
|
readonly rxUnicastCount: OptionalAttribute<number, any>;
|
|
712
712
|
/**
|
|
713
713
|
* The RxBroadcastCount attribute shall indicate the total number of received unique broadcast MAC frames.
|
|
714
714
|
* This value shall only be reset upon a Node reboot.
|
|
715
715
|
*
|
|
716
|
-
* @see {@link MatterSpecification.
|
|
716
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.42
|
|
717
717
|
*/
|
|
718
718
|
readonly rxBroadcastCount: OptionalAttribute<number, any>;
|
|
719
719
|
/**
|
|
720
720
|
* The RxDataCount attribute shall indicate the total number of received unique MAC Data frames. This value
|
|
721
721
|
* shall only be reset upon a Node reboot.
|
|
722
722
|
*
|
|
723
|
-
* @see {@link MatterSpecification.
|
|
723
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.43
|
|
724
724
|
*/
|
|
725
725
|
readonly rxDataCount: OptionalAttribute<number, any>;
|
|
726
726
|
/**
|
|
727
727
|
* The RxDataPollCount attribute shall indicate the total number of received unique MAC Data Poll frames.
|
|
728
728
|
* This value shall only be reset upon a Node reboot.
|
|
729
729
|
*
|
|
730
|
-
* @see {@link MatterSpecification.
|
|
730
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.44
|
|
731
731
|
*/
|
|
732
732
|
readonly rxDataPollCount: OptionalAttribute<number, any>;
|
|
733
733
|
/**
|
|
734
734
|
* The RxBeaconCount attribute shall indicate the total number of received unique MAC Beacon frames. This
|
|
735
735
|
* value shall only be reset upon a Node reboot.
|
|
736
736
|
*
|
|
737
|
-
* @see {@link MatterSpecification.
|
|
737
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.45
|
|
738
738
|
*/
|
|
739
739
|
readonly rxBeaconCount: OptionalAttribute<number, any>;
|
|
740
740
|
/**
|
|
741
741
|
* The RxBeaconRequestCount attribute shall indicate the total number of received unique MAC Beacon Request
|
|
742
742
|
* frames. This value shall only be reset upon a Node reboot.
|
|
743
743
|
*
|
|
744
|
-
* @see {@link MatterSpecification.
|
|
744
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.46
|
|
745
745
|
*/
|
|
746
746
|
readonly rxBeaconRequestCount: OptionalAttribute<number, any>;
|
|
747
747
|
/**
|
|
748
748
|
* The RxOtherCount attribute shall indicate the total number of received unique MAC frame requests that are
|
|
749
749
|
* not counted by any other attribute. This value shall only be reset upon a Node reboot.
|
|
750
750
|
*
|
|
751
|
-
* @see {@link MatterSpecification.
|
|
751
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.47
|
|
752
752
|
*/
|
|
753
753
|
readonly rxOtherCount: OptionalAttribute<number, any>;
|
|
754
754
|
/**
|
|
@@ -756,7 +756,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
756
756
|
* requests that have been dropped as a result of MAC filtering. This value shall only be reset upon a Node
|
|
757
757
|
* reboot.
|
|
758
758
|
*
|
|
759
|
-
* @see {@link MatterSpecification.
|
|
759
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.48
|
|
760
760
|
*/
|
|
761
761
|
readonly rxAddressFilteredCount: OptionalAttribute<number, any>;
|
|
762
762
|
/**
|
|
@@ -764,7 +764,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
764
764
|
* requests that have been dropped as a result of a destination address check. This value shall only be
|
|
765
765
|
* reset upon a Node reboot.
|
|
766
766
|
*
|
|
767
|
-
* @see {@link MatterSpecification.
|
|
767
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.49
|
|
768
768
|
*/
|
|
769
769
|
readonly rxDestAddrFilteredCount: OptionalAttribute<number, any>;
|
|
770
770
|
/**
|
|
@@ -772,7 +772,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
772
772
|
* been dropped as a result of being a duplicate of a previously received MAC frame request. This value
|
|
773
773
|
* shall only be reset upon a Node reboot.
|
|
774
774
|
*
|
|
775
|
-
* @see {@link MatterSpecification.
|
|
775
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.50
|
|
776
776
|
*/
|
|
777
777
|
readonly rxDuplicatedCount: OptionalAttribute<number, any>;
|
|
778
778
|
/**
|
|
@@ -780,7 +780,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
780
780
|
* that have been dropped as a result of missing or malformed frame contents. This value shall only be reset
|
|
781
781
|
* upon a Node reboot.
|
|
782
782
|
*
|
|
783
|
-
* @see {@link MatterSpecification.
|
|
783
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.51
|
|
784
784
|
*/
|
|
785
785
|
readonly rxErrNoFrameCount: OptionalAttribute<number, any>;
|
|
786
786
|
/**
|
|
@@ -788,7 +788,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
788
788
|
* requests that have been dropped as a result of originating from an unknown neighbor device. This value
|
|
789
789
|
* shall only be reset upon a Node reboot.
|
|
790
790
|
*
|
|
791
|
-
* @see {@link MatterSpecification.
|
|
791
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.52
|
|
792
792
|
*/
|
|
793
793
|
readonly rxErrUnknownNeighborCount: OptionalAttribute<number, any>;
|
|
794
794
|
/**
|
|
@@ -796,7 +796,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
796
796
|
* requests that have been dropped as a result of containing an invalid source address. This value shall
|
|
797
797
|
* only be reset upon a Node reboot.
|
|
798
798
|
*
|
|
799
|
-
* @see {@link MatterSpecification.
|
|
799
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.53
|
|
800
800
|
*/
|
|
801
801
|
readonly rxErrInvalidSrcAddrCount: OptionalAttribute<number, any>;
|
|
802
802
|
/**
|
|
@@ -804,7 +804,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
804
804
|
* have been dropped as a result of an error with the security of the received frame. This value shall only
|
|
805
805
|
* be reset upon a Node reboot.
|
|
806
806
|
*
|
|
807
|
-
* @see {@link MatterSpecification.
|
|
807
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.54
|
|
808
808
|
*/
|
|
809
809
|
readonly rxErrSecCount: OptionalAttribute<number, any>;
|
|
810
810
|
/**
|
|
@@ -812,7 +812,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
812
812
|
* have been dropped as a result of an error with the FCS of the received frame. This value shall only be
|
|
813
813
|
* reset upon a Node reboot.
|
|
814
814
|
*
|
|
815
|
-
* @see {@link MatterSpecification.
|
|
815
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.55
|
|
816
816
|
*/
|
|
817
817
|
readonly rxErrFcsCount: OptionalAttribute<number, any>;
|
|
818
818
|
/**
|
|
@@ -820,7 +820,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
820
820
|
* have been dropped as a result of an error that is not counted by any other attribute. This value shall
|
|
821
821
|
* only be reset upon a Node reboot.
|
|
822
822
|
*
|
|
823
|
-
* @see {@link MatterSpecification.
|
|
823
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.56
|
|
824
824
|
*/
|
|
825
825
|
readonly rxErrOtherCount: OptionalAttribute<number, any>;
|
|
826
826
|
};
|
|
@@ -857,7 +857,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
857
857
|
* interface (that is, the Active Operational Dataset’s current Channel value). A value of null shall
|
|
858
858
|
* indicate that the Thread interface is not currently configured or operational.
|
|
859
859
|
*
|
|
860
|
-
* @see {@link MatterSpecification.
|
|
860
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.1
|
|
861
861
|
*/
|
|
862
862
|
readonly channel: Attribute<number | null, any>;
|
|
863
863
|
/**
|
|
@@ -866,7 +866,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
866
866
|
* following table. A value of null shall indicate that the Thread interface is not currently configured or
|
|
867
867
|
* operational.
|
|
868
868
|
*
|
|
869
|
-
* @see {@link MatterSpecification.
|
|
869
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.2
|
|
870
870
|
*/
|
|
871
871
|
readonly routingRole: Attribute<RoutingRole | null, any>;
|
|
872
872
|
/**
|
|
@@ -874,14 +874,14 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
874
874
|
* the Node has been configured to join to. A value of null shall indicate that the Thread interface is not
|
|
875
875
|
* currently configured or operational.
|
|
876
876
|
*
|
|
877
|
-
* @see {@link MatterSpecification.
|
|
877
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.3
|
|
878
878
|
*/
|
|
879
879
|
readonly networkName: Attribute<string | null, any>;
|
|
880
880
|
/**
|
|
881
881
|
* The PanId attribute shall indicate the 16-bit identifier of the Node on the Thread network. A value of
|
|
882
882
|
* null shall indicate that the Thread interface is not currently configured or operational.
|
|
883
883
|
*
|
|
884
|
-
* @see {@link MatterSpecification.
|
|
884
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.4
|
|
885
885
|
*/
|
|
886
886
|
readonly panId: Attribute<number | null, any>;
|
|
887
887
|
/**
|
|
@@ -889,7 +889,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
889
889
|
* network. A value of null shall indicate that the Thread interface is not currently configured or
|
|
890
890
|
* operational.
|
|
891
891
|
*
|
|
892
|
-
* @see {@link MatterSpecification.
|
|
892
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.5
|
|
893
893
|
*/
|
|
894
894
|
readonly extendedPanId: Attribute<number | bigint | null, any>;
|
|
895
895
|
/**
|
|
@@ -897,54 +897,54 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
897
897
|
* Node has been configured to join to. A value of null shall indicate that the Thread interface is not
|
|
898
898
|
* currently configured or operational.
|
|
899
899
|
*
|
|
900
|
-
* @see {@link MatterSpecification.
|
|
900
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.6
|
|
901
901
|
*/
|
|
902
902
|
readonly meshLocalPrefix: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
903
903
|
/**
|
|
904
904
|
* The NeighborTable attribute shall indicate the current list of Nodes that comprise the neighbor table on
|
|
905
905
|
* the Node.
|
|
906
906
|
*
|
|
907
|
-
* @see {@link MatterSpecification.
|
|
907
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.8
|
|
908
908
|
*/
|
|
909
909
|
readonly neighborTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
910
910
|
/**
|
|
911
911
|
* This field shall specify the IEEE 802.15.4 extended address for the neighboring Node.
|
|
912
912
|
*
|
|
913
|
-
* @see {@link MatterSpecification.
|
|
913
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.1
|
|
914
914
|
*/
|
|
915
915
|
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
916
916
|
/**
|
|
917
917
|
* This field shall specify the duration of time, in seconds, since a frame has been received from the
|
|
918
918
|
* neighboring Node.
|
|
919
919
|
*
|
|
920
|
-
* @see {@link MatterSpecification.
|
|
920
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.2
|
|
921
921
|
*/
|
|
922
922
|
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
923
923
|
/**
|
|
924
924
|
* This field shall specify the RLOC16 of the neighboring Node.
|
|
925
925
|
*
|
|
926
|
-
* @see {@link MatterSpecification.
|
|
926
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.3
|
|
927
927
|
*/
|
|
928
928
|
rloc16: import("../tlv/TlvObject.js").FieldType<number>;
|
|
929
929
|
/**
|
|
930
930
|
* This field shall specify the number of link layer frames that have been received from the neighboring node.
|
|
931
931
|
* This field shall be reset to 0 upon a reboot of the Node.
|
|
932
932
|
*
|
|
933
|
-
* @see {@link MatterSpecification.
|
|
933
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.4
|
|
934
934
|
*/
|
|
935
935
|
linkFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
936
936
|
/**
|
|
937
937
|
* This field shall specify the number of Mesh Link Establishment frames that have been received from the
|
|
938
938
|
* neighboring node. This field shall be reset to 0 upon a reboot of the Node.
|
|
939
939
|
*
|
|
940
|
-
* @see {@link MatterSpecification.
|
|
940
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.5
|
|
941
941
|
*/
|
|
942
942
|
mleFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
943
943
|
/**
|
|
944
944
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
945
945
|
* scaled from 0 to 255.
|
|
946
946
|
*
|
|
947
|
-
* @see {@link MatterSpecification.
|
|
947
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.6
|
|
948
948
|
*/
|
|
949
949
|
lqi: import("../tlv/TlvObject.js").FieldType<number>;
|
|
950
950
|
/**
|
|
@@ -952,7 +952,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
952
952
|
* receiving Node’s last reboot. If there is no known received frames this field SHOULD have the value of null.
|
|
953
953
|
* This field shall have the units of dBm, having the range -128 dBm to 0 dBm.
|
|
954
954
|
*
|
|
955
|
-
* @see {@link MatterSpecification.
|
|
955
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.7
|
|
956
956
|
*/
|
|
957
957
|
averageRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
958
958
|
/**
|
|
@@ -960,48 +960,48 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
960
960
|
* no known last received frame the LastRssi field SHOULD have the value of null. This field shall have the
|
|
961
961
|
* units of dBm, having the range -128 dBm to 0 dBm.
|
|
962
962
|
*
|
|
963
|
-
* @see {@link MatterSpecification.
|
|
963
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.8
|
|
964
964
|
*/
|
|
965
965
|
lastRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
966
966
|
/**
|
|
967
967
|
* This field shall specify the percentage of received frames from the neighboring Node that have resulted in
|
|
968
968
|
* errors.
|
|
969
969
|
*
|
|
970
|
-
* @see {@link MatterSpecification.
|
|
970
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.9
|
|
971
971
|
*/
|
|
972
972
|
frameErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
|
|
973
973
|
/**
|
|
974
974
|
* This field shall specify the percentage of received messages from the neighboring Node that have resulted in
|
|
975
975
|
* errors.
|
|
976
976
|
*
|
|
977
|
-
* @see {@link MatterSpecification.
|
|
977
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.10
|
|
978
978
|
*/
|
|
979
979
|
messageErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
|
|
980
980
|
/**
|
|
981
981
|
* This field shall specify if the neighboring Node is capable of receiving frames while the Node is in an idle
|
|
982
982
|
* state.
|
|
983
983
|
*
|
|
984
|
-
* @see {@link MatterSpecification.
|
|
984
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.11
|
|
985
985
|
*/
|
|
986
986
|
rxOnWhenIdle: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
987
987
|
/**
|
|
988
988
|
* This field shall specify if the neighboring Node is a full Thread device.
|
|
989
989
|
*
|
|
990
|
-
* @see {@link MatterSpecification.
|
|
990
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.12
|
|
991
991
|
*/
|
|
992
992
|
fullThreadDevice: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
993
993
|
/**
|
|
994
994
|
* This field shall specify if the neighboring Node requires the full Network Data. If set to False, the
|
|
995
995
|
* neighboring Node only requires the stable Network Data.
|
|
996
996
|
*
|
|
997
|
-
* @see {@link MatterSpecification.
|
|
997
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.13
|
|
998
998
|
*/
|
|
999
999
|
fullNetworkData: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1000
1000
|
/**
|
|
1001
1001
|
* This field shall specify if the neighboring Node is a direct child of the Node reporting the NeighborTable
|
|
1002
1002
|
* attribute.
|
|
1003
1003
|
*
|
|
1004
|
-
* @see {@link MatterSpecification.
|
|
1004
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.14
|
|
1005
1005
|
*/
|
|
1006
1006
|
isChild: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1007
1007
|
}>[], any>;
|
|
@@ -1009,73 +1009,73 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1009
1009
|
* The RouteTable attribute shall indicate the current list of router capable Nodes for which routes have
|
|
1010
1010
|
* been established.
|
|
1011
1011
|
*
|
|
1012
|
-
* @see {@link MatterSpecification.
|
|
1012
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.9
|
|
1013
1013
|
*/
|
|
1014
1014
|
readonly routeTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1015
1015
|
/**
|
|
1016
1016
|
* This field shall specify the IEEE 802.15.4 extended address for the Node for which this route table entry
|
|
1017
1017
|
* corresponds.
|
|
1018
1018
|
*
|
|
1019
|
-
* @see {@link MatterSpecification.
|
|
1019
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.1
|
|
1020
1020
|
*/
|
|
1021
1021
|
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1022
1022
|
/**
|
|
1023
1023
|
* This field shall specify the RLOC16 for the Node for which this route table entry corresponds.
|
|
1024
1024
|
*
|
|
1025
|
-
* @see {@link MatterSpecification.
|
|
1025
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.2
|
|
1026
1026
|
*/
|
|
1027
1027
|
rloc16: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1028
1028
|
/**
|
|
1029
1029
|
* This field shall specify the Router ID for the Node for which this route table entry corresponds.
|
|
1030
1030
|
*
|
|
1031
|
-
* @see {@link MatterSpecification.
|
|
1031
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.3
|
|
1032
1032
|
*/
|
|
1033
1033
|
routerId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1034
1034
|
/**
|
|
1035
1035
|
* This field shall specify the Router ID for the next hop in the route to the Node for which this route table
|
|
1036
1036
|
* entry corresponds.
|
|
1037
1037
|
*
|
|
1038
|
-
* @see {@link MatterSpecification.
|
|
1038
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.4
|
|
1039
1039
|
*/
|
|
1040
1040
|
nextHop: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1041
1041
|
/**
|
|
1042
1042
|
* This Field shall specify the cost of the route to the Node for which this route table entry corresponds.
|
|
1043
1043
|
*
|
|
1044
|
-
* @see {@link MatterSpecification.
|
|
1044
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.5
|
|
1045
1045
|
*/
|
|
1046
1046
|
pathCost: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1047
1047
|
/**
|
|
1048
1048
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
1049
1049
|
* scaled from 0 to 255, from the perspective of the Node reporting the neighbor table.
|
|
1050
1050
|
*
|
|
1051
|
-
* @see {@link MatterSpecification.
|
|
1051
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.6
|
|
1052
1052
|
*/
|
|
1053
1053
|
lqiIn: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1054
1054
|
/**
|
|
1055
1055
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
1056
1056
|
* scaled from 0 to 255, from the perspective of the Node specified within the NextHop field.
|
|
1057
1057
|
*
|
|
1058
|
-
* @see {@link MatterSpecification.
|
|
1058
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.7
|
|
1059
1059
|
*/
|
|
1060
1060
|
lqiOut: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1061
1061
|
/**
|
|
1062
1062
|
* This field shall specify the duration of time, in seconds, since a frame has been received from the Node for
|
|
1063
1063
|
* which this route table entry corresponds.
|
|
1064
1064
|
*
|
|
1065
|
-
* @see {@link MatterSpecification.
|
|
1065
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.8
|
|
1066
1066
|
*/
|
|
1067
1067
|
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1068
1068
|
/**
|
|
1069
1069
|
* This field shall specify if the router ID as defined within the RouterId field has been allocated.
|
|
1070
1070
|
*
|
|
1071
|
-
* @see {@link MatterSpecification.
|
|
1071
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.9
|
|
1072
1072
|
*/
|
|
1073
1073
|
allocated: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1074
1074
|
/**
|
|
1075
1075
|
* This field shall specify if a link has been established to the Node for which this route table entry
|
|
1076
1076
|
* corresponds.
|
|
1077
1077
|
*
|
|
1078
|
-
* @see {@link MatterSpecification.
|
|
1078
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.10
|
|
1079
1079
|
*/
|
|
1080
1080
|
linkEstablished: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1081
1081
|
}>[], any>;
|
|
@@ -1083,74 +1083,74 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1083
1083
|
* The PartitionId attribute shall indicate the Thread Leader Partition Id for the Thread network to which
|
|
1084
1084
|
* the Node is joined. Null if not attached to a Thread network.
|
|
1085
1085
|
*
|
|
1086
|
-
* @see {@link MatterSpecification.
|
|
1086
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.10
|
|
1087
1087
|
*/
|
|
1088
1088
|
readonly partitionId: Attribute<number | null, any>;
|
|
1089
1089
|
/**
|
|
1090
1090
|
* The Weighting attribute shall indicate the Thread Leader Weight used when operating in the Leader role.
|
|
1091
1091
|
* Null if not attached to a Thread network.
|
|
1092
1092
|
*
|
|
1093
|
-
* @see {@link MatterSpecification.
|
|
1093
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.11
|
|
1094
1094
|
*/
|
|
1095
1095
|
readonly weighting: Attribute<number | null, any>;
|
|
1096
1096
|
/**
|
|
1097
1097
|
* The DataVersion attribute shall indicate the full Network Data Version the Node currently uses. Null if
|
|
1098
1098
|
* not attached to a Thread network.
|
|
1099
1099
|
*
|
|
1100
|
-
* @see {@link MatterSpecification.
|
|
1100
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.12
|
|
1101
1101
|
*/
|
|
1102
1102
|
readonly dataVersion: Attribute<number | null, any>;
|
|
1103
1103
|
/**
|
|
1104
1104
|
* The StableDataVersion attribute shall indicate the Network Data Version for the stable subset of data the
|
|
1105
1105
|
* Node currently uses. Null if not attached to a Thread network.
|
|
1106
1106
|
*
|
|
1107
|
-
* @see {@link MatterSpecification.
|
|
1107
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.13
|
|
1108
1108
|
*/
|
|
1109
1109
|
readonly stableDataVersion: Attribute<number | null, any>;
|
|
1110
1110
|
/**
|
|
1111
1111
|
* The LeaderRouterId attribute shall indicate the 8-bit LeaderRouterId the Node shall attempt to utilize
|
|
1112
1112
|
* upon becoming a router or leader on the Thread network. Null if not attached to a Thread network.
|
|
1113
1113
|
*
|
|
1114
|
-
* @see {@link MatterSpecification.
|
|
1114
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.14
|
|
1115
1115
|
*/
|
|
1116
1116
|
readonly leaderRouterId: Attribute<number | null, any>;
|
|
1117
1117
|
/**
|
|
1118
1118
|
* Null when there is no dataset configured.
|
|
1119
1119
|
*
|
|
1120
|
-
* @see {@link MatterSpecification.
|
|
1120
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.57
|
|
1121
1121
|
*/
|
|
1122
1122
|
readonly activeTimestamp: OptionalAttribute<number | bigint | null, any>;
|
|
1123
1123
|
/**
|
|
1124
1124
|
* Null when there is no dataset configured.
|
|
1125
1125
|
*
|
|
1126
|
-
* @see {@link MatterSpecification.
|
|
1126
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.58
|
|
1127
1127
|
*/
|
|
1128
1128
|
readonly pendingTimestamp: OptionalAttribute<number | bigint | null, any>;
|
|
1129
1129
|
/**
|
|
1130
1130
|
* Null when there is no dataset configured.
|
|
1131
1131
|
*
|
|
1132
|
-
* @see {@link MatterSpecification.
|
|
1132
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.59
|
|
1133
1133
|
*/
|
|
1134
1134
|
readonly delay: OptionalAttribute<number | null, any>;
|
|
1135
1135
|
/**
|
|
1136
1136
|
* The SecurityPolicy attribute indicates the current security policies for the Thread partition to which a
|
|
1137
1137
|
* Node is connected. Null when there is no dataset configured.
|
|
1138
1138
|
*
|
|
1139
|
-
* @see {@link MatterSpecification.
|
|
1139
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.60
|
|
1140
1140
|
*/
|
|
1141
1141
|
readonly securityPolicy: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1142
1142
|
/**
|
|
1143
1143
|
* This field shall specify the interval of time, in hours, that Thread security keys are rotated. Null when
|
|
1144
1144
|
* there is no dataset configured.
|
|
1145
1145
|
*
|
|
1146
|
-
* @see {@link MatterSpecification.
|
|
1146
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.6.1
|
|
1147
1147
|
*/
|
|
1148
1148
|
rotationTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1149
1149
|
/**
|
|
1150
1150
|
* This field shall specify the flags as specified in Thread 1.3.0 section 8.10.1.15. Null when there is no
|
|
1151
1151
|
* dataset configured.
|
|
1152
1152
|
*
|
|
1153
|
-
* @see {@link MatterSpecification.
|
|
1153
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.6.2
|
|
1154
1154
|
*/
|
|
1155
1155
|
flags: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1156
1156
|
}> | null, any>;
|
|
@@ -1161,101 +1161,101 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1161
1161
|
* channel 0 and channel 10 are selected, the mask would be: 80 20 00 00. Null when there is no dataset
|
|
1162
1162
|
* configured.
|
|
1163
1163
|
*
|
|
1164
|
-
* @see {@link MatterSpecification.
|
|
1164
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.61
|
|
1165
1165
|
*/
|
|
1166
1166
|
readonly channelPage0Mask: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
1167
1167
|
/**
|
|
1168
1168
|
* The OperationalDatasetComponents attribute is a collection of flags to indicate the presence of various
|
|
1169
1169
|
* operationally acquired values.
|
|
1170
1170
|
*
|
|
1171
|
-
* @see {@link MatterSpecification.
|
|
1171
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.62
|
|
1172
1172
|
*/
|
|
1173
1173
|
readonly operationalDatasetComponents: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1174
1174
|
/**
|
|
1175
1175
|
* This field shall be True if the Node has an active timestamp present, else False.
|
|
1176
1176
|
*
|
|
1177
|
-
* @see {@link MatterSpecification.
|
|
1177
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.1
|
|
1178
1178
|
*/
|
|
1179
1179
|
activeTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1180
1180
|
/**
|
|
1181
1181
|
* This field shall be True if the Node has a pending timestamp is present, else False.
|
|
1182
1182
|
*
|
|
1183
|
-
* @see {@link MatterSpecification.
|
|
1183
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.2
|
|
1184
1184
|
*/
|
|
1185
1185
|
pendingTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1186
1186
|
/**
|
|
1187
1187
|
* This field shall be True if the Node has the Thread master key, else False.
|
|
1188
1188
|
*
|
|
1189
|
-
* @see {@link MatterSpecification.
|
|
1189
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.3
|
|
1190
1190
|
*/
|
|
1191
1191
|
masterKeyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1192
1192
|
/**
|
|
1193
1193
|
* This field shall be True if the Node has the Thread network’s name, else False.
|
|
1194
1194
|
*
|
|
1195
|
-
* @see {@link MatterSpecification.
|
|
1195
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.4
|
|
1196
1196
|
*/
|
|
1197
1197
|
networkNamePresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1198
1198
|
/**
|
|
1199
1199
|
* This field shall be True if the Node has an extended Pan ID, else False.
|
|
1200
1200
|
*
|
|
1201
|
-
* @see {@link MatterSpecification.
|
|
1201
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.5
|
|
1202
1202
|
*/
|
|
1203
1203
|
extendedPanIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1204
1204
|
/**
|
|
1205
1205
|
* This field shall be True if the Node has the mesh local prefix, else False.
|
|
1206
1206
|
*
|
|
1207
|
-
* @see {@link MatterSpecification.
|
|
1207
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.6
|
|
1208
1208
|
*/
|
|
1209
1209
|
meshLocalPrefixPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1210
1210
|
/**
|
|
1211
1211
|
* This field shall be True if the Node has the Thread network delay set, else False.
|
|
1212
1212
|
*
|
|
1213
|
-
* @see {@link MatterSpecification.
|
|
1213
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.7
|
|
1214
1214
|
*/
|
|
1215
1215
|
delayPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1216
1216
|
/**
|
|
1217
1217
|
* This field shall be True if the Node has a Pan ID, else False.
|
|
1218
1218
|
*
|
|
1219
|
-
* @see {@link MatterSpecification.
|
|
1219
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.8
|
|
1220
1220
|
*/
|
|
1221
1221
|
panIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1222
1222
|
/**
|
|
1223
1223
|
* This field shall be True if the Node has configured an operational channel for the Thread network, else
|
|
1224
1224
|
* False.
|
|
1225
1225
|
*
|
|
1226
|
-
* @see {@link MatterSpecification.
|
|
1226
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.9
|
|
1227
1227
|
*/
|
|
1228
1228
|
channelPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1229
1229
|
/**
|
|
1230
1230
|
* This field shall be True if the Node has been configured with the Thread network Pskc, else False.
|
|
1231
1231
|
*
|
|
1232
|
-
* @see {@link MatterSpecification.
|
|
1232
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.10
|
|
1233
1233
|
*/
|
|
1234
1234
|
pskcPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1235
1235
|
/**
|
|
1236
1236
|
* This field shall be True if the Node has been configured with the Thread network security policies, else
|
|
1237
1237
|
* False.
|
|
1238
1238
|
*
|
|
1239
|
-
* @see {@link MatterSpecification.
|
|
1239
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.11
|
|
1240
1240
|
*/
|
|
1241
1241
|
securityPolicyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1242
1242
|
/**
|
|
1243
1243
|
* This field shall be True if the Node has available a mask of available channels, else False.
|
|
1244
1244
|
*
|
|
1245
|
-
* @see {@link MatterSpecification.
|
|
1245
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.12
|
|
1246
1246
|
*/
|
|
1247
1247
|
channelMaskPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1248
1248
|
}> | null, any>;
|
|
1249
1249
|
/**
|
|
1250
|
-
* @see {@link MatterSpecification.
|
|
1250
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6
|
|
1251
1251
|
*/
|
|
1252
1252
|
readonly activeNetworkFaultsList: Attribute<NetworkFault[], any>;
|
|
1253
1253
|
/**
|
|
1254
|
-
* @see {@link MatterSpecification.
|
|
1254
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6
|
|
1255
1255
|
*/
|
|
1256
1256
|
readonly extAddress: Attribute<number | bigint | null, any>;
|
|
1257
1257
|
/**
|
|
1258
|
-
* @see {@link MatterSpecification.
|
|
1258
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6
|
|
1259
1259
|
*/
|
|
1260
1260
|
readonly rloc16: Attribute<number | null, any>;
|
|
1261
1261
|
};
|
|
@@ -1264,7 +1264,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1264
1264
|
* The ConnectionStatus Event shall indicate that a Node’s connection status to a Thread network has
|
|
1265
1265
|
* changed.
|
|
1266
1266
|
*
|
|
1267
|
-
* @see {@link MatterSpecification.
|
|
1267
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.2
|
|
1268
1268
|
*/
|
|
1269
1269
|
readonly connectionStatus: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1270
1270
|
connectionStatus: import("../tlv/TlvObject.js").FieldType<ConnectionStatus>;
|
|
@@ -1273,21 +1273,21 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1273
1273
|
* The NetworkFaultChange Event shall indicate a change in the set of network faults currently detected by
|
|
1274
1274
|
* the Node.
|
|
1275
1275
|
*
|
|
1276
|
-
* @see {@link MatterSpecification.
|
|
1276
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.1
|
|
1277
1277
|
*/
|
|
1278
1278
|
readonly networkFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1279
1279
|
/**
|
|
1280
1280
|
* This field shall represent the set of faults currently detected, as per Section 11.14.5.1, “NetworkFaultEnum
|
|
1281
1281
|
* Type”.
|
|
1282
1282
|
*
|
|
1283
|
-
* @see {@link MatterSpecification.
|
|
1283
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.1.1
|
|
1284
1284
|
*/
|
|
1285
1285
|
current: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
1286
1286
|
/**
|
|
1287
1287
|
* This field shall represent the set of faults detected prior to this change event, as per Section 11.14.5.1,
|
|
1288
1288
|
* “NetworkFaultEnum Type”.
|
|
1289
1289
|
*
|
|
1290
|
-
* @see {@link MatterSpecification.
|
|
1290
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.1.2
|
|
1291
1291
|
*/
|
|
1292
1292
|
previous: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
1293
1293
|
}>, any>;
|
|
@@ -1307,7 +1307,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1307
1307
|
* to lack of buffer memory to retain all packets on the ethernet network interface. The OverrunCount
|
|
1308
1308
|
* attribute shall be reset to 0 upon a reboot of the Node.
|
|
1309
1309
|
*
|
|
1310
|
-
* @see {@link MatterSpecification.
|
|
1310
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.7
|
|
1311
1311
|
*/
|
|
1312
1312
|
readonly overrunCount: Attribute<number | bigint, any>;
|
|
1313
1313
|
};
|
|
@@ -1320,7 +1320,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1320
1320
|
* This command has no associated data. Upon completion, this command shall send a status code set to a
|
|
1321
1321
|
* value of SUCCESS back to the initiator.
|
|
1322
1322
|
*
|
|
1323
|
-
* @see {@link MatterSpecification.
|
|
1323
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.7.1
|
|
1324
1324
|
*/
|
|
1325
1325
|
readonly resetCounts: Command<void, void, any>;
|
|
1326
1326
|
};
|
|
@@ -1336,14 +1336,14 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1336
1336
|
* OT_DEVICE_ROLE_DETACHED role as specified within the Thread specification. This value shall only be reset
|
|
1337
1337
|
* upon a Node reboot.
|
|
1338
1338
|
*
|
|
1339
|
-
* @see {@link MatterSpecification.
|
|
1339
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.15
|
|
1340
1340
|
*/
|
|
1341
1341
|
readonly detachedRoleCount: OptionalAttribute<number, any>;
|
|
1342
1342
|
/**
|
|
1343
1343
|
* The ChildRoleCount attribute shall indicate the number of times the Node entered the OT_DEVICE_ROLE_CHILD
|
|
1344
1344
|
* role as specified within the Thread specification. This value shall only be reset upon a Node reboot.
|
|
1345
1345
|
*
|
|
1346
|
-
* @see {@link MatterSpecification.
|
|
1346
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.16
|
|
1347
1347
|
*/
|
|
1348
1348
|
readonly childRoleCount: OptionalAttribute<number, any>;
|
|
1349
1349
|
/**
|
|
@@ -1351,7 +1351,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1351
1351
|
* OT_DEVICE_ROLE_ROUTER role as specified within the Thread specification. This value shall only be reset
|
|
1352
1352
|
* upon a Node reboot.
|
|
1353
1353
|
*
|
|
1354
|
-
* @see {@link MatterSpecification.
|
|
1354
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.17
|
|
1355
1355
|
*/
|
|
1356
1356
|
readonly routerRoleCount: OptionalAttribute<number, any>;
|
|
1357
1357
|
/**
|
|
@@ -1359,7 +1359,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1359
1359
|
* OT_DEVICE_ROLE_LEADER role as specified within the Thread specification. This value shall only be reset
|
|
1360
1360
|
* upon a Node reboot.
|
|
1361
1361
|
*
|
|
1362
|
-
* @see {@link MatterSpecification.
|
|
1362
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.18
|
|
1363
1363
|
*/
|
|
1364
1364
|
readonly leaderRoleCount: OptionalAttribute<number, any>;
|
|
1365
1365
|
/**
|
|
@@ -1367,14 +1367,14 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1367
1367
|
* Thread network while the Node was detached from all Thread networks. This value shall only be reset upon
|
|
1368
1368
|
* a Node reboot.
|
|
1369
1369
|
*
|
|
1370
|
-
* @see {@link MatterSpecification.
|
|
1370
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.19
|
|
1371
1371
|
*/
|
|
1372
1372
|
readonly attachAttemptCount: OptionalAttribute<number, any>;
|
|
1373
1373
|
/**
|
|
1374
1374
|
* The PartitionIdChangeCount attribute shall indicate the number of times that the Thread network that the
|
|
1375
1375
|
* Node is connected to has changed its Partition ID. This value shall only be reset upon a Node reboot.
|
|
1376
1376
|
*
|
|
1377
|
-
* @see {@link MatterSpecification.
|
|
1377
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.20
|
|
1378
1378
|
*/
|
|
1379
1379
|
readonly partitionIdChangeCount: OptionalAttribute<number, any>;
|
|
1380
1380
|
/**
|
|
@@ -1382,14 +1382,14 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1382
1382
|
* to attach to a different Thread partition that it has determined is better than the partition it is
|
|
1383
1383
|
* currently attached to. This value shall only be reset upon a Node reboot.
|
|
1384
1384
|
*
|
|
1385
|
-
* @see {@link MatterSpecification.
|
|
1385
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.21
|
|
1386
1386
|
*/
|
|
1387
1387
|
readonly betterPartitionAttachAttemptCount: OptionalAttribute<number, any>;
|
|
1388
1388
|
/**
|
|
1389
1389
|
* The ParentChangeCount attribute shall indicate the number of times a Node has changed its parent. This
|
|
1390
1390
|
* value shall only be reset upon a Node reboot.
|
|
1391
1391
|
*
|
|
1392
|
-
* @see {@link MatterSpecification.
|
|
1392
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.22
|
|
1393
1393
|
*/
|
|
1394
1394
|
readonly parentChangeCount: OptionalAttribute<number, any>;
|
|
1395
1395
|
};
|
|
@@ -1406,7 +1406,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1406
1406
|
* amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node
|
|
1407
1407
|
* reboot.
|
|
1408
1408
|
*
|
|
1409
|
-
* @see {@link MatterSpecification.
|
|
1409
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.23
|
|
1410
1410
|
*/
|
|
1411
1411
|
readonly txTotalCount: OptionalAttribute<number, any>;
|
|
1412
1412
|
/**
|
|
@@ -1415,7 +1415,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1415
1415
|
* request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall
|
|
1416
1416
|
* only be reset upon a Node reboot.
|
|
1417
1417
|
*
|
|
1418
|
-
* @see {@link MatterSpecification.
|
|
1418
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.24
|
|
1419
1419
|
*/
|
|
1420
1420
|
readonly txUnicastCount: OptionalAttribute<number, any>;
|
|
1421
1421
|
/**
|
|
@@ -1424,7 +1424,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1424
1424
|
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This
|
|
1425
1425
|
* value shall only be reset upon a Node reboot.
|
|
1426
1426
|
*
|
|
1427
|
-
* @see {@link MatterSpecification.
|
|
1427
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.25
|
|
1428
1428
|
*/
|
|
1429
1429
|
readonly txBroadcastCount: OptionalAttribute<number, any>;
|
|
1430
1430
|
/**
|
|
@@ -1433,7 +1433,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1433
1433
|
* for each MAC transmission request with requested acknowledgment regardless of the amount of CCA failures,
|
|
1434
1434
|
* CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
1435
1435
|
*
|
|
1436
|
-
* @see {@link MatterSpecification.
|
|
1436
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.26
|
|
1437
1437
|
*/
|
|
1438
1438
|
readonly txAckRequestedCount: OptionalAttribute<number, any>;
|
|
1439
1439
|
/**
|
|
@@ -1442,7 +1442,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1442
1442
|
* that is acked regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value
|
|
1443
1443
|
* shall only be reset upon a Node reboot.
|
|
1444
1444
|
*
|
|
1445
|
-
* @see {@link MatterSpecification.
|
|
1445
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.27
|
|
1446
1446
|
*/
|
|
1447
1447
|
readonly txAckedCount: OptionalAttribute<number, any>;
|
|
1448
1448
|
/**
|
|
@@ -1451,7 +1451,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1451
1451
|
* by 1 for each MAC transmission request that is does not request acknowledgement regardless of the amount
|
|
1452
1452
|
* of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
1453
1453
|
*
|
|
1454
|
-
* @see {@link MatterSpecification.
|
|
1454
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.28
|
|
1455
1455
|
*/
|
|
1456
1456
|
readonly txNoAckRequestedCount: OptionalAttribute<number, any>;
|
|
1457
1457
|
/**
|
|
@@ -1460,7 +1460,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1460
1460
|
* regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
|
|
1461
1461
|
* reset upon a Node reboot.
|
|
1462
1462
|
*
|
|
1463
|
-
* @see {@link MatterSpecification.
|
|
1463
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.29
|
|
1464
1464
|
*/
|
|
1465
1465
|
readonly txDataCount: OptionalAttribute<number, any>;
|
|
1466
1466
|
/**
|
|
@@ -1469,7 +1469,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1469
1469
|
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This
|
|
1470
1470
|
* value shall only be reset upon a Node reboot.
|
|
1471
1471
|
*
|
|
1472
|
-
* @see {@link MatterSpecification.
|
|
1472
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.30
|
|
1473
1473
|
*/
|
|
1474
1474
|
readonly txDataPollCount: OptionalAttribute<number, any>;
|
|
1475
1475
|
/**
|
|
@@ -1477,7 +1477,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1477
1477
|
* requests. The TxBeaconCount attribute shall only be incremented by 1 for each MAC Beacon frame
|
|
1478
1478
|
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
1479
1479
|
*
|
|
1480
|
-
* @see {@link MatterSpecification.
|
|
1480
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.31
|
|
1481
1481
|
*/
|
|
1482
1482
|
readonly txBeaconCount: OptionalAttribute<number, any>;
|
|
1483
1483
|
/**
|
|
@@ -1486,7 +1486,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1486
1486
|
* Beacon Request frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
|
|
1487
1487
|
* retransmissions. This value shall only be reset upon a Node reboot.
|
|
1488
1488
|
*
|
|
1489
|
-
* @see {@link MatterSpecification.
|
|
1489
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.32
|
|
1490
1490
|
*/
|
|
1491
1491
|
readonly txBeaconRequestCount: OptionalAttribute<number, any>;
|
|
1492
1492
|
/**
|
|
@@ -1495,7 +1495,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1495
1495
|
* each MAC frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
|
|
1496
1496
|
* retransmissions. This value shall only be reset upon a Node reboot.
|
|
1497
1497
|
*
|
|
1498
|
-
* @see {@link MatterSpecification.
|
|
1498
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.33
|
|
1499
1499
|
*/
|
|
1500
1500
|
readonly txOtherCount: OptionalAttribute<number, any>;
|
|
1501
1501
|
/**
|
|
@@ -1504,7 +1504,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1504
1504
|
* triggered by lack of acknowledgement, CSMA/CA failure, or other type of transmission error. This value
|
|
1505
1505
|
* shall only be reset upon a Node reboot.
|
|
1506
1506
|
*
|
|
1507
|
-
* @see {@link MatterSpecification.
|
|
1507
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.34
|
|
1508
1508
|
*/
|
|
1509
1509
|
readonly txRetryCount: OptionalAttribute<number, any>;
|
|
1510
1510
|
/**
|
|
@@ -1513,7 +1513,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1513
1513
|
* only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry limit for
|
|
1514
1514
|
* direct packets. This value shall only be reset upon a Node reboot.
|
|
1515
1515
|
*
|
|
1516
|
-
* @see {@link MatterSpecification.
|
|
1516
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.35
|
|
1517
1517
|
*/
|
|
1518
1518
|
readonly txDirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
1519
1519
|
/**
|
|
@@ -1522,7 +1522,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1522
1522
|
* shall only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry
|
|
1523
1523
|
* limit for indirect packets. This value shall only be reset upon a Node reboot.
|
|
1524
1524
|
*
|
|
1525
|
-
* @see {@link MatterSpecification.
|
|
1525
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.36
|
|
1526
1526
|
*/
|
|
1527
1527
|
readonly txIndirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
1528
1528
|
/**
|
|
@@ -1530,7 +1530,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1530
1530
|
* shall only be incremented by 1 for each instance of a CCA failure. This value shall only be reset upon a
|
|
1531
1531
|
* Node reboot.
|
|
1532
1532
|
*
|
|
1533
|
-
* @see {@link MatterSpecification.
|
|
1533
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.37
|
|
1534
1534
|
*/
|
|
1535
1535
|
readonly txErrCcaCount: OptionalAttribute<number, any>;
|
|
1536
1536
|
/**
|
|
@@ -1538,7 +1538,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1538
1538
|
* caused by an abort error. The TxErrAbortCount attribute shall only be incremented by 1 for each unique
|
|
1539
1539
|
* MAC transmission request failure caused by an abort error.
|
|
1540
1540
|
*
|
|
1541
|
-
* @see {@link MatterSpecification.
|
|
1541
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.38
|
|
1542
1542
|
*/
|
|
1543
1543
|
readonly txErrAbortCount: OptionalAttribute<number, any>;
|
|
1544
1544
|
/**
|
|
@@ -1547,63 +1547,63 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1547
1547
|
* attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by a
|
|
1548
1548
|
* busy channel such as a CSMA/CA failure.
|
|
1549
1549
|
*
|
|
1550
|
-
* @see {@link MatterSpecification.
|
|
1550
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.39
|
|
1551
1551
|
*/
|
|
1552
1552
|
readonly txErrBusyChannelCount: OptionalAttribute<number, any>;
|
|
1553
1553
|
/**
|
|
1554
1554
|
* The RxTotalCount attribute shall indicate the total number of received unique MAC frames. This value
|
|
1555
1555
|
* shall only be reset upon a Node reboot.
|
|
1556
1556
|
*
|
|
1557
|
-
* @see {@link MatterSpecification.
|
|
1557
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.40
|
|
1558
1558
|
*/
|
|
1559
1559
|
readonly rxTotalCount: OptionalAttribute<number, any>;
|
|
1560
1560
|
/**
|
|
1561
1561
|
* The RxUnicastCount attribute shall indicate the total number of received unique unicast MAC frames. This
|
|
1562
1562
|
* value shall only be reset upon a Node reboot.
|
|
1563
1563
|
*
|
|
1564
|
-
* @see {@link MatterSpecification.
|
|
1564
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.41
|
|
1565
1565
|
*/
|
|
1566
1566
|
readonly rxUnicastCount: OptionalAttribute<number, any>;
|
|
1567
1567
|
/**
|
|
1568
1568
|
* The RxBroadcastCount attribute shall indicate the total number of received unique broadcast MAC frames.
|
|
1569
1569
|
* This value shall only be reset upon a Node reboot.
|
|
1570
1570
|
*
|
|
1571
|
-
* @see {@link MatterSpecification.
|
|
1571
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.42
|
|
1572
1572
|
*/
|
|
1573
1573
|
readonly rxBroadcastCount: OptionalAttribute<number, any>;
|
|
1574
1574
|
/**
|
|
1575
1575
|
* The RxDataCount attribute shall indicate the total number of received unique MAC Data frames. This value
|
|
1576
1576
|
* shall only be reset upon a Node reboot.
|
|
1577
1577
|
*
|
|
1578
|
-
* @see {@link MatterSpecification.
|
|
1578
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.43
|
|
1579
1579
|
*/
|
|
1580
1580
|
readonly rxDataCount: OptionalAttribute<number, any>;
|
|
1581
1581
|
/**
|
|
1582
1582
|
* The RxDataPollCount attribute shall indicate the total number of received unique MAC Data Poll frames.
|
|
1583
1583
|
* This value shall only be reset upon a Node reboot.
|
|
1584
1584
|
*
|
|
1585
|
-
* @see {@link MatterSpecification.
|
|
1585
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.44
|
|
1586
1586
|
*/
|
|
1587
1587
|
readonly rxDataPollCount: OptionalAttribute<number, any>;
|
|
1588
1588
|
/**
|
|
1589
1589
|
* The RxBeaconCount attribute shall indicate the total number of received unique MAC Beacon frames. This
|
|
1590
1590
|
* value shall only be reset upon a Node reboot.
|
|
1591
1591
|
*
|
|
1592
|
-
* @see {@link MatterSpecification.
|
|
1592
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.45
|
|
1593
1593
|
*/
|
|
1594
1594
|
readonly rxBeaconCount: OptionalAttribute<number, any>;
|
|
1595
1595
|
/**
|
|
1596
1596
|
* The RxBeaconRequestCount attribute shall indicate the total number of received unique MAC Beacon Request
|
|
1597
1597
|
* frames. This value shall only be reset upon a Node reboot.
|
|
1598
1598
|
*
|
|
1599
|
-
* @see {@link MatterSpecification.
|
|
1599
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.46
|
|
1600
1600
|
*/
|
|
1601
1601
|
readonly rxBeaconRequestCount: OptionalAttribute<number, any>;
|
|
1602
1602
|
/**
|
|
1603
1603
|
* The RxOtherCount attribute shall indicate the total number of received unique MAC frame requests that are
|
|
1604
1604
|
* not counted by any other attribute. This value shall only be reset upon a Node reboot.
|
|
1605
1605
|
*
|
|
1606
|
-
* @see {@link MatterSpecification.
|
|
1606
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.47
|
|
1607
1607
|
*/
|
|
1608
1608
|
readonly rxOtherCount: OptionalAttribute<number, any>;
|
|
1609
1609
|
/**
|
|
@@ -1611,7 +1611,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1611
1611
|
* requests that have been dropped as a result of MAC filtering. This value shall only be reset upon a Node
|
|
1612
1612
|
* reboot.
|
|
1613
1613
|
*
|
|
1614
|
-
* @see {@link MatterSpecification.
|
|
1614
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.48
|
|
1615
1615
|
*/
|
|
1616
1616
|
readonly rxAddressFilteredCount: OptionalAttribute<number, any>;
|
|
1617
1617
|
/**
|
|
@@ -1619,7 +1619,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1619
1619
|
* requests that have been dropped as a result of a destination address check. This value shall only be
|
|
1620
1620
|
* reset upon a Node reboot.
|
|
1621
1621
|
*
|
|
1622
|
-
* @see {@link MatterSpecification.
|
|
1622
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.49
|
|
1623
1623
|
*/
|
|
1624
1624
|
readonly rxDestAddrFilteredCount: OptionalAttribute<number, any>;
|
|
1625
1625
|
/**
|
|
@@ -1627,7 +1627,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1627
1627
|
* been dropped as a result of being a duplicate of a previously received MAC frame request. This value
|
|
1628
1628
|
* shall only be reset upon a Node reboot.
|
|
1629
1629
|
*
|
|
1630
|
-
* @see {@link MatterSpecification.
|
|
1630
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.50
|
|
1631
1631
|
*/
|
|
1632
1632
|
readonly rxDuplicatedCount: OptionalAttribute<number, any>;
|
|
1633
1633
|
/**
|
|
@@ -1635,7 +1635,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1635
1635
|
* that have been dropped as a result of missing or malformed frame contents. This value shall only be reset
|
|
1636
1636
|
* upon a Node reboot.
|
|
1637
1637
|
*
|
|
1638
|
-
* @see {@link MatterSpecification.
|
|
1638
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.51
|
|
1639
1639
|
*/
|
|
1640
1640
|
readonly rxErrNoFrameCount: OptionalAttribute<number, any>;
|
|
1641
1641
|
/**
|
|
@@ -1643,7 +1643,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1643
1643
|
* requests that have been dropped as a result of originating from an unknown neighbor device. This value
|
|
1644
1644
|
* shall only be reset upon a Node reboot.
|
|
1645
1645
|
*
|
|
1646
|
-
* @see {@link MatterSpecification.
|
|
1646
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.52
|
|
1647
1647
|
*/
|
|
1648
1648
|
readonly rxErrUnknownNeighborCount: OptionalAttribute<number, any>;
|
|
1649
1649
|
/**
|
|
@@ -1651,7 +1651,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1651
1651
|
* requests that have been dropped as a result of containing an invalid source address. This value shall
|
|
1652
1652
|
* only be reset upon a Node reboot.
|
|
1653
1653
|
*
|
|
1654
|
-
* @see {@link MatterSpecification.
|
|
1654
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.53
|
|
1655
1655
|
*/
|
|
1656
1656
|
readonly rxErrInvalidSrcAddrCount: OptionalAttribute<number, any>;
|
|
1657
1657
|
/**
|
|
@@ -1659,7 +1659,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1659
1659
|
* have been dropped as a result of an error with the security of the received frame. This value shall only
|
|
1660
1660
|
* be reset upon a Node reboot.
|
|
1661
1661
|
*
|
|
1662
|
-
* @see {@link MatterSpecification.
|
|
1662
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.54
|
|
1663
1663
|
*/
|
|
1664
1664
|
readonly rxErrSecCount: OptionalAttribute<number, any>;
|
|
1665
1665
|
/**
|
|
@@ -1667,7 +1667,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1667
1667
|
* have been dropped as a result of an error with the FCS of the received frame. This value shall only be
|
|
1668
1668
|
* reset upon a Node reboot.
|
|
1669
1669
|
*
|
|
1670
|
-
* @see {@link MatterSpecification.
|
|
1670
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.55
|
|
1671
1671
|
*/
|
|
1672
1672
|
readonly rxErrFcsCount: OptionalAttribute<number, any>;
|
|
1673
1673
|
/**
|
|
@@ -1675,7 +1675,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1675
1675
|
* have been dropped as a result of an error that is not counted by any other attribute. This value shall
|
|
1676
1676
|
* only be reset upon a Node reboot.
|
|
1677
1677
|
*
|
|
1678
|
-
* @see {@link MatterSpecification.
|
|
1678
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.56
|
|
1679
1679
|
*/
|
|
1680
1680
|
readonly rxErrOtherCount: OptionalAttribute<number, any>;
|
|
1681
1681
|
};
|
|
@@ -1714,7 +1714,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1714
1714
|
* interface (that is, the Active Operational Dataset’s current Channel value). A value of null shall
|
|
1715
1715
|
* indicate that the Thread interface is not currently configured or operational.
|
|
1716
1716
|
*
|
|
1717
|
-
* @see {@link MatterSpecification.
|
|
1717
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.1
|
|
1718
1718
|
*/
|
|
1719
1719
|
readonly channel: Attribute<number | null, any>;
|
|
1720
1720
|
/**
|
|
@@ -1723,7 +1723,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1723
1723
|
* following table. A value of null shall indicate that the Thread interface is not currently configured or
|
|
1724
1724
|
* operational.
|
|
1725
1725
|
*
|
|
1726
|
-
* @see {@link MatterSpecification.
|
|
1726
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.2
|
|
1727
1727
|
*/
|
|
1728
1728
|
readonly routingRole: Attribute<RoutingRole | null, any>;
|
|
1729
1729
|
/**
|
|
@@ -1731,14 +1731,14 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1731
1731
|
* the Node has been configured to join to. A value of null shall indicate that the Thread interface is not
|
|
1732
1732
|
* currently configured or operational.
|
|
1733
1733
|
*
|
|
1734
|
-
* @see {@link MatterSpecification.
|
|
1734
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.3
|
|
1735
1735
|
*/
|
|
1736
1736
|
readonly networkName: Attribute<string | null, any>;
|
|
1737
1737
|
/**
|
|
1738
1738
|
* The PanId attribute shall indicate the 16-bit identifier of the Node on the Thread network. A value of
|
|
1739
1739
|
* null shall indicate that the Thread interface is not currently configured or operational.
|
|
1740
1740
|
*
|
|
1741
|
-
* @see {@link MatterSpecification.
|
|
1741
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.4
|
|
1742
1742
|
*/
|
|
1743
1743
|
readonly panId: Attribute<number | null, any>;
|
|
1744
1744
|
/**
|
|
@@ -1746,7 +1746,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1746
1746
|
* network. A value of null shall indicate that the Thread interface is not currently configured or
|
|
1747
1747
|
* operational.
|
|
1748
1748
|
*
|
|
1749
|
-
* @see {@link MatterSpecification.
|
|
1749
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.5
|
|
1750
1750
|
*/
|
|
1751
1751
|
readonly extendedPanId: Attribute<number | bigint | null, any>;
|
|
1752
1752
|
/**
|
|
@@ -1754,54 +1754,54 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1754
1754
|
* Node has been configured to join to. A value of null shall indicate that the Thread interface is not
|
|
1755
1755
|
* currently configured or operational.
|
|
1756
1756
|
*
|
|
1757
|
-
* @see {@link MatterSpecification.
|
|
1757
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.6
|
|
1758
1758
|
*/
|
|
1759
1759
|
readonly meshLocalPrefix: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
1760
1760
|
/**
|
|
1761
1761
|
* The NeighborTable attribute shall indicate the current list of Nodes that comprise the neighbor table on
|
|
1762
1762
|
* the Node.
|
|
1763
1763
|
*
|
|
1764
|
-
* @see {@link MatterSpecification.
|
|
1764
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.8
|
|
1765
1765
|
*/
|
|
1766
1766
|
readonly neighborTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1767
1767
|
/**
|
|
1768
1768
|
* This field shall specify the IEEE 802.15.4 extended address for the neighboring Node.
|
|
1769
1769
|
*
|
|
1770
|
-
* @see {@link MatterSpecification.
|
|
1770
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.1
|
|
1771
1771
|
*/
|
|
1772
1772
|
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1773
1773
|
/**
|
|
1774
1774
|
* This field shall specify the duration of time, in seconds, since a frame has been received from the
|
|
1775
1775
|
* neighboring Node.
|
|
1776
1776
|
*
|
|
1777
|
-
* @see {@link MatterSpecification.
|
|
1777
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.2
|
|
1778
1778
|
*/
|
|
1779
1779
|
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1780
1780
|
/**
|
|
1781
1781
|
* This field shall specify the RLOC16 of the neighboring Node.
|
|
1782
1782
|
*
|
|
1783
|
-
* @see {@link MatterSpecification.
|
|
1783
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.3
|
|
1784
1784
|
*/
|
|
1785
1785
|
rloc16: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1786
1786
|
/**
|
|
1787
1787
|
* This field shall specify the number of link layer frames that have been received from the neighboring node.
|
|
1788
1788
|
* This field shall be reset to 0 upon a reboot of the Node.
|
|
1789
1789
|
*
|
|
1790
|
-
* @see {@link MatterSpecification.
|
|
1790
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.4
|
|
1791
1791
|
*/
|
|
1792
1792
|
linkFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1793
1793
|
/**
|
|
1794
1794
|
* This field shall specify the number of Mesh Link Establishment frames that have been received from the
|
|
1795
1795
|
* neighboring node. This field shall be reset to 0 upon a reboot of the Node.
|
|
1796
1796
|
*
|
|
1797
|
-
* @see {@link MatterSpecification.
|
|
1797
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.5
|
|
1798
1798
|
*/
|
|
1799
1799
|
mleFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1800
1800
|
/**
|
|
1801
1801
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
1802
1802
|
* scaled from 0 to 255.
|
|
1803
1803
|
*
|
|
1804
|
-
* @see {@link MatterSpecification.
|
|
1804
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.6
|
|
1805
1805
|
*/
|
|
1806
1806
|
lqi: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1807
1807
|
/**
|
|
@@ -1809,7 +1809,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1809
1809
|
* receiving Node’s last reboot. If there is no known received frames this field SHOULD have the value of null.
|
|
1810
1810
|
* This field shall have the units of dBm, having the range -128 dBm to 0 dBm.
|
|
1811
1811
|
*
|
|
1812
|
-
* @see {@link MatterSpecification.
|
|
1812
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.7
|
|
1813
1813
|
*/
|
|
1814
1814
|
averageRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1815
1815
|
/**
|
|
@@ -1817,48 +1817,48 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1817
1817
|
* no known last received frame the LastRssi field SHOULD have the value of null. This field shall have the
|
|
1818
1818
|
* units of dBm, having the range -128 dBm to 0 dBm.
|
|
1819
1819
|
*
|
|
1820
|
-
* @see {@link MatterSpecification.
|
|
1820
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.8
|
|
1821
1821
|
*/
|
|
1822
1822
|
lastRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1823
1823
|
/**
|
|
1824
1824
|
* This field shall specify the percentage of received frames from the neighboring Node that have resulted in
|
|
1825
1825
|
* errors.
|
|
1826
1826
|
*
|
|
1827
|
-
* @see {@link MatterSpecification.
|
|
1827
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.9
|
|
1828
1828
|
*/
|
|
1829
1829
|
frameErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1830
1830
|
/**
|
|
1831
1831
|
* This field shall specify the percentage of received messages from the neighboring Node that have resulted in
|
|
1832
1832
|
* errors.
|
|
1833
1833
|
*
|
|
1834
|
-
* @see {@link MatterSpecification.
|
|
1834
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.10
|
|
1835
1835
|
*/
|
|
1836
1836
|
messageErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1837
1837
|
/**
|
|
1838
1838
|
* This field shall specify if the neighboring Node is capable of receiving frames while the Node is in an idle
|
|
1839
1839
|
* state.
|
|
1840
1840
|
*
|
|
1841
|
-
* @see {@link MatterSpecification.
|
|
1841
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.11
|
|
1842
1842
|
*/
|
|
1843
1843
|
rxOnWhenIdle: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1844
1844
|
/**
|
|
1845
1845
|
* This field shall specify if the neighboring Node is a full Thread device.
|
|
1846
1846
|
*
|
|
1847
|
-
* @see {@link MatterSpecification.
|
|
1847
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.12
|
|
1848
1848
|
*/
|
|
1849
1849
|
fullThreadDevice: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1850
1850
|
/**
|
|
1851
1851
|
* This field shall specify if the neighboring Node requires the full Network Data. If set to False, the
|
|
1852
1852
|
* neighboring Node only requires the stable Network Data.
|
|
1853
1853
|
*
|
|
1854
|
-
* @see {@link MatterSpecification.
|
|
1854
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.13
|
|
1855
1855
|
*/
|
|
1856
1856
|
fullNetworkData: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1857
1857
|
/**
|
|
1858
1858
|
* This field shall specify if the neighboring Node is a direct child of the Node reporting the NeighborTable
|
|
1859
1859
|
* attribute.
|
|
1860
1860
|
*
|
|
1861
|
-
* @see {@link MatterSpecification.
|
|
1861
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.14
|
|
1862
1862
|
*/
|
|
1863
1863
|
isChild: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1864
1864
|
}>[], any>;
|
|
@@ -1866,73 +1866,73 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1866
1866
|
* The RouteTable attribute shall indicate the current list of router capable Nodes for which routes have
|
|
1867
1867
|
* been established.
|
|
1868
1868
|
*
|
|
1869
|
-
* @see {@link MatterSpecification.
|
|
1869
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.9
|
|
1870
1870
|
*/
|
|
1871
1871
|
readonly routeTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1872
1872
|
/**
|
|
1873
1873
|
* This field shall specify the IEEE 802.15.4 extended address for the Node for which this route table entry
|
|
1874
1874
|
* corresponds.
|
|
1875
1875
|
*
|
|
1876
|
-
* @see {@link MatterSpecification.
|
|
1876
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.1
|
|
1877
1877
|
*/
|
|
1878
1878
|
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1879
1879
|
/**
|
|
1880
1880
|
* This field shall specify the RLOC16 for the Node for which this route table entry corresponds.
|
|
1881
1881
|
*
|
|
1882
|
-
* @see {@link MatterSpecification.
|
|
1882
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.2
|
|
1883
1883
|
*/
|
|
1884
1884
|
rloc16: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1885
1885
|
/**
|
|
1886
1886
|
* This field shall specify the Router ID for the Node for which this route table entry corresponds.
|
|
1887
1887
|
*
|
|
1888
|
-
* @see {@link MatterSpecification.
|
|
1888
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.3
|
|
1889
1889
|
*/
|
|
1890
1890
|
routerId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1891
1891
|
/**
|
|
1892
1892
|
* This field shall specify the Router ID for the next hop in the route to the Node for which this route table
|
|
1893
1893
|
* entry corresponds.
|
|
1894
1894
|
*
|
|
1895
|
-
* @see {@link MatterSpecification.
|
|
1895
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.4
|
|
1896
1896
|
*/
|
|
1897
1897
|
nextHop: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1898
1898
|
/**
|
|
1899
1899
|
* This Field shall specify the cost of the route to the Node for which this route table entry corresponds.
|
|
1900
1900
|
*
|
|
1901
|
-
* @see {@link MatterSpecification.
|
|
1901
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.5
|
|
1902
1902
|
*/
|
|
1903
1903
|
pathCost: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1904
1904
|
/**
|
|
1905
1905
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
1906
1906
|
* scaled from 0 to 255, from the perspective of the Node reporting the neighbor table.
|
|
1907
1907
|
*
|
|
1908
|
-
* @see {@link MatterSpecification.
|
|
1908
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.6
|
|
1909
1909
|
*/
|
|
1910
1910
|
lqiIn: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1911
1911
|
/**
|
|
1912
1912
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
1913
1913
|
* scaled from 0 to 255, from the perspective of the Node specified within the NextHop field.
|
|
1914
1914
|
*
|
|
1915
|
-
* @see {@link MatterSpecification.
|
|
1915
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.7
|
|
1916
1916
|
*/
|
|
1917
1917
|
lqiOut: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1918
1918
|
/**
|
|
1919
1919
|
* This field shall specify the duration of time, in seconds, since a frame has been received from the Node for
|
|
1920
1920
|
* which this route table entry corresponds.
|
|
1921
1921
|
*
|
|
1922
|
-
* @see {@link MatterSpecification.
|
|
1922
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.8
|
|
1923
1923
|
*/
|
|
1924
1924
|
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1925
1925
|
/**
|
|
1926
1926
|
* This field shall specify if the router ID as defined within the RouterId field has been allocated.
|
|
1927
1927
|
*
|
|
1928
|
-
* @see {@link MatterSpecification.
|
|
1928
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.9
|
|
1929
1929
|
*/
|
|
1930
1930
|
allocated: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1931
1931
|
/**
|
|
1932
1932
|
* This field shall specify if a link has been established to the Node for which this route table entry
|
|
1933
1933
|
* corresponds.
|
|
1934
1934
|
*
|
|
1935
|
-
* @see {@link MatterSpecification.
|
|
1935
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.10
|
|
1936
1936
|
*/
|
|
1937
1937
|
linkEstablished: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1938
1938
|
}>[], any>;
|
|
@@ -1940,74 +1940,74 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1940
1940
|
* The PartitionId attribute shall indicate the Thread Leader Partition Id for the Thread network to which
|
|
1941
1941
|
* the Node is joined. Null if not attached to a Thread network.
|
|
1942
1942
|
*
|
|
1943
|
-
* @see {@link MatterSpecification.
|
|
1943
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.10
|
|
1944
1944
|
*/
|
|
1945
1945
|
readonly partitionId: Attribute<number | null, any>;
|
|
1946
1946
|
/**
|
|
1947
1947
|
* The Weighting attribute shall indicate the Thread Leader Weight used when operating in the Leader role.
|
|
1948
1948
|
* Null if not attached to a Thread network.
|
|
1949
1949
|
*
|
|
1950
|
-
* @see {@link MatterSpecification.
|
|
1950
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.11
|
|
1951
1951
|
*/
|
|
1952
1952
|
readonly weighting: Attribute<number | null, any>;
|
|
1953
1953
|
/**
|
|
1954
1954
|
* The DataVersion attribute shall indicate the full Network Data Version the Node currently uses. Null if
|
|
1955
1955
|
* not attached to a Thread network.
|
|
1956
1956
|
*
|
|
1957
|
-
* @see {@link MatterSpecification.
|
|
1957
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.12
|
|
1958
1958
|
*/
|
|
1959
1959
|
readonly dataVersion: Attribute<number | null, any>;
|
|
1960
1960
|
/**
|
|
1961
1961
|
* The StableDataVersion attribute shall indicate the Network Data Version for the stable subset of data the
|
|
1962
1962
|
* Node currently uses. Null if not attached to a Thread network.
|
|
1963
1963
|
*
|
|
1964
|
-
* @see {@link MatterSpecification.
|
|
1964
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.13
|
|
1965
1965
|
*/
|
|
1966
1966
|
readonly stableDataVersion: Attribute<number | null, any>;
|
|
1967
1967
|
/**
|
|
1968
1968
|
* The LeaderRouterId attribute shall indicate the 8-bit LeaderRouterId the Node shall attempt to utilize
|
|
1969
1969
|
* upon becoming a router or leader on the Thread network. Null if not attached to a Thread network.
|
|
1970
1970
|
*
|
|
1971
|
-
* @see {@link MatterSpecification.
|
|
1971
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.14
|
|
1972
1972
|
*/
|
|
1973
1973
|
readonly leaderRouterId: Attribute<number | null, any>;
|
|
1974
1974
|
/**
|
|
1975
1975
|
* Null when there is no dataset configured.
|
|
1976
1976
|
*
|
|
1977
|
-
* @see {@link MatterSpecification.
|
|
1977
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.57
|
|
1978
1978
|
*/
|
|
1979
1979
|
readonly activeTimestamp: OptionalAttribute<number | bigint | null, any>;
|
|
1980
1980
|
/**
|
|
1981
1981
|
* Null when there is no dataset configured.
|
|
1982
1982
|
*
|
|
1983
|
-
* @see {@link MatterSpecification.
|
|
1983
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.58
|
|
1984
1984
|
*/
|
|
1985
1985
|
readonly pendingTimestamp: OptionalAttribute<number | bigint | null, any>;
|
|
1986
1986
|
/**
|
|
1987
1987
|
* Null when there is no dataset configured.
|
|
1988
1988
|
*
|
|
1989
|
-
* @see {@link MatterSpecification.
|
|
1989
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.59
|
|
1990
1990
|
*/
|
|
1991
1991
|
readonly delay: OptionalAttribute<number | null, any>;
|
|
1992
1992
|
/**
|
|
1993
1993
|
* The SecurityPolicy attribute indicates the current security policies for the Thread partition to which a
|
|
1994
1994
|
* Node is connected. Null when there is no dataset configured.
|
|
1995
1995
|
*
|
|
1996
|
-
* @see {@link MatterSpecification.
|
|
1996
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.60
|
|
1997
1997
|
*/
|
|
1998
1998
|
readonly securityPolicy: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1999
1999
|
/**
|
|
2000
2000
|
* This field shall specify the interval of time, in hours, that Thread security keys are rotated. Null when
|
|
2001
2001
|
* there is no dataset configured.
|
|
2002
2002
|
*
|
|
2003
|
-
* @see {@link MatterSpecification.
|
|
2003
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.6.1
|
|
2004
2004
|
*/
|
|
2005
2005
|
rotationTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2006
2006
|
/**
|
|
2007
2007
|
* This field shall specify the flags as specified in Thread 1.3.0 section 8.10.1.15. Null when there is no
|
|
2008
2008
|
* dataset configured.
|
|
2009
2009
|
*
|
|
2010
|
-
* @see {@link MatterSpecification.
|
|
2010
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.6.2
|
|
2011
2011
|
*/
|
|
2012
2012
|
flags: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2013
2013
|
}> | null, any>;
|
|
@@ -2018,101 +2018,101 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2018
2018
|
* channel 0 and channel 10 are selected, the mask would be: 80 20 00 00. Null when there is no dataset
|
|
2019
2019
|
* configured.
|
|
2020
2020
|
*
|
|
2021
|
-
* @see {@link MatterSpecification.
|
|
2021
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.61
|
|
2022
2022
|
*/
|
|
2023
2023
|
readonly channelPage0Mask: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
2024
2024
|
/**
|
|
2025
2025
|
* The OperationalDatasetComponents attribute is a collection of flags to indicate the presence of various
|
|
2026
2026
|
* operationally acquired values.
|
|
2027
2027
|
*
|
|
2028
|
-
* @see {@link MatterSpecification.
|
|
2028
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.62
|
|
2029
2029
|
*/
|
|
2030
2030
|
readonly operationalDatasetComponents: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2031
2031
|
/**
|
|
2032
2032
|
* This field shall be True if the Node has an active timestamp present, else False.
|
|
2033
2033
|
*
|
|
2034
|
-
* @see {@link MatterSpecification.
|
|
2034
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.1
|
|
2035
2035
|
*/
|
|
2036
2036
|
activeTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2037
2037
|
/**
|
|
2038
2038
|
* This field shall be True if the Node has a pending timestamp is present, else False.
|
|
2039
2039
|
*
|
|
2040
|
-
* @see {@link MatterSpecification.
|
|
2040
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.2
|
|
2041
2041
|
*/
|
|
2042
2042
|
pendingTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2043
2043
|
/**
|
|
2044
2044
|
* This field shall be True if the Node has the Thread master key, else False.
|
|
2045
2045
|
*
|
|
2046
|
-
* @see {@link MatterSpecification.
|
|
2046
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.3
|
|
2047
2047
|
*/
|
|
2048
2048
|
masterKeyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2049
2049
|
/**
|
|
2050
2050
|
* This field shall be True if the Node has the Thread network’s name, else False.
|
|
2051
2051
|
*
|
|
2052
|
-
* @see {@link MatterSpecification.
|
|
2052
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.4
|
|
2053
2053
|
*/
|
|
2054
2054
|
networkNamePresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2055
2055
|
/**
|
|
2056
2056
|
* This field shall be True if the Node has an extended Pan ID, else False.
|
|
2057
2057
|
*
|
|
2058
|
-
* @see {@link MatterSpecification.
|
|
2058
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.5
|
|
2059
2059
|
*/
|
|
2060
2060
|
extendedPanIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2061
2061
|
/**
|
|
2062
2062
|
* This field shall be True if the Node has the mesh local prefix, else False.
|
|
2063
2063
|
*
|
|
2064
|
-
* @see {@link MatterSpecification.
|
|
2064
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.6
|
|
2065
2065
|
*/
|
|
2066
2066
|
meshLocalPrefixPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2067
2067
|
/**
|
|
2068
2068
|
* This field shall be True if the Node has the Thread network delay set, else False.
|
|
2069
2069
|
*
|
|
2070
|
-
* @see {@link MatterSpecification.
|
|
2070
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.7
|
|
2071
2071
|
*/
|
|
2072
2072
|
delayPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2073
2073
|
/**
|
|
2074
2074
|
* This field shall be True if the Node has a Pan ID, else False.
|
|
2075
2075
|
*
|
|
2076
|
-
* @see {@link MatterSpecification.
|
|
2076
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.8
|
|
2077
2077
|
*/
|
|
2078
2078
|
panIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2079
2079
|
/**
|
|
2080
2080
|
* This field shall be True if the Node has configured an operational channel for the Thread network, else
|
|
2081
2081
|
* False.
|
|
2082
2082
|
*
|
|
2083
|
-
* @see {@link MatterSpecification.
|
|
2083
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.9
|
|
2084
2084
|
*/
|
|
2085
2085
|
channelPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2086
2086
|
/**
|
|
2087
2087
|
* This field shall be True if the Node has been configured with the Thread network Pskc, else False.
|
|
2088
2088
|
*
|
|
2089
|
-
* @see {@link MatterSpecification.
|
|
2089
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.10
|
|
2090
2090
|
*/
|
|
2091
2091
|
pskcPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2092
2092
|
/**
|
|
2093
2093
|
* This field shall be True if the Node has been configured with the Thread network security policies, else
|
|
2094
2094
|
* False.
|
|
2095
2095
|
*
|
|
2096
|
-
* @see {@link MatterSpecification.
|
|
2096
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.11
|
|
2097
2097
|
*/
|
|
2098
2098
|
securityPolicyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2099
2099
|
/**
|
|
2100
2100
|
* This field shall be True if the Node has available a mask of available channels, else False.
|
|
2101
2101
|
*
|
|
2102
|
-
* @see {@link MatterSpecification.
|
|
2102
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.12
|
|
2103
2103
|
*/
|
|
2104
2104
|
channelMaskPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2105
2105
|
}> | null, any>;
|
|
2106
2106
|
/**
|
|
2107
|
-
* @see {@link MatterSpecification.
|
|
2107
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6
|
|
2108
2108
|
*/
|
|
2109
2109
|
readonly activeNetworkFaultsList: Attribute<NetworkFault[], any>;
|
|
2110
2110
|
/**
|
|
2111
|
-
* @see {@link MatterSpecification.
|
|
2111
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6
|
|
2112
2112
|
*/
|
|
2113
2113
|
readonly extAddress: Attribute<number | bigint | null, any>;
|
|
2114
2114
|
/**
|
|
2115
|
-
* @see {@link MatterSpecification.
|
|
2115
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6
|
|
2116
2116
|
*/
|
|
2117
2117
|
readonly rloc16: Attribute<number | null, any>;
|
|
2118
2118
|
};
|
|
@@ -2121,7 +2121,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2121
2121
|
* The ConnectionStatus Event shall indicate that a Node’s connection status to a Thread network has
|
|
2122
2122
|
* changed.
|
|
2123
2123
|
*
|
|
2124
|
-
* @see {@link MatterSpecification.
|
|
2124
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.2
|
|
2125
2125
|
*/
|
|
2126
2126
|
readonly connectionStatus: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2127
2127
|
connectionStatus: import("../tlv/TlvObject.js").FieldType<ConnectionStatus>;
|
|
@@ -2130,21 +2130,21 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2130
2130
|
* The NetworkFaultChange Event shall indicate a change in the set of network faults currently detected by
|
|
2131
2131
|
* the Node.
|
|
2132
2132
|
*
|
|
2133
|
-
* @see {@link MatterSpecification.
|
|
2133
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.1
|
|
2134
2134
|
*/
|
|
2135
2135
|
readonly networkFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2136
2136
|
/**
|
|
2137
2137
|
* This field shall represent the set of faults currently detected, as per Section 11.14.5.1, “NetworkFaultEnum
|
|
2138
2138
|
* Type”.
|
|
2139
2139
|
*
|
|
2140
|
-
* @see {@link MatterSpecification.
|
|
2140
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.1.1
|
|
2141
2141
|
*/
|
|
2142
2142
|
current: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
2143
2143
|
/**
|
|
2144
2144
|
* This field shall represent the set of faults detected prior to this change event, as per Section 11.14.5.1,
|
|
2145
2145
|
* “NetworkFaultEnum Type”.
|
|
2146
2146
|
*
|
|
2147
|
-
* @see {@link MatterSpecification.
|
|
2147
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.1.2
|
|
2148
2148
|
*/
|
|
2149
2149
|
previous: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
2150
2150
|
}>, any>;
|
|
@@ -2164,7 +2164,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2164
2164
|
* to lack of buffer memory to retain all packets on the ethernet network interface. The OverrunCount
|
|
2165
2165
|
* attribute shall be reset to 0 upon a reboot of the Node.
|
|
2166
2166
|
*
|
|
2167
|
-
* @see {@link MatterSpecification.
|
|
2167
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.7
|
|
2168
2168
|
*/
|
|
2169
2169
|
readonly overrunCount: Attribute<number | bigint, any>;
|
|
2170
2170
|
};
|
|
@@ -2177,7 +2177,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2177
2177
|
* This command has no associated data. Upon completion, this command shall send a status code set to a
|
|
2178
2178
|
* value of SUCCESS back to the initiator.
|
|
2179
2179
|
*
|
|
2180
|
-
* @see {@link MatterSpecification.
|
|
2180
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.7.1
|
|
2181
2181
|
*/
|
|
2182
2182
|
readonly resetCounts: Command<void, void, any>;
|
|
2183
2183
|
};
|
|
@@ -2193,14 +2193,14 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2193
2193
|
* OT_DEVICE_ROLE_DETACHED role as specified within the Thread specification. This value shall only be reset
|
|
2194
2194
|
* upon a Node reboot.
|
|
2195
2195
|
*
|
|
2196
|
-
* @see {@link MatterSpecification.
|
|
2196
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.15
|
|
2197
2197
|
*/
|
|
2198
2198
|
readonly detachedRoleCount: OptionalAttribute<number, any>;
|
|
2199
2199
|
/**
|
|
2200
2200
|
* The ChildRoleCount attribute shall indicate the number of times the Node entered the OT_DEVICE_ROLE_CHILD
|
|
2201
2201
|
* role as specified within the Thread specification. This value shall only be reset upon a Node reboot.
|
|
2202
2202
|
*
|
|
2203
|
-
* @see {@link MatterSpecification.
|
|
2203
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.16
|
|
2204
2204
|
*/
|
|
2205
2205
|
readonly childRoleCount: OptionalAttribute<number, any>;
|
|
2206
2206
|
/**
|
|
@@ -2208,7 +2208,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2208
2208
|
* OT_DEVICE_ROLE_ROUTER role as specified within the Thread specification. This value shall only be reset
|
|
2209
2209
|
* upon a Node reboot.
|
|
2210
2210
|
*
|
|
2211
|
-
* @see {@link MatterSpecification.
|
|
2211
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.17
|
|
2212
2212
|
*/
|
|
2213
2213
|
readonly routerRoleCount: OptionalAttribute<number, any>;
|
|
2214
2214
|
/**
|
|
@@ -2216,7 +2216,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2216
2216
|
* OT_DEVICE_ROLE_LEADER role as specified within the Thread specification. This value shall only be reset
|
|
2217
2217
|
* upon a Node reboot.
|
|
2218
2218
|
*
|
|
2219
|
-
* @see {@link MatterSpecification.
|
|
2219
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.18
|
|
2220
2220
|
*/
|
|
2221
2221
|
readonly leaderRoleCount: OptionalAttribute<number, any>;
|
|
2222
2222
|
/**
|
|
@@ -2224,14 +2224,14 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2224
2224
|
* Thread network while the Node was detached from all Thread networks. This value shall only be reset upon
|
|
2225
2225
|
* a Node reboot.
|
|
2226
2226
|
*
|
|
2227
|
-
* @see {@link MatterSpecification.
|
|
2227
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.19
|
|
2228
2228
|
*/
|
|
2229
2229
|
readonly attachAttemptCount: OptionalAttribute<number, any>;
|
|
2230
2230
|
/**
|
|
2231
2231
|
* The PartitionIdChangeCount attribute shall indicate the number of times that the Thread network that the
|
|
2232
2232
|
* Node is connected to has changed its Partition ID. This value shall only be reset upon a Node reboot.
|
|
2233
2233
|
*
|
|
2234
|
-
* @see {@link MatterSpecification.
|
|
2234
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.20
|
|
2235
2235
|
*/
|
|
2236
2236
|
readonly partitionIdChangeCount: OptionalAttribute<number, any>;
|
|
2237
2237
|
/**
|
|
@@ -2239,14 +2239,14 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2239
2239
|
* to attach to a different Thread partition that it has determined is better than the partition it is
|
|
2240
2240
|
* currently attached to. This value shall only be reset upon a Node reboot.
|
|
2241
2241
|
*
|
|
2242
|
-
* @see {@link MatterSpecification.
|
|
2242
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.21
|
|
2243
2243
|
*/
|
|
2244
2244
|
readonly betterPartitionAttachAttemptCount: OptionalAttribute<number, any>;
|
|
2245
2245
|
/**
|
|
2246
2246
|
* The ParentChangeCount attribute shall indicate the number of times a Node has changed its parent. This
|
|
2247
2247
|
* value shall only be reset upon a Node reboot.
|
|
2248
2248
|
*
|
|
2249
|
-
* @see {@link MatterSpecification.
|
|
2249
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.22
|
|
2250
2250
|
*/
|
|
2251
2251
|
readonly parentChangeCount: OptionalAttribute<number, any>;
|
|
2252
2252
|
};
|
|
@@ -2263,7 +2263,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2263
2263
|
* amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node
|
|
2264
2264
|
* reboot.
|
|
2265
2265
|
*
|
|
2266
|
-
* @see {@link MatterSpecification.
|
|
2266
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.23
|
|
2267
2267
|
*/
|
|
2268
2268
|
readonly txTotalCount: OptionalAttribute<number, any>;
|
|
2269
2269
|
/**
|
|
@@ -2272,7 +2272,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2272
2272
|
* request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall
|
|
2273
2273
|
* only be reset upon a Node reboot.
|
|
2274
2274
|
*
|
|
2275
|
-
* @see {@link MatterSpecification.
|
|
2275
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.24
|
|
2276
2276
|
*/
|
|
2277
2277
|
readonly txUnicastCount: OptionalAttribute<number, any>;
|
|
2278
2278
|
/**
|
|
@@ -2281,7 +2281,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2281
2281
|
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This
|
|
2282
2282
|
* value shall only be reset upon a Node reboot.
|
|
2283
2283
|
*
|
|
2284
|
-
* @see {@link MatterSpecification.
|
|
2284
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.25
|
|
2285
2285
|
*/
|
|
2286
2286
|
readonly txBroadcastCount: OptionalAttribute<number, any>;
|
|
2287
2287
|
/**
|
|
@@ -2290,7 +2290,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2290
2290
|
* for each MAC transmission request with requested acknowledgment regardless of the amount of CCA failures,
|
|
2291
2291
|
* CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
2292
2292
|
*
|
|
2293
|
-
* @see {@link MatterSpecification.
|
|
2293
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.26
|
|
2294
2294
|
*/
|
|
2295
2295
|
readonly txAckRequestedCount: OptionalAttribute<number, any>;
|
|
2296
2296
|
/**
|
|
@@ -2299,7 +2299,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2299
2299
|
* that is acked regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value
|
|
2300
2300
|
* shall only be reset upon a Node reboot.
|
|
2301
2301
|
*
|
|
2302
|
-
* @see {@link MatterSpecification.
|
|
2302
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.27
|
|
2303
2303
|
*/
|
|
2304
2304
|
readonly txAckedCount: OptionalAttribute<number, any>;
|
|
2305
2305
|
/**
|
|
@@ -2308,7 +2308,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2308
2308
|
* by 1 for each MAC transmission request that is does not request acknowledgement regardless of the amount
|
|
2309
2309
|
* of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
2310
2310
|
*
|
|
2311
|
-
* @see {@link MatterSpecification.
|
|
2311
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.28
|
|
2312
2312
|
*/
|
|
2313
2313
|
readonly txNoAckRequestedCount: OptionalAttribute<number, any>;
|
|
2314
2314
|
/**
|
|
@@ -2317,7 +2317,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2317
2317
|
* regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
|
|
2318
2318
|
* reset upon a Node reboot.
|
|
2319
2319
|
*
|
|
2320
|
-
* @see {@link MatterSpecification.
|
|
2320
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.29
|
|
2321
2321
|
*/
|
|
2322
2322
|
readonly txDataCount: OptionalAttribute<number, any>;
|
|
2323
2323
|
/**
|
|
@@ -2326,7 +2326,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2326
2326
|
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This
|
|
2327
2327
|
* value shall only be reset upon a Node reboot.
|
|
2328
2328
|
*
|
|
2329
|
-
* @see {@link MatterSpecification.
|
|
2329
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.30
|
|
2330
2330
|
*/
|
|
2331
2331
|
readonly txDataPollCount: OptionalAttribute<number, any>;
|
|
2332
2332
|
/**
|
|
@@ -2334,7 +2334,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2334
2334
|
* requests. The TxBeaconCount attribute shall only be incremented by 1 for each MAC Beacon frame
|
|
2335
2335
|
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
2336
2336
|
*
|
|
2337
|
-
* @see {@link MatterSpecification.
|
|
2337
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.31
|
|
2338
2338
|
*/
|
|
2339
2339
|
readonly txBeaconCount: OptionalAttribute<number, any>;
|
|
2340
2340
|
/**
|
|
@@ -2343,7 +2343,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2343
2343
|
* Beacon Request frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
|
|
2344
2344
|
* retransmissions. This value shall only be reset upon a Node reboot.
|
|
2345
2345
|
*
|
|
2346
|
-
* @see {@link MatterSpecification.
|
|
2346
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.32
|
|
2347
2347
|
*/
|
|
2348
2348
|
readonly txBeaconRequestCount: OptionalAttribute<number, any>;
|
|
2349
2349
|
/**
|
|
@@ -2352,7 +2352,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2352
2352
|
* each MAC frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
|
|
2353
2353
|
* retransmissions. This value shall only be reset upon a Node reboot.
|
|
2354
2354
|
*
|
|
2355
|
-
* @see {@link MatterSpecification.
|
|
2355
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.33
|
|
2356
2356
|
*/
|
|
2357
2357
|
readonly txOtherCount: OptionalAttribute<number, any>;
|
|
2358
2358
|
/**
|
|
@@ -2361,7 +2361,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2361
2361
|
* triggered by lack of acknowledgement, CSMA/CA failure, or other type of transmission error. This value
|
|
2362
2362
|
* shall only be reset upon a Node reboot.
|
|
2363
2363
|
*
|
|
2364
|
-
* @see {@link MatterSpecification.
|
|
2364
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.34
|
|
2365
2365
|
*/
|
|
2366
2366
|
readonly txRetryCount: OptionalAttribute<number, any>;
|
|
2367
2367
|
/**
|
|
@@ -2370,7 +2370,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2370
2370
|
* only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry limit for
|
|
2371
2371
|
* direct packets. This value shall only be reset upon a Node reboot.
|
|
2372
2372
|
*
|
|
2373
|
-
* @see {@link MatterSpecification.
|
|
2373
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.35
|
|
2374
2374
|
*/
|
|
2375
2375
|
readonly txDirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
2376
2376
|
/**
|
|
@@ -2379,7 +2379,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2379
2379
|
* shall only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry
|
|
2380
2380
|
* limit for indirect packets. This value shall only be reset upon a Node reboot.
|
|
2381
2381
|
*
|
|
2382
|
-
* @see {@link MatterSpecification.
|
|
2382
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.36
|
|
2383
2383
|
*/
|
|
2384
2384
|
readonly txIndirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
2385
2385
|
/**
|
|
@@ -2387,7 +2387,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2387
2387
|
* shall only be incremented by 1 for each instance of a CCA failure. This value shall only be reset upon a
|
|
2388
2388
|
* Node reboot.
|
|
2389
2389
|
*
|
|
2390
|
-
* @see {@link MatterSpecification.
|
|
2390
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.37
|
|
2391
2391
|
*/
|
|
2392
2392
|
readonly txErrCcaCount: OptionalAttribute<number, any>;
|
|
2393
2393
|
/**
|
|
@@ -2395,7 +2395,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2395
2395
|
* caused by an abort error. The TxErrAbortCount attribute shall only be incremented by 1 for each unique
|
|
2396
2396
|
* MAC transmission request failure caused by an abort error.
|
|
2397
2397
|
*
|
|
2398
|
-
* @see {@link MatterSpecification.
|
|
2398
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.38
|
|
2399
2399
|
*/
|
|
2400
2400
|
readonly txErrAbortCount: OptionalAttribute<number, any>;
|
|
2401
2401
|
/**
|
|
@@ -2404,63 +2404,63 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2404
2404
|
* attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by a
|
|
2405
2405
|
* busy channel such as a CSMA/CA failure.
|
|
2406
2406
|
*
|
|
2407
|
-
* @see {@link MatterSpecification.
|
|
2407
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.39
|
|
2408
2408
|
*/
|
|
2409
2409
|
readonly txErrBusyChannelCount: OptionalAttribute<number, any>;
|
|
2410
2410
|
/**
|
|
2411
2411
|
* The RxTotalCount attribute shall indicate the total number of received unique MAC frames. This value
|
|
2412
2412
|
* shall only be reset upon a Node reboot.
|
|
2413
2413
|
*
|
|
2414
|
-
* @see {@link MatterSpecification.
|
|
2414
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.40
|
|
2415
2415
|
*/
|
|
2416
2416
|
readonly rxTotalCount: OptionalAttribute<number, any>;
|
|
2417
2417
|
/**
|
|
2418
2418
|
* The RxUnicastCount attribute shall indicate the total number of received unique unicast MAC frames. This
|
|
2419
2419
|
* value shall only be reset upon a Node reboot.
|
|
2420
2420
|
*
|
|
2421
|
-
* @see {@link MatterSpecification.
|
|
2421
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.41
|
|
2422
2422
|
*/
|
|
2423
2423
|
readonly rxUnicastCount: OptionalAttribute<number, any>;
|
|
2424
2424
|
/**
|
|
2425
2425
|
* The RxBroadcastCount attribute shall indicate the total number of received unique broadcast MAC frames.
|
|
2426
2426
|
* This value shall only be reset upon a Node reboot.
|
|
2427
2427
|
*
|
|
2428
|
-
* @see {@link MatterSpecification.
|
|
2428
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.42
|
|
2429
2429
|
*/
|
|
2430
2430
|
readonly rxBroadcastCount: OptionalAttribute<number, any>;
|
|
2431
2431
|
/**
|
|
2432
2432
|
* The RxDataCount attribute shall indicate the total number of received unique MAC Data frames. This value
|
|
2433
2433
|
* shall only be reset upon a Node reboot.
|
|
2434
2434
|
*
|
|
2435
|
-
* @see {@link MatterSpecification.
|
|
2435
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.43
|
|
2436
2436
|
*/
|
|
2437
2437
|
readonly rxDataCount: OptionalAttribute<number, any>;
|
|
2438
2438
|
/**
|
|
2439
2439
|
* The RxDataPollCount attribute shall indicate the total number of received unique MAC Data Poll frames.
|
|
2440
2440
|
* This value shall only be reset upon a Node reboot.
|
|
2441
2441
|
*
|
|
2442
|
-
* @see {@link MatterSpecification.
|
|
2442
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.44
|
|
2443
2443
|
*/
|
|
2444
2444
|
readonly rxDataPollCount: OptionalAttribute<number, any>;
|
|
2445
2445
|
/**
|
|
2446
2446
|
* The RxBeaconCount attribute shall indicate the total number of received unique MAC Beacon frames. This
|
|
2447
2447
|
* value shall only be reset upon a Node reboot.
|
|
2448
2448
|
*
|
|
2449
|
-
* @see {@link MatterSpecification.
|
|
2449
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.45
|
|
2450
2450
|
*/
|
|
2451
2451
|
readonly rxBeaconCount: OptionalAttribute<number, any>;
|
|
2452
2452
|
/**
|
|
2453
2453
|
* The RxBeaconRequestCount attribute shall indicate the total number of received unique MAC Beacon Request
|
|
2454
2454
|
* frames. This value shall only be reset upon a Node reboot.
|
|
2455
2455
|
*
|
|
2456
|
-
* @see {@link MatterSpecification.
|
|
2456
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.46
|
|
2457
2457
|
*/
|
|
2458
2458
|
readonly rxBeaconRequestCount: OptionalAttribute<number, any>;
|
|
2459
2459
|
/**
|
|
2460
2460
|
* The RxOtherCount attribute shall indicate the total number of received unique MAC frame requests that are
|
|
2461
2461
|
* not counted by any other attribute. This value shall only be reset upon a Node reboot.
|
|
2462
2462
|
*
|
|
2463
|
-
* @see {@link MatterSpecification.
|
|
2463
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.47
|
|
2464
2464
|
*/
|
|
2465
2465
|
readonly rxOtherCount: OptionalAttribute<number, any>;
|
|
2466
2466
|
/**
|
|
@@ -2468,7 +2468,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2468
2468
|
* requests that have been dropped as a result of MAC filtering. This value shall only be reset upon a Node
|
|
2469
2469
|
* reboot.
|
|
2470
2470
|
*
|
|
2471
|
-
* @see {@link MatterSpecification.
|
|
2471
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.48
|
|
2472
2472
|
*/
|
|
2473
2473
|
readonly rxAddressFilteredCount: OptionalAttribute<number, any>;
|
|
2474
2474
|
/**
|
|
@@ -2476,7 +2476,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2476
2476
|
* requests that have been dropped as a result of a destination address check. This value shall only be
|
|
2477
2477
|
* reset upon a Node reboot.
|
|
2478
2478
|
*
|
|
2479
|
-
* @see {@link MatterSpecification.
|
|
2479
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.49
|
|
2480
2480
|
*/
|
|
2481
2481
|
readonly rxDestAddrFilteredCount: OptionalAttribute<number, any>;
|
|
2482
2482
|
/**
|
|
@@ -2484,7 +2484,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2484
2484
|
* been dropped as a result of being a duplicate of a previously received MAC frame request. This value
|
|
2485
2485
|
* shall only be reset upon a Node reboot.
|
|
2486
2486
|
*
|
|
2487
|
-
* @see {@link MatterSpecification.
|
|
2487
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.50
|
|
2488
2488
|
*/
|
|
2489
2489
|
readonly rxDuplicatedCount: OptionalAttribute<number, any>;
|
|
2490
2490
|
/**
|
|
@@ -2492,7 +2492,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2492
2492
|
* that have been dropped as a result of missing or malformed frame contents. This value shall only be reset
|
|
2493
2493
|
* upon a Node reboot.
|
|
2494
2494
|
*
|
|
2495
|
-
* @see {@link MatterSpecification.
|
|
2495
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.51
|
|
2496
2496
|
*/
|
|
2497
2497
|
readonly rxErrNoFrameCount: OptionalAttribute<number, any>;
|
|
2498
2498
|
/**
|
|
@@ -2500,7 +2500,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2500
2500
|
* requests that have been dropped as a result of originating from an unknown neighbor device. This value
|
|
2501
2501
|
* shall only be reset upon a Node reboot.
|
|
2502
2502
|
*
|
|
2503
|
-
* @see {@link MatterSpecification.
|
|
2503
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.52
|
|
2504
2504
|
*/
|
|
2505
2505
|
readonly rxErrUnknownNeighborCount: OptionalAttribute<number, any>;
|
|
2506
2506
|
/**
|
|
@@ -2508,7 +2508,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2508
2508
|
* requests that have been dropped as a result of containing an invalid source address. This value shall
|
|
2509
2509
|
* only be reset upon a Node reboot.
|
|
2510
2510
|
*
|
|
2511
|
-
* @see {@link MatterSpecification.
|
|
2511
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.53
|
|
2512
2512
|
*/
|
|
2513
2513
|
readonly rxErrInvalidSrcAddrCount: OptionalAttribute<number, any>;
|
|
2514
2514
|
/**
|
|
@@ -2516,7 +2516,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2516
2516
|
* have been dropped as a result of an error with the security of the received frame. This value shall only
|
|
2517
2517
|
* be reset upon a Node reboot.
|
|
2518
2518
|
*
|
|
2519
|
-
* @see {@link MatterSpecification.
|
|
2519
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.54
|
|
2520
2520
|
*/
|
|
2521
2521
|
readonly rxErrSecCount: OptionalAttribute<number, any>;
|
|
2522
2522
|
/**
|
|
@@ -2524,7 +2524,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2524
2524
|
* have been dropped as a result of an error with the FCS of the received frame. This value shall only be
|
|
2525
2525
|
* reset upon a Node reboot.
|
|
2526
2526
|
*
|
|
2527
|
-
* @see {@link MatterSpecification.
|
|
2527
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.55
|
|
2528
2528
|
*/
|
|
2529
2529
|
readonly rxErrFcsCount: OptionalAttribute<number, any>;
|
|
2530
2530
|
/**
|
|
@@ -2532,7 +2532,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2532
2532
|
* have been dropped as a result of an error that is not counted by any other attribute. This value shall
|
|
2533
2533
|
* only be reset upon a Node reboot.
|
|
2534
2534
|
*
|
|
2535
|
-
* @see {@link MatterSpecification.
|
|
2535
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.56
|
|
2536
2536
|
*/
|
|
2537
2537
|
readonly rxErrOtherCount: OptionalAttribute<number, any>;
|
|
2538
2538
|
};
|
|
@@ -2547,7 +2547,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2547
2547
|
* ThreadNetworkDiagnosticsCluster supports optional features that you can enable with the
|
|
2548
2548
|
* ThreadNetworkDiagnosticsCluster.with() factory method.
|
|
2549
2549
|
*
|
|
2550
|
-
* @see {@link MatterSpecification.
|
|
2550
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14
|
|
2551
2551
|
*/
|
|
2552
2552
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
2553
2553
|
}
|
|
@@ -2933,41 +2933,41 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2933
2933
|
/**
|
|
2934
2934
|
* This field shall specify the IEEE 802.15.4 extended address for the neighboring Node.
|
|
2935
2935
|
*
|
|
2936
|
-
* @see {@link MatterSpecification.
|
|
2936
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.1
|
|
2937
2937
|
*/
|
|
2938
2938
|
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2939
2939
|
/**
|
|
2940
2940
|
* This field shall specify the duration of time, in seconds, since a frame has been received from the
|
|
2941
2941
|
* neighboring Node.
|
|
2942
2942
|
*
|
|
2943
|
-
* @see {@link MatterSpecification.
|
|
2943
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.2
|
|
2944
2944
|
*/
|
|
2945
2945
|
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2946
2946
|
/**
|
|
2947
2947
|
* This field shall specify the RLOC16 of the neighboring Node.
|
|
2948
2948
|
*
|
|
2949
|
-
* @see {@link MatterSpecification.
|
|
2949
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.3
|
|
2950
2950
|
*/
|
|
2951
2951
|
rloc16: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2952
2952
|
/**
|
|
2953
2953
|
* This field shall specify the number of link layer frames that have been received from the neighboring node.
|
|
2954
2954
|
* This field shall be reset to 0 upon a reboot of the Node.
|
|
2955
2955
|
*
|
|
2956
|
-
* @see {@link MatterSpecification.
|
|
2956
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.4
|
|
2957
2957
|
*/
|
|
2958
2958
|
linkFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2959
2959
|
/**
|
|
2960
2960
|
* This field shall specify the number of Mesh Link Establishment frames that have been received from the
|
|
2961
2961
|
* neighboring node. This field shall be reset to 0 upon a reboot of the Node.
|
|
2962
2962
|
*
|
|
2963
|
-
* @see {@link MatterSpecification.
|
|
2963
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.5
|
|
2964
2964
|
*/
|
|
2965
2965
|
mleFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2966
2966
|
/**
|
|
2967
2967
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
2968
2968
|
* scaled from 0 to 255.
|
|
2969
2969
|
*
|
|
2970
|
-
* @see {@link MatterSpecification.
|
|
2970
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.6
|
|
2971
2971
|
*/
|
|
2972
2972
|
lqi: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2973
2973
|
/**
|
|
@@ -2975,7 +2975,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2975
2975
|
* receiving Node’s last reboot. If there is no known received frames this field SHOULD have the value of null.
|
|
2976
2976
|
* This field shall have the units of dBm, having the range -128 dBm to 0 dBm.
|
|
2977
2977
|
*
|
|
2978
|
-
* @see {@link MatterSpecification.
|
|
2978
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.7
|
|
2979
2979
|
*/
|
|
2980
2980
|
averageRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2981
2981
|
/**
|
|
@@ -2983,48 +2983,48 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2983
2983
|
* no known last received frame the LastRssi field SHOULD have the value of null. This field shall have the
|
|
2984
2984
|
* units of dBm, having the range -128 dBm to 0 dBm.
|
|
2985
2985
|
*
|
|
2986
|
-
* @see {@link MatterSpecification.
|
|
2986
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.8
|
|
2987
2987
|
*/
|
|
2988
2988
|
lastRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2989
2989
|
/**
|
|
2990
2990
|
* This field shall specify the percentage of received frames from the neighboring Node that have resulted in
|
|
2991
2991
|
* errors.
|
|
2992
2992
|
*
|
|
2993
|
-
* @see {@link MatterSpecification.
|
|
2993
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.9
|
|
2994
2994
|
*/
|
|
2995
2995
|
frameErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2996
2996
|
/**
|
|
2997
2997
|
* This field shall specify the percentage of received messages from the neighboring Node that have resulted in
|
|
2998
2998
|
* errors.
|
|
2999
2999
|
*
|
|
3000
|
-
* @see {@link MatterSpecification.
|
|
3000
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.10
|
|
3001
3001
|
*/
|
|
3002
3002
|
messageErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3003
3003
|
/**
|
|
3004
3004
|
* This field shall specify if the neighboring Node is capable of receiving frames while the Node is in an idle
|
|
3005
3005
|
* state.
|
|
3006
3006
|
*
|
|
3007
|
-
* @see {@link MatterSpecification.
|
|
3007
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.11
|
|
3008
3008
|
*/
|
|
3009
3009
|
rxOnWhenIdle: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3010
3010
|
/**
|
|
3011
3011
|
* This field shall specify if the neighboring Node is a full Thread device.
|
|
3012
3012
|
*
|
|
3013
|
-
* @see {@link MatterSpecification.
|
|
3013
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.12
|
|
3014
3014
|
*/
|
|
3015
3015
|
fullThreadDevice: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3016
3016
|
/**
|
|
3017
3017
|
* This field shall specify if the neighboring Node requires the full Network Data. If set to False, the
|
|
3018
3018
|
* neighboring Node only requires the stable Network Data.
|
|
3019
3019
|
*
|
|
3020
|
-
* @see {@link MatterSpecification.
|
|
3020
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.13
|
|
3021
3021
|
*/
|
|
3022
3022
|
fullNetworkData: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3023
3023
|
/**
|
|
3024
3024
|
* This field shall specify if the neighboring Node is a direct child of the Node reporting the NeighborTable
|
|
3025
3025
|
* attribute.
|
|
3026
3026
|
*
|
|
3027
|
-
* @see {@link MatterSpecification.
|
|
3027
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.14
|
|
3028
3028
|
*/
|
|
3029
3029
|
isChild: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3030
3030
|
}>[], any>;
|
|
@@ -3033,66 +3033,66 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
3033
3033
|
* This field shall specify the IEEE 802.15.4 extended address for the Node for which this route table entry
|
|
3034
3034
|
* corresponds.
|
|
3035
3035
|
*
|
|
3036
|
-
* @see {@link MatterSpecification.
|
|
3036
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.1
|
|
3037
3037
|
*/
|
|
3038
3038
|
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3039
3039
|
/**
|
|
3040
3040
|
* This field shall specify the RLOC16 for the Node for which this route table entry corresponds.
|
|
3041
3041
|
*
|
|
3042
|
-
* @see {@link MatterSpecification.
|
|
3042
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.2
|
|
3043
3043
|
*/
|
|
3044
3044
|
rloc16: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3045
3045
|
/**
|
|
3046
3046
|
* This field shall specify the Router ID for the Node for which this route table entry corresponds.
|
|
3047
3047
|
*
|
|
3048
|
-
* @see {@link MatterSpecification.
|
|
3048
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.3
|
|
3049
3049
|
*/
|
|
3050
3050
|
routerId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3051
3051
|
/**
|
|
3052
3052
|
* This field shall specify the Router ID for the next hop in the route to the Node for which this route table
|
|
3053
3053
|
* entry corresponds.
|
|
3054
3054
|
*
|
|
3055
|
-
* @see {@link MatterSpecification.
|
|
3055
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.4
|
|
3056
3056
|
*/
|
|
3057
3057
|
nextHop: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3058
3058
|
/**
|
|
3059
3059
|
* This Field shall specify the cost of the route to the Node for which this route table entry corresponds.
|
|
3060
3060
|
*
|
|
3061
|
-
* @see {@link MatterSpecification.
|
|
3061
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.5
|
|
3062
3062
|
*/
|
|
3063
3063
|
pathCost: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3064
3064
|
/**
|
|
3065
3065
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
3066
3066
|
* scaled from 0 to 255, from the perspective of the Node reporting the neighbor table.
|
|
3067
3067
|
*
|
|
3068
|
-
* @see {@link MatterSpecification.
|
|
3068
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.6
|
|
3069
3069
|
*/
|
|
3070
3070
|
lqiIn: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3071
3071
|
/**
|
|
3072
3072
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
3073
3073
|
* scaled from 0 to 255, from the perspective of the Node specified within the NextHop field.
|
|
3074
3074
|
*
|
|
3075
|
-
* @see {@link MatterSpecification.
|
|
3075
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.7
|
|
3076
3076
|
*/
|
|
3077
3077
|
lqiOut: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3078
3078
|
/**
|
|
3079
3079
|
* This field shall specify the duration of time, in seconds, since a frame has been received from the Node for
|
|
3080
3080
|
* which this route table entry corresponds.
|
|
3081
3081
|
*
|
|
3082
|
-
* @see {@link MatterSpecification.
|
|
3082
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.8
|
|
3083
3083
|
*/
|
|
3084
3084
|
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3085
3085
|
/**
|
|
3086
3086
|
* This field shall specify if the router ID as defined within the RouterId field has been allocated.
|
|
3087
3087
|
*
|
|
3088
|
-
* @see {@link MatterSpecification.
|
|
3088
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.9
|
|
3089
3089
|
*/
|
|
3090
3090
|
allocated: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3091
3091
|
/**
|
|
3092
3092
|
* This field shall specify if a link has been established to the Node for which this route table entry
|
|
3093
3093
|
* corresponds.
|
|
3094
3094
|
*
|
|
3095
|
-
* @see {@link MatterSpecification.
|
|
3095
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.10
|
|
3096
3096
|
*/
|
|
3097
3097
|
linkEstablished: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3098
3098
|
}>[], any>;
|
|
@@ -3109,14 +3109,14 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
3109
3109
|
* This field shall specify the interval of time, in hours, that Thread security keys are rotated. Null when
|
|
3110
3110
|
* there is no dataset configured.
|
|
3111
3111
|
*
|
|
3112
|
-
* @see {@link MatterSpecification.
|
|
3112
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.6.1
|
|
3113
3113
|
*/
|
|
3114
3114
|
rotationTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3115
3115
|
/**
|
|
3116
3116
|
* This field shall specify the flags as specified in Thread 1.3.0 section 8.10.1.15. Null when there is no
|
|
3117
3117
|
* dataset configured.
|
|
3118
3118
|
*
|
|
3119
|
-
* @see {@link MatterSpecification.
|
|
3119
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.6.2
|
|
3120
3120
|
*/
|
|
3121
3121
|
flags: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3122
3122
|
}> | null, any>;
|
|
@@ -3125,75 +3125,75 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
3125
3125
|
/**
|
|
3126
3126
|
* This field shall be True if the Node has an active timestamp present, else False.
|
|
3127
3127
|
*
|
|
3128
|
-
* @see {@link MatterSpecification.
|
|
3128
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.1
|
|
3129
3129
|
*/
|
|
3130
3130
|
activeTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3131
3131
|
/**
|
|
3132
3132
|
* This field shall be True if the Node has a pending timestamp is present, else False.
|
|
3133
3133
|
*
|
|
3134
|
-
* @see {@link MatterSpecification.
|
|
3134
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.2
|
|
3135
3135
|
*/
|
|
3136
3136
|
pendingTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3137
3137
|
/**
|
|
3138
3138
|
* This field shall be True if the Node has the Thread master key, else False.
|
|
3139
3139
|
*
|
|
3140
|
-
* @see {@link MatterSpecification.
|
|
3140
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.3
|
|
3141
3141
|
*/
|
|
3142
3142
|
masterKeyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3143
3143
|
/**
|
|
3144
3144
|
* This field shall be True if the Node has the Thread network’s name, else False.
|
|
3145
3145
|
*
|
|
3146
|
-
* @see {@link MatterSpecification.
|
|
3146
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.4
|
|
3147
3147
|
*/
|
|
3148
3148
|
networkNamePresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3149
3149
|
/**
|
|
3150
3150
|
* This field shall be True if the Node has an extended Pan ID, else False.
|
|
3151
3151
|
*
|
|
3152
|
-
* @see {@link MatterSpecification.
|
|
3152
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.5
|
|
3153
3153
|
*/
|
|
3154
3154
|
extendedPanIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3155
3155
|
/**
|
|
3156
3156
|
* This field shall be True if the Node has the mesh local prefix, else False.
|
|
3157
3157
|
*
|
|
3158
|
-
* @see {@link MatterSpecification.
|
|
3158
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.6
|
|
3159
3159
|
*/
|
|
3160
3160
|
meshLocalPrefixPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3161
3161
|
/**
|
|
3162
3162
|
* This field shall be True if the Node has the Thread network delay set, else False.
|
|
3163
3163
|
*
|
|
3164
|
-
* @see {@link MatterSpecification.
|
|
3164
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.7
|
|
3165
3165
|
*/
|
|
3166
3166
|
delayPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3167
3167
|
/**
|
|
3168
3168
|
* This field shall be True if the Node has a Pan ID, else False.
|
|
3169
3169
|
*
|
|
3170
|
-
* @see {@link MatterSpecification.
|
|
3170
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.8
|
|
3171
3171
|
*/
|
|
3172
3172
|
panIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3173
3173
|
/**
|
|
3174
3174
|
* This field shall be True if the Node has configured an operational channel for the Thread network, else
|
|
3175
3175
|
* False.
|
|
3176
3176
|
*
|
|
3177
|
-
* @see {@link MatterSpecification.
|
|
3177
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.9
|
|
3178
3178
|
*/
|
|
3179
3179
|
channelPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3180
3180
|
/**
|
|
3181
3181
|
* This field shall be True if the Node has been configured with the Thread network Pskc, else False.
|
|
3182
3182
|
*
|
|
3183
|
-
* @see {@link MatterSpecification.
|
|
3183
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.10
|
|
3184
3184
|
*/
|
|
3185
3185
|
pskcPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3186
3186
|
/**
|
|
3187
3187
|
* This field shall be True if the Node has been configured with the Thread network security policies, else
|
|
3188
3188
|
* False.
|
|
3189
3189
|
*
|
|
3190
|
-
* @see {@link MatterSpecification.
|
|
3190
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.11
|
|
3191
3191
|
*/
|
|
3192
3192
|
securityPolicyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3193
3193
|
/**
|
|
3194
3194
|
* This field shall be True if the Node has available a mask of available channels, else False.
|
|
3195
3195
|
*
|
|
3196
|
-
* @see {@link MatterSpecification.
|
|
3196
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.12
|
|
3197
3197
|
*/
|
|
3198
3198
|
channelMaskPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3199
3199
|
}> | null, any>;
|
|
@@ -3239,7 +3239,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
3239
3239
|
* The ConnectionStatus Event shall indicate that a Node’s connection status to a Thread network has
|
|
3240
3240
|
* changed.
|
|
3241
3241
|
*
|
|
3242
|
-
* @see {@link MatterSpecification.
|
|
3242
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.2
|
|
3243
3243
|
*/
|
|
3244
3244
|
readonly connectionStatus: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3245
3245
|
connectionStatus: import("../tlv/TlvObject.js").FieldType<ConnectionStatus>;
|
|
@@ -3248,21 +3248,21 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
3248
3248
|
* The NetworkFaultChange Event shall indicate a change in the set of network faults currently detected by
|
|
3249
3249
|
* the Node.
|
|
3250
3250
|
*
|
|
3251
|
-
* @see {@link MatterSpecification.
|
|
3251
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.1
|
|
3252
3252
|
*/
|
|
3253
3253
|
readonly networkFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3254
3254
|
/**
|
|
3255
3255
|
* This field shall represent the set of faults currently detected, as per Section 11.14.5.1, “NetworkFaultEnum
|
|
3256
3256
|
* Type”.
|
|
3257
3257
|
*
|
|
3258
|
-
* @see {@link MatterSpecification.
|
|
3258
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.1.1
|
|
3259
3259
|
*/
|
|
3260
3260
|
current: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
3261
3261
|
/**
|
|
3262
3262
|
* This field shall represent the set of faults detected prior to this change event, as per Section 11.14.5.1,
|
|
3263
3263
|
* “NetworkFaultEnum Type”.
|
|
3264
3264
|
*
|
|
3265
|
-
* @see {@link MatterSpecification.
|
|
3265
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.1.2
|
|
3266
3266
|
*/
|
|
3267
3267
|
previous: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
3268
3268
|
}>, any>;
|