@matter/types 0.14.0-alpha.0-20250601-939a65f46 → 0.14.0-alpha.0-20250602-37f27bb02
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +32 -12
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +141 -99
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +45 -13
- package/dist/cjs/clusters/application-launcher.js.map +2 -2
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +577 -559
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +87 -73
- package/dist/cjs/clusters/channel.js.map +2 -2
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +27 -17
- package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/cjs/clusters/content-app-observer.js +14 -6
- package/dist/cjs/clusters/content-app-observer.js.map +2 -2
- package/dist/cjs/clusters/content-control.d.ts +438 -356
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +120 -58
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +509 -475
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +65 -39
- package/dist/cjs/clusters/content-launcher.js.map +2 -2
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/cjs/clusters/diagnostic-logs.js +34 -8
- package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1367 -1350
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +242 -228
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +34 -16
- package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
- package/dist/cjs/clusters/keypad-input.js +17 -3
- package/dist/cjs/clusters/keypad-input.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +427 -385
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +89 -57
- package/dist/cjs/clusters/media-playback.js.map +2 -2
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
- package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +40 -40
- package/dist/cjs/clusters/oven-mode.js +5 -5
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +48 -30
- package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
- package/dist/cjs/clusters/target-navigator.js +24 -10
- package/dist/cjs/clusters/target-navigator.js.map +2 -2
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +55 -47
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/common/StatusCode.d.ts +2 -11
- package/dist/cjs/common/StatusCode.d.ts.map +1 -1
- package/dist/cjs/common/StatusCode.js +1 -17
- package/dist/cjs/common/StatusCode.js.map +1 -1
- package/dist/cjs/common/StatusResponseError.d.ts +21 -0
- package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
- package/dist/cjs/common/StatusResponseError.js +54 -0
- package/dist/cjs/common/StatusResponseError.js.map +6 -0
- package/dist/cjs/common/ValidationError.d.ts +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/common/ValidationError.js +2 -1
- package/dist/cjs/common/ValidationError.js.map +1 -1
- package/dist/cjs/common/index.d.ts +1 -0
- package/dist/cjs/common/index.d.ts.map +1 -1
- package/dist/cjs/common/index.js +1 -0
- package/dist/cjs/common/index.js.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +32 -12
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +141 -99
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +45 -13
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +577 -559
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +87 -73
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +27 -17
- package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/esm/clusters/content-app-observer.js +14 -6
- package/dist/esm/clusters/content-app-observer.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +438 -356
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +120 -58
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +509 -475
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +65 -39
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/esm/clusters/diagnostic-logs.js +34 -8
- package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1367 -1350
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +242 -228
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +34 -16
- package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
- package/dist/esm/clusters/keypad-input.js +17 -3
- package/dist/esm/clusters/keypad-input.js.map +1 -1
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +427 -385
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +89 -57
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +51 -25
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +40 -40
- package/dist/esm/clusters/oven-mode.js +5 -5
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +48 -30
- package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
- package/dist/esm/clusters/target-navigator.js +24 -10
- package/dist/esm/clusters/target-navigator.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +255 -245
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +55 -47
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/common/StatusCode.d.ts +2 -11
- package/dist/esm/common/StatusCode.d.ts.map +1 -1
- package/dist/esm/common/StatusCode.js +1 -17
- package/dist/esm/common/StatusCode.js.map +1 -1
- package/dist/esm/common/StatusResponseError.d.ts +21 -0
- package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
- package/dist/esm/common/StatusResponseError.js +34 -0
- package/dist/esm/common/StatusResponseError.js.map +6 -0
- package/dist/esm/common/ValidationError.d.ts +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/common/ValidationError.js +2 -1
- package/dist/esm/common/ValidationError.js.map +1 -1
- package/dist/esm/common/index.d.ts +1 -0
- package/dist/esm/common/index.d.ts.map +1 -1
- package/dist/esm/common/index.js +1 -0
- package/dist/esm/common/index.js.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +67 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +105 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +143 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +29 -12
- package/src/clusters/content-control.ts +248 -96
- package/src/clusters/content-launcher.ts +131 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +88 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +408 -377
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +43 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +168 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +101 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +31 -31
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +31 -31
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +68 -68
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +52 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +98 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +52 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/common/StatusCode.ts +3 -21
- package/src/common/StatusResponseError.ts +41 -0
- package/src/common/ValidationError.ts +2 -1
- package/src/common/index.ts +1 -0
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -32,7 +32,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
32
32
|
/**
|
|
33
33
|
* These are optional features supported by ThreadNetworkDiagnosticsCluster.
|
|
34
34
|
*
|
|
35
|
-
* @see {@link MatterSpecification.
|
|
35
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.4
|
|
36
36
|
*/
|
|
37
37
|
export enum Feature {
|
|
38
38
|
/**
|
|
@@ -66,7 +66,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
/**
|
|
69
|
-
* @see {@link MatterSpecification.
|
|
69
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.3
|
|
70
70
|
*/
|
|
71
71
|
export enum RoutingRole {
|
|
72
72
|
/**
|
|
@@ -107,13 +107,13 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
/**
|
|
110
|
-
* @see {@link MatterSpecification.
|
|
110
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4
|
|
111
111
|
*/
|
|
112
112
|
export const TlvNeighborTable = TlvObject({
|
|
113
113
|
/**
|
|
114
114
|
* This field shall specify the IEEE 802.15.4 extended address for the neighboring Node.
|
|
115
115
|
*
|
|
116
|
-
* @see {@link MatterSpecification.
|
|
116
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.1
|
|
117
117
|
*/
|
|
118
118
|
extAddress: TlvField(0, TlvUInt64),
|
|
119
119
|
|
|
@@ -121,14 +121,14 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
121
121
|
* This field shall specify the duration of time, in seconds, since a frame has been received from the
|
|
122
122
|
* neighboring Node.
|
|
123
123
|
*
|
|
124
|
-
* @see {@link MatterSpecification.
|
|
124
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.2
|
|
125
125
|
*/
|
|
126
126
|
age: TlvField(1, TlvUInt32),
|
|
127
127
|
|
|
128
128
|
/**
|
|
129
129
|
* This field shall specify the RLOC16 of the neighboring Node.
|
|
130
130
|
*
|
|
131
|
-
* @see {@link MatterSpecification.
|
|
131
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.3
|
|
132
132
|
*/
|
|
133
133
|
rloc16: TlvField(2, TlvUInt16),
|
|
134
134
|
|
|
@@ -136,7 +136,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
136
136
|
* This field shall specify the number of link layer frames that have been received from the neighboring node.
|
|
137
137
|
* This field shall be reset to 0 upon a reboot of the Node.
|
|
138
138
|
*
|
|
139
|
-
* @see {@link MatterSpecification.
|
|
139
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.4
|
|
140
140
|
*/
|
|
141
141
|
linkFrameCounter: TlvField(3, TlvUInt32),
|
|
142
142
|
|
|
@@ -144,7 +144,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
144
144
|
* This field shall specify the number of Mesh Link Establishment frames that have been received from the
|
|
145
145
|
* neighboring node. This field shall be reset to 0 upon a reboot of the Node.
|
|
146
146
|
*
|
|
147
|
-
* @see {@link MatterSpecification.
|
|
147
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.5
|
|
148
148
|
*/
|
|
149
149
|
mleFrameCounter: TlvField(4, TlvUInt32),
|
|
150
150
|
|
|
@@ -152,7 +152,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
152
152
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
153
153
|
* scaled from 0 to 255.
|
|
154
154
|
*
|
|
155
|
-
* @see {@link MatterSpecification.
|
|
155
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.6
|
|
156
156
|
*/
|
|
157
157
|
lqi: TlvField(5, TlvUInt8),
|
|
158
158
|
|
|
@@ -161,7 +161,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
161
161
|
* receiving Node’s last reboot. If there is no known received frames this field SHOULD have the value of null.
|
|
162
162
|
* This field shall have the units of dBm, having the range -128 dBm to 0 dBm.
|
|
163
163
|
*
|
|
164
|
-
* @see {@link MatterSpecification.
|
|
164
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.7
|
|
165
165
|
*/
|
|
166
166
|
averageRssi: TlvField(6, TlvNullable(TlvInt8.bound({ max: 0 }))),
|
|
167
167
|
|
|
@@ -170,7 +170,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
170
170
|
* no known last received frame the LastRssi field SHOULD have the value of null. This field shall have the
|
|
171
171
|
* units of dBm, having the range -128 dBm to 0 dBm.
|
|
172
172
|
*
|
|
173
|
-
* @see {@link MatterSpecification.
|
|
173
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.8
|
|
174
174
|
*/
|
|
175
175
|
lastRssi: TlvField(7, TlvNullable(TlvInt8.bound({ max: 0 }))),
|
|
176
176
|
|
|
@@ -178,7 +178,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
178
178
|
* This field shall specify the percentage of received frames from the neighboring Node that have resulted in
|
|
179
179
|
* errors.
|
|
180
180
|
*
|
|
181
|
-
* @see {@link MatterSpecification.
|
|
181
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.9
|
|
182
182
|
*/
|
|
183
183
|
frameErrorRate: TlvField(8, TlvUInt8.bound({ max: 100 })),
|
|
184
184
|
|
|
@@ -186,7 +186,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
186
186
|
* This field shall specify the percentage of received messages from the neighboring Node that have resulted in
|
|
187
187
|
* errors.
|
|
188
188
|
*
|
|
189
|
-
* @see {@link MatterSpecification.
|
|
189
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.10
|
|
190
190
|
*/
|
|
191
191
|
messageErrorRate: TlvField(9, TlvUInt8.bound({ max: 100 })),
|
|
192
192
|
|
|
@@ -194,14 +194,14 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
194
194
|
* This field shall specify if the neighboring Node is capable of receiving frames while the Node is in an idle
|
|
195
195
|
* state.
|
|
196
196
|
*
|
|
197
|
-
* @see {@link MatterSpecification.
|
|
197
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.11
|
|
198
198
|
*/
|
|
199
199
|
rxOnWhenIdle: TlvField(10, TlvBoolean),
|
|
200
200
|
|
|
201
201
|
/**
|
|
202
202
|
* This field shall specify if the neighboring Node is a full Thread device.
|
|
203
203
|
*
|
|
204
|
-
* @see {@link MatterSpecification.
|
|
204
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.12
|
|
205
205
|
*/
|
|
206
206
|
fullThreadDevice: TlvField(11, TlvBoolean),
|
|
207
207
|
|
|
@@ -209,7 +209,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
209
209
|
* This field shall specify if the neighboring Node requires the full Network Data. If set to False, the
|
|
210
210
|
* neighboring Node only requires the stable Network Data.
|
|
211
211
|
*
|
|
212
|
-
* @see {@link MatterSpecification.
|
|
212
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.13
|
|
213
213
|
*/
|
|
214
214
|
fullNetworkData: TlvField(12, TlvBoolean),
|
|
215
215
|
|
|
@@ -217,39 +217,39 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
217
217
|
* This field shall specify if the neighboring Node is a direct child of the Node reporting the NeighborTable
|
|
218
218
|
* attribute.
|
|
219
219
|
*
|
|
220
|
-
* @see {@link MatterSpecification.
|
|
220
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4.14
|
|
221
221
|
*/
|
|
222
222
|
isChild: TlvField(13, TlvBoolean)
|
|
223
223
|
});
|
|
224
224
|
|
|
225
225
|
/**
|
|
226
|
-
* @see {@link MatterSpecification.
|
|
226
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.4
|
|
227
227
|
*/
|
|
228
228
|
export interface NeighborTable extends TypeFromSchema<typeof TlvNeighborTable> {}
|
|
229
229
|
|
|
230
230
|
/**
|
|
231
|
-
* @see {@link MatterSpecification.
|
|
231
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5
|
|
232
232
|
*/
|
|
233
233
|
export const TlvRouteTable = TlvObject({
|
|
234
234
|
/**
|
|
235
235
|
* This field shall specify the IEEE 802.15.4 extended address for the Node for which this route table entry
|
|
236
236
|
* corresponds.
|
|
237
237
|
*
|
|
238
|
-
* @see {@link MatterSpecification.
|
|
238
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.1
|
|
239
239
|
*/
|
|
240
240
|
extAddress: TlvField(0, TlvUInt64),
|
|
241
241
|
|
|
242
242
|
/**
|
|
243
243
|
* This field shall specify the RLOC16 for the Node for which this route table entry corresponds.
|
|
244
244
|
*
|
|
245
|
-
* @see {@link MatterSpecification.
|
|
245
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.2
|
|
246
246
|
*/
|
|
247
247
|
rloc16: TlvField(1, TlvUInt16),
|
|
248
248
|
|
|
249
249
|
/**
|
|
250
250
|
* This field shall specify the Router ID for the Node for which this route table entry corresponds.
|
|
251
251
|
*
|
|
252
|
-
* @see {@link MatterSpecification.
|
|
252
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.3
|
|
253
253
|
*/
|
|
254
254
|
routerId: TlvField(2, TlvUInt8),
|
|
255
255
|
|
|
@@ -257,14 +257,14 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
257
257
|
* This field shall specify the Router ID for the next hop in the route to the Node for which this route table
|
|
258
258
|
* entry corresponds.
|
|
259
259
|
*
|
|
260
|
-
* @see {@link MatterSpecification.
|
|
260
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.4
|
|
261
261
|
*/
|
|
262
262
|
nextHop: TlvField(3, TlvUInt8),
|
|
263
263
|
|
|
264
264
|
/**
|
|
265
265
|
* This Field shall specify the cost of the route to the Node for which this route table entry corresponds.
|
|
266
266
|
*
|
|
267
|
-
* @see {@link MatterSpecification.
|
|
267
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.5
|
|
268
268
|
*/
|
|
269
269
|
pathCost: TlvField(4, TlvUInt8),
|
|
270
270
|
|
|
@@ -272,7 +272,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
272
272
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
273
273
|
* scaled from 0 to 255, from the perspective of the Node reporting the neighbor table.
|
|
274
274
|
*
|
|
275
|
-
* @see {@link MatterSpecification.
|
|
275
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.6
|
|
276
276
|
*/
|
|
277
277
|
lqiIn: TlvField(5, TlvUInt8),
|
|
278
278
|
|
|
@@ -280,7 +280,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
280
280
|
* This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
|
|
281
281
|
* scaled from 0 to 255, from the perspective of the Node specified within the NextHop field.
|
|
282
282
|
*
|
|
283
|
-
* @see {@link MatterSpecification.
|
|
283
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.7
|
|
284
284
|
*/
|
|
285
285
|
lqiOut: TlvField(6, TlvUInt8),
|
|
286
286
|
|
|
@@ -288,14 +288,14 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
288
288
|
* This field shall specify the duration of time, in seconds, since a frame has been received from the Node for
|
|
289
289
|
* which this route table entry corresponds.
|
|
290
290
|
*
|
|
291
|
-
* @see {@link MatterSpecification.
|
|
291
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.8
|
|
292
292
|
*/
|
|
293
293
|
age: TlvField(7, TlvUInt8),
|
|
294
294
|
|
|
295
295
|
/**
|
|
296
296
|
* This field shall specify if the router ID as defined within the RouterId field has been allocated.
|
|
297
297
|
*
|
|
298
|
-
* @see {@link MatterSpecification.
|
|
298
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.9
|
|
299
299
|
*/
|
|
300
300
|
allocated: TlvField(8, TlvBoolean),
|
|
301
301
|
|
|
@@ -303,25 +303,25 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
303
303
|
* This field shall specify if a link has been established to the Node for which this route table entry
|
|
304
304
|
* corresponds.
|
|
305
305
|
*
|
|
306
|
-
* @see {@link MatterSpecification.
|
|
306
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5.10
|
|
307
307
|
*/
|
|
308
308
|
linkEstablished: TlvField(9, TlvBoolean)
|
|
309
309
|
});
|
|
310
310
|
|
|
311
311
|
/**
|
|
312
|
-
* @see {@link MatterSpecification.
|
|
312
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.5
|
|
313
313
|
*/
|
|
314
314
|
export interface RouteTable extends TypeFromSchema<typeof TlvRouteTable> {}
|
|
315
315
|
|
|
316
316
|
/**
|
|
317
|
-
* @see {@link MatterSpecification.
|
|
317
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.6
|
|
318
318
|
*/
|
|
319
319
|
export const TlvSecurityPolicy = TlvObject({
|
|
320
320
|
/**
|
|
321
321
|
* This field shall specify the interval of time, in hours, that Thread security keys are rotated. Null when
|
|
322
322
|
* there is no dataset configured.
|
|
323
323
|
*
|
|
324
|
-
* @see {@link MatterSpecification.
|
|
324
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.6.1
|
|
325
325
|
*/
|
|
326
326
|
rotationTime: TlvField(0, TlvUInt16),
|
|
327
327
|
|
|
@@ -329,73 +329,73 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
329
329
|
* This field shall specify the flags as specified in Thread 1.3.0 section 8.10.1.15. Null when there is no
|
|
330
330
|
* dataset configured.
|
|
331
331
|
*
|
|
332
|
-
* @see {@link MatterSpecification.
|
|
332
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.6.2
|
|
333
333
|
*/
|
|
334
334
|
flags: TlvField(1, TlvUInt16)
|
|
335
335
|
});
|
|
336
336
|
|
|
337
337
|
/**
|
|
338
|
-
* @see {@link MatterSpecification.
|
|
338
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.6
|
|
339
339
|
*/
|
|
340
340
|
export interface SecurityPolicy extends TypeFromSchema<typeof TlvSecurityPolicy> {}
|
|
341
341
|
|
|
342
342
|
/**
|
|
343
|
-
* @see {@link MatterSpecification.
|
|
343
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7
|
|
344
344
|
*/
|
|
345
345
|
export const TlvOperationalDatasetComponents = TlvObject({
|
|
346
346
|
/**
|
|
347
347
|
* This field shall be True if the Node has an active timestamp present, else False.
|
|
348
348
|
*
|
|
349
|
-
* @see {@link MatterSpecification.
|
|
349
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.1
|
|
350
350
|
*/
|
|
351
351
|
activeTimestampPresent: TlvField(0, TlvBoolean),
|
|
352
352
|
|
|
353
353
|
/**
|
|
354
354
|
* This field shall be True if the Node has a pending timestamp is present, else False.
|
|
355
355
|
*
|
|
356
|
-
* @see {@link MatterSpecification.
|
|
356
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.2
|
|
357
357
|
*/
|
|
358
358
|
pendingTimestampPresent: TlvField(1, TlvBoolean),
|
|
359
359
|
|
|
360
360
|
/**
|
|
361
361
|
* This field shall be True if the Node has the Thread master key, else False.
|
|
362
362
|
*
|
|
363
|
-
* @see {@link MatterSpecification.
|
|
363
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.3
|
|
364
364
|
*/
|
|
365
365
|
masterKeyPresent: TlvField(2, TlvBoolean),
|
|
366
366
|
|
|
367
367
|
/**
|
|
368
368
|
* This field shall be True if the Node has the Thread network’s name, else False.
|
|
369
369
|
*
|
|
370
|
-
* @see {@link MatterSpecification.
|
|
370
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.4
|
|
371
371
|
*/
|
|
372
372
|
networkNamePresent: TlvField(3, TlvBoolean),
|
|
373
373
|
|
|
374
374
|
/**
|
|
375
375
|
* This field shall be True if the Node has an extended Pan ID, else False.
|
|
376
376
|
*
|
|
377
|
-
* @see {@link MatterSpecification.
|
|
377
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.5
|
|
378
378
|
*/
|
|
379
379
|
extendedPanIdPresent: TlvField(4, TlvBoolean),
|
|
380
380
|
|
|
381
381
|
/**
|
|
382
382
|
* This field shall be True if the Node has the mesh local prefix, else False.
|
|
383
383
|
*
|
|
384
|
-
* @see {@link MatterSpecification.
|
|
384
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.6
|
|
385
385
|
*/
|
|
386
386
|
meshLocalPrefixPresent: TlvField(5, TlvBoolean),
|
|
387
387
|
|
|
388
388
|
/**
|
|
389
389
|
* This field shall be True if the Node has the Thread network delay set, else False.
|
|
390
390
|
*
|
|
391
|
-
* @see {@link MatterSpecification.
|
|
391
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.7
|
|
392
392
|
*/
|
|
393
393
|
delayPresent: TlvField(6, TlvBoolean),
|
|
394
394
|
|
|
395
395
|
/**
|
|
396
396
|
* This field shall be True if the Node has a Pan ID, else False.
|
|
397
397
|
*
|
|
398
|
-
* @see {@link MatterSpecification.
|
|
398
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.8
|
|
399
399
|
*/
|
|
400
400
|
panIdPresent: TlvField(7, TlvBoolean),
|
|
401
401
|
|
|
@@ -403,14 +403,14 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
403
403
|
* This field shall be True if the Node has configured an operational channel for the Thread network, else
|
|
404
404
|
* False.
|
|
405
405
|
*
|
|
406
|
-
* @see {@link MatterSpecification.
|
|
406
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.9
|
|
407
407
|
*/
|
|
408
408
|
channelPresent: TlvField(8, TlvBoolean),
|
|
409
409
|
|
|
410
410
|
/**
|
|
411
411
|
* This field shall be True if the Node has been configured with the Thread network Pskc, else False.
|
|
412
412
|
*
|
|
413
|
-
* @see {@link MatterSpecification.
|
|
413
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.10
|
|
414
414
|
*/
|
|
415
415
|
pskcPresent: TlvField(9, TlvBoolean),
|
|
416
416
|
|
|
@@ -418,25 +418,25 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
418
418
|
* This field shall be True if the Node has been configured with the Thread network security policies, else
|
|
419
419
|
* False.
|
|
420
420
|
*
|
|
421
|
-
* @see {@link MatterSpecification.
|
|
421
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.11
|
|
422
422
|
*/
|
|
423
423
|
securityPolicyPresent: TlvField(10, TlvBoolean),
|
|
424
424
|
|
|
425
425
|
/**
|
|
426
426
|
* This field shall be True if the Node has available a mask of available channels, else False.
|
|
427
427
|
*
|
|
428
|
-
* @see {@link MatterSpecification.
|
|
428
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7.12
|
|
429
429
|
*/
|
|
430
430
|
channelMaskPresent: TlvField(11, TlvBoolean)
|
|
431
431
|
});
|
|
432
432
|
|
|
433
433
|
/**
|
|
434
|
-
* @see {@link MatterSpecification.
|
|
434
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.7
|
|
435
435
|
*/
|
|
436
436
|
export interface OperationalDatasetComponents extends TypeFromSchema<typeof TlvOperationalDatasetComponents> {}
|
|
437
437
|
|
|
438
438
|
/**
|
|
439
|
-
* @see {@link MatterSpecification.
|
|
439
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.1
|
|
440
440
|
*/
|
|
441
441
|
export enum NetworkFault {
|
|
442
442
|
/**
|
|
@@ -461,7 +461,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
461
461
|
}
|
|
462
462
|
|
|
463
463
|
/**
|
|
464
|
-
* @see {@link MatterSpecification.
|
|
464
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.5.2
|
|
465
465
|
*/
|
|
466
466
|
export enum ConnectionStatus {
|
|
467
467
|
/**
|
|
@@ -478,28 +478,28 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
478
478
|
/**
|
|
479
479
|
* Body of the ThreadNetworkDiagnostics connectionStatus event
|
|
480
480
|
*
|
|
481
|
-
* @see {@link MatterSpecification.
|
|
481
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.2
|
|
482
482
|
*/
|
|
483
483
|
export const TlvConnectionStatusEvent = TlvObject({ connectionStatus: TlvField(0, TlvEnum<ConnectionStatus>()) });
|
|
484
484
|
|
|
485
485
|
/**
|
|
486
486
|
* Body of the ThreadNetworkDiagnostics connectionStatus event
|
|
487
487
|
*
|
|
488
|
-
* @see {@link MatterSpecification.
|
|
488
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.2
|
|
489
489
|
*/
|
|
490
490
|
export interface ConnectionStatusEvent extends TypeFromSchema<typeof TlvConnectionStatusEvent> {}
|
|
491
491
|
|
|
492
492
|
/**
|
|
493
493
|
* Body of the ThreadNetworkDiagnostics networkFaultChange event
|
|
494
494
|
*
|
|
495
|
-
* @see {@link MatterSpecification.
|
|
495
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.1
|
|
496
496
|
*/
|
|
497
497
|
export const TlvNetworkFaultChangeEvent = TlvObject({
|
|
498
498
|
/**
|
|
499
499
|
* This field shall represent the set of faults currently detected, as per Section 11.14.5.1, “NetworkFaultEnum
|
|
500
500
|
* Type”.
|
|
501
501
|
*
|
|
502
|
-
* @see {@link MatterSpecification.
|
|
502
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.1.1
|
|
503
503
|
*/
|
|
504
504
|
current: TlvField(0, TlvArray(TlvEnum<NetworkFault>(), { maxLength: 4 })),
|
|
505
505
|
|
|
@@ -507,7 +507,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
507
507
|
* This field shall represent the set of faults detected prior to this change event, as per Section 11.14.5.1,
|
|
508
508
|
* “NetworkFaultEnum Type”.
|
|
509
509
|
*
|
|
510
|
-
* @see {@link MatterSpecification.
|
|
510
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.1.2
|
|
511
511
|
*/
|
|
512
512
|
previous: TlvField(1, TlvArray(TlvEnum<NetworkFault>(), { maxLength: 4 }))
|
|
513
513
|
});
|
|
@@ -515,7 +515,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
515
515
|
/**
|
|
516
516
|
* Body of the ThreadNetworkDiagnostics networkFaultChange event
|
|
517
517
|
*
|
|
518
|
-
* @see {@link MatterSpecification.
|
|
518
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.1
|
|
519
519
|
*/
|
|
520
520
|
export interface NetworkFaultChangeEvent extends TypeFromSchema<typeof TlvNetworkFaultChangeEvent> {}
|
|
521
521
|
|
|
@@ -529,7 +529,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
529
529
|
* to lack of buffer memory to retain all packets on the ethernet network interface. The OverrunCount
|
|
530
530
|
* attribute shall be reset to 0 upon a reboot of the Node.
|
|
531
531
|
*
|
|
532
|
-
* @see {@link MatterSpecification.
|
|
532
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.7
|
|
533
533
|
*/
|
|
534
534
|
overrunCount: Attribute(0x6, TlvUInt64, { omitChanges: true, default: 0 })
|
|
535
535
|
},
|
|
@@ -543,7 +543,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
543
543
|
* This command has no associated data. Upon completion, this command shall send a status code set to a
|
|
544
544
|
* value of SUCCESS back to the initiator.
|
|
545
545
|
*
|
|
546
|
-
* @see {@link MatterSpecification.
|
|
546
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.7.1
|
|
547
547
|
*/
|
|
548
548
|
resetCounts: Command(0x0, TlvNoArguments, 0x0, TlvNoResponse, { invokeAcl: AccessLevel.Manage })
|
|
549
549
|
}
|
|
@@ -559,7 +559,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
559
559
|
* OT_DEVICE_ROLE_DETACHED role as specified within the Thread specification. This value shall only be reset
|
|
560
560
|
* upon a Node reboot.
|
|
561
561
|
*
|
|
562
|
-
* @see {@link MatterSpecification.
|
|
562
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.15
|
|
563
563
|
*/
|
|
564
564
|
detachedRoleCount: OptionalAttribute(0xe, TlvUInt16, { omitChanges: true, default: 0 }),
|
|
565
565
|
|
|
@@ -567,7 +567,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
567
567
|
* The ChildRoleCount attribute shall indicate the number of times the Node entered the OT_DEVICE_ROLE_CHILD
|
|
568
568
|
* role as specified within the Thread specification. This value shall only be reset upon a Node reboot.
|
|
569
569
|
*
|
|
570
|
-
* @see {@link MatterSpecification.
|
|
570
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.16
|
|
571
571
|
*/
|
|
572
572
|
childRoleCount: OptionalAttribute(0xf, TlvUInt16, { omitChanges: true, default: 0 }),
|
|
573
573
|
|
|
@@ -576,7 +576,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
576
576
|
* OT_DEVICE_ROLE_ROUTER role as specified within the Thread specification. This value shall only be reset
|
|
577
577
|
* upon a Node reboot.
|
|
578
578
|
*
|
|
579
|
-
* @see {@link MatterSpecification.
|
|
579
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.17
|
|
580
580
|
*/
|
|
581
581
|
routerRoleCount: OptionalAttribute(0x10, TlvUInt16, { omitChanges: true, default: 0 }),
|
|
582
582
|
|
|
@@ -585,7 +585,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
585
585
|
* OT_DEVICE_ROLE_LEADER role as specified within the Thread specification. This value shall only be reset
|
|
586
586
|
* upon a Node reboot.
|
|
587
587
|
*
|
|
588
|
-
* @see {@link MatterSpecification.
|
|
588
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.18
|
|
589
589
|
*/
|
|
590
590
|
leaderRoleCount: OptionalAttribute(0x11, TlvUInt16, { omitChanges: true, default: 0 }),
|
|
591
591
|
|
|
@@ -594,7 +594,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
594
594
|
* Thread network while the Node was detached from all Thread networks. This value shall only be reset upon
|
|
595
595
|
* a Node reboot.
|
|
596
596
|
*
|
|
597
|
-
* @see {@link MatterSpecification.
|
|
597
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.19
|
|
598
598
|
*/
|
|
599
599
|
attachAttemptCount: OptionalAttribute(0x12, TlvUInt16, { omitChanges: true, default: 0 }),
|
|
600
600
|
|
|
@@ -602,7 +602,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
602
602
|
* The PartitionIdChangeCount attribute shall indicate the number of times that the Thread network that the
|
|
603
603
|
* Node is connected to has changed its Partition ID. This value shall only be reset upon a Node reboot.
|
|
604
604
|
*
|
|
605
|
-
* @see {@link MatterSpecification.
|
|
605
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.20
|
|
606
606
|
*/
|
|
607
607
|
partitionIdChangeCount: OptionalAttribute(0x13, TlvUInt16, { omitChanges: true, default: 0 }),
|
|
608
608
|
|
|
@@ -611,7 +611,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
611
611
|
* to attach to a different Thread partition that it has determined is better than the partition it is
|
|
612
612
|
* currently attached to. This value shall only be reset upon a Node reboot.
|
|
613
613
|
*
|
|
614
|
-
* @see {@link MatterSpecification.
|
|
614
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.21
|
|
615
615
|
*/
|
|
616
616
|
betterPartitionAttachAttemptCount: OptionalAttribute(0x14, TlvUInt16, { omitChanges: true, default: 0 }),
|
|
617
617
|
|
|
@@ -619,7 +619,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
619
619
|
* The ParentChangeCount attribute shall indicate the number of times a Node has changed its parent. This
|
|
620
620
|
* value shall only be reset upon a Node reboot.
|
|
621
621
|
*
|
|
622
|
-
* @see {@link MatterSpecification.
|
|
622
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.22
|
|
623
623
|
*/
|
|
624
624
|
parentChangeCount: OptionalAttribute(0x15, TlvUInt16, { omitChanges: true, default: 0 })
|
|
625
625
|
}
|
|
@@ -636,7 +636,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
636
636
|
* amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node
|
|
637
637
|
* reboot.
|
|
638
638
|
*
|
|
639
|
-
* @see {@link MatterSpecification.
|
|
639
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.23
|
|
640
640
|
*/
|
|
641
641
|
txTotalCount: OptionalAttribute(0x16, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
642
642
|
|
|
@@ -646,7 +646,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
646
646
|
* request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall
|
|
647
647
|
* only be reset upon a Node reboot.
|
|
648
648
|
*
|
|
649
|
-
* @see {@link MatterSpecification.
|
|
649
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.24
|
|
650
650
|
*/
|
|
651
651
|
txUnicastCount: OptionalAttribute(0x17, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
652
652
|
|
|
@@ -656,7 +656,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
656
656
|
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This
|
|
657
657
|
* value shall only be reset upon a Node reboot.
|
|
658
658
|
*
|
|
659
|
-
* @see {@link MatterSpecification.
|
|
659
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.25
|
|
660
660
|
*/
|
|
661
661
|
txBroadcastCount: OptionalAttribute(0x18, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
662
662
|
|
|
@@ -666,7 +666,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
666
666
|
* for each MAC transmission request with requested acknowledgment regardless of the amount of CCA failures,
|
|
667
667
|
* CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
|
|
668
668
|
*
|
|
669
|
-
* @see {@link MatterSpecification.
|
|
669
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.26
|
|
670
670
|
*/
|
|
671
671
|
txAckRequestedCount: OptionalAttribute(0x19, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
672
672
|
|
|
@@ -676,7 +676,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
676
676
|
* that is acked regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value
|
|
677
677
|
* shall only be reset upon a Node reboot.
|
|
678
678
|
*
|
|
679
|
-
* @see {@link MatterSpecification.
|
|
679
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.27
|
|
680
680
|
*/
|
|
681
681
|
txAckedCount: OptionalAttribute(0x1a, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
682
682
|
|
|
@@ -686,7 +686,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
686
686
|
* by 1 for each MAC transmission request that is does not request acknowledgement regardless of the amount
|
|
687
687
|
* of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
688
688
|
*
|
|
689
|
-
* @see {@link MatterSpecification.
|
|
689
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.28
|
|
690
690
|
*/
|
|
691
691
|
txNoAckRequestedCount: OptionalAttribute(0x1b, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
692
692
|
|
|
@@ -696,7 +696,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
696
696
|
* regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
|
|
697
697
|
* reset upon a Node reboot.
|
|
698
698
|
*
|
|
699
|
-
* @see {@link MatterSpecification.
|
|
699
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.29
|
|
700
700
|
*/
|
|
701
701
|
txDataCount: OptionalAttribute(0x1c, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
702
702
|
|
|
@@ -706,7 +706,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
706
706
|
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This
|
|
707
707
|
* value shall only be reset upon a Node reboot.
|
|
708
708
|
*
|
|
709
|
-
* @see {@link MatterSpecification.
|
|
709
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.30
|
|
710
710
|
*/
|
|
711
711
|
txDataPollCount: OptionalAttribute(0x1d, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
712
712
|
|
|
@@ -715,7 +715,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
715
715
|
* requests. The TxBeaconCount attribute shall only be incremented by 1 for each MAC Beacon frame
|
|
716
716
|
* transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
|
|
717
717
|
*
|
|
718
|
-
* @see {@link MatterSpecification.
|
|
718
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.31
|
|
719
719
|
*/
|
|
720
720
|
txBeaconCount: OptionalAttribute(0x1e, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
721
721
|
|
|
@@ -725,7 +725,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
725
725
|
* Beacon Request frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
|
|
726
726
|
* retransmissions. This value shall only be reset upon a Node reboot.
|
|
727
727
|
*
|
|
728
|
-
* @see {@link MatterSpecification.
|
|
728
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.32
|
|
729
729
|
*/
|
|
730
730
|
txBeaconRequestCount: OptionalAttribute(0x1f, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
731
731
|
|
|
@@ -735,7 +735,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
735
735
|
* each MAC frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
|
|
736
736
|
* retransmissions. This value shall only be reset upon a Node reboot.
|
|
737
737
|
*
|
|
738
|
-
* @see {@link MatterSpecification.
|
|
738
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.33
|
|
739
739
|
*/
|
|
740
740
|
txOtherCount: OptionalAttribute(0x20, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
741
741
|
|
|
@@ -745,7 +745,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
745
745
|
* triggered by lack of acknowledgement, CSMA/CA failure, or other type of transmission error. This value
|
|
746
746
|
* shall only be reset upon a Node reboot.
|
|
747
747
|
*
|
|
748
|
-
* @see {@link MatterSpecification.
|
|
748
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.34
|
|
749
749
|
*/
|
|
750
750
|
txRetryCount: OptionalAttribute(0x21, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
751
751
|
|
|
@@ -755,7 +755,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
755
755
|
* only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry limit for
|
|
756
756
|
* direct packets. This value shall only be reset upon a Node reboot.
|
|
757
757
|
*
|
|
758
|
-
* @see {@link MatterSpecification.
|
|
758
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.35
|
|
759
759
|
*/
|
|
760
760
|
txDirectMaxRetryExpiryCount: OptionalAttribute(0x22, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
761
761
|
|
|
@@ -765,7 +765,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
765
765
|
* shall only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry
|
|
766
766
|
* limit for indirect packets. This value shall only be reset upon a Node reboot.
|
|
767
767
|
*
|
|
768
|
-
* @see {@link MatterSpecification.
|
|
768
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.36
|
|
769
769
|
*/
|
|
770
770
|
txIndirectMaxRetryExpiryCount: OptionalAttribute(0x23, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
771
771
|
|
|
@@ -774,7 +774,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
774
774
|
* shall only be incremented by 1 for each instance of a CCA failure. This value shall only be reset upon a
|
|
775
775
|
* Node reboot.
|
|
776
776
|
*
|
|
777
|
-
* @see {@link MatterSpecification.
|
|
777
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.37
|
|
778
778
|
*/
|
|
779
779
|
txErrCcaCount: OptionalAttribute(0x24, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
780
780
|
|
|
@@ -783,7 +783,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
783
783
|
* caused by an abort error. The TxErrAbortCount attribute shall only be incremented by 1 for each unique
|
|
784
784
|
* MAC transmission request failure caused by an abort error.
|
|
785
785
|
*
|
|
786
|
-
* @see {@link MatterSpecification.
|
|
786
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.38
|
|
787
787
|
*/
|
|
788
788
|
txErrAbortCount: OptionalAttribute(0x25, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
789
789
|
|
|
@@ -793,7 +793,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
793
793
|
* attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by a
|
|
794
794
|
* busy channel such as a CSMA/CA failure.
|
|
795
795
|
*
|
|
796
|
-
* @see {@link MatterSpecification.
|
|
796
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.39
|
|
797
797
|
*/
|
|
798
798
|
txErrBusyChannelCount: OptionalAttribute(0x26, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
799
799
|
|
|
@@ -801,7 +801,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
801
801
|
* The RxTotalCount attribute shall indicate the total number of received unique MAC frames. This value
|
|
802
802
|
* shall only be reset upon a Node reboot.
|
|
803
803
|
*
|
|
804
|
-
* @see {@link MatterSpecification.
|
|
804
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.40
|
|
805
805
|
*/
|
|
806
806
|
rxTotalCount: OptionalAttribute(0x27, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
807
807
|
|
|
@@ -809,7 +809,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
809
809
|
* The RxUnicastCount attribute shall indicate the total number of received unique unicast MAC frames. This
|
|
810
810
|
* value shall only be reset upon a Node reboot.
|
|
811
811
|
*
|
|
812
|
-
* @see {@link MatterSpecification.
|
|
812
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.41
|
|
813
813
|
*/
|
|
814
814
|
rxUnicastCount: OptionalAttribute(0x28, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
815
815
|
|
|
@@ -817,7 +817,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
817
817
|
* The RxBroadcastCount attribute shall indicate the total number of received unique broadcast MAC frames.
|
|
818
818
|
* This value shall only be reset upon a Node reboot.
|
|
819
819
|
*
|
|
820
|
-
* @see {@link MatterSpecification.
|
|
820
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.42
|
|
821
821
|
*/
|
|
822
822
|
rxBroadcastCount: OptionalAttribute(0x29, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
823
823
|
|
|
@@ -825,7 +825,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
825
825
|
* The RxDataCount attribute shall indicate the total number of received unique MAC Data frames. This value
|
|
826
826
|
* shall only be reset upon a Node reboot.
|
|
827
827
|
*
|
|
828
|
-
* @see {@link MatterSpecification.
|
|
828
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.43
|
|
829
829
|
*/
|
|
830
830
|
rxDataCount: OptionalAttribute(0x2a, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
831
831
|
|
|
@@ -833,7 +833,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
833
833
|
* The RxDataPollCount attribute shall indicate the total number of received unique MAC Data Poll frames.
|
|
834
834
|
* This value shall only be reset upon a Node reboot.
|
|
835
835
|
*
|
|
836
|
-
* @see {@link MatterSpecification.
|
|
836
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.44
|
|
837
837
|
*/
|
|
838
838
|
rxDataPollCount: OptionalAttribute(0x2b, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
839
839
|
|
|
@@ -841,7 +841,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
841
841
|
* The RxBeaconCount attribute shall indicate the total number of received unique MAC Beacon frames. This
|
|
842
842
|
* value shall only be reset upon a Node reboot.
|
|
843
843
|
*
|
|
844
|
-
* @see {@link MatterSpecification.
|
|
844
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.45
|
|
845
845
|
*/
|
|
846
846
|
rxBeaconCount: OptionalAttribute(0x2c, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
847
847
|
|
|
@@ -849,7 +849,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
849
849
|
* The RxBeaconRequestCount attribute shall indicate the total number of received unique MAC Beacon Request
|
|
850
850
|
* frames. This value shall only be reset upon a Node reboot.
|
|
851
851
|
*
|
|
852
|
-
* @see {@link MatterSpecification.
|
|
852
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.46
|
|
853
853
|
*/
|
|
854
854
|
rxBeaconRequestCount: OptionalAttribute(0x2d, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
855
855
|
|
|
@@ -857,7 +857,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
857
857
|
* The RxOtherCount attribute shall indicate the total number of received unique MAC frame requests that are
|
|
858
858
|
* not counted by any other attribute. This value shall only be reset upon a Node reboot.
|
|
859
859
|
*
|
|
860
|
-
* @see {@link MatterSpecification.
|
|
860
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.47
|
|
861
861
|
*/
|
|
862
862
|
rxOtherCount: OptionalAttribute(0x2e, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
863
863
|
|
|
@@ -866,7 +866,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
866
866
|
* requests that have been dropped as a result of MAC filtering. This value shall only be reset upon a Node
|
|
867
867
|
* reboot.
|
|
868
868
|
*
|
|
869
|
-
* @see {@link MatterSpecification.
|
|
869
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.48
|
|
870
870
|
*/
|
|
871
871
|
rxAddressFilteredCount: OptionalAttribute(0x2f, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
872
872
|
|
|
@@ -875,7 +875,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
875
875
|
* requests that have been dropped as a result of a destination address check. This value shall only be
|
|
876
876
|
* reset upon a Node reboot.
|
|
877
877
|
*
|
|
878
|
-
* @see {@link MatterSpecification.
|
|
878
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.49
|
|
879
879
|
*/
|
|
880
880
|
rxDestAddrFilteredCount: OptionalAttribute(0x30, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
881
881
|
|
|
@@ -884,7 +884,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
884
884
|
* been dropped as a result of being a duplicate of a previously received MAC frame request. This value
|
|
885
885
|
* shall only be reset upon a Node reboot.
|
|
886
886
|
*
|
|
887
|
-
* @see {@link MatterSpecification.
|
|
887
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.50
|
|
888
888
|
*/
|
|
889
889
|
rxDuplicatedCount: OptionalAttribute(0x31, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
890
890
|
|
|
@@ -893,7 +893,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
893
893
|
* that have been dropped as a result of missing or malformed frame contents. This value shall only be reset
|
|
894
894
|
* upon a Node reboot.
|
|
895
895
|
*
|
|
896
|
-
* @see {@link MatterSpecification.
|
|
896
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.51
|
|
897
897
|
*/
|
|
898
898
|
rxErrNoFrameCount: OptionalAttribute(0x32, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
899
899
|
|
|
@@ -902,7 +902,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
902
902
|
* requests that have been dropped as a result of originating from an unknown neighbor device. This value
|
|
903
903
|
* shall only be reset upon a Node reboot.
|
|
904
904
|
*
|
|
905
|
-
* @see {@link MatterSpecification.
|
|
905
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.52
|
|
906
906
|
*/
|
|
907
907
|
rxErrUnknownNeighborCount: OptionalAttribute(0x33, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
908
908
|
|
|
@@ -911,7 +911,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
911
911
|
* requests that have been dropped as a result of containing an invalid source address. This value shall
|
|
912
912
|
* only be reset upon a Node reboot.
|
|
913
913
|
*
|
|
914
|
-
* @see {@link MatterSpecification.
|
|
914
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.53
|
|
915
915
|
*/
|
|
916
916
|
rxErrInvalidSrcAddrCount: OptionalAttribute(0x34, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
917
917
|
|
|
@@ -920,7 +920,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
920
920
|
* have been dropped as a result of an error with the security of the received frame. This value shall only
|
|
921
921
|
* be reset upon a Node reboot.
|
|
922
922
|
*
|
|
923
|
-
* @see {@link MatterSpecification.
|
|
923
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.54
|
|
924
924
|
*/
|
|
925
925
|
rxErrSecCount: OptionalAttribute(0x35, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
926
926
|
|
|
@@ -929,7 +929,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
929
929
|
* have been dropped as a result of an error with the FCS of the received frame. This value shall only be
|
|
930
930
|
* reset upon a Node reboot.
|
|
931
931
|
*
|
|
932
|
-
* @see {@link MatterSpecification.
|
|
932
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.55
|
|
933
933
|
*/
|
|
934
934
|
rxErrFcsCount: OptionalAttribute(0x36, TlvUInt32, { omitChanges: true, default: 0 }),
|
|
935
935
|
|
|
@@ -938,7 +938,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
938
938
|
* have been dropped as a result of an error that is not counted by any other attribute. This value shall
|
|
939
939
|
* only be reset upon a Node reboot.
|
|
940
940
|
*
|
|
941
|
-
* @see {@link MatterSpecification.
|
|
941
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.56
|
|
942
942
|
*/
|
|
943
943
|
rxErrOtherCount: OptionalAttribute(0x37, TlvUInt32, { omitChanges: true, default: 0 })
|
|
944
944
|
}
|
|
@@ -981,7 +981,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
981
981
|
* interface (that is, the Active Operational Dataset’s current Channel value). A value of null shall
|
|
982
982
|
* indicate that the Thread interface is not currently configured or operational.
|
|
983
983
|
*
|
|
984
|
-
* @see {@link MatterSpecification.
|
|
984
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.1
|
|
985
985
|
*/
|
|
986
986
|
channel: Attribute(0x0, TlvNullable(TlvUInt16)),
|
|
987
987
|
|
|
@@ -991,7 +991,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
991
991
|
* following table. A value of null shall indicate that the Thread interface is not currently configured or
|
|
992
992
|
* operational.
|
|
993
993
|
*
|
|
994
|
-
* @see {@link MatterSpecification.
|
|
994
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.2
|
|
995
995
|
*/
|
|
996
996
|
routingRole: Attribute(0x1, TlvNullable(TlvEnum<RoutingRole>())),
|
|
997
997
|
|
|
@@ -1000,7 +1000,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
1000
1000
|
* the Node has been configured to join to. A value of null shall indicate that the Thread interface is not
|
|
1001
1001
|
* currently configured or operational.
|
|
1002
1002
|
*
|
|
1003
|
-
* @see {@link MatterSpecification.
|
|
1003
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.3
|
|
1004
1004
|
*/
|
|
1005
1005
|
networkName: Attribute(0x2, TlvNullable(TlvString.bound({ maxLength: 16 }))),
|
|
1006
1006
|
|
|
@@ -1008,7 +1008,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
1008
1008
|
* The PanId attribute shall indicate the 16-bit identifier of the Node on the Thread network. A value of
|
|
1009
1009
|
* null shall indicate that the Thread interface is not currently configured or operational.
|
|
1010
1010
|
*
|
|
1011
|
-
* @see {@link MatterSpecification.
|
|
1011
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.4
|
|
1012
1012
|
*/
|
|
1013
1013
|
panId: Attribute(0x3, TlvNullable(TlvUInt16)),
|
|
1014
1014
|
|
|
@@ -1017,7 +1017,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
1017
1017
|
* network. A value of null shall indicate that the Thread interface is not currently configured or
|
|
1018
1018
|
* operational.
|
|
1019
1019
|
*
|
|
1020
|
-
* @see {@link MatterSpecification.
|
|
1020
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.5
|
|
1021
1021
|
*/
|
|
1022
1022
|
extendedPanId: Attribute(0x4, TlvNullable(TlvUInt64)),
|
|
1023
1023
|
|
|
@@ -1026,7 +1026,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
1026
1026
|
* Node has been configured to join to. A value of null shall indicate that the Thread interface is not
|
|
1027
1027
|
* currently configured or operational.
|
|
1028
1028
|
*
|
|
1029
|
-
* @see {@link MatterSpecification.
|
|
1029
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.6
|
|
1030
1030
|
*/
|
|
1031
1031
|
meshLocalPrefix: Attribute(0x5, TlvNullable(TlvByteString)),
|
|
1032
1032
|
|
|
@@ -1034,7 +1034,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
1034
1034
|
* The NeighborTable attribute shall indicate the current list of Nodes that comprise the neighbor table on
|
|
1035
1035
|
* the Node.
|
|
1036
1036
|
*
|
|
1037
|
-
* @see {@link MatterSpecification.
|
|
1037
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.8
|
|
1038
1038
|
*/
|
|
1039
1039
|
neighborTable: Attribute(0x7, TlvArray(TlvNeighborTable), { default: [] }),
|
|
1040
1040
|
|
|
@@ -1042,7 +1042,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
1042
1042
|
* The RouteTable attribute shall indicate the current list of router capable Nodes for which routes have
|
|
1043
1043
|
* been established.
|
|
1044
1044
|
*
|
|
1045
|
-
* @see {@link MatterSpecification.
|
|
1045
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.9
|
|
1046
1046
|
*/
|
|
1047
1047
|
routeTable: Attribute(0x8, TlvArray(TlvRouteTable), { default: [] }),
|
|
1048
1048
|
|
|
@@ -1050,7 +1050,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
1050
1050
|
* The PartitionId attribute shall indicate the Thread Leader Partition Id for the Thread network to which
|
|
1051
1051
|
* the Node is joined. Null if not attached to a Thread network.
|
|
1052
1052
|
*
|
|
1053
|
-
* @see {@link MatterSpecification.
|
|
1053
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.10
|
|
1054
1054
|
*/
|
|
1055
1055
|
partitionId: Attribute(0x9, TlvNullable(TlvUInt32)),
|
|
1056
1056
|
|
|
@@ -1058,7 +1058,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
1058
1058
|
* The Weighting attribute shall indicate the Thread Leader Weight used when operating in the Leader role.
|
|
1059
1059
|
* Null if not attached to a Thread network.
|
|
1060
1060
|
*
|
|
1061
|
-
* @see {@link MatterSpecification.
|
|
1061
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.11
|
|
1062
1062
|
*/
|
|
1063
1063
|
weighting: Attribute(0xa, TlvNullable(TlvUInt16.bound({ max: 255 }))),
|
|
1064
1064
|
|
|
@@ -1066,7 +1066,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
1066
1066
|
* The DataVersion attribute shall indicate the full Network Data Version the Node currently uses. Null if
|
|
1067
1067
|
* not attached to a Thread network.
|
|
1068
1068
|
*
|
|
1069
|
-
* @see {@link MatterSpecification.
|
|
1069
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.12
|
|
1070
1070
|
*/
|
|
1071
1071
|
dataVersion: Attribute(0xb, TlvNullable(TlvUInt16.bound({ max: 255 }))),
|
|
1072
1072
|
|
|
@@ -1074,7 +1074,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
1074
1074
|
* The StableDataVersion attribute shall indicate the Network Data Version for the stable subset of data the
|
|
1075
1075
|
* Node currently uses. Null if not attached to a Thread network.
|
|
1076
1076
|
*
|
|
1077
|
-
* @see {@link MatterSpecification.
|
|
1077
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.13
|
|
1078
1078
|
*/
|
|
1079
1079
|
stableDataVersion: Attribute(0xc, TlvNullable(TlvUInt16.bound({ max: 255 }))),
|
|
1080
1080
|
|
|
@@ -1082,28 +1082,28 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
1082
1082
|
* The LeaderRouterId attribute shall indicate the 8-bit LeaderRouterId the Node shall attempt to utilize
|
|
1083
1083
|
* upon becoming a router or leader on the Thread network. Null if not attached to a Thread network.
|
|
1084
1084
|
*
|
|
1085
|
-
* @see {@link MatterSpecification.
|
|
1085
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.14
|
|
1086
1086
|
*/
|
|
1087
1087
|
leaderRouterId: Attribute(0xd, TlvNullable(TlvUInt8.bound({ max: 62 }))),
|
|
1088
1088
|
|
|
1089
1089
|
/**
|
|
1090
1090
|
* Null when there is no dataset configured.
|
|
1091
1091
|
*
|
|
1092
|
-
* @see {@link MatterSpecification.
|
|
1092
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.57
|
|
1093
1093
|
*/
|
|
1094
1094
|
activeTimestamp: OptionalAttribute(0x38, TlvNullable(TlvUInt64), { default: 0 }),
|
|
1095
1095
|
|
|
1096
1096
|
/**
|
|
1097
1097
|
* Null when there is no dataset configured.
|
|
1098
1098
|
*
|
|
1099
|
-
* @see {@link MatterSpecification.
|
|
1099
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.58
|
|
1100
1100
|
*/
|
|
1101
1101
|
pendingTimestamp: OptionalAttribute(0x39, TlvNullable(TlvUInt64), { default: 0 }),
|
|
1102
1102
|
|
|
1103
1103
|
/**
|
|
1104
1104
|
* Null when there is no dataset configured.
|
|
1105
1105
|
*
|
|
1106
|
-
* @see {@link MatterSpecification.
|
|
1106
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.59
|
|
1107
1107
|
*/
|
|
1108
1108
|
delay: OptionalAttribute(0x3a, TlvNullable(TlvUInt32), { default: 0 }),
|
|
1109
1109
|
|
|
@@ -1111,7 +1111,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
1111
1111
|
* The SecurityPolicy attribute indicates the current security policies for the Thread partition to which a
|
|
1112
1112
|
* Node is connected. Null when there is no dataset configured.
|
|
1113
1113
|
*
|
|
1114
|
-
* @see {@link MatterSpecification.
|
|
1114
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.60
|
|
1115
1115
|
*/
|
|
1116
1116
|
securityPolicy: Attribute(0x3b, TlvNullable(TlvSecurityPolicy)),
|
|
1117
1117
|
|
|
@@ -1122,7 +1122,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
1122
1122
|
* channel 0 and channel 10 are selected, the mask would be: 80 20 00 00. Null when there is no dataset
|
|
1123
1123
|
* configured.
|
|
1124
1124
|
*
|
|
1125
|
-
* @see {@link MatterSpecification.
|
|
1125
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.61
|
|
1126
1126
|
*/
|
|
1127
1127
|
channelPage0Mask: Attribute(0x3c, TlvNullable(TlvByteString.bound({ length: 4 }))),
|
|
1128
1128
|
|
|
@@ -1130,12 +1130,12 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
1130
1130
|
* The OperationalDatasetComponents attribute is a collection of flags to indicate the presence of various
|
|
1131
1131
|
* operationally acquired values.
|
|
1132
1132
|
*
|
|
1133
|
-
* @see {@link MatterSpecification.
|
|
1133
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6.62
|
|
1134
1134
|
*/
|
|
1135
1135
|
operationalDatasetComponents: Attribute(0x3d, TlvNullable(TlvOperationalDatasetComponents)),
|
|
1136
1136
|
|
|
1137
1137
|
/**
|
|
1138
|
-
* @see {@link MatterSpecification.
|
|
1138
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6
|
|
1139
1139
|
*/
|
|
1140
1140
|
activeNetworkFaultsList: Attribute(
|
|
1141
1141
|
0x3e,
|
|
@@ -1144,12 +1144,12 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
1144
1144
|
),
|
|
1145
1145
|
|
|
1146
1146
|
/**
|
|
1147
|
-
* @see {@link MatterSpecification.
|
|
1147
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6
|
|
1148
1148
|
*/
|
|
1149
1149
|
extAddress: Attribute(0x3f, TlvNullable(TlvUInt64)),
|
|
1150
1150
|
|
|
1151
1151
|
/**
|
|
1152
|
-
* @see {@link MatterSpecification.
|
|
1152
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.6
|
|
1153
1153
|
*/
|
|
1154
1154
|
rloc16: Attribute(0x40, TlvNullable(TlvUInt16))
|
|
1155
1155
|
},
|
|
@@ -1159,7 +1159,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
1159
1159
|
* The ConnectionStatus Event shall indicate that a Node’s connection status to a Thread network has
|
|
1160
1160
|
* changed.
|
|
1161
1161
|
*
|
|
1162
|
-
* @see {@link MatterSpecification.
|
|
1162
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.2
|
|
1163
1163
|
*/
|
|
1164
1164
|
connectionStatus: OptionalEvent(0x0, EventPriority.Info, TlvConnectionStatusEvent),
|
|
1165
1165
|
|
|
@@ -1167,7 +1167,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
1167
1167
|
* The NetworkFaultChange Event shall indicate a change in the set of network faults currently detected by
|
|
1168
1168
|
* the Node.
|
|
1169
1169
|
*
|
|
1170
|
-
* @see {@link MatterSpecification.
|
|
1170
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14.8.1
|
|
1171
1171
|
*/
|
|
1172
1172
|
networkFaultChange: OptionalEvent(0x1, EventPriority.Info, TlvNetworkFaultChangeEvent)
|
|
1173
1173
|
},
|
|
@@ -1196,7 +1196,7 @@ export namespace ThreadNetworkDiagnostics {
|
|
|
1196
1196
|
* ThreadNetworkDiagnosticsCluster supports optional features that you can enable with the
|
|
1197
1197
|
* ThreadNetworkDiagnosticsCluster.with() factory method.
|
|
1198
1198
|
*
|
|
1199
|
-
* @see {@link MatterSpecification.
|
|
1199
|
+
* @see {@link MatterSpecification.v141.Core} § 11.14
|
|
1200
1200
|
*/
|
|
1201
1201
|
export interface Cluster extends Identity<typeof ClusterInstance> {}
|
|
1202
1202
|
|