@matter/types 0.13.0-alpha.0-20250329-cd36948da → 0.13.0-alpha.0-20250331-ae2df3e19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +99 -99
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +559 -559
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +17 -17
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +356 -356
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +475 -475
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1350 -1350
- package/dist/cjs/clusters/door-lock.js +228 -228
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +16 -16
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
- package/dist/cjs/clusters/level-control.d.ts +307 -307
- package/dist/cjs/clusters/level-control.js +33 -33
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +385 -385
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
- package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/cjs/clusters/rvc-operational-state.js +15 -15
- package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/cjs/clusters/rvc-run-mode.js +8 -8
- package/dist/cjs/clusters/scenes-management.d.ts +252 -252
- package/dist/cjs/clusters/scenes-management.js +72 -72
- package/dist/cjs/clusters/scenes-management.js.map +1 -1
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +30 -30
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +116 -116
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +245 -245
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +99 -99
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +559 -559
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +17 -17
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +356 -356
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +475 -475
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1350 -1350
- package/dist/esm/clusters/door-lock.js +228 -228
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +16 -16
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/esm/clusters/laundry-washer-mode.js +8 -8
- package/dist/esm/clusters/level-control.d.ts +307 -307
- package/dist/esm/clusters/level-control.js +33 -33
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +385 -385
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/esm/clusters/rvc-clean-mode.js +8 -8
- package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/esm/clusters/rvc-operational-state.js +15 -15
- package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/esm/clusters/rvc-run-mode.js +8 -8
- package/dist/esm/clusters/scenes-management.d.ts +252 -252
- package/dist/esm/clusters/scenes-management.js +72 -72
- package/dist/esm/clusters/scenes-management.js.map +1 -1
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +30 -30
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +116 -116
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +245 -245
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +20 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +28 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +111 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +12 -12
- package/src/clusters/content-control.ts +96 -96
- package/src/clusters/content-launcher.ts +69 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +26 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +377 -377
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore-cluster.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +11 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +28 -28
- package/src/clusters/level-control.ts +50 -50
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +91 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +39 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +9 -9
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +28 -28
- package/src/clusters/rvc-operational-state.ts +26 -26
- package/src/clusters/rvc-run-mode.ts +35 -35
- package/src/clusters/scenes-management.ts +114 -114
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +20 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +174 -174
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +81 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +35 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -13,7 +13,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
13
13
|
/**
|
|
14
14
|
* These are optional features supported by ThreadNetworkDiagnosticsCluster.
|
|
15
15
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
16
|
+
* @see {@link MatterSpecification.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.Core} § 11.14.6.27
|
|
591
591
|
*/
|
|
592
592
|
readonly txAckedCount: OptionalAttribute<number, any>;
|
|
593
593
|
/**
|
|
@@ -597,7 +597,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
597
597
|
* incremented by 1 for each MAC transmission request that is does not request acknowledgement regardless of
|
|
598
598
|
* the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
599
599
|
*
|
|
600
|
-
* @see {@link MatterSpecification.
|
|
600
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.28
|
|
601
601
|
*/
|
|
602
602
|
readonly txNoAckRequestedCount: OptionalAttribute<number, any>;
|
|
603
603
|
/**
|
|
@@ -606,7 +606,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
606
606
|
* regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
|
|
607
607
|
* reset upon a Node reboot.
|
|
608
608
|
*
|
|
609
|
-
* @see {@link MatterSpecification.
|
|
609
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.29
|
|
610
610
|
*/
|
|
611
611
|
readonly txDataCount: OptionalAttribute<number, any>;
|
|
612
612
|
/**
|
|
@@ -615,7 +615,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
615
615
|
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This
|
|
616
616
|
* value shall only be reset upon a Node reboot.
|
|
617
617
|
*
|
|
618
|
-
* @see {@link MatterSpecification.
|
|
618
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.30
|
|
619
619
|
*/
|
|
620
620
|
readonly txDataPollCount: OptionalAttribute<number, any>;
|
|
621
621
|
/**
|
|
@@ -623,7 +623,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
623
623
|
* requests. The TxBeaconCount attribute shall only be incremented by 1 for each MAC Beacon frame
|
|
624
624
|
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
625
625
|
*
|
|
626
|
-
* @see {@link MatterSpecification.
|
|
626
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.31
|
|
627
627
|
*/
|
|
628
628
|
readonly txBeaconCount: OptionalAttribute<number, any>;
|
|
629
629
|
/**
|
|
@@ -632,7 +632,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
632
632
|
* Beacon Request frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
|
|
633
633
|
* retransmissions. This value shall only be reset upon a Node reboot.
|
|
634
634
|
*
|
|
635
|
-
* @see {@link MatterSpecification.
|
|
635
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.32
|
|
636
636
|
*/
|
|
637
637
|
readonly txBeaconRequestCount: OptionalAttribute<number, any>;
|
|
638
638
|
/**
|
|
@@ -641,7 +641,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
641
641
|
* each MAC frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
|
|
642
642
|
* retransmissions. This value shall only be reset upon a Node reboot.
|
|
643
643
|
*
|
|
644
|
-
* @see {@link MatterSpecification.
|
|
644
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.33
|
|
645
645
|
*/
|
|
646
646
|
readonly txOtherCount: OptionalAttribute<number, any>;
|
|
647
647
|
/**
|
|
@@ -650,7 +650,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
650
650
|
* triggered by lack of acknowledgement, CSMA/CA failure, or other type of transmission error. This value
|
|
651
651
|
* shall only be reset upon a Node reboot.
|
|
652
652
|
*
|
|
653
|
-
* @see {@link MatterSpecification.
|
|
653
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.34
|
|
654
654
|
*/
|
|
655
655
|
readonly txRetryCount: OptionalAttribute<number, any>;
|
|
656
656
|
/**
|
|
@@ -660,7 +660,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
660
660
|
* attribute shall only be incremented by 1 for each unique MAC transmission packets that meets the maximal
|
|
661
661
|
* retry limit for direct packets. This value shall only be reset upon a Node reboot.
|
|
662
662
|
*
|
|
663
|
-
* @see {@link MatterSpecification.
|
|
663
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.35
|
|
664
664
|
*/
|
|
665
665
|
readonly txDirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
666
666
|
/**
|
|
@@ -669,7 +669,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
669
669
|
* shall only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry
|
|
670
670
|
* limit for indirect packets. This value shall only be reset upon a Node reboot.
|
|
671
671
|
*
|
|
672
|
-
* @see {@link MatterSpecification.
|
|
672
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.36
|
|
673
673
|
*/
|
|
674
674
|
readonly txIndirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
675
675
|
/**
|
|
@@ -677,7 +677,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
677
677
|
* shall only be incremented by 1 for each instance of a CCA failure. This value shall only be reset upon a
|
|
678
678
|
* Node reboot.
|
|
679
679
|
*
|
|
680
|
-
* @see {@link MatterSpecification.
|
|
680
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.37
|
|
681
681
|
*/
|
|
682
682
|
readonly txErrCcaCount: OptionalAttribute<number, any>;
|
|
683
683
|
/**
|
|
@@ -685,7 +685,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
685
685
|
* caused by an abort error. The TxErrAbortCount attribute shall only be incremented by 1 for each unique
|
|
686
686
|
* MAC transmission request failure caused by an abort error.
|
|
687
687
|
*
|
|
688
|
-
* @see {@link MatterSpecification.
|
|
688
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.38
|
|
689
689
|
*/
|
|
690
690
|
readonly txErrAbortCount: OptionalAttribute<number, any>;
|
|
691
691
|
/**
|
|
@@ -694,28 +694,28 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
694
694
|
* attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by a
|
|
695
695
|
* busy channel such as a CSMA/CA failure.
|
|
696
696
|
*
|
|
697
|
-
* @see {@link MatterSpecification.
|
|
697
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.39
|
|
698
698
|
*/
|
|
699
699
|
readonly txErrBusyChannelCount: OptionalAttribute<number, any>;
|
|
700
700
|
/**
|
|
701
701
|
* The RxTotalCount attribute shall indicate the total number of received unique MAC frames. This value
|
|
702
702
|
* shall only be reset upon a Node reboot.
|
|
703
703
|
*
|
|
704
|
-
* @see {@link MatterSpecification.
|
|
704
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.40
|
|
705
705
|
*/
|
|
706
706
|
readonly rxTotalCount: OptionalAttribute<number, any>;
|
|
707
707
|
/**
|
|
708
708
|
* The RxUnicastCount attribute shall indicate the total number of received unique unicast MAC frames. This
|
|
709
709
|
* value shall only be reset upon a Node reboot.
|
|
710
710
|
*
|
|
711
|
-
* @see {@link MatterSpecification.
|
|
711
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.41
|
|
712
712
|
*/
|
|
713
713
|
readonly rxUnicastCount: OptionalAttribute<number, any>;
|
|
714
714
|
/**
|
|
715
715
|
* The RxBroadcastCount attribute shall indicate the total number of received unique broadcast MAC frames.
|
|
716
716
|
* This value shall only be reset upon a Node reboot.
|
|
717
717
|
*
|
|
718
|
-
* @see {@link MatterSpecification.
|
|
718
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.42
|
|
719
719
|
*/
|
|
720
720
|
readonly rxBroadcastCount: OptionalAttribute<number, any>;
|
|
721
721
|
/**
|
|
@@ -723,35 +723,35 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
723
723
|
*
|
|
724
724
|
* This value shall only be reset upon a Node reboot.
|
|
725
725
|
*
|
|
726
|
-
* @see {@link MatterSpecification.
|
|
726
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.43
|
|
727
727
|
*/
|
|
728
728
|
readonly rxDataCount: OptionalAttribute<number, any>;
|
|
729
729
|
/**
|
|
730
730
|
* The RxDataPollCount attribute shall indicate the total number of received unique MAC Data Poll frames.
|
|
731
731
|
* This value shall only be reset upon a Node reboot.
|
|
732
732
|
*
|
|
733
|
-
* @see {@link MatterSpecification.
|
|
733
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.44
|
|
734
734
|
*/
|
|
735
735
|
readonly rxDataPollCount: OptionalAttribute<number, any>;
|
|
736
736
|
/**
|
|
737
737
|
* The RxBeaconCount attribute shall indicate the total number of received unique MAC Beacon frames. This
|
|
738
738
|
* value shall only be reset upon a Node reboot.
|
|
739
739
|
*
|
|
740
|
-
* @see {@link MatterSpecification.
|
|
740
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.45
|
|
741
741
|
*/
|
|
742
742
|
readonly rxBeaconCount: OptionalAttribute<number, any>;
|
|
743
743
|
/**
|
|
744
744
|
* The RxBeaconRequestCount attribute shall indicate the total number of received unique MAC Beacon Request
|
|
745
745
|
* frames. This value shall only be reset upon a Node reboot.
|
|
746
746
|
*
|
|
747
|
-
* @see {@link MatterSpecification.
|
|
747
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.46
|
|
748
748
|
*/
|
|
749
749
|
readonly rxBeaconRequestCount: OptionalAttribute<number, any>;
|
|
750
750
|
/**
|
|
751
751
|
* The RxOtherCount attribute shall indicate the total number of received unique MAC frame requests that are
|
|
752
752
|
* not counted by any other attribute. This value shall only be reset upon a Node reboot.
|
|
753
753
|
*
|
|
754
|
-
* @see {@link MatterSpecification.
|
|
754
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.47
|
|
755
755
|
*/
|
|
756
756
|
readonly rxOtherCount: OptionalAttribute<number, any>;
|
|
757
757
|
/**
|
|
@@ -759,7 +759,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
759
759
|
* requests that have been dropped as a result of MAC filtering. This value shall only be reset upon a Node
|
|
760
760
|
* reboot.
|
|
761
761
|
*
|
|
762
|
-
* @see {@link MatterSpecification.
|
|
762
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.48
|
|
763
763
|
*/
|
|
764
764
|
readonly rxAddressFilteredCount: OptionalAttribute<number, any>;
|
|
765
765
|
/**
|
|
@@ -767,7 +767,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
767
767
|
* requests that have been dropped as a result of a destination address check. This value shall only be
|
|
768
768
|
* reset upon a Node reboot.
|
|
769
769
|
*
|
|
770
|
-
* @see {@link MatterSpecification.
|
|
770
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.49
|
|
771
771
|
*/
|
|
772
772
|
readonly rxDestAddrFilteredCount: OptionalAttribute<number, any>;
|
|
773
773
|
/**
|
|
@@ -775,7 +775,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
775
775
|
* been dropped as a result of being a duplicate of a previously received MAC frame request. This value
|
|
776
776
|
* shall only be reset upon a Node reboot.
|
|
777
777
|
*
|
|
778
|
-
* @see {@link MatterSpecification.
|
|
778
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.50
|
|
779
779
|
*/
|
|
780
780
|
readonly rxDuplicatedCount: OptionalAttribute<number, any>;
|
|
781
781
|
/**
|
|
@@ -783,7 +783,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
783
783
|
* that have been dropped as a result of missing or malformed frame contents. This value shall only be reset
|
|
784
784
|
* upon a Node reboot.
|
|
785
785
|
*
|
|
786
|
-
* @see {@link MatterSpecification.
|
|
786
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.51
|
|
787
787
|
*/
|
|
788
788
|
readonly rxErrNoFrameCount: OptionalAttribute<number, any>;
|
|
789
789
|
/**
|
|
@@ -792,7 +792,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
792
792
|
*
|
|
793
793
|
* device. This value shall only be reset upon a Node reboot.
|
|
794
794
|
*
|
|
795
|
-
* @see {@link MatterSpecification.
|
|
795
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.52
|
|
796
796
|
*/
|
|
797
797
|
readonly rxErrUnknownNeighborCount: OptionalAttribute<number, any>;
|
|
798
798
|
/**
|
|
@@ -800,7 +800,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
800
800
|
* requests that have been dropped as a result of containing an invalid source address. This value shall
|
|
801
801
|
* only be reset upon a Node reboot.
|
|
802
802
|
*
|
|
803
|
-
* @see {@link MatterSpecification.
|
|
803
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.53
|
|
804
804
|
*/
|
|
805
805
|
readonly rxErrInvalidSrcAddrCount: OptionalAttribute<number, any>;
|
|
806
806
|
/**
|
|
@@ -808,7 +808,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
808
808
|
* have been dropped as a result of an error with the security of the received frame. This value shall only
|
|
809
809
|
* be reset upon a Node reboot.
|
|
810
810
|
*
|
|
811
|
-
* @see {@link MatterSpecification.
|
|
811
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.54
|
|
812
812
|
*/
|
|
813
813
|
readonly rxErrSecCount: OptionalAttribute<number, any>;
|
|
814
814
|
/**
|
|
@@ -816,7 +816,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
816
816
|
* have been dropped as a result of an error with the FCS of the received frame. This value shall only be
|
|
817
817
|
* reset upon a Node reboot.
|
|
818
818
|
*
|
|
819
|
-
* @see {@link MatterSpecification.
|
|
819
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.55
|
|
820
820
|
*/
|
|
821
821
|
readonly rxErrFcsCount: OptionalAttribute<number, any>;
|
|
822
822
|
/**
|
|
@@ -824,7 +824,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
824
824
|
* have been dropped as a result of an error that is not counted by any other attribute. This value shall
|
|
825
825
|
* only be reset upon a Node reboot.
|
|
826
826
|
*
|
|
827
|
-
* @see {@link MatterSpecification.
|
|
827
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.56
|
|
828
828
|
*/
|
|
829
829
|
readonly rxErrOtherCount: OptionalAttribute<number, any>;
|
|
830
830
|
};
|
|
@@ -869,7 +869,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
869
869
|
* interface (that is, the Active Operational Dataset’s current Channel value). A value of null shall
|
|
870
870
|
* indicate that the Thread interface is not currently configured or operational.
|
|
871
871
|
*
|
|
872
|
-
* @see {@link MatterSpecification.
|
|
872
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.1
|
|
873
873
|
*/
|
|
874
874
|
readonly channel: Attribute<number | null, any>;
|
|
875
875
|
/**
|
|
@@ -879,7 +879,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
879
879
|
* in the following table. A value of null shall indicate that the Thread interface is not currently
|
|
880
880
|
* configured or operational.
|
|
881
881
|
*
|
|
882
|
-
* @see {@link MatterSpecification.
|
|
882
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.2
|
|
883
883
|
*/
|
|
884
884
|
readonly routingRole: Attribute<RoutingRole | null, any>;
|
|
885
885
|
/**
|
|
@@ -887,14 +887,14 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
887
887
|
* the Node has been configured to join to. A value of null shall indicate that the Thread interface is not
|
|
888
888
|
* currently configured or operational.
|
|
889
889
|
*
|
|
890
|
-
* @see {@link MatterSpecification.
|
|
890
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.3
|
|
891
891
|
*/
|
|
892
892
|
readonly networkName: Attribute<string | null, any>;
|
|
893
893
|
/**
|
|
894
894
|
* The PanId attribute shall indicate the 16-bit identifier of the Node on the Thread network. A value of
|
|
895
895
|
* null shall indicate that the Thread interface is not currently configured or operational.
|
|
896
896
|
*
|
|
897
|
-
* @see {@link MatterSpecification.
|
|
897
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.4
|
|
898
898
|
*/
|
|
899
899
|
readonly panId: Attribute<number | null, any>;
|
|
900
900
|
/**
|
|
@@ -902,7 +902,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
902
902
|
* network. A value of null shall indicate that the Thread interface is not currently configured or
|
|
903
903
|
* operational.
|
|
904
904
|
*
|
|
905
|
-
* @see {@link MatterSpecification.
|
|
905
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.5
|
|
906
906
|
*/
|
|
907
907
|
readonly extendedPanId: Attribute<number | bigint | null, any>;
|
|
908
908
|
/**
|
|
@@ -910,54 +910,54 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
910
910
|
* Node has been configured to join to. A value of null shall indicate that the Thread interface is not
|
|
911
911
|
* currently configured or operational.
|
|
912
912
|
*
|
|
913
|
-
* @see {@link MatterSpecification.
|
|
913
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.6
|
|
914
914
|
*/
|
|
915
915
|
readonly meshLocalPrefix: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
916
916
|
/**
|
|
917
917
|
* The NeighborTable attribute shall indicate the current list of Nodes that comprise the neighbor table on
|
|
918
918
|
* the Node.
|
|
919
919
|
*
|
|
920
|
-
* @see {@link MatterSpecification.
|
|
920
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.8
|
|
921
921
|
*/
|
|
922
922
|
readonly neighborTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
923
923
|
/**
|
|
924
924
|
* This field shall specify the IEEE 802.15.4 extended address for the neighboring Node.
|
|
925
925
|
*
|
|
926
|
-
* @see {@link MatterSpecification.
|
|
926
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.1
|
|
927
927
|
*/
|
|
928
928
|
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
929
929
|
/**
|
|
930
930
|
* This field shall specify the duration of time, in seconds, since a frame has been received from the
|
|
931
931
|
* neighboring Node.
|
|
932
932
|
*
|
|
933
|
-
* @see {@link MatterSpecification.
|
|
933
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.2
|
|
934
934
|
*/
|
|
935
935
|
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
936
936
|
/**
|
|
937
937
|
* This field shall specify the RLOC16 of the neighboring Node.
|
|
938
938
|
*
|
|
939
|
-
* @see {@link MatterSpecification.
|
|
939
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.3
|
|
940
940
|
*/
|
|
941
941
|
rloc16: import("../tlv/TlvObject.js").FieldType<number>;
|
|
942
942
|
/**
|
|
943
943
|
* This field shall specify the number of link layer frames that have been received from the neighboring node.
|
|
944
944
|
* This field shall be reset to 0 upon a reboot of the Node.
|
|
945
945
|
*
|
|
946
|
-
* @see {@link MatterSpecification.
|
|
946
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.4
|
|
947
947
|
*/
|
|
948
948
|
linkFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
949
949
|
/**
|
|
950
950
|
* This field shall specify the number of Mesh Link Establishment frames that have been received from the
|
|
951
951
|
* neighboring node. This field shall be reset to 0 upon a reboot of the Node.
|
|
952
952
|
*
|
|
953
|
-
* @see {@link MatterSpecification.
|
|
953
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.5
|
|
954
954
|
*/
|
|
955
955
|
mleFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
956
956
|
/**
|
|
957
957
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
958
958
|
* scaled from 0 to 255.
|
|
959
959
|
*
|
|
960
|
-
* @see {@link MatterSpecification.
|
|
960
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.6
|
|
961
961
|
*/
|
|
962
962
|
lqi: import("../tlv/TlvObject.js").FieldType<number>;
|
|
963
963
|
/**
|
|
@@ -965,7 +965,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
965
965
|
* receiving Node’s last reboot. If there is no known received frames this field SHOULD have the value of null.
|
|
966
966
|
* This field shall have the units of dBm, having the range -128 dBm to 0 dBm.
|
|
967
967
|
*
|
|
968
|
-
* @see {@link MatterSpecification.
|
|
968
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.7
|
|
969
969
|
*/
|
|
970
970
|
averageRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
971
971
|
/**
|
|
@@ -973,48 +973,48 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
973
973
|
* no known last received frame the LastRssi field SHOULD have the value of null. This field shall have the
|
|
974
974
|
* units of dBm, having the range -128 dBm to 0 dBm.
|
|
975
975
|
*
|
|
976
|
-
* @see {@link MatterSpecification.
|
|
976
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.8
|
|
977
977
|
*/
|
|
978
978
|
lastRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
979
979
|
/**
|
|
980
980
|
* This field shall specify the percentage of received frames from the neighboring Node that have resulted in
|
|
981
981
|
* errors.
|
|
982
982
|
*
|
|
983
|
-
* @see {@link MatterSpecification.
|
|
983
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.9
|
|
984
984
|
*/
|
|
985
985
|
frameErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
|
|
986
986
|
/**
|
|
987
987
|
* This field shall specify the percentage of received messages from the neighboring Node that have resulted in
|
|
988
988
|
* errors.
|
|
989
989
|
*
|
|
990
|
-
* @see {@link MatterSpecification.
|
|
990
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.10
|
|
991
991
|
*/
|
|
992
992
|
messageErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
|
|
993
993
|
/**
|
|
994
994
|
* This field shall specify if the neighboring Node is capable of receiving frames while the Node is in an idle
|
|
995
995
|
* state.
|
|
996
996
|
*
|
|
997
|
-
* @see {@link MatterSpecification.
|
|
997
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.11
|
|
998
998
|
*/
|
|
999
999
|
rxOnWhenIdle: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1000
1000
|
/**
|
|
1001
1001
|
* This field shall specify if the neighboring Node is a full Thread device.
|
|
1002
1002
|
*
|
|
1003
|
-
* @see {@link MatterSpecification.
|
|
1003
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.12
|
|
1004
1004
|
*/
|
|
1005
1005
|
fullThreadDevice: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1006
1006
|
/**
|
|
1007
1007
|
* This field shall specify if the neighboring Node requires the full Network Data. If set to False, the
|
|
1008
1008
|
* neighboring Node only requires the stable Network Data.
|
|
1009
1009
|
*
|
|
1010
|
-
* @see {@link MatterSpecification.
|
|
1010
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.13
|
|
1011
1011
|
*/
|
|
1012
1012
|
fullNetworkData: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1013
1013
|
/**
|
|
1014
1014
|
* This field shall specify if the neighboring Node is a direct child of the Node reporting the NeighborTable
|
|
1015
1015
|
* attribute.
|
|
1016
1016
|
*
|
|
1017
|
-
* @see {@link MatterSpecification.
|
|
1017
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.14
|
|
1018
1018
|
*/
|
|
1019
1019
|
isChild: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1020
1020
|
}>[], any>;
|
|
@@ -1022,73 +1022,73 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1022
1022
|
* The RouteTable attribute shall indicate the current list of router capable Nodes for which routes have
|
|
1023
1023
|
* been established.
|
|
1024
1024
|
*
|
|
1025
|
-
* @see {@link MatterSpecification.
|
|
1025
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.9
|
|
1026
1026
|
*/
|
|
1027
1027
|
readonly routeTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1028
1028
|
/**
|
|
1029
1029
|
* This field shall specify the IEEE 802.15.4 extended address for the Node for which this route table entry
|
|
1030
1030
|
* corresponds.
|
|
1031
1031
|
*
|
|
1032
|
-
* @see {@link MatterSpecification.
|
|
1032
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.1
|
|
1033
1033
|
*/
|
|
1034
1034
|
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1035
1035
|
/**
|
|
1036
1036
|
* This field shall specify the RLOC16 for the Node for which this route table entry corresponds.
|
|
1037
1037
|
*
|
|
1038
|
-
* @see {@link MatterSpecification.
|
|
1038
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.2
|
|
1039
1039
|
*/
|
|
1040
1040
|
rloc16: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1041
1041
|
/**
|
|
1042
1042
|
* This field shall specify the Router ID for the Node for which this route table entry corresponds.
|
|
1043
1043
|
*
|
|
1044
|
-
* @see {@link MatterSpecification.
|
|
1044
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.3
|
|
1045
1045
|
*/
|
|
1046
1046
|
routerId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1047
1047
|
/**
|
|
1048
1048
|
* This field shall specify the Router ID for the next hop in the route to the Node for which this route table
|
|
1049
1049
|
* entry corresponds.
|
|
1050
1050
|
*
|
|
1051
|
-
* @see {@link MatterSpecification.
|
|
1051
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.4
|
|
1052
1052
|
*/
|
|
1053
1053
|
nextHop: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1054
1054
|
/**
|
|
1055
1055
|
* This Field shall specify the cost of the route to the Node for which this route table entry corresponds.
|
|
1056
1056
|
*
|
|
1057
|
-
* @see {@link MatterSpecification.
|
|
1057
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.5
|
|
1058
1058
|
*/
|
|
1059
1059
|
pathCost: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1060
1060
|
/**
|
|
1061
1061
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
1062
1062
|
* scaled from 0 to 255, from the perspective of the Node reporting the neighbor table.
|
|
1063
1063
|
*
|
|
1064
|
-
* @see {@link MatterSpecification.
|
|
1064
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.6
|
|
1065
1065
|
*/
|
|
1066
1066
|
lqiIn: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1067
1067
|
/**
|
|
1068
1068
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
1069
1069
|
* scaled from 0 to 255, from the perspective of the Node specified within the NextHop field.
|
|
1070
1070
|
*
|
|
1071
|
-
* @see {@link MatterSpecification.
|
|
1071
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.7
|
|
1072
1072
|
*/
|
|
1073
1073
|
lqiOut: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1074
1074
|
/**
|
|
1075
1075
|
* This field shall specify the duration of time, in seconds, since a frame has been received from the Node for
|
|
1076
1076
|
* which this route table entry corresponds.
|
|
1077
1077
|
*
|
|
1078
|
-
* @see {@link MatterSpecification.
|
|
1078
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.8
|
|
1079
1079
|
*/
|
|
1080
1080
|
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1081
1081
|
/**
|
|
1082
1082
|
* This field shall specify if the router ID as defined within the RouterId field has been allocated.
|
|
1083
1083
|
*
|
|
1084
|
-
* @see {@link MatterSpecification.
|
|
1084
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.9
|
|
1085
1085
|
*/
|
|
1086
1086
|
allocated: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1087
1087
|
/**
|
|
1088
1088
|
* This field shall specify if a link has been established to the Node for which this route table entry
|
|
1089
1089
|
* corresponds.
|
|
1090
1090
|
*
|
|
1091
|
-
* @see {@link MatterSpecification.
|
|
1091
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.10
|
|
1092
1092
|
*/
|
|
1093
1093
|
linkEstablished: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1094
1094
|
}>[], any>;
|
|
@@ -1096,74 +1096,74 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1096
1096
|
* The PartitionId attribute shall indicate the Thread Leader Partition Id for the Thread network to which
|
|
1097
1097
|
* the Node is joined. Null if not attached to a Thread network.
|
|
1098
1098
|
*
|
|
1099
|
-
* @see {@link MatterSpecification.
|
|
1099
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.10
|
|
1100
1100
|
*/
|
|
1101
1101
|
readonly partitionId: Attribute<number | null, any>;
|
|
1102
1102
|
/**
|
|
1103
1103
|
* The Weighting attribute shall indicate the Thread Leader Weight used when operating in the Leader role.
|
|
1104
1104
|
* Null if not attached to a Thread network.
|
|
1105
1105
|
*
|
|
1106
|
-
* @see {@link MatterSpecification.
|
|
1106
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.11
|
|
1107
1107
|
*/
|
|
1108
1108
|
readonly weighting: Attribute<number | null, any>;
|
|
1109
1109
|
/**
|
|
1110
1110
|
* The DataVersion attribute shall indicate the full Network Data Version the Node currently uses. Null if
|
|
1111
1111
|
* not attached to a Thread network.
|
|
1112
1112
|
*
|
|
1113
|
-
* @see {@link MatterSpecification.
|
|
1113
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.12
|
|
1114
1114
|
*/
|
|
1115
1115
|
readonly dataVersion: Attribute<number | null, any>;
|
|
1116
1116
|
/**
|
|
1117
1117
|
* The StableDataVersion attribute shall indicate the Network Data Version for the stable subset of data the
|
|
1118
1118
|
* Node currently uses. Null if not attached to a Thread network.
|
|
1119
1119
|
*
|
|
1120
|
-
* @see {@link MatterSpecification.
|
|
1120
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.13
|
|
1121
1121
|
*/
|
|
1122
1122
|
readonly stableDataVersion: Attribute<number | null, any>;
|
|
1123
1123
|
/**
|
|
1124
1124
|
* The LeaderRouterId attribute shall indicate the 8-bit LeaderRouterId the Node shall attempt to utilize
|
|
1125
1125
|
* upon becoming a router or leader on the Thread network. Null if not attached to a Thread network.
|
|
1126
1126
|
*
|
|
1127
|
-
* @see {@link MatterSpecification.
|
|
1127
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.14
|
|
1128
1128
|
*/
|
|
1129
1129
|
readonly leaderRouterId: Attribute<number | null, any>;
|
|
1130
1130
|
/**
|
|
1131
1131
|
* Null when there is no dataset configured.
|
|
1132
1132
|
*
|
|
1133
|
-
* @see {@link MatterSpecification.
|
|
1133
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.57
|
|
1134
1134
|
*/
|
|
1135
1135
|
readonly activeTimestamp: OptionalAttribute<number | bigint | null, any>;
|
|
1136
1136
|
/**
|
|
1137
1137
|
* Null when there is no dataset configured.
|
|
1138
1138
|
*
|
|
1139
|
-
* @see {@link MatterSpecification.
|
|
1139
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.58
|
|
1140
1140
|
*/
|
|
1141
1141
|
readonly pendingTimestamp: OptionalAttribute<number | bigint | null, any>;
|
|
1142
1142
|
/**
|
|
1143
1143
|
* Null when there is no dataset configured.
|
|
1144
1144
|
*
|
|
1145
|
-
* @see {@link MatterSpecification.
|
|
1145
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.59
|
|
1146
1146
|
*/
|
|
1147
1147
|
readonly delay: OptionalAttribute<number | null, any>;
|
|
1148
1148
|
/**
|
|
1149
1149
|
* The SecurityPolicy attribute indicates the current security policies for the Thread partition to which a
|
|
1150
1150
|
* Node is connected. Null when there is no dataset configured.
|
|
1151
1151
|
*
|
|
1152
|
-
* @see {@link MatterSpecification.
|
|
1152
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.60
|
|
1153
1153
|
*/
|
|
1154
1154
|
readonly securityPolicy: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1155
1155
|
/**
|
|
1156
1156
|
* This field shall specify the interval of time, in hours, that Thread security keys are rotated. Null when
|
|
1157
1157
|
* there is no dataset configured.
|
|
1158
1158
|
*
|
|
1159
|
-
* @see {@link MatterSpecification.
|
|
1159
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.6.1
|
|
1160
1160
|
*/
|
|
1161
1161
|
rotationTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1162
1162
|
/**
|
|
1163
1163
|
* This field shall specify the flags as specified in Thread 1.3.0 section 8.10.1.15. Null when there is no
|
|
1164
1164
|
* dataset configured.
|
|
1165
1165
|
*
|
|
1166
|
-
* @see {@link MatterSpecification.
|
|
1166
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.6.2
|
|
1167
1167
|
*/
|
|
1168
1168
|
flags: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1169
1169
|
}> | null, any>;
|
|
@@ -1174,101 +1174,101 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1174
1174
|
* channel 0 and channel 10 are selected, the mask would be: 80 20 00 00. Null when there is no dataset
|
|
1175
1175
|
* configured.
|
|
1176
1176
|
*
|
|
1177
|
-
* @see {@link MatterSpecification.
|
|
1177
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.61
|
|
1178
1178
|
*/
|
|
1179
1179
|
readonly channelPage0Mask: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
1180
1180
|
/**
|
|
1181
1181
|
* The OperationalDatasetComponents attribute is a collection of flags to indicate the presence of various
|
|
1182
1182
|
* operationally acquired values.
|
|
1183
1183
|
*
|
|
1184
|
-
* @see {@link MatterSpecification.
|
|
1184
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.62
|
|
1185
1185
|
*/
|
|
1186
1186
|
readonly operationalDatasetComponents: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1187
1187
|
/**
|
|
1188
1188
|
* This field shall be True if the Node has an active timestamp present, else False.
|
|
1189
1189
|
*
|
|
1190
|
-
* @see {@link MatterSpecification.
|
|
1190
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.1
|
|
1191
1191
|
*/
|
|
1192
1192
|
activeTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1193
1193
|
/**
|
|
1194
1194
|
* This field shall be True if the Node has a pending timestamp is present, else False.
|
|
1195
1195
|
*
|
|
1196
|
-
* @see {@link MatterSpecification.
|
|
1196
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.2
|
|
1197
1197
|
*/
|
|
1198
1198
|
pendingTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1199
1199
|
/**
|
|
1200
1200
|
* This field shall be True if the Node has the Thread master key, else False.
|
|
1201
1201
|
*
|
|
1202
|
-
* @see {@link MatterSpecification.
|
|
1202
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.3
|
|
1203
1203
|
*/
|
|
1204
1204
|
masterKeyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1205
1205
|
/**
|
|
1206
1206
|
* This field shall be True if the Node has the Thread network’s name, else False.
|
|
1207
1207
|
*
|
|
1208
|
-
* @see {@link MatterSpecification.
|
|
1208
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.4
|
|
1209
1209
|
*/
|
|
1210
1210
|
networkNamePresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1211
1211
|
/**
|
|
1212
1212
|
* This field shall be True if the Node has an extended Pan ID, else False.
|
|
1213
1213
|
*
|
|
1214
|
-
* @see {@link MatterSpecification.
|
|
1214
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.5
|
|
1215
1215
|
*/
|
|
1216
1216
|
extendedPanIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1217
1217
|
/**
|
|
1218
1218
|
* This field shall be True if the Node has the mesh local prefix, else False.
|
|
1219
1219
|
*
|
|
1220
|
-
* @see {@link MatterSpecification.
|
|
1220
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.6
|
|
1221
1221
|
*/
|
|
1222
1222
|
meshLocalPrefixPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1223
1223
|
/**
|
|
1224
1224
|
* This field shall be True if the Node has the Thread network delay set, else False.
|
|
1225
1225
|
*
|
|
1226
|
-
* @see {@link MatterSpecification.
|
|
1226
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.7
|
|
1227
1227
|
*/
|
|
1228
1228
|
delayPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1229
1229
|
/**
|
|
1230
1230
|
* This field shall be True if the Node has a Pan ID, else False.
|
|
1231
1231
|
*
|
|
1232
|
-
* @see {@link MatterSpecification.
|
|
1232
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.8
|
|
1233
1233
|
*/
|
|
1234
1234
|
panIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1235
1235
|
/**
|
|
1236
1236
|
* This field shall be True if the Node has configured an operational channel for the Thread network, else
|
|
1237
1237
|
* False.
|
|
1238
1238
|
*
|
|
1239
|
-
* @see {@link MatterSpecification.
|
|
1239
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.9
|
|
1240
1240
|
*/
|
|
1241
1241
|
channelPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1242
1242
|
/**
|
|
1243
1243
|
* This field shall be True if the Node has been configured with the Thread network Pskc, else False.
|
|
1244
1244
|
*
|
|
1245
|
-
* @see {@link MatterSpecification.
|
|
1245
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.10
|
|
1246
1246
|
*/
|
|
1247
1247
|
pskcPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1248
1248
|
/**
|
|
1249
1249
|
* This field shall be True if the Node has been configured with the Thread network security policies, else
|
|
1250
1250
|
* False.
|
|
1251
1251
|
*
|
|
1252
|
-
* @see {@link MatterSpecification.
|
|
1252
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.11
|
|
1253
1253
|
*/
|
|
1254
1254
|
securityPolicyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1255
1255
|
/**
|
|
1256
1256
|
* This field shall be True if the Node has available a mask of available channels, else False.
|
|
1257
1257
|
*
|
|
1258
|
-
* @see {@link MatterSpecification.
|
|
1258
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.12
|
|
1259
1259
|
*/
|
|
1260
1260
|
channelMaskPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1261
1261
|
}> | null, any>;
|
|
1262
1262
|
/**
|
|
1263
|
-
* @see {@link MatterSpecification.
|
|
1263
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6
|
|
1264
1264
|
*/
|
|
1265
1265
|
readonly activeNetworkFaultsList: Attribute<NetworkFault[], any>;
|
|
1266
1266
|
/**
|
|
1267
|
-
* @see {@link MatterSpecification.
|
|
1267
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6
|
|
1268
1268
|
*/
|
|
1269
1269
|
readonly extAddress: Attribute<number | bigint | null, any>;
|
|
1270
1270
|
/**
|
|
1271
|
-
* @see {@link MatterSpecification.
|
|
1271
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6
|
|
1272
1272
|
*/
|
|
1273
1273
|
readonly rloc16: Attribute<number | null, any>;
|
|
1274
1274
|
};
|
|
@@ -1277,7 +1277,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1277
1277
|
* The ConnectionStatus Event shall indicate that a Node’s connection status to a Thread network has
|
|
1278
1278
|
* changed.
|
|
1279
1279
|
*
|
|
1280
|
-
* @see {@link MatterSpecification.
|
|
1280
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.8.2
|
|
1281
1281
|
*/
|
|
1282
1282
|
readonly connectionStatus: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1283
1283
|
connectionStatus: import("../tlv/TlvObject.js").FieldType<ConnectionStatus>;
|
|
@@ -1286,21 +1286,21 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1286
1286
|
* The NetworkFaultChange Event shall indicate a change in the set of network faults currently detected by
|
|
1287
1287
|
* the Node.
|
|
1288
1288
|
*
|
|
1289
|
-
* @see {@link MatterSpecification.
|
|
1289
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.8.1
|
|
1290
1290
|
*/
|
|
1291
1291
|
readonly networkFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1292
1292
|
/**
|
|
1293
1293
|
* This field shall represent the set of faults currently detected, as per Section 11.14.5.1, “NetworkFaultEnum
|
|
1294
1294
|
* Type”.
|
|
1295
1295
|
*
|
|
1296
|
-
* @see {@link MatterSpecification.
|
|
1296
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.8.1.1
|
|
1297
1297
|
*/
|
|
1298
1298
|
current: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
1299
1299
|
/**
|
|
1300
1300
|
* This field shall represent the set of faults detected prior to this change event, as per Section 11.14.5.1,
|
|
1301
1301
|
* “NetworkFaultEnum Type”.
|
|
1302
1302
|
*
|
|
1303
|
-
* @see {@link MatterSpecification.
|
|
1303
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.8.1.2
|
|
1304
1304
|
*/
|
|
1305
1305
|
previous: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
1306
1306
|
}>, any>;
|
|
@@ -1320,7 +1320,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1320
1320
|
* to lack of buffer memory to retain all packets on the ethernet network interface. The OverrunCount
|
|
1321
1321
|
* attribute shall be reset to 0 upon a reboot of the Node.
|
|
1322
1322
|
*
|
|
1323
|
-
* @see {@link MatterSpecification.
|
|
1323
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.7
|
|
1324
1324
|
*/
|
|
1325
1325
|
readonly overrunCount: Attribute<number | bigint, any>;
|
|
1326
1326
|
};
|
|
@@ -1333,7 +1333,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1333
1333
|
* This command has no associated data. Upon completion, this command shall send a status code set to a
|
|
1334
1334
|
* value of SUCCESS back to the initiator.
|
|
1335
1335
|
*
|
|
1336
|
-
* @see {@link MatterSpecification.
|
|
1336
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.7.1
|
|
1337
1337
|
*/
|
|
1338
1338
|
readonly resetCounts: Command<void, void, any>;
|
|
1339
1339
|
};
|
|
@@ -1349,14 +1349,14 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1349
1349
|
* OT_DEVICE_ROLE_DETACHED role as specified within the Thread specification. This value shall only be reset
|
|
1350
1350
|
* upon a Node reboot.
|
|
1351
1351
|
*
|
|
1352
|
-
* @see {@link MatterSpecification.
|
|
1352
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.15
|
|
1353
1353
|
*/
|
|
1354
1354
|
readonly detachedRoleCount: OptionalAttribute<number, any>;
|
|
1355
1355
|
/**
|
|
1356
1356
|
* The ChildRoleCount attribute shall indicate the number of times the Node entered the OT_DEVICE_ROLE_CHILD
|
|
1357
1357
|
* role as specified within the Thread specification. This value shall only be reset upon a Node reboot.
|
|
1358
1358
|
*
|
|
1359
|
-
* @see {@link MatterSpecification.
|
|
1359
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.16
|
|
1360
1360
|
*/
|
|
1361
1361
|
readonly childRoleCount: OptionalAttribute<number, any>;
|
|
1362
1362
|
/**
|
|
@@ -1364,7 +1364,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1364
1364
|
* OT_DEVICE_ROLE_ROUTER role as specified within the Thread specification. This value shall only be reset
|
|
1365
1365
|
* upon a Node reboot.
|
|
1366
1366
|
*
|
|
1367
|
-
* @see {@link MatterSpecification.
|
|
1367
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.17
|
|
1368
1368
|
*/
|
|
1369
1369
|
readonly routerRoleCount: OptionalAttribute<number, any>;
|
|
1370
1370
|
/**
|
|
@@ -1372,7 +1372,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1372
1372
|
* OT_DEVICE_ROLE_LEADER role as specified within the Thread specification. This value shall only be reset
|
|
1373
1373
|
* upon a Node reboot.
|
|
1374
1374
|
*
|
|
1375
|
-
* @see {@link MatterSpecification.
|
|
1375
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.18
|
|
1376
1376
|
*/
|
|
1377
1377
|
readonly leaderRoleCount: OptionalAttribute<number, any>;
|
|
1378
1378
|
/**
|
|
@@ -1380,14 +1380,14 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1380
1380
|
* Thread network while the Node was detached from all Thread networks. This value shall only be reset upon
|
|
1381
1381
|
* a Node reboot.
|
|
1382
1382
|
*
|
|
1383
|
-
* @see {@link MatterSpecification.
|
|
1383
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.19
|
|
1384
1384
|
*/
|
|
1385
1385
|
readonly attachAttemptCount: OptionalAttribute<number, any>;
|
|
1386
1386
|
/**
|
|
1387
1387
|
* The PartitionIdChangeCount attribute shall indicate the number of times that the Thread network that the
|
|
1388
1388
|
* Node is connected to has changed its Partition ID. This value shall only be reset upon a Node reboot.
|
|
1389
1389
|
*
|
|
1390
|
-
* @see {@link MatterSpecification.
|
|
1390
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.20
|
|
1391
1391
|
*/
|
|
1392
1392
|
readonly partitionIdChangeCount: OptionalAttribute<number, any>;
|
|
1393
1393
|
/**
|
|
@@ -1395,14 +1395,14 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1395
1395
|
* to attach to a different Thread partition that it has determined is better than the partition it is
|
|
1396
1396
|
* currently attached to. This value shall only be reset upon a Node reboot.
|
|
1397
1397
|
*
|
|
1398
|
-
* @see {@link MatterSpecification.
|
|
1398
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.21
|
|
1399
1399
|
*/
|
|
1400
1400
|
readonly betterPartitionAttachAttemptCount: OptionalAttribute<number, any>;
|
|
1401
1401
|
/**
|
|
1402
1402
|
* The ParentChangeCount attribute shall indicate the number of times a Node has changed its parent. This
|
|
1403
1403
|
* value shall only be reset upon a Node reboot.
|
|
1404
1404
|
*
|
|
1405
|
-
* @see {@link MatterSpecification.
|
|
1405
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.22
|
|
1406
1406
|
*/
|
|
1407
1407
|
readonly parentChangeCount: OptionalAttribute<number, any>;
|
|
1408
1408
|
};
|
|
@@ -1419,7 +1419,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1419
1419
|
* amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node
|
|
1420
1420
|
* reboot.
|
|
1421
1421
|
*
|
|
1422
|
-
* @see {@link MatterSpecification.
|
|
1422
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.23
|
|
1423
1423
|
*/
|
|
1424
1424
|
readonly txTotalCount: OptionalAttribute<number, any>;
|
|
1425
1425
|
/**
|
|
@@ -1428,7 +1428,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1428
1428
|
* request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall
|
|
1429
1429
|
* only be reset upon a Node reboot.
|
|
1430
1430
|
*
|
|
1431
|
-
* @see {@link MatterSpecification.
|
|
1431
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.24
|
|
1432
1432
|
*/
|
|
1433
1433
|
readonly txUnicastCount: OptionalAttribute<number, any>;
|
|
1434
1434
|
/**
|
|
@@ -1437,7 +1437,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1437
1437
|
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This
|
|
1438
1438
|
* value shall only be reset upon a Node reboot.
|
|
1439
1439
|
*
|
|
1440
|
-
* @see {@link MatterSpecification.
|
|
1440
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.25
|
|
1441
1441
|
*/
|
|
1442
1442
|
readonly txBroadcastCount: OptionalAttribute<number, any>;
|
|
1443
1443
|
/**
|
|
@@ -1446,7 +1446,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1446
1446
|
* for each MAC transmission request with requested acknowledgment regardless of the amount of CCA failures,
|
|
1447
1447
|
* CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
1448
1448
|
*
|
|
1449
|
-
* @see {@link MatterSpecification.
|
|
1449
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.26
|
|
1450
1450
|
*/
|
|
1451
1451
|
readonly txAckRequestedCount: OptionalAttribute<number, any>;
|
|
1452
1452
|
/**
|
|
@@ -1455,7 +1455,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1455
1455
|
* that is acked regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value
|
|
1456
1456
|
* shall only be reset upon a Node reboot.
|
|
1457
1457
|
*
|
|
1458
|
-
* @see {@link MatterSpecification.
|
|
1458
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.27
|
|
1459
1459
|
*/
|
|
1460
1460
|
readonly txAckedCount: OptionalAttribute<number, any>;
|
|
1461
1461
|
/**
|
|
@@ -1465,7 +1465,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1465
1465
|
* incremented by 1 for each MAC transmission request that is does not request acknowledgement regardless of
|
|
1466
1466
|
* the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
1467
1467
|
*
|
|
1468
|
-
* @see {@link MatterSpecification.
|
|
1468
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.28
|
|
1469
1469
|
*/
|
|
1470
1470
|
readonly txNoAckRequestedCount: OptionalAttribute<number, any>;
|
|
1471
1471
|
/**
|
|
@@ -1474,7 +1474,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1474
1474
|
* regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
|
|
1475
1475
|
* reset upon a Node reboot.
|
|
1476
1476
|
*
|
|
1477
|
-
* @see {@link MatterSpecification.
|
|
1477
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.29
|
|
1478
1478
|
*/
|
|
1479
1479
|
readonly txDataCount: OptionalAttribute<number, any>;
|
|
1480
1480
|
/**
|
|
@@ -1483,7 +1483,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1483
1483
|
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This
|
|
1484
1484
|
* value shall only be reset upon a Node reboot.
|
|
1485
1485
|
*
|
|
1486
|
-
* @see {@link MatterSpecification.
|
|
1486
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.30
|
|
1487
1487
|
*/
|
|
1488
1488
|
readonly txDataPollCount: OptionalAttribute<number, any>;
|
|
1489
1489
|
/**
|
|
@@ -1491,7 +1491,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1491
1491
|
* requests. The TxBeaconCount attribute shall only be incremented by 1 for each MAC Beacon frame
|
|
1492
1492
|
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
1493
1493
|
*
|
|
1494
|
-
* @see {@link MatterSpecification.
|
|
1494
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.31
|
|
1495
1495
|
*/
|
|
1496
1496
|
readonly txBeaconCount: OptionalAttribute<number, any>;
|
|
1497
1497
|
/**
|
|
@@ -1500,7 +1500,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1500
1500
|
* Beacon Request frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
|
|
1501
1501
|
* retransmissions. This value shall only be reset upon a Node reboot.
|
|
1502
1502
|
*
|
|
1503
|
-
* @see {@link MatterSpecification.
|
|
1503
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.32
|
|
1504
1504
|
*/
|
|
1505
1505
|
readonly txBeaconRequestCount: OptionalAttribute<number, any>;
|
|
1506
1506
|
/**
|
|
@@ -1509,7 +1509,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1509
1509
|
* each MAC frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
|
|
1510
1510
|
* retransmissions. This value shall only be reset upon a Node reboot.
|
|
1511
1511
|
*
|
|
1512
|
-
* @see {@link MatterSpecification.
|
|
1512
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.33
|
|
1513
1513
|
*/
|
|
1514
1514
|
readonly txOtherCount: OptionalAttribute<number, any>;
|
|
1515
1515
|
/**
|
|
@@ -1518,7 +1518,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1518
1518
|
* triggered by lack of acknowledgement, CSMA/CA failure, or other type of transmission error. This value
|
|
1519
1519
|
* shall only be reset upon a Node reboot.
|
|
1520
1520
|
*
|
|
1521
|
-
* @see {@link MatterSpecification.
|
|
1521
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.34
|
|
1522
1522
|
*/
|
|
1523
1523
|
readonly txRetryCount: OptionalAttribute<number, any>;
|
|
1524
1524
|
/**
|
|
@@ -1528,7 +1528,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1528
1528
|
* attribute shall only be incremented by 1 for each unique MAC transmission packets that meets the maximal
|
|
1529
1529
|
* retry limit for direct packets. This value shall only be reset upon a Node reboot.
|
|
1530
1530
|
*
|
|
1531
|
-
* @see {@link MatterSpecification.
|
|
1531
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.35
|
|
1532
1532
|
*/
|
|
1533
1533
|
readonly txDirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
1534
1534
|
/**
|
|
@@ -1537,7 +1537,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1537
1537
|
* shall only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry
|
|
1538
1538
|
* limit for indirect packets. This value shall only be reset upon a Node reboot.
|
|
1539
1539
|
*
|
|
1540
|
-
* @see {@link MatterSpecification.
|
|
1540
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.36
|
|
1541
1541
|
*/
|
|
1542
1542
|
readonly txIndirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
1543
1543
|
/**
|
|
@@ -1545,7 +1545,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1545
1545
|
* shall only be incremented by 1 for each instance of a CCA failure. This value shall only be reset upon a
|
|
1546
1546
|
* Node reboot.
|
|
1547
1547
|
*
|
|
1548
|
-
* @see {@link MatterSpecification.
|
|
1548
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.37
|
|
1549
1549
|
*/
|
|
1550
1550
|
readonly txErrCcaCount: OptionalAttribute<number, any>;
|
|
1551
1551
|
/**
|
|
@@ -1553,7 +1553,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1553
1553
|
* caused by an abort error. The TxErrAbortCount attribute shall only be incremented by 1 for each unique
|
|
1554
1554
|
* MAC transmission request failure caused by an abort error.
|
|
1555
1555
|
*
|
|
1556
|
-
* @see {@link MatterSpecification.
|
|
1556
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.38
|
|
1557
1557
|
*/
|
|
1558
1558
|
readonly txErrAbortCount: OptionalAttribute<number, any>;
|
|
1559
1559
|
/**
|
|
@@ -1562,28 +1562,28 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1562
1562
|
* attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by a
|
|
1563
1563
|
* busy channel such as a CSMA/CA failure.
|
|
1564
1564
|
*
|
|
1565
|
-
* @see {@link MatterSpecification.
|
|
1565
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.39
|
|
1566
1566
|
*/
|
|
1567
1567
|
readonly txErrBusyChannelCount: OptionalAttribute<number, any>;
|
|
1568
1568
|
/**
|
|
1569
1569
|
* The RxTotalCount attribute shall indicate the total number of received unique MAC frames. This value
|
|
1570
1570
|
* shall only be reset upon a Node reboot.
|
|
1571
1571
|
*
|
|
1572
|
-
* @see {@link MatterSpecification.
|
|
1572
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.40
|
|
1573
1573
|
*/
|
|
1574
1574
|
readonly rxTotalCount: OptionalAttribute<number, any>;
|
|
1575
1575
|
/**
|
|
1576
1576
|
* The RxUnicastCount attribute shall indicate the total number of received unique unicast MAC frames. This
|
|
1577
1577
|
* value shall only be reset upon a Node reboot.
|
|
1578
1578
|
*
|
|
1579
|
-
* @see {@link MatterSpecification.
|
|
1579
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.41
|
|
1580
1580
|
*/
|
|
1581
1581
|
readonly rxUnicastCount: OptionalAttribute<number, any>;
|
|
1582
1582
|
/**
|
|
1583
1583
|
* The RxBroadcastCount attribute shall indicate the total number of received unique broadcast MAC frames.
|
|
1584
1584
|
* This value shall only be reset upon a Node reboot.
|
|
1585
1585
|
*
|
|
1586
|
-
* @see {@link MatterSpecification.
|
|
1586
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.42
|
|
1587
1587
|
*/
|
|
1588
1588
|
readonly rxBroadcastCount: OptionalAttribute<number, any>;
|
|
1589
1589
|
/**
|
|
@@ -1591,35 +1591,35 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1591
1591
|
*
|
|
1592
1592
|
* This value shall only be reset upon a Node reboot.
|
|
1593
1593
|
*
|
|
1594
|
-
* @see {@link MatterSpecification.
|
|
1594
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.43
|
|
1595
1595
|
*/
|
|
1596
1596
|
readonly rxDataCount: OptionalAttribute<number, any>;
|
|
1597
1597
|
/**
|
|
1598
1598
|
* The RxDataPollCount attribute shall indicate the total number of received unique MAC Data Poll frames.
|
|
1599
1599
|
* This value shall only be reset upon a Node reboot.
|
|
1600
1600
|
*
|
|
1601
|
-
* @see {@link MatterSpecification.
|
|
1601
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.44
|
|
1602
1602
|
*/
|
|
1603
1603
|
readonly rxDataPollCount: OptionalAttribute<number, any>;
|
|
1604
1604
|
/**
|
|
1605
1605
|
* The RxBeaconCount attribute shall indicate the total number of received unique MAC Beacon frames. This
|
|
1606
1606
|
* value shall only be reset upon a Node reboot.
|
|
1607
1607
|
*
|
|
1608
|
-
* @see {@link MatterSpecification.
|
|
1608
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.45
|
|
1609
1609
|
*/
|
|
1610
1610
|
readonly rxBeaconCount: OptionalAttribute<number, any>;
|
|
1611
1611
|
/**
|
|
1612
1612
|
* The RxBeaconRequestCount attribute shall indicate the total number of received unique MAC Beacon Request
|
|
1613
1613
|
* frames. This value shall only be reset upon a Node reboot.
|
|
1614
1614
|
*
|
|
1615
|
-
* @see {@link MatterSpecification.
|
|
1615
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.46
|
|
1616
1616
|
*/
|
|
1617
1617
|
readonly rxBeaconRequestCount: OptionalAttribute<number, any>;
|
|
1618
1618
|
/**
|
|
1619
1619
|
* The RxOtherCount attribute shall indicate the total number of received unique MAC frame requests that are
|
|
1620
1620
|
* not counted by any other attribute. This value shall only be reset upon a Node reboot.
|
|
1621
1621
|
*
|
|
1622
|
-
* @see {@link MatterSpecification.
|
|
1622
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.47
|
|
1623
1623
|
*/
|
|
1624
1624
|
readonly rxOtherCount: OptionalAttribute<number, any>;
|
|
1625
1625
|
/**
|
|
@@ -1627,7 +1627,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1627
1627
|
* requests that have been dropped as a result of MAC filtering. This value shall only be reset upon a Node
|
|
1628
1628
|
* reboot.
|
|
1629
1629
|
*
|
|
1630
|
-
* @see {@link MatterSpecification.
|
|
1630
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.48
|
|
1631
1631
|
*/
|
|
1632
1632
|
readonly rxAddressFilteredCount: OptionalAttribute<number, any>;
|
|
1633
1633
|
/**
|
|
@@ -1635,7 +1635,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1635
1635
|
* requests that have been dropped as a result of a destination address check. This value shall only be
|
|
1636
1636
|
* reset upon a Node reboot.
|
|
1637
1637
|
*
|
|
1638
|
-
* @see {@link MatterSpecification.
|
|
1638
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.49
|
|
1639
1639
|
*/
|
|
1640
1640
|
readonly rxDestAddrFilteredCount: OptionalAttribute<number, any>;
|
|
1641
1641
|
/**
|
|
@@ -1643,7 +1643,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1643
1643
|
* been dropped as a result of being a duplicate of a previously received MAC frame request. This value
|
|
1644
1644
|
* shall only be reset upon a Node reboot.
|
|
1645
1645
|
*
|
|
1646
|
-
* @see {@link MatterSpecification.
|
|
1646
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.50
|
|
1647
1647
|
*/
|
|
1648
1648
|
readonly rxDuplicatedCount: OptionalAttribute<number, any>;
|
|
1649
1649
|
/**
|
|
@@ -1651,7 +1651,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1651
1651
|
* that have been dropped as a result of missing or malformed frame contents. This value shall only be reset
|
|
1652
1652
|
* upon a Node reboot.
|
|
1653
1653
|
*
|
|
1654
|
-
* @see {@link MatterSpecification.
|
|
1654
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.51
|
|
1655
1655
|
*/
|
|
1656
1656
|
readonly rxErrNoFrameCount: OptionalAttribute<number, any>;
|
|
1657
1657
|
/**
|
|
@@ -1660,7 +1660,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1660
1660
|
*
|
|
1661
1661
|
* device. This value shall only be reset upon a Node reboot.
|
|
1662
1662
|
*
|
|
1663
|
-
* @see {@link MatterSpecification.
|
|
1663
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.52
|
|
1664
1664
|
*/
|
|
1665
1665
|
readonly rxErrUnknownNeighborCount: OptionalAttribute<number, any>;
|
|
1666
1666
|
/**
|
|
@@ -1668,7 +1668,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1668
1668
|
* requests that have been dropped as a result of containing an invalid source address. This value shall
|
|
1669
1669
|
* only be reset upon a Node reboot.
|
|
1670
1670
|
*
|
|
1671
|
-
* @see {@link MatterSpecification.
|
|
1671
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.53
|
|
1672
1672
|
*/
|
|
1673
1673
|
readonly rxErrInvalidSrcAddrCount: OptionalAttribute<number, any>;
|
|
1674
1674
|
/**
|
|
@@ -1676,7 +1676,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1676
1676
|
* have been dropped as a result of an error with the security of the received frame. This value shall only
|
|
1677
1677
|
* be reset upon a Node reboot.
|
|
1678
1678
|
*
|
|
1679
|
-
* @see {@link MatterSpecification.
|
|
1679
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.54
|
|
1680
1680
|
*/
|
|
1681
1681
|
readonly rxErrSecCount: OptionalAttribute<number, any>;
|
|
1682
1682
|
/**
|
|
@@ -1684,7 +1684,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1684
1684
|
* have been dropped as a result of an error with the FCS of the received frame. This value shall only be
|
|
1685
1685
|
* reset upon a Node reboot.
|
|
1686
1686
|
*
|
|
1687
|
-
* @see {@link MatterSpecification.
|
|
1687
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.55
|
|
1688
1688
|
*/
|
|
1689
1689
|
readonly rxErrFcsCount: OptionalAttribute<number, any>;
|
|
1690
1690
|
/**
|
|
@@ -1692,7 +1692,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1692
1692
|
* have been dropped as a result of an error that is not counted by any other attribute. This value shall
|
|
1693
1693
|
* only be reset upon a Node reboot.
|
|
1694
1694
|
*
|
|
1695
|
-
* @see {@link MatterSpecification.
|
|
1695
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.56
|
|
1696
1696
|
*/
|
|
1697
1697
|
readonly rxErrOtherCount: OptionalAttribute<number, any>;
|
|
1698
1698
|
};
|
|
@@ -1739,7 +1739,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1739
1739
|
* interface (that is, the Active Operational Dataset’s current Channel value). A value of null shall
|
|
1740
1740
|
* indicate that the Thread interface is not currently configured or operational.
|
|
1741
1741
|
*
|
|
1742
|
-
* @see {@link MatterSpecification.
|
|
1742
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.1
|
|
1743
1743
|
*/
|
|
1744
1744
|
readonly channel: Attribute<number | null, any>;
|
|
1745
1745
|
/**
|
|
@@ -1749,7 +1749,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1749
1749
|
* in the following table. A value of null shall indicate that the Thread interface is not currently
|
|
1750
1750
|
* configured or operational.
|
|
1751
1751
|
*
|
|
1752
|
-
* @see {@link MatterSpecification.
|
|
1752
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.2
|
|
1753
1753
|
*/
|
|
1754
1754
|
readonly routingRole: Attribute<RoutingRole | null, any>;
|
|
1755
1755
|
/**
|
|
@@ -1757,14 +1757,14 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1757
1757
|
* the Node has been configured to join to. A value of null shall indicate that the Thread interface is not
|
|
1758
1758
|
* currently configured or operational.
|
|
1759
1759
|
*
|
|
1760
|
-
* @see {@link MatterSpecification.
|
|
1760
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.3
|
|
1761
1761
|
*/
|
|
1762
1762
|
readonly networkName: Attribute<string | null, any>;
|
|
1763
1763
|
/**
|
|
1764
1764
|
* The PanId attribute shall indicate the 16-bit identifier of the Node on the Thread network. A value of
|
|
1765
1765
|
* null shall indicate that the Thread interface is not currently configured or operational.
|
|
1766
1766
|
*
|
|
1767
|
-
* @see {@link MatterSpecification.
|
|
1767
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.4
|
|
1768
1768
|
*/
|
|
1769
1769
|
readonly panId: Attribute<number | null, any>;
|
|
1770
1770
|
/**
|
|
@@ -1772,7 +1772,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1772
1772
|
* network. A value of null shall indicate that the Thread interface is not currently configured or
|
|
1773
1773
|
* operational.
|
|
1774
1774
|
*
|
|
1775
|
-
* @see {@link MatterSpecification.
|
|
1775
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.5
|
|
1776
1776
|
*/
|
|
1777
1777
|
readonly extendedPanId: Attribute<number | bigint | null, any>;
|
|
1778
1778
|
/**
|
|
@@ -1780,54 +1780,54 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1780
1780
|
* Node has been configured to join to. A value of null shall indicate that the Thread interface is not
|
|
1781
1781
|
* currently configured or operational.
|
|
1782
1782
|
*
|
|
1783
|
-
* @see {@link MatterSpecification.
|
|
1783
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.6
|
|
1784
1784
|
*/
|
|
1785
1785
|
readonly meshLocalPrefix: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
1786
1786
|
/**
|
|
1787
1787
|
* The NeighborTable attribute shall indicate the current list of Nodes that comprise the neighbor table on
|
|
1788
1788
|
* the Node.
|
|
1789
1789
|
*
|
|
1790
|
-
* @see {@link MatterSpecification.
|
|
1790
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.8
|
|
1791
1791
|
*/
|
|
1792
1792
|
readonly neighborTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1793
1793
|
/**
|
|
1794
1794
|
* This field shall specify the IEEE 802.15.4 extended address for the neighboring Node.
|
|
1795
1795
|
*
|
|
1796
|
-
* @see {@link MatterSpecification.
|
|
1796
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.1
|
|
1797
1797
|
*/
|
|
1798
1798
|
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1799
1799
|
/**
|
|
1800
1800
|
* This field shall specify the duration of time, in seconds, since a frame has been received from the
|
|
1801
1801
|
* neighboring Node.
|
|
1802
1802
|
*
|
|
1803
|
-
* @see {@link MatterSpecification.
|
|
1803
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.2
|
|
1804
1804
|
*/
|
|
1805
1805
|
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1806
1806
|
/**
|
|
1807
1807
|
* This field shall specify the RLOC16 of the neighboring Node.
|
|
1808
1808
|
*
|
|
1809
|
-
* @see {@link MatterSpecification.
|
|
1809
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.3
|
|
1810
1810
|
*/
|
|
1811
1811
|
rloc16: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1812
1812
|
/**
|
|
1813
1813
|
* This field shall specify the number of link layer frames that have been received from the neighboring node.
|
|
1814
1814
|
* This field shall be reset to 0 upon a reboot of the Node.
|
|
1815
1815
|
*
|
|
1816
|
-
* @see {@link MatterSpecification.
|
|
1816
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.4
|
|
1817
1817
|
*/
|
|
1818
1818
|
linkFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1819
1819
|
/**
|
|
1820
1820
|
* This field shall specify the number of Mesh Link Establishment frames that have been received from the
|
|
1821
1821
|
* neighboring node. This field shall be reset to 0 upon a reboot of the Node.
|
|
1822
1822
|
*
|
|
1823
|
-
* @see {@link MatterSpecification.
|
|
1823
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.5
|
|
1824
1824
|
*/
|
|
1825
1825
|
mleFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1826
1826
|
/**
|
|
1827
1827
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
1828
1828
|
* scaled from 0 to 255.
|
|
1829
1829
|
*
|
|
1830
|
-
* @see {@link MatterSpecification.
|
|
1830
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.6
|
|
1831
1831
|
*/
|
|
1832
1832
|
lqi: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1833
1833
|
/**
|
|
@@ -1835,7 +1835,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1835
1835
|
* receiving Node’s last reboot. If there is no known received frames this field SHOULD have the value of null.
|
|
1836
1836
|
* This field shall have the units of dBm, having the range -128 dBm to 0 dBm.
|
|
1837
1837
|
*
|
|
1838
|
-
* @see {@link MatterSpecification.
|
|
1838
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.7
|
|
1839
1839
|
*/
|
|
1840
1840
|
averageRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1841
1841
|
/**
|
|
@@ -1843,48 +1843,48 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1843
1843
|
* no known last received frame the LastRssi field SHOULD have the value of null. This field shall have the
|
|
1844
1844
|
* units of dBm, having the range -128 dBm to 0 dBm.
|
|
1845
1845
|
*
|
|
1846
|
-
* @see {@link MatterSpecification.
|
|
1846
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.8
|
|
1847
1847
|
*/
|
|
1848
1848
|
lastRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
1849
1849
|
/**
|
|
1850
1850
|
* This field shall specify the percentage of received frames from the neighboring Node that have resulted in
|
|
1851
1851
|
* errors.
|
|
1852
1852
|
*
|
|
1853
|
-
* @see {@link MatterSpecification.
|
|
1853
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.9
|
|
1854
1854
|
*/
|
|
1855
1855
|
frameErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1856
1856
|
/**
|
|
1857
1857
|
* This field shall specify the percentage of received messages from the neighboring Node that have resulted in
|
|
1858
1858
|
* errors.
|
|
1859
1859
|
*
|
|
1860
|
-
* @see {@link MatterSpecification.
|
|
1860
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.10
|
|
1861
1861
|
*/
|
|
1862
1862
|
messageErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1863
1863
|
/**
|
|
1864
1864
|
* This field shall specify if the neighboring Node is capable of receiving frames while the Node is in an idle
|
|
1865
1865
|
* state.
|
|
1866
1866
|
*
|
|
1867
|
-
* @see {@link MatterSpecification.
|
|
1867
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.11
|
|
1868
1868
|
*/
|
|
1869
1869
|
rxOnWhenIdle: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1870
1870
|
/**
|
|
1871
1871
|
* This field shall specify if the neighboring Node is a full Thread device.
|
|
1872
1872
|
*
|
|
1873
|
-
* @see {@link MatterSpecification.
|
|
1873
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.12
|
|
1874
1874
|
*/
|
|
1875
1875
|
fullThreadDevice: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1876
1876
|
/**
|
|
1877
1877
|
* This field shall specify if the neighboring Node requires the full Network Data. If set to False, the
|
|
1878
1878
|
* neighboring Node only requires the stable Network Data.
|
|
1879
1879
|
*
|
|
1880
|
-
* @see {@link MatterSpecification.
|
|
1880
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.13
|
|
1881
1881
|
*/
|
|
1882
1882
|
fullNetworkData: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1883
1883
|
/**
|
|
1884
1884
|
* This field shall specify if the neighboring Node is a direct child of the Node reporting the NeighborTable
|
|
1885
1885
|
* attribute.
|
|
1886
1886
|
*
|
|
1887
|
-
* @see {@link MatterSpecification.
|
|
1887
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.14
|
|
1888
1888
|
*/
|
|
1889
1889
|
isChild: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1890
1890
|
}>[], any>;
|
|
@@ -1892,73 +1892,73 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1892
1892
|
* The RouteTable attribute shall indicate the current list of router capable Nodes for which routes have
|
|
1893
1893
|
* been established.
|
|
1894
1894
|
*
|
|
1895
|
-
* @see {@link MatterSpecification.
|
|
1895
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.9
|
|
1896
1896
|
*/
|
|
1897
1897
|
readonly routeTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1898
1898
|
/**
|
|
1899
1899
|
* This field shall specify the IEEE 802.15.4 extended address for the Node for which this route table entry
|
|
1900
1900
|
* corresponds.
|
|
1901
1901
|
*
|
|
1902
|
-
* @see {@link MatterSpecification.
|
|
1902
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.1
|
|
1903
1903
|
*/
|
|
1904
1904
|
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1905
1905
|
/**
|
|
1906
1906
|
* This field shall specify the RLOC16 for the Node for which this route table entry corresponds.
|
|
1907
1907
|
*
|
|
1908
|
-
* @see {@link MatterSpecification.
|
|
1908
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.2
|
|
1909
1909
|
*/
|
|
1910
1910
|
rloc16: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1911
1911
|
/**
|
|
1912
1912
|
* This field shall specify the Router ID for the Node for which this route table entry corresponds.
|
|
1913
1913
|
*
|
|
1914
|
-
* @see {@link MatterSpecification.
|
|
1914
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.3
|
|
1915
1915
|
*/
|
|
1916
1916
|
routerId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1917
1917
|
/**
|
|
1918
1918
|
* This field shall specify the Router ID for the next hop in the route to the Node for which this route table
|
|
1919
1919
|
* entry corresponds.
|
|
1920
1920
|
*
|
|
1921
|
-
* @see {@link MatterSpecification.
|
|
1921
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.4
|
|
1922
1922
|
*/
|
|
1923
1923
|
nextHop: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1924
1924
|
/**
|
|
1925
1925
|
* This Field shall specify the cost of the route to the Node for which this route table entry corresponds.
|
|
1926
1926
|
*
|
|
1927
|
-
* @see {@link MatterSpecification.
|
|
1927
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.5
|
|
1928
1928
|
*/
|
|
1929
1929
|
pathCost: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1930
1930
|
/**
|
|
1931
1931
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
1932
1932
|
* scaled from 0 to 255, from the perspective of the Node reporting the neighbor table.
|
|
1933
1933
|
*
|
|
1934
|
-
* @see {@link MatterSpecification.
|
|
1934
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.6
|
|
1935
1935
|
*/
|
|
1936
1936
|
lqiIn: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1937
1937
|
/**
|
|
1938
1938
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
1939
1939
|
* scaled from 0 to 255, from the perspective of the Node specified within the NextHop field.
|
|
1940
1940
|
*
|
|
1941
|
-
* @see {@link MatterSpecification.
|
|
1941
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.7
|
|
1942
1942
|
*/
|
|
1943
1943
|
lqiOut: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1944
1944
|
/**
|
|
1945
1945
|
* This field shall specify the duration of time, in seconds, since a frame has been received from the Node for
|
|
1946
1946
|
* which this route table entry corresponds.
|
|
1947
1947
|
*
|
|
1948
|
-
* @see {@link MatterSpecification.
|
|
1948
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.8
|
|
1949
1949
|
*/
|
|
1950
1950
|
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1951
1951
|
/**
|
|
1952
1952
|
* This field shall specify if the router ID as defined within the RouterId field has been allocated.
|
|
1953
1953
|
*
|
|
1954
|
-
* @see {@link MatterSpecification.
|
|
1954
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.9
|
|
1955
1955
|
*/
|
|
1956
1956
|
allocated: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1957
1957
|
/**
|
|
1958
1958
|
* This field shall specify if a link has been established to the Node for which this route table entry
|
|
1959
1959
|
* corresponds.
|
|
1960
1960
|
*
|
|
1961
|
-
* @see {@link MatterSpecification.
|
|
1961
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.10
|
|
1962
1962
|
*/
|
|
1963
1963
|
linkEstablished: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1964
1964
|
}>[], any>;
|
|
@@ -1966,74 +1966,74 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
1966
1966
|
* The PartitionId attribute shall indicate the Thread Leader Partition Id for the Thread network to which
|
|
1967
1967
|
* the Node is joined. Null if not attached to a Thread network.
|
|
1968
1968
|
*
|
|
1969
|
-
* @see {@link MatterSpecification.
|
|
1969
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.10
|
|
1970
1970
|
*/
|
|
1971
1971
|
readonly partitionId: Attribute<number | null, any>;
|
|
1972
1972
|
/**
|
|
1973
1973
|
* The Weighting attribute shall indicate the Thread Leader Weight used when operating in the Leader role.
|
|
1974
1974
|
* Null if not attached to a Thread network.
|
|
1975
1975
|
*
|
|
1976
|
-
* @see {@link MatterSpecification.
|
|
1976
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.11
|
|
1977
1977
|
*/
|
|
1978
1978
|
readonly weighting: Attribute<number | null, any>;
|
|
1979
1979
|
/**
|
|
1980
1980
|
* The DataVersion attribute shall indicate the full Network Data Version the Node currently uses. Null if
|
|
1981
1981
|
* not attached to a Thread network.
|
|
1982
1982
|
*
|
|
1983
|
-
* @see {@link MatterSpecification.
|
|
1983
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.12
|
|
1984
1984
|
*/
|
|
1985
1985
|
readonly dataVersion: Attribute<number | null, any>;
|
|
1986
1986
|
/**
|
|
1987
1987
|
* The StableDataVersion attribute shall indicate the Network Data Version for the stable subset of data the
|
|
1988
1988
|
* Node currently uses. Null if not attached to a Thread network.
|
|
1989
1989
|
*
|
|
1990
|
-
* @see {@link MatterSpecification.
|
|
1990
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.13
|
|
1991
1991
|
*/
|
|
1992
1992
|
readonly stableDataVersion: Attribute<number | null, any>;
|
|
1993
1993
|
/**
|
|
1994
1994
|
* The LeaderRouterId attribute shall indicate the 8-bit LeaderRouterId the Node shall attempt to utilize
|
|
1995
1995
|
* upon becoming a router or leader on the Thread network. Null if not attached to a Thread network.
|
|
1996
1996
|
*
|
|
1997
|
-
* @see {@link MatterSpecification.
|
|
1997
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.14
|
|
1998
1998
|
*/
|
|
1999
1999
|
readonly leaderRouterId: Attribute<number | null, any>;
|
|
2000
2000
|
/**
|
|
2001
2001
|
* Null when there is no dataset configured.
|
|
2002
2002
|
*
|
|
2003
|
-
* @see {@link MatterSpecification.
|
|
2003
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.57
|
|
2004
2004
|
*/
|
|
2005
2005
|
readonly activeTimestamp: OptionalAttribute<number | bigint | null, any>;
|
|
2006
2006
|
/**
|
|
2007
2007
|
* Null when there is no dataset configured.
|
|
2008
2008
|
*
|
|
2009
|
-
* @see {@link MatterSpecification.
|
|
2009
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.58
|
|
2010
2010
|
*/
|
|
2011
2011
|
readonly pendingTimestamp: OptionalAttribute<number | bigint | null, any>;
|
|
2012
2012
|
/**
|
|
2013
2013
|
* Null when there is no dataset configured.
|
|
2014
2014
|
*
|
|
2015
|
-
* @see {@link MatterSpecification.
|
|
2015
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.59
|
|
2016
2016
|
*/
|
|
2017
2017
|
readonly delay: OptionalAttribute<number | null, any>;
|
|
2018
2018
|
/**
|
|
2019
2019
|
* The SecurityPolicy attribute indicates the current security policies for the Thread partition to which a
|
|
2020
2020
|
* Node is connected. Null when there is no dataset configured.
|
|
2021
2021
|
*
|
|
2022
|
-
* @see {@link MatterSpecification.
|
|
2022
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.60
|
|
2023
2023
|
*/
|
|
2024
2024
|
readonly securityPolicy: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2025
2025
|
/**
|
|
2026
2026
|
* This field shall specify the interval of time, in hours, that Thread security keys are rotated. Null when
|
|
2027
2027
|
* there is no dataset configured.
|
|
2028
2028
|
*
|
|
2029
|
-
* @see {@link MatterSpecification.
|
|
2029
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.6.1
|
|
2030
2030
|
*/
|
|
2031
2031
|
rotationTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2032
2032
|
/**
|
|
2033
2033
|
* This field shall specify the flags as specified in Thread 1.3.0 section 8.10.1.15. Null when there is no
|
|
2034
2034
|
* dataset configured.
|
|
2035
2035
|
*
|
|
2036
|
-
* @see {@link MatterSpecification.
|
|
2036
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.6.2
|
|
2037
2037
|
*/
|
|
2038
2038
|
flags: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2039
2039
|
}> | null, any>;
|
|
@@ -2044,101 +2044,101 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2044
2044
|
* channel 0 and channel 10 are selected, the mask would be: 80 20 00 00. Null when there is no dataset
|
|
2045
2045
|
* configured.
|
|
2046
2046
|
*
|
|
2047
|
-
* @see {@link MatterSpecification.
|
|
2047
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.61
|
|
2048
2048
|
*/
|
|
2049
2049
|
readonly channelPage0Mask: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
2050
2050
|
/**
|
|
2051
2051
|
* The OperationalDatasetComponents attribute is a collection of flags to indicate the presence of various
|
|
2052
2052
|
* operationally acquired values.
|
|
2053
2053
|
*
|
|
2054
|
-
* @see {@link MatterSpecification.
|
|
2054
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.62
|
|
2055
2055
|
*/
|
|
2056
2056
|
readonly operationalDatasetComponents: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2057
2057
|
/**
|
|
2058
2058
|
* This field shall be True if the Node has an active timestamp present, else False.
|
|
2059
2059
|
*
|
|
2060
|
-
* @see {@link MatterSpecification.
|
|
2060
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.1
|
|
2061
2061
|
*/
|
|
2062
2062
|
activeTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2063
2063
|
/**
|
|
2064
2064
|
* This field shall be True if the Node has a pending timestamp is present, else False.
|
|
2065
2065
|
*
|
|
2066
|
-
* @see {@link MatterSpecification.
|
|
2066
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.2
|
|
2067
2067
|
*/
|
|
2068
2068
|
pendingTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2069
2069
|
/**
|
|
2070
2070
|
* This field shall be True if the Node has the Thread master key, else False.
|
|
2071
2071
|
*
|
|
2072
|
-
* @see {@link MatterSpecification.
|
|
2072
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.3
|
|
2073
2073
|
*/
|
|
2074
2074
|
masterKeyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2075
2075
|
/**
|
|
2076
2076
|
* This field shall be True if the Node has the Thread network’s name, else False.
|
|
2077
2077
|
*
|
|
2078
|
-
* @see {@link MatterSpecification.
|
|
2078
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.4
|
|
2079
2079
|
*/
|
|
2080
2080
|
networkNamePresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2081
2081
|
/**
|
|
2082
2082
|
* This field shall be True if the Node has an extended Pan ID, else False.
|
|
2083
2083
|
*
|
|
2084
|
-
* @see {@link MatterSpecification.
|
|
2084
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.5
|
|
2085
2085
|
*/
|
|
2086
2086
|
extendedPanIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2087
2087
|
/**
|
|
2088
2088
|
* This field shall be True if the Node has the mesh local prefix, else False.
|
|
2089
2089
|
*
|
|
2090
|
-
* @see {@link MatterSpecification.
|
|
2090
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.6
|
|
2091
2091
|
*/
|
|
2092
2092
|
meshLocalPrefixPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2093
2093
|
/**
|
|
2094
2094
|
* This field shall be True if the Node has the Thread network delay set, else False.
|
|
2095
2095
|
*
|
|
2096
|
-
* @see {@link MatterSpecification.
|
|
2096
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.7
|
|
2097
2097
|
*/
|
|
2098
2098
|
delayPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2099
2099
|
/**
|
|
2100
2100
|
* This field shall be True if the Node has a Pan ID, else False.
|
|
2101
2101
|
*
|
|
2102
|
-
* @see {@link MatterSpecification.
|
|
2102
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.8
|
|
2103
2103
|
*/
|
|
2104
2104
|
panIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2105
2105
|
/**
|
|
2106
2106
|
* This field shall be True if the Node has configured an operational channel for the Thread network, else
|
|
2107
2107
|
* False.
|
|
2108
2108
|
*
|
|
2109
|
-
* @see {@link MatterSpecification.
|
|
2109
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.9
|
|
2110
2110
|
*/
|
|
2111
2111
|
channelPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2112
2112
|
/**
|
|
2113
2113
|
* This field shall be True if the Node has been configured with the Thread network Pskc, else False.
|
|
2114
2114
|
*
|
|
2115
|
-
* @see {@link MatterSpecification.
|
|
2115
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.10
|
|
2116
2116
|
*/
|
|
2117
2117
|
pskcPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2118
2118
|
/**
|
|
2119
2119
|
* This field shall be True if the Node has been configured with the Thread network security policies, else
|
|
2120
2120
|
* False.
|
|
2121
2121
|
*
|
|
2122
|
-
* @see {@link MatterSpecification.
|
|
2122
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.11
|
|
2123
2123
|
*/
|
|
2124
2124
|
securityPolicyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2125
2125
|
/**
|
|
2126
2126
|
* This field shall be True if the Node has available a mask of available channels, else False.
|
|
2127
2127
|
*
|
|
2128
|
-
* @see {@link MatterSpecification.
|
|
2128
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.12
|
|
2129
2129
|
*/
|
|
2130
2130
|
channelMaskPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
2131
2131
|
}> | null, any>;
|
|
2132
2132
|
/**
|
|
2133
|
-
* @see {@link MatterSpecification.
|
|
2133
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6
|
|
2134
2134
|
*/
|
|
2135
2135
|
readonly activeNetworkFaultsList: Attribute<NetworkFault[], any>;
|
|
2136
2136
|
/**
|
|
2137
|
-
* @see {@link MatterSpecification.
|
|
2137
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6
|
|
2138
2138
|
*/
|
|
2139
2139
|
readonly extAddress: Attribute<number | bigint | null, any>;
|
|
2140
2140
|
/**
|
|
2141
|
-
* @see {@link MatterSpecification.
|
|
2141
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6
|
|
2142
2142
|
*/
|
|
2143
2143
|
readonly rloc16: Attribute<number | null, any>;
|
|
2144
2144
|
};
|
|
@@ -2147,7 +2147,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2147
2147
|
* The ConnectionStatus Event shall indicate that a Node’s connection status to a Thread network has
|
|
2148
2148
|
* changed.
|
|
2149
2149
|
*
|
|
2150
|
-
* @see {@link MatterSpecification.
|
|
2150
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.8.2
|
|
2151
2151
|
*/
|
|
2152
2152
|
readonly connectionStatus: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2153
2153
|
connectionStatus: import("../tlv/TlvObject.js").FieldType<ConnectionStatus>;
|
|
@@ -2156,21 +2156,21 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2156
2156
|
* The NetworkFaultChange Event shall indicate a change in the set of network faults currently detected by
|
|
2157
2157
|
* the Node.
|
|
2158
2158
|
*
|
|
2159
|
-
* @see {@link MatterSpecification.
|
|
2159
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.8.1
|
|
2160
2160
|
*/
|
|
2161
2161
|
readonly networkFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2162
2162
|
/**
|
|
2163
2163
|
* This field shall represent the set of faults currently detected, as per Section 11.14.5.1, “NetworkFaultEnum
|
|
2164
2164
|
* Type”.
|
|
2165
2165
|
*
|
|
2166
|
-
* @see {@link MatterSpecification.
|
|
2166
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.8.1.1
|
|
2167
2167
|
*/
|
|
2168
2168
|
current: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
2169
2169
|
/**
|
|
2170
2170
|
* This field shall represent the set of faults detected prior to this change event, as per Section 11.14.5.1,
|
|
2171
2171
|
* “NetworkFaultEnum Type”.
|
|
2172
2172
|
*
|
|
2173
|
-
* @see {@link MatterSpecification.
|
|
2173
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.8.1.2
|
|
2174
2174
|
*/
|
|
2175
2175
|
previous: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
2176
2176
|
}>, any>;
|
|
@@ -2190,7 +2190,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2190
2190
|
* to lack of buffer memory to retain all packets on the ethernet network interface. The OverrunCount
|
|
2191
2191
|
* attribute shall be reset to 0 upon a reboot of the Node.
|
|
2192
2192
|
*
|
|
2193
|
-
* @see {@link MatterSpecification.
|
|
2193
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.7
|
|
2194
2194
|
*/
|
|
2195
2195
|
readonly overrunCount: Attribute<number | bigint, any>;
|
|
2196
2196
|
};
|
|
@@ -2203,7 +2203,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2203
2203
|
* This command has no associated data. Upon completion, this command shall send a status code set to a
|
|
2204
2204
|
* value of SUCCESS back to the initiator.
|
|
2205
2205
|
*
|
|
2206
|
-
* @see {@link MatterSpecification.
|
|
2206
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.7.1
|
|
2207
2207
|
*/
|
|
2208
2208
|
readonly resetCounts: Command<void, void, any>;
|
|
2209
2209
|
};
|
|
@@ -2219,14 +2219,14 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2219
2219
|
* OT_DEVICE_ROLE_DETACHED role as specified within the Thread specification. This value shall only be reset
|
|
2220
2220
|
* upon a Node reboot.
|
|
2221
2221
|
*
|
|
2222
|
-
* @see {@link MatterSpecification.
|
|
2222
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.15
|
|
2223
2223
|
*/
|
|
2224
2224
|
readonly detachedRoleCount: OptionalAttribute<number, any>;
|
|
2225
2225
|
/**
|
|
2226
2226
|
* The ChildRoleCount attribute shall indicate the number of times the Node entered the OT_DEVICE_ROLE_CHILD
|
|
2227
2227
|
* role as specified within the Thread specification. This value shall only be reset upon a Node reboot.
|
|
2228
2228
|
*
|
|
2229
|
-
* @see {@link MatterSpecification.
|
|
2229
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.16
|
|
2230
2230
|
*/
|
|
2231
2231
|
readonly childRoleCount: OptionalAttribute<number, any>;
|
|
2232
2232
|
/**
|
|
@@ -2234,7 +2234,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2234
2234
|
* OT_DEVICE_ROLE_ROUTER role as specified within the Thread specification. This value shall only be reset
|
|
2235
2235
|
* upon a Node reboot.
|
|
2236
2236
|
*
|
|
2237
|
-
* @see {@link MatterSpecification.
|
|
2237
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.17
|
|
2238
2238
|
*/
|
|
2239
2239
|
readonly routerRoleCount: OptionalAttribute<number, any>;
|
|
2240
2240
|
/**
|
|
@@ -2242,7 +2242,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2242
2242
|
* OT_DEVICE_ROLE_LEADER role as specified within the Thread specification. This value shall only be reset
|
|
2243
2243
|
* upon a Node reboot.
|
|
2244
2244
|
*
|
|
2245
|
-
* @see {@link MatterSpecification.
|
|
2245
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.18
|
|
2246
2246
|
*/
|
|
2247
2247
|
readonly leaderRoleCount: OptionalAttribute<number, any>;
|
|
2248
2248
|
/**
|
|
@@ -2250,14 +2250,14 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2250
2250
|
* Thread network while the Node was detached from all Thread networks. This value shall only be reset upon
|
|
2251
2251
|
* a Node reboot.
|
|
2252
2252
|
*
|
|
2253
|
-
* @see {@link MatterSpecification.
|
|
2253
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.19
|
|
2254
2254
|
*/
|
|
2255
2255
|
readonly attachAttemptCount: OptionalAttribute<number, any>;
|
|
2256
2256
|
/**
|
|
2257
2257
|
* The PartitionIdChangeCount attribute shall indicate the number of times that the Thread network that the
|
|
2258
2258
|
* Node is connected to has changed its Partition ID. This value shall only be reset upon a Node reboot.
|
|
2259
2259
|
*
|
|
2260
|
-
* @see {@link MatterSpecification.
|
|
2260
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.20
|
|
2261
2261
|
*/
|
|
2262
2262
|
readonly partitionIdChangeCount: OptionalAttribute<number, any>;
|
|
2263
2263
|
/**
|
|
@@ -2265,14 +2265,14 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2265
2265
|
* to attach to a different Thread partition that it has determined is better than the partition it is
|
|
2266
2266
|
* currently attached to. This value shall only be reset upon a Node reboot.
|
|
2267
2267
|
*
|
|
2268
|
-
* @see {@link MatterSpecification.
|
|
2268
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.21
|
|
2269
2269
|
*/
|
|
2270
2270
|
readonly betterPartitionAttachAttemptCount: OptionalAttribute<number, any>;
|
|
2271
2271
|
/**
|
|
2272
2272
|
* The ParentChangeCount attribute shall indicate the number of times a Node has changed its parent. This
|
|
2273
2273
|
* value shall only be reset upon a Node reboot.
|
|
2274
2274
|
*
|
|
2275
|
-
* @see {@link MatterSpecification.
|
|
2275
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.22
|
|
2276
2276
|
*/
|
|
2277
2277
|
readonly parentChangeCount: OptionalAttribute<number, any>;
|
|
2278
2278
|
};
|
|
@@ -2289,7 +2289,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2289
2289
|
* amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node
|
|
2290
2290
|
* reboot.
|
|
2291
2291
|
*
|
|
2292
|
-
* @see {@link MatterSpecification.
|
|
2292
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.23
|
|
2293
2293
|
*/
|
|
2294
2294
|
readonly txTotalCount: OptionalAttribute<number, any>;
|
|
2295
2295
|
/**
|
|
@@ -2298,7 +2298,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2298
2298
|
* request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall
|
|
2299
2299
|
* only be reset upon a Node reboot.
|
|
2300
2300
|
*
|
|
2301
|
-
* @see {@link MatterSpecification.
|
|
2301
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.24
|
|
2302
2302
|
*/
|
|
2303
2303
|
readonly txUnicastCount: OptionalAttribute<number, any>;
|
|
2304
2304
|
/**
|
|
@@ -2307,7 +2307,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2307
2307
|
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This
|
|
2308
2308
|
* value shall only be reset upon a Node reboot.
|
|
2309
2309
|
*
|
|
2310
|
-
* @see {@link MatterSpecification.
|
|
2310
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.25
|
|
2311
2311
|
*/
|
|
2312
2312
|
readonly txBroadcastCount: OptionalAttribute<number, any>;
|
|
2313
2313
|
/**
|
|
@@ -2316,7 +2316,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2316
2316
|
* for each MAC transmission request with requested acknowledgment regardless of the amount of CCA failures,
|
|
2317
2317
|
* CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
2318
2318
|
*
|
|
2319
|
-
* @see {@link MatterSpecification.
|
|
2319
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.26
|
|
2320
2320
|
*/
|
|
2321
2321
|
readonly txAckRequestedCount: OptionalAttribute<number, any>;
|
|
2322
2322
|
/**
|
|
@@ -2325,7 +2325,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2325
2325
|
* that is acked regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value
|
|
2326
2326
|
* shall only be reset upon a Node reboot.
|
|
2327
2327
|
*
|
|
2328
|
-
* @see {@link MatterSpecification.
|
|
2328
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.27
|
|
2329
2329
|
*/
|
|
2330
2330
|
readonly txAckedCount: OptionalAttribute<number, any>;
|
|
2331
2331
|
/**
|
|
@@ -2335,7 +2335,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2335
2335
|
* incremented by 1 for each MAC transmission request that is does not request acknowledgement regardless of
|
|
2336
2336
|
* the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
2337
2337
|
*
|
|
2338
|
-
* @see {@link MatterSpecification.
|
|
2338
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.28
|
|
2339
2339
|
*/
|
|
2340
2340
|
readonly txNoAckRequestedCount: OptionalAttribute<number, any>;
|
|
2341
2341
|
/**
|
|
@@ -2344,7 +2344,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2344
2344
|
* regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
|
|
2345
2345
|
* reset upon a Node reboot.
|
|
2346
2346
|
*
|
|
2347
|
-
* @see {@link MatterSpecification.
|
|
2347
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.29
|
|
2348
2348
|
*/
|
|
2349
2349
|
readonly txDataCount: OptionalAttribute<number, any>;
|
|
2350
2350
|
/**
|
|
@@ -2353,7 +2353,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2353
2353
|
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This
|
|
2354
2354
|
* value shall only be reset upon a Node reboot.
|
|
2355
2355
|
*
|
|
2356
|
-
* @see {@link MatterSpecification.
|
|
2356
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.30
|
|
2357
2357
|
*/
|
|
2358
2358
|
readonly txDataPollCount: OptionalAttribute<number, any>;
|
|
2359
2359
|
/**
|
|
@@ -2361,7 +2361,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2361
2361
|
* requests. The TxBeaconCount attribute shall only be incremented by 1 for each MAC Beacon frame
|
|
2362
2362
|
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
2363
2363
|
*
|
|
2364
|
-
* @see {@link MatterSpecification.
|
|
2364
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.31
|
|
2365
2365
|
*/
|
|
2366
2366
|
readonly txBeaconCount: OptionalAttribute<number, any>;
|
|
2367
2367
|
/**
|
|
@@ -2370,7 +2370,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2370
2370
|
* Beacon Request frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
|
|
2371
2371
|
* retransmissions. This value shall only be reset upon a Node reboot.
|
|
2372
2372
|
*
|
|
2373
|
-
* @see {@link MatterSpecification.
|
|
2373
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.32
|
|
2374
2374
|
*/
|
|
2375
2375
|
readonly txBeaconRequestCount: OptionalAttribute<number, any>;
|
|
2376
2376
|
/**
|
|
@@ -2379,7 +2379,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2379
2379
|
* each MAC frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
|
|
2380
2380
|
* retransmissions. This value shall only be reset upon a Node reboot.
|
|
2381
2381
|
*
|
|
2382
|
-
* @see {@link MatterSpecification.
|
|
2382
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.33
|
|
2383
2383
|
*/
|
|
2384
2384
|
readonly txOtherCount: OptionalAttribute<number, any>;
|
|
2385
2385
|
/**
|
|
@@ -2388,7 +2388,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2388
2388
|
* triggered by lack of acknowledgement, CSMA/CA failure, or other type of transmission error. This value
|
|
2389
2389
|
* shall only be reset upon a Node reboot.
|
|
2390
2390
|
*
|
|
2391
|
-
* @see {@link MatterSpecification.
|
|
2391
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.34
|
|
2392
2392
|
*/
|
|
2393
2393
|
readonly txRetryCount: OptionalAttribute<number, any>;
|
|
2394
2394
|
/**
|
|
@@ -2398,7 +2398,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2398
2398
|
* attribute shall only be incremented by 1 for each unique MAC transmission packets that meets the maximal
|
|
2399
2399
|
* retry limit for direct packets. This value shall only be reset upon a Node reboot.
|
|
2400
2400
|
*
|
|
2401
|
-
* @see {@link MatterSpecification.
|
|
2401
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.35
|
|
2402
2402
|
*/
|
|
2403
2403
|
readonly txDirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
2404
2404
|
/**
|
|
@@ -2407,7 +2407,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2407
2407
|
* shall only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry
|
|
2408
2408
|
* limit for indirect packets. This value shall only be reset upon a Node reboot.
|
|
2409
2409
|
*
|
|
2410
|
-
* @see {@link MatterSpecification.
|
|
2410
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.36
|
|
2411
2411
|
*/
|
|
2412
2412
|
readonly txIndirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
|
|
2413
2413
|
/**
|
|
@@ -2415,7 +2415,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2415
2415
|
* shall only be incremented by 1 for each instance of a CCA failure. This value shall only be reset upon a
|
|
2416
2416
|
* Node reboot.
|
|
2417
2417
|
*
|
|
2418
|
-
* @see {@link MatterSpecification.
|
|
2418
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.37
|
|
2419
2419
|
*/
|
|
2420
2420
|
readonly txErrCcaCount: OptionalAttribute<number, any>;
|
|
2421
2421
|
/**
|
|
@@ -2423,7 +2423,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2423
2423
|
* caused by an abort error. The TxErrAbortCount attribute shall only be incremented by 1 for each unique
|
|
2424
2424
|
* MAC transmission request failure caused by an abort error.
|
|
2425
2425
|
*
|
|
2426
|
-
* @see {@link MatterSpecification.
|
|
2426
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.38
|
|
2427
2427
|
*/
|
|
2428
2428
|
readonly txErrAbortCount: OptionalAttribute<number, any>;
|
|
2429
2429
|
/**
|
|
@@ -2432,28 +2432,28 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2432
2432
|
* attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by a
|
|
2433
2433
|
* busy channel such as a CSMA/CA failure.
|
|
2434
2434
|
*
|
|
2435
|
-
* @see {@link MatterSpecification.
|
|
2435
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.39
|
|
2436
2436
|
*/
|
|
2437
2437
|
readonly txErrBusyChannelCount: OptionalAttribute<number, any>;
|
|
2438
2438
|
/**
|
|
2439
2439
|
* The RxTotalCount attribute shall indicate the total number of received unique MAC frames. This value
|
|
2440
2440
|
* shall only be reset upon a Node reboot.
|
|
2441
2441
|
*
|
|
2442
|
-
* @see {@link MatterSpecification.
|
|
2442
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.40
|
|
2443
2443
|
*/
|
|
2444
2444
|
readonly rxTotalCount: OptionalAttribute<number, any>;
|
|
2445
2445
|
/**
|
|
2446
2446
|
* The RxUnicastCount attribute shall indicate the total number of received unique unicast MAC frames. This
|
|
2447
2447
|
* value shall only be reset upon a Node reboot.
|
|
2448
2448
|
*
|
|
2449
|
-
* @see {@link MatterSpecification.
|
|
2449
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.41
|
|
2450
2450
|
*/
|
|
2451
2451
|
readonly rxUnicastCount: OptionalAttribute<number, any>;
|
|
2452
2452
|
/**
|
|
2453
2453
|
* The RxBroadcastCount attribute shall indicate the total number of received unique broadcast MAC frames.
|
|
2454
2454
|
* This value shall only be reset upon a Node reboot.
|
|
2455
2455
|
*
|
|
2456
|
-
* @see {@link MatterSpecification.
|
|
2456
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.42
|
|
2457
2457
|
*/
|
|
2458
2458
|
readonly rxBroadcastCount: OptionalAttribute<number, any>;
|
|
2459
2459
|
/**
|
|
@@ -2461,35 +2461,35 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2461
2461
|
*
|
|
2462
2462
|
* This value shall only be reset upon a Node reboot.
|
|
2463
2463
|
*
|
|
2464
|
-
* @see {@link MatterSpecification.
|
|
2464
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.43
|
|
2465
2465
|
*/
|
|
2466
2466
|
readonly rxDataCount: OptionalAttribute<number, any>;
|
|
2467
2467
|
/**
|
|
2468
2468
|
* The RxDataPollCount attribute shall indicate the total number of received unique MAC Data Poll frames.
|
|
2469
2469
|
* This value shall only be reset upon a Node reboot.
|
|
2470
2470
|
*
|
|
2471
|
-
* @see {@link MatterSpecification.
|
|
2471
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.44
|
|
2472
2472
|
*/
|
|
2473
2473
|
readonly rxDataPollCount: OptionalAttribute<number, any>;
|
|
2474
2474
|
/**
|
|
2475
2475
|
* The RxBeaconCount attribute shall indicate the total number of received unique MAC Beacon frames. This
|
|
2476
2476
|
* value shall only be reset upon a Node reboot.
|
|
2477
2477
|
*
|
|
2478
|
-
* @see {@link MatterSpecification.
|
|
2478
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.45
|
|
2479
2479
|
*/
|
|
2480
2480
|
readonly rxBeaconCount: OptionalAttribute<number, any>;
|
|
2481
2481
|
/**
|
|
2482
2482
|
* The RxBeaconRequestCount attribute shall indicate the total number of received unique MAC Beacon Request
|
|
2483
2483
|
* frames. This value shall only be reset upon a Node reboot.
|
|
2484
2484
|
*
|
|
2485
|
-
* @see {@link MatterSpecification.
|
|
2485
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.46
|
|
2486
2486
|
*/
|
|
2487
2487
|
readonly rxBeaconRequestCount: OptionalAttribute<number, any>;
|
|
2488
2488
|
/**
|
|
2489
2489
|
* The RxOtherCount attribute shall indicate the total number of received unique MAC frame requests that are
|
|
2490
2490
|
* not counted by any other attribute. This value shall only be reset upon a Node reboot.
|
|
2491
2491
|
*
|
|
2492
|
-
* @see {@link MatterSpecification.
|
|
2492
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.47
|
|
2493
2493
|
*/
|
|
2494
2494
|
readonly rxOtherCount: OptionalAttribute<number, any>;
|
|
2495
2495
|
/**
|
|
@@ -2497,7 +2497,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2497
2497
|
* requests that have been dropped as a result of MAC filtering. This value shall only be reset upon a Node
|
|
2498
2498
|
* reboot.
|
|
2499
2499
|
*
|
|
2500
|
-
* @see {@link MatterSpecification.
|
|
2500
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.48
|
|
2501
2501
|
*/
|
|
2502
2502
|
readonly rxAddressFilteredCount: OptionalAttribute<number, any>;
|
|
2503
2503
|
/**
|
|
@@ -2505,7 +2505,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2505
2505
|
* requests that have been dropped as a result of a destination address check. This value shall only be
|
|
2506
2506
|
* reset upon a Node reboot.
|
|
2507
2507
|
*
|
|
2508
|
-
* @see {@link MatterSpecification.
|
|
2508
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.49
|
|
2509
2509
|
*/
|
|
2510
2510
|
readonly rxDestAddrFilteredCount: OptionalAttribute<number, any>;
|
|
2511
2511
|
/**
|
|
@@ -2513,7 +2513,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2513
2513
|
* been dropped as a result of being a duplicate of a previously received MAC frame request. This value
|
|
2514
2514
|
* shall only be reset upon a Node reboot.
|
|
2515
2515
|
*
|
|
2516
|
-
* @see {@link MatterSpecification.
|
|
2516
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.50
|
|
2517
2517
|
*/
|
|
2518
2518
|
readonly rxDuplicatedCount: OptionalAttribute<number, any>;
|
|
2519
2519
|
/**
|
|
@@ -2521,7 +2521,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2521
2521
|
* that have been dropped as a result of missing or malformed frame contents. This value shall only be reset
|
|
2522
2522
|
* upon a Node reboot.
|
|
2523
2523
|
*
|
|
2524
|
-
* @see {@link MatterSpecification.
|
|
2524
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.51
|
|
2525
2525
|
*/
|
|
2526
2526
|
readonly rxErrNoFrameCount: OptionalAttribute<number, any>;
|
|
2527
2527
|
/**
|
|
@@ -2530,7 +2530,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2530
2530
|
*
|
|
2531
2531
|
* device. This value shall only be reset upon a Node reboot.
|
|
2532
2532
|
*
|
|
2533
|
-
* @see {@link MatterSpecification.
|
|
2533
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.52
|
|
2534
2534
|
*/
|
|
2535
2535
|
readonly rxErrUnknownNeighborCount: OptionalAttribute<number, any>;
|
|
2536
2536
|
/**
|
|
@@ -2538,7 +2538,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2538
2538
|
* requests that have been dropped as a result of containing an invalid source address. This value shall
|
|
2539
2539
|
* only be reset upon a Node reboot.
|
|
2540
2540
|
*
|
|
2541
|
-
* @see {@link MatterSpecification.
|
|
2541
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.53
|
|
2542
2542
|
*/
|
|
2543
2543
|
readonly rxErrInvalidSrcAddrCount: OptionalAttribute<number, any>;
|
|
2544
2544
|
/**
|
|
@@ -2546,7 +2546,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2546
2546
|
* have been dropped as a result of an error with the security of the received frame. This value shall only
|
|
2547
2547
|
* be reset upon a Node reboot.
|
|
2548
2548
|
*
|
|
2549
|
-
* @see {@link MatterSpecification.
|
|
2549
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.54
|
|
2550
2550
|
*/
|
|
2551
2551
|
readonly rxErrSecCount: OptionalAttribute<number, any>;
|
|
2552
2552
|
/**
|
|
@@ -2554,7 +2554,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2554
2554
|
* have been dropped as a result of an error with the FCS of the received frame. This value shall only be
|
|
2555
2555
|
* reset upon a Node reboot.
|
|
2556
2556
|
*
|
|
2557
|
-
* @see {@link MatterSpecification.
|
|
2557
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.55
|
|
2558
2558
|
*/
|
|
2559
2559
|
readonly rxErrFcsCount: OptionalAttribute<number, any>;
|
|
2560
2560
|
/**
|
|
@@ -2562,7 +2562,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2562
2562
|
* have been dropped as a result of an error that is not counted by any other attribute. This value shall
|
|
2563
2563
|
* only be reset upon a Node reboot.
|
|
2564
2564
|
*
|
|
2565
|
-
* @see {@link MatterSpecification.
|
|
2565
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.6.56
|
|
2566
2566
|
*/
|
|
2567
2567
|
readonly rxErrOtherCount: OptionalAttribute<number, any>;
|
|
2568
2568
|
};
|
|
@@ -2577,7 +2577,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2577
2577
|
* ThreadNetworkDiagnosticsCluster supports optional features that you can enable with the
|
|
2578
2578
|
* ThreadNetworkDiagnosticsCluster.with() factory method.
|
|
2579
2579
|
*
|
|
2580
|
-
* @see {@link MatterSpecification.
|
|
2580
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14
|
|
2581
2581
|
*/
|
|
2582
2582
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
2583
2583
|
}
|
|
@@ -2971,41 +2971,41 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
2971
2971
|
/**
|
|
2972
2972
|
* This field shall specify the IEEE 802.15.4 extended address for the neighboring Node.
|
|
2973
2973
|
*
|
|
2974
|
-
* @see {@link MatterSpecification.
|
|
2974
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.1
|
|
2975
2975
|
*/
|
|
2976
2976
|
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
2977
2977
|
/**
|
|
2978
2978
|
* This field shall specify the duration of time, in seconds, since a frame has been received from the
|
|
2979
2979
|
* neighboring Node.
|
|
2980
2980
|
*
|
|
2981
|
-
* @see {@link MatterSpecification.
|
|
2981
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.2
|
|
2982
2982
|
*/
|
|
2983
2983
|
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2984
2984
|
/**
|
|
2985
2985
|
* This field shall specify the RLOC16 of the neighboring Node.
|
|
2986
2986
|
*
|
|
2987
|
-
* @see {@link MatterSpecification.
|
|
2987
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.3
|
|
2988
2988
|
*/
|
|
2989
2989
|
rloc16: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2990
2990
|
/**
|
|
2991
2991
|
* This field shall specify the number of link layer frames that have been received from the neighboring node.
|
|
2992
2992
|
* This field shall be reset to 0 upon a reboot of the Node.
|
|
2993
2993
|
*
|
|
2994
|
-
* @see {@link MatterSpecification.
|
|
2994
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.4
|
|
2995
2995
|
*/
|
|
2996
2996
|
linkFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2997
2997
|
/**
|
|
2998
2998
|
* This field shall specify the number of Mesh Link Establishment frames that have been received from the
|
|
2999
2999
|
* neighboring node. This field shall be reset to 0 upon a reboot of the Node.
|
|
3000
3000
|
*
|
|
3001
|
-
* @see {@link MatterSpecification.
|
|
3001
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.5
|
|
3002
3002
|
*/
|
|
3003
3003
|
mleFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3004
3004
|
/**
|
|
3005
3005
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
3006
3006
|
* scaled from 0 to 255.
|
|
3007
3007
|
*
|
|
3008
|
-
* @see {@link MatterSpecification.
|
|
3008
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.6
|
|
3009
3009
|
*/
|
|
3010
3010
|
lqi: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3011
3011
|
/**
|
|
@@ -3013,7 +3013,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
3013
3013
|
* receiving Node’s last reboot. If there is no known received frames this field SHOULD have the value of null.
|
|
3014
3014
|
* This field shall have the units of dBm, having the range -128 dBm to 0 dBm.
|
|
3015
3015
|
*
|
|
3016
|
-
* @see {@link MatterSpecification.
|
|
3016
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.7
|
|
3017
3017
|
*/
|
|
3018
3018
|
averageRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3019
3019
|
/**
|
|
@@ -3021,48 +3021,48 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
3021
3021
|
* no known last received frame the LastRssi field SHOULD have the value of null. This field shall have the
|
|
3022
3022
|
* units of dBm, having the range -128 dBm to 0 dBm.
|
|
3023
3023
|
*
|
|
3024
|
-
* @see {@link MatterSpecification.
|
|
3024
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.8
|
|
3025
3025
|
*/
|
|
3026
3026
|
lastRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3027
3027
|
/**
|
|
3028
3028
|
* This field shall specify the percentage of received frames from the neighboring Node that have resulted in
|
|
3029
3029
|
* errors.
|
|
3030
3030
|
*
|
|
3031
|
-
* @see {@link MatterSpecification.
|
|
3031
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.9
|
|
3032
3032
|
*/
|
|
3033
3033
|
frameErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3034
3034
|
/**
|
|
3035
3035
|
* This field shall specify the percentage of received messages from the neighboring Node that have resulted in
|
|
3036
3036
|
* errors.
|
|
3037
3037
|
*
|
|
3038
|
-
* @see {@link MatterSpecification.
|
|
3038
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.10
|
|
3039
3039
|
*/
|
|
3040
3040
|
messageErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3041
3041
|
/**
|
|
3042
3042
|
* This field shall specify if the neighboring Node is capable of receiving frames while the Node is in an idle
|
|
3043
3043
|
* state.
|
|
3044
3044
|
*
|
|
3045
|
-
* @see {@link MatterSpecification.
|
|
3045
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.11
|
|
3046
3046
|
*/
|
|
3047
3047
|
rxOnWhenIdle: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3048
3048
|
/**
|
|
3049
3049
|
* This field shall specify if the neighboring Node is a full Thread device.
|
|
3050
3050
|
*
|
|
3051
|
-
* @see {@link MatterSpecification.
|
|
3051
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.12
|
|
3052
3052
|
*/
|
|
3053
3053
|
fullThreadDevice: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3054
3054
|
/**
|
|
3055
3055
|
* This field shall specify if the neighboring Node requires the full Network Data. If set to False, the
|
|
3056
3056
|
* neighboring Node only requires the stable Network Data.
|
|
3057
3057
|
*
|
|
3058
|
-
* @see {@link MatterSpecification.
|
|
3058
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.13
|
|
3059
3059
|
*/
|
|
3060
3060
|
fullNetworkData: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3061
3061
|
/**
|
|
3062
3062
|
* This field shall specify if the neighboring Node is a direct child of the Node reporting the NeighborTable
|
|
3063
3063
|
* attribute.
|
|
3064
3064
|
*
|
|
3065
|
-
* @see {@link MatterSpecification.
|
|
3065
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.4.14
|
|
3066
3066
|
*/
|
|
3067
3067
|
isChild: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3068
3068
|
}>[], any>;
|
|
@@ -3071,66 +3071,66 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
3071
3071
|
* This field shall specify the IEEE 802.15.4 extended address for the Node for which this route table entry
|
|
3072
3072
|
* corresponds.
|
|
3073
3073
|
*
|
|
3074
|
-
* @see {@link MatterSpecification.
|
|
3074
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.1
|
|
3075
3075
|
*/
|
|
3076
3076
|
extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
3077
3077
|
/**
|
|
3078
3078
|
* This field shall specify the RLOC16 for the Node for which this route table entry corresponds.
|
|
3079
3079
|
*
|
|
3080
|
-
* @see {@link MatterSpecification.
|
|
3080
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.2
|
|
3081
3081
|
*/
|
|
3082
3082
|
rloc16: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3083
3083
|
/**
|
|
3084
3084
|
* This field shall specify the Router ID for the Node for which this route table entry corresponds.
|
|
3085
3085
|
*
|
|
3086
|
-
* @see {@link MatterSpecification.
|
|
3086
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.3
|
|
3087
3087
|
*/
|
|
3088
3088
|
routerId: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3089
3089
|
/**
|
|
3090
3090
|
* This field shall specify the Router ID for the next hop in the route to the Node for which this route table
|
|
3091
3091
|
* entry corresponds.
|
|
3092
3092
|
*
|
|
3093
|
-
* @see {@link MatterSpecification.
|
|
3093
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.4
|
|
3094
3094
|
*/
|
|
3095
3095
|
nextHop: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3096
3096
|
/**
|
|
3097
3097
|
* This Field shall specify the cost of the route to the Node for which this route table entry corresponds.
|
|
3098
3098
|
*
|
|
3099
|
-
* @see {@link MatterSpecification.
|
|
3099
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.5
|
|
3100
3100
|
*/
|
|
3101
3101
|
pathCost: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3102
3102
|
/**
|
|
3103
3103
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
3104
3104
|
* scaled from 0 to 255, from the perspective of the Node reporting the neighbor table.
|
|
3105
3105
|
*
|
|
3106
|
-
* @see {@link MatterSpecification.
|
|
3106
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.6
|
|
3107
3107
|
*/
|
|
3108
3108
|
lqiIn: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3109
3109
|
/**
|
|
3110
3110
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
3111
3111
|
* scaled from 0 to 255, from the perspective of the Node specified within the NextHop field.
|
|
3112
3112
|
*
|
|
3113
|
-
* @see {@link MatterSpecification.
|
|
3113
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.7
|
|
3114
3114
|
*/
|
|
3115
3115
|
lqiOut: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3116
3116
|
/**
|
|
3117
3117
|
* This field shall specify the duration of time, in seconds, since a frame has been received from the Node for
|
|
3118
3118
|
* which this route table entry corresponds.
|
|
3119
3119
|
*
|
|
3120
|
-
* @see {@link MatterSpecification.
|
|
3120
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.8
|
|
3121
3121
|
*/
|
|
3122
3122
|
age: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3123
3123
|
/**
|
|
3124
3124
|
* This field shall specify if the router ID as defined within the RouterId field has been allocated.
|
|
3125
3125
|
*
|
|
3126
|
-
* @see {@link MatterSpecification.
|
|
3126
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.9
|
|
3127
3127
|
*/
|
|
3128
3128
|
allocated: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3129
3129
|
/**
|
|
3130
3130
|
* This field shall specify if a link has been established to the Node for which this route table entry
|
|
3131
3131
|
* corresponds.
|
|
3132
3132
|
*
|
|
3133
|
-
* @see {@link MatterSpecification.
|
|
3133
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.5.10
|
|
3134
3134
|
*/
|
|
3135
3135
|
linkEstablished: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3136
3136
|
}>[], any>;
|
|
@@ -3147,14 +3147,14 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
3147
3147
|
* This field shall specify the interval of time, in hours, that Thread security keys are rotated. Null when
|
|
3148
3148
|
* there is no dataset configured.
|
|
3149
3149
|
*
|
|
3150
|
-
* @see {@link MatterSpecification.
|
|
3150
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.6.1
|
|
3151
3151
|
*/
|
|
3152
3152
|
rotationTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3153
3153
|
/**
|
|
3154
3154
|
* This field shall specify the flags as specified in Thread 1.3.0 section 8.10.1.15. Null when there is no
|
|
3155
3155
|
* dataset configured.
|
|
3156
3156
|
*
|
|
3157
|
-
* @see {@link MatterSpecification.
|
|
3157
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.6.2
|
|
3158
3158
|
*/
|
|
3159
3159
|
flags: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3160
3160
|
}> | null, any>;
|
|
@@ -3163,75 +3163,75 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
3163
3163
|
/**
|
|
3164
3164
|
* This field shall be True if the Node has an active timestamp present, else False.
|
|
3165
3165
|
*
|
|
3166
|
-
* @see {@link MatterSpecification.
|
|
3166
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.1
|
|
3167
3167
|
*/
|
|
3168
3168
|
activeTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3169
3169
|
/**
|
|
3170
3170
|
* This field shall be True if the Node has a pending timestamp is present, else False.
|
|
3171
3171
|
*
|
|
3172
|
-
* @see {@link MatterSpecification.
|
|
3172
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.2
|
|
3173
3173
|
*/
|
|
3174
3174
|
pendingTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3175
3175
|
/**
|
|
3176
3176
|
* This field shall be True if the Node has the Thread master key, else False.
|
|
3177
3177
|
*
|
|
3178
|
-
* @see {@link MatterSpecification.
|
|
3178
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.3
|
|
3179
3179
|
*/
|
|
3180
3180
|
masterKeyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3181
3181
|
/**
|
|
3182
3182
|
* This field shall be True if the Node has the Thread network’s name, else False.
|
|
3183
3183
|
*
|
|
3184
|
-
* @see {@link MatterSpecification.
|
|
3184
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.4
|
|
3185
3185
|
*/
|
|
3186
3186
|
networkNamePresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3187
3187
|
/**
|
|
3188
3188
|
* This field shall be True if the Node has an extended Pan ID, else False.
|
|
3189
3189
|
*
|
|
3190
|
-
* @see {@link MatterSpecification.
|
|
3190
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.5
|
|
3191
3191
|
*/
|
|
3192
3192
|
extendedPanIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3193
3193
|
/**
|
|
3194
3194
|
* This field shall be True if the Node has the mesh local prefix, else False.
|
|
3195
3195
|
*
|
|
3196
|
-
* @see {@link MatterSpecification.
|
|
3196
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.6
|
|
3197
3197
|
*/
|
|
3198
3198
|
meshLocalPrefixPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3199
3199
|
/**
|
|
3200
3200
|
* This field shall be True if the Node has the Thread network delay set, else False.
|
|
3201
3201
|
*
|
|
3202
|
-
* @see {@link MatterSpecification.
|
|
3202
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.7
|
|
3203
3203
|
*/
|
|
3204
3204
|
delayPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3205
3205
|
/**
|
|
3206
3206
|
* This field shall be True if the Node has a Pan ID, else False.
|
|
3207
3207
|
*
|
|
3208
|
-
* @see {@link MatterSpecification.
|
|
3208
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.8
|
|
3209
3209
|
*/
|
|
3210
3210
|
panIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3211
3211
|
/**
|
|
3212
3212
|
* This field shall be True if the Node has configured an operational channel for the Thread network, else
|
|
3213
3213
|
* False.
|
|
3214
3214
|
*
|
|
3215
|
-
* @see {@link MatterSpecification.
|
|
3215
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.9
|
|
3216
3216
|
*/
|
|
3217
3217
|
channelPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3218
3218
|
/**
|
|
3219
3219
|
* This field shall be True if the Node has been configured with the Thread network Pskc, else False.
|
|
3220
3220
|
*
|
|
3221
|
-
* @see {@link MatterSpecification.
|
|
3221
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.10
|
|
3222
3222
|
*/
|
|
3223
3223
|
pskcPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3224
3224
|
/**
|
|
3225
3225
|
* This field shall be True if the Node has been configured with the Thread network security policies, else
|
|
3226
3226
|
* False.
|
|
3227
3227
|
*
|
|
3228
|
-
* @see {@link MatterSpecification.
|
|
3228
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.11
|
|
3229
3229
|
*/
|
|
3230
3230
|
securityPolicyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3231
3231
|
/**
|
|
3232
3232
|
* This field shall be True if the Node has available a mask of available channels, else False.
|
|
3233
3233
|
*
|
|
3234
|
-
* @see {@link MatterSpecification.
|
|
3234
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.5.7.12
|
|
3235
3235
|
*/
|
|
3236
3236
|
channelMaskPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
3237
3237
|
}> | null, any>;
|
|
@@ -3285,7 +3285,7 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
3285
3285
|
* The ConnectionStatus Event shall indicate that a Node’s connection status to a Thread network has
|
|
3286
3286
|
* changed.
|
|
3287
3287
|
*
|
|
3288
|
-
* @see {@link MatterSpecification.
|
|
3288
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.8.2
|
|
3289
3289
|
*/
|
|
3290
3290
|
readonly connectionStatus: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3291
3291
|
connectionStatus: import("../tlv/TlvObject.js").FieldType<ConnectionStatus>;
|
|
@@ -3294,21 +3294,21 @@ export declare namespace ThreadNetworkDiagnostics {
|
|
|
3294
3294
|
* The NetworkFaultChange Event shall indicate a change in the set of network faults currently detected by
|
|
3295
3295
|
* the Node.
|
|
3296
3296
|
*
|
|
3297
|
-
* @see {@link MatterSpecification.
|
|
3297
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.8.1
|
|
3298
3298
|
*/
|
|
3299
3299
|
readonly networkFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3300
3300
|
/**
|
|
3301
3301
|
* This field shall represent the set of faults currently detected, as per Section 11.14.5.1, “NetworkFaultEnum
|
|
3302
3302
|
* Type”.
|
|
3303
3303
|
*
|
|
3304
|
-
* @see {@link MatterSpecification.
|
|
3304
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.8.1.1
|
|
3305
3305
|
*/
|
|
3306
3306
|
current: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
3307
3307
|
/**
|
|
3308
3308
|
* This field shall represent the set of faults detected prior to this change event, as per Section 11.14.5.1,
|
|
3309
3309
|
* “NetworkFaultEnum Type”.
|
|
3310
3310
|
*
|
|
3311
|
-
* @see {@link MatterSpecification.
|
|
3311
|
+
* @see {@link MatterSpecification.v14.Core} § 11.14.8.1.2
|
|
3312
3312
|
*/
|
|
3313
3313
|
previous: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
3314
3314
|
}>, any>;
|