@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +32 -12
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +141 -99
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +45 -13
- package/dist/cjs/clusters/application-launcher.js.map +2 -2
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +577 -559
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +87 -73
- package/dist/cjs/clusters/channel.js.map +2 -2
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +27 -17
- package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/cjs/clusters/content-app-observer.js +14 -6
- package/dist/cjs/clusters/content-app-observer.js.map +2 -2
- package/dist/cjs/clusters/content-control.d.ts +438 -356
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +120 -58
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +509 -475
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +65 -39
- package/dist/cjs/clusters/content-launcher.js.map +2 -2
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/cjs/clusters/diagnostic-logs.js +34 -8
- package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1367 -1350
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +242 -228
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +34 -16
- package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
- package/dist/cjs/clusters/keypad-input.js +17 -3
- package/dist/cjs/clusters/keypad-input.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +427 -385
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +89 -57
- package/dist/cjs/clusters/media-playback.js.map +2 -2
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
- package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +40 -40
- package/dist/cjs/clusters/oven-mode.js +5 -5
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +48 -30
- package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
- package/dist/cjs/clusters/target-navigator.js +24 -10
- package/dist/cjs/clusters/target-navigator.js.map +2 -2
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +55 -47
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/common/StatusCode.d.ts +2 -11
- package/dist/cjs/common/StatusCode.d.ts.map +1 -1
- package/dist/cjs/common/StatusCode.js +1 -17
- package/dist/cjs/common/StatusCode.js.map +1 -1
- package/dist/cjs/common/StatusResponseError.d.ts +21 -0
- package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
- package/dist/cjs/common/StatusResponseError.js +54 -0
- package/dist/cjs/common/StatusResponseError.js.map +6 -0
- package/dist/cjs/common/ValidationError.d.ts +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/common/ValidationError.js +2 -1
- package/dist/cjs/common/ValidationError.js.map +1 -1
- package/dist/cjs/common/index.d.ts +1 -0
- package/dist/cjs/common/index.d.ts.map +1 -1
- package/dist/cjs/common/index.js +1 -0
- package/dist/cjs/common/index.js.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +32 -12
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +141 -99
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +45 -13
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +577 -559
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +87 -73
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +27 -17
- package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/esm/clusters/content-app-observer.js +14 -6
- package/dist/esm/clusters/content-app-observer.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +438 -356
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +120 -58
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +509 -475
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +65 -39
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/esm/clusters/diagnostic-logs.js +34 -8
- package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1367 -1350
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +242 -228
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +34 -16
- package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
- package/dist/esm/clusters/keypad-input.js +17 -3
- package/dist/esm/clusters/keypad-input.js.map +1 -1
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +427 -385
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +89 -57
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +51 -25
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +40 -40
- package/dist/esm/clusters/oven-mode.js +5 -5
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +48 -30
- package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
- package/dist/esm/clusters/target-navigator.js +24 -10
- package/dist/esm/clusters/target-navigator.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +255 -245
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +55 -47
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/common/StatusCode.d.ts +2 -11
- package/dist/esm/common/StatusCode.d.ts.map +1 -1
- package/dist/esm/common/StatusCode.js +1 -17
- package/dist/esm/common/StatusCode.js.map +1 -1
- package/dist/esm/common/StatusResponseError.d.ts +21 -0
- package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
- package/dist/esm/common/StatusResponseError.js +34 -0
- package/dist/esm/common/StatusResponseError.js.map +6 -0
- package/dist/esm/common/ValidationError.d.ts +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/common/ValidationError.js +2 -1
- package/dist/esm/common/ValidationError.js.map +1 -1
- package/dist/esm/common/index.d.ts +1 -0
- package/dist/esm/common/index.d.ts.map +1 -1
- package/dist/esm/common/index.js +1 -0
- package/dist/esm/common/index.js.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +67 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +105 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +143 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +29 -12
- package/src/clusters/content-control.ts +248 -96
- package/src/clusters/content-launcher.ts +131 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +88 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +408 -377
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +43 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +168 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +101 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +31 -31
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +31 -31
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +68 -68
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +52 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +98 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +52 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/common/StatusCode.ts +3 -21
- package/src/common/StatusResponseError.ts +41 -0
- package/src/common/ValidationError.ts +2 -1
- package/src/common/index.ts +1 -0
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -13,7 +13,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
13
13
|
/**
|
|
14
14
|
* These are optional features supported by GeneralDiagnosticsCluster.
|
|
15
15
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
16
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.4
|
|
17
17
|
*/
|
|
18
18
|
enum Feature {
|
|
19
19
|
/**
|
|
@@ -25,26 +25,26 @@ export declare namespace GeneralDiagnostics {
|
|
|
25
25
|
* This feature shall be supported if the MaxPathsPerInvoke attribute of the Basic Information Cluster has a
|
|
26
26
|
* value > 1.
|
|
27
27
|
*
|
|
28
|
-
* @see {@link MatterSpecification.
|
|
28
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.4.1
|
|
29
29
|
*/
|
|
30
30
|
DataModelTest = "DataModelTest"
|
|
31
31
|
}
|
|
32
32
|
/**
|
|
33
33
|
* Input to the GeneralDiagnostics payloadTestRequest command
|
|
34
34
|
*
|
|
35
|
-
* @see {@link MatterSpecification.
|
|
35
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.4
|
|
36
36
|
*/
|
|
37
37
|
const TlvPayloadTestRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
38
38
|
/**
|
|
39
39
|
* This field shall have the same meaning and usage as the TestEventTrigger EnableKey field.
|
|
40
40
|
*
|
|
41
|
-
* @see {@link MatterSpecification.
|
|
41
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.4.1
|
|
42
42
|
*/
|
|
43
43
|
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
44
44
|
/**
|
|
45
45
|
* This field shall indicate the value to use in every byte of the PayloadTestResponse’s Payload field.
|
|
46
46
|
*
|
|
47
|
-
* @see {@link MatterSpecification.
|
|
47
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.4.2
|
|
48
48
|
*/
|
|
49
49
|
value: import("../tlv/TlvObject.js").FieldType<number>;
|
|
50
50
|
/**
|
|
@@ -71,39 +71,39 @@ export declare namespace GeneralDiagnostics {
|
|
|
71
71
|
* content whose hexadecimal representation would be A5A5A5A5A5A5A5A5A5A5, and base64 representation would
|
|
72
72
|
* be paWlpaWlpaWlpQ==.
|
|
73
73
|
*
|
|
74
|
-
* @see {@link MatterSpecification.
|
|
74
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.4.3
|
|
75
75
|
*/
|
|
76
76
|
count: import("../tlv/TlvObject.js").FieldType<number>;
|
|
77
77
|
}>;
|
|
78
78
|
/**
|
|
79
79
|
* Input to the GeneralDiagnostics payloadTestRequest command
|
|
80
80
|
*
|
|
81
|
-
* @see {@link MatterSpecification.
|
|
81
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.4
|
|
82
82
|
*/
|
|
83
83
|
interface PayloadTestRequest extends TypeFromSchema<typeof TlvPayloadTestRequest> {
|
|
84
84
|
}
|
|
85
85
|
/**
|
|
86
86
|
* This command is sent by the server on receipt of the PayloadTestRequest command.
|
|
87
87
|
*
|
|
88
|
-
* @see {@link MatterSpecification.
|
|
88
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.5
|
|
89
89
|
*/
|
|
90
90
|
const TlvPayloadTestResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
91
91
|
/**
|
|
92
92
|
* This field shall contain the computed response of the PayloadTestRequest command.
|
|
93
93
|
*
|
|
94
|
-
* @see {@link MatterSpecification.
|
|
94
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.5.1
|
|
95
95
|
*/
|
|
96
96
|
payload: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
97
97
|
}>;
|
|
98
98
|
/**
|
|
99
99
|
* This command is sent by the server on receipt of the PayloadTestRequest command.
|
|
100
100
|
*
|
|
101
|
-
* @see {@link MatterSpecification.
|
|
101
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.5
|
|
102
102
|
*/
|
|
103
103
|
interface PayloadTestResponse extends TypeFromSchema<typeof TlvPayloadTestResponse> {
|
|
104
104
|
}
|
|
105
105
|
/**
|
|
106
|
-
* @see {@link MatterSpecification.
|
|
106
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.4
|
|
107
107
|
*/
|
|
108
108
|
enum InterfaceType {
|
|
109
109
|
/**
|
|
@@ -131,21 +131,21 @@ export declare namespace GeneralDiagnostics {
|
|
|
131
131
|
* This structure describes a network interface supported by the Node, as provided in the NetworkInterfaces
|
|
132
132
|
* attribute.
|
|
133
133
|
*
|
|
134
|
-
* @see {@link MatterSpecification.
|
|
134
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6
|
|
135
135
|
*/
|
|
136
136
|
const TlvNetworkInterface: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
137
137
|
/**
|
|
138
138
|
* This field shall indicate a human-readable (displayable) name for the network interface, that is different
|
|
139
139
|
* from all other interfaces.
|
|
140
140
|
*
|
|
141
|
-
* @see {@link MatterSpecification.
|
|
141
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.1
|
|
142
142
|
*/
|
|
143
143
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
144
144
|
/**
|
|
145
145
|
* This field shall indicate if the Node is currently advertising itself operationally on this network interface
|
|
146
146
|
* and is capable of successfully receiving incoming traffic from other Nodes.
|
|
147
147
|
*
|
|
148
|
-
* @see {@link MatterSpecification.
|
|
148
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.2
|
|
149
149
|
*/
|
|
150
150
|
isOperational: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
151
151
|
/**
|
|
@@ -153,7 +153,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
153
153
|
* utilizing IPv4. The value shall be null if the Node does not use such services or does not know whether it
|
|
154
154
|
* can reach them.
|
|
155
155
|
*
|
|
156
|
-
* @see {@link MatterSpecification.
|
|
156
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.3
|
|
157
157
|
*/
|
|
158
158
|
offPremiseServicesReachableIPv4: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
159
159
|
/**
|
|
@@ -161,7 +161,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
161
161
|
* utilizing IPv6. The value shall be null if the Node does not use such services or does not know whether it
|
|
162
162
|
* can reach them.
|
|
163
163
|
*
|
|
164
|
-
* @see {@link MatterSpecification.
|
|
164
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.4
|
|
165
165
|
*/
|
|
166
166
|
offPremiseServicesReachableIPv6: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
167
167
|
/**
|
|
@@ -169,13 +169,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
169
169
|
* contain the current extended MAC address for a 802.15.4 interface. The byte order of the octstr shall be in
|
|
170
170
|
* wire byte order. For addresses values less than 64 bits, the first two bytes shall be zero.
|
|
171
171
|
*
|
|
172
|
-
* @see {@link MatterSpecification.
|
|
172
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.5
|
|
173
173
|
*/
|
|
174
174
|
hardwareAddress: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
175
175
|
/**
|
|
176
176
|
* This field shall provide a list of the IPv4 addresses that are currently assigned to the network interface.
|
|
177
177
|
*
|
|
178
|
-
* @see {@link MatterSpecification.
|
|
178
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.6
|
|
179
179
|
*/
|
|
180
180
|
iPv4Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
181
181
|
/**
|
|
@@ -183,13 +183,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
183
183
|
* interface. This list shall include the Node’s link-local address and SHOULD include any assigned GUA and ULA
|
|
184
184
|
* addresses. This list shall NOT include any multicast group addresses to which the Node is subscribed.
|
|
185
185
|
*
|
|
186
|
-
* @see {@link MatterSpecification.
|
|
186
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.7
|
|
187
187
|
*/
|
|
188
188
|
iPv6Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
189
189
|
/**
|
|
190
190
|
* This field shall indicate the type of the interface using the InterfaceTypeEnum.
|
|
191
191
|
*
|
|
192
|
-
* @see {@link MatterSpecification.
|
|
192
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.8
|
|
193
193
|
*/
|
|
194
194
|
type: import("../tlv/TlvObject.js").FieldType<InterfaceType>;
|
|
195
195
|
}>;
|
|
@@ -197,12 +197,12 @@ export declare namespace GeneralDiagnostics {
|
|
|
197
197
|
* This structure describes a network interface supported by the Node, as provided in the NetworkInterfaces
|
|
198
198
|
* attribute.
|
|
199
199
|
*
|
|
200
|
-
* @see {@link MatterSpecification.
|
|
200
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6
|
|
201
201
|
*/
|
|
202
202
|
interface NetworkInterface extends TypeFromSchema<typeof TlvNetworkInterface> {
|
|
203
203
|
}
|
|
204
204
|
/**
|
|
205
|
-
* @see {@link MatterSpecification.
|
|
205
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.5
|
|
206
206
|
*/
|
|
207
207
|
enum BootReason {
|
|
208
208
|
/**
|
|
@@ -235,7 +235,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
235
235
|
SoftwareReset = 6
|
|
236
236
|
}
|
|
237
237
|
/**
|
|
238
|
-
* @see {@link MatterSpecification.
|
|
238
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.1
|
|
239
239
|
*/
|
|
240
240
|
enum HardwareFault {
|
|
241
241
|
/**
|
|
@@ -284,7 +284,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
284
284
|
TamperDetected = 10
|
|
285
285
|
}
|
|
286
286
|
/**
|
|
287
|
-
* @see {@link MatterSpecification.
|
|
287
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.2
|
|
288
288
|
*/
|
|
289
289
|
enum RadioFault {
|
|
290
290
|
/**
|
|
@@ -317,7 +317,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
317
317
|
EthernetFault = 6
|
|
318
318
|
}
|
|
319
319
|
/**
|
|
320
|
-
* @see {@link MatterSpecification.
|
|
320
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.3
|
|
321
321
|
*/
|
|
322
322
|
enum NetworkFault {
|
|
323
323
|
/**
|
|
@@ -340,7 +340,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
340
340
|
/**
|
|
341
341
|
* Input to the GeneralDiagnostics testEventTrigger command
|
|
342
342
|
*
|
|
343
|
-
* @see {@link MatterSpecification.
|
|
343
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.1
|
|
344
344
|
*/
|
|
345
345
|
const TlvTestEventTriggerRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
346
346
|
/**
|
|
@@ -357,7 +357,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
357
357
|
* In order to prevent unwittingly actuating a particular trigger, this command shall respond with a response
|
|
358
358
|
* status of CONSTRAINT_ERROR if the EnableKey field does not match the a-priori value configured on the device.
|
|
359
359
|
*
|
|
360
|
-
* @see {@link MatterSpecification.
|
|
360
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.1.1
|
|
361
361
|
*/
|
|
362
362
|
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
363
363
|
/**
|
|
@@ -382,14 +382,14 @@ export declare namespace GeneralDiagnostics {
|
|
|
382
382
|
* INVALID_COMMAND status, equivalent to the situation of receiving an unknown EventTrigger, for all possible
|
|
383
383
|
* EventTrigger values.
|
|
384
384
|
*
|
|
385
|
-
* @see {@link MatterSpecification.
|
|
385
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.1.2
|
|
386
386
|
*/
|
|
387
387
|
eventTrigger: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
388
388
|
}>;
|
|
389
389
|
/**
|
|
390
390
|
* Input to the GeneralDiagnostics testEventTrigger command
|
|
391
391
|
*
|
|
392
|
-
* @see {@link MatterSpecification.
|
|
392
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.1
|
|
393
393
|
*/
|
|
394
394
|
interface TestEventTriggerRequest extends TypeFromSchema<typeof TlvTestEventTriggerRequest> {
|
|
395
395
|
}
|
|
@@ -402,7 +402,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
402
402
|
* If the Time Synchronization cluster is supported by the node, the PosixTimeMs field shall NOT be null unless the
|
|
403
403
|
* UTCTime attribute in the Time Synchronization cluster is also null.
|
|
404
404
|
*
|
|
405
|
-
* @see {@link MatterSpecification.
|
|
405
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.3
|
|
406
406
|
*/
|
|
407
407
|
const TlvTimeSnapshotResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
408
408
|
/**
|
|
@@ -412,7 +412,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
412
412
|
* The value shall be taken from the same clock which populates the Timestamp field in events when using System
|
|
413
413
|
* Time for the field.
|
|
414
414
|
*
|
|
415
|
-
* @see {@link MatterSpecification.
|
|
415
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.3.1
|
|
416
416
|
*/
|
|
417
417
|
systemTimeMs: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
418
418
|
/**
|
|
@@ -424,7 +424,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
424
424
|
*
|
|
425
425
|
* • The node’s Time Synchronization cluster instance’s UTCTime attribute is null.
|
|
426
426
|
*
|
|
427
|
-
* @see {@link MatterSpecification.
|
|
427
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.3.2
|
|
428
428
|
*/
|
|
429
429
|
posixTimeMs: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
430
430
|
}>;
|
|
@@ -437,105 +437,105 @@ export declare namespace GeneralDiagnostics {
|
|
|
437
437
|
* If the Time Synchronization cluster is supported by the node, the PosixTimeMs field shall NOT be null unless the
|
|
438
438
|
* UTCTime attribute in the Time Synchronization cluster is also null.
|
|
439
439
|
*
|
|
440
|
-
* @see {@link MatterSpecification.
|
|
440
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.3
|
|
441
441
|
*/
|
|
442
442
|
interface TimeSnapshotResponse extends TypeFromSchema<typeof TlvTimeSnapshotResponse> {
|
|
443
443
|
}
|
|
444
444
|
/**
|
|
445
445
|
* Body of the GeneralDiagnostics hardwareFaultChange event
|
|
446
446
|
*
|
|
447
|
-
* @see {@link MatterSpecification.
|
|
447
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.1
|
|
448
448
|
*/
|
|
449
449
|
const TlvHardwareFaultChangeEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
450
450
|
/**
|
|
451
451
|
* This field shall represent the set of faults currently detected, as per HardwareFaultEnum.
|
|
452
452
|
*
|
|
453
|
-
* @see {@link MatterSpecification.
|
|
453
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.1.1
|
|
454
454
|
*/
|
|
455
455
|
current: import("../tlv/TlvObject.js").FieldType<HardwareFault[]>;
|
|
456
456
|
/**
|
|
457
457
|
* This field shall represent the set of faults detected prior to this change event, as per HardwareFaultEnum.
|
|
458
458
|
*
|
|
459
|
-
* @see {@link MatterSpecification.
|
|
459
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.1.2
|
|
460
460
|
*/
|
|
461
461
|
previous: import("../tlv/TlvObject.js").FieldType<HardwareFault[]>;
|
|
462
462
|
}>;
|
|
463
463
|
/**
|
|
464
464
|
* Body of the GeneralDiagnostics hardwareFaultChange event
|
|
465
465
|
*
|
|
466
|
-
* @see {@link MatterSpecification.
|
|
466
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.1
|
|
467
467
|
*/
|
|
468
468
|
interface HardwareFaultChangeEvent extends TypeFromSchema<typeof TlvHardwareFaultChangeEvent> {
|
|
469
469
|
}
|
|
470
470
|
/**
|
|
471
471
|
* Body of the GeneralDiagnostics radioFaultChange event
|
|
472
472
|
*
|
|
473
|
-
* @see {@link MatterSpecification.
|
|
473
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.2
|
|
474
474
|
*/
|
|
475
475
|
const TlvRadioFaultChangeEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
476
476
|
/**
|
|
477
477
|
* This field shall represent the set of faults currently detected, as per RadioFaultEnum.
|
|
478
478
|
*
|
|
479
|
-
* @see {@link MatterSpecification.
|
|
479
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.2.1
|
|
480
480
|
*/
|
|
481
481
|
current: import("../tlv/TlvObject.js").FieldType<RadioFault[]>;
|
|
482
482
|
/**
|
|
483
483
|
* This field shall represent the set of faults detected prior to this change event, as per RadioFaultEnum.
|
|
484
484
|
*
|
|
485
|
-
* @see {@link MatterSpecification.
|
|
485
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.2.2
|
|
486
486
|
*/
|
|
487
487
|
previous: import("../tlv/TlvObject.js").FieldType<RadioFault[]>;
|
|
488
488
|
}>;
|
|
489
489
|
/**
|
|
490
490
|
* Body of the GeneralDiagnostics radioFaultChange event
|
|
491
491
|
*
|
|
492
|
-
* @see {@link MatterSpecification.
|
|
492
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.2
|
|
493
493
|
*/
|
|
494
494
|
interface RadioFaultChangeEvent extends TypeFromSchema<typeof TlvRadioFaultChangeEvent> {
|
|
495
495
|
}
|
|
496
496
|
/**
|
|
497
497
|
* Body of the GeneralDiagnostics networkFaultChange event
|
|
498
498
|
*
|
|
499
|
-
* @see {@link MatterSpecification.
|
|
499
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.3
|
|
500
500
|
*/
|
|
501
501
|
const TlvNetworkFaultChangeEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
502
502
|
/**
|
|
503
503
|
* This field shall represent the set of faults currently detected, as per NetworkFaultEnum.
|
|
504
504
|
*
|
|
505
|
-
* @see {@link MatterSpecification.
|
|
505
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.3.1
|
|
506
506
|
*/
|
|
507
507
|
current: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
508
508
|
/**
|
|
509
509
|
* This field shall represent the set of faults detected prior to this change event, as per NetworkFaultEnum.
|
|
510
510
|
*
|
|
511
|
-
* @see {@link MatterSpecification.
|
|
511
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.3.2
|
|
512
512
|
*/
|
|
513
513
|
previous: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
514
514
|
}>;
|
|
515
515
|
/**
|
|
516
516
|
* Body of the GeneralDiagnostics networkFaultChange event
|
|
517
517
|
*
|
|
518
|
-
* @see {@link MatterSpecification.
|
|
518
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.3
|
|
519
519
|
*/
|
|
520
520
|
interface NetworkFaultChangeEvent extends TypeFromSchema<typeof TlvNetworkFaultChangeEvent> {
|
|
521
521
|
}
|
|
522
522
|
/**
|
|
523
523
|
* Body of the GeneralDiagnostics bootReason event
|
|
524
524
|
*
|
|
525
|
-
* @see {@link MatterSpecification.
|
|
525
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.4
|
|
526
526
|
*/
|
|
527
527
|
const TlvBootReasonEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
528
528
|
/**
|
|
529
529
|
* This field shall contain the reason for this BootReason event.
|
|
530
530
|
*
|
|
531
|
-
* @see {@link MatterSpecification.
|
|
531
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.4.1
|
|
532
532
|
*/
|
|
533
533
|
bootReason: import("../tlv/TlvObject.js").FieldType<BootReason>;
|
|
534
534
|
}>;
|
|
535
535
|
/**
|
|
536
536
|
* Body of the GeneralDiagnostics bootReason event
|
|
537
537
|
*
|
|
538
|
-
* @see {@link MatterSpecification.
|
|
538
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.4
|
|
539
539
|
*/
|
|
540
540
|
interface BootReasonEvent extends TypeFromSchema<typeof TlvBootReasonEvent> {
|
|
541
541
|
}
|
|
@@ -554,19 +554,19 @@ export declare namespace GeneralDiagnostics {
|
|
|
554
554
|
*
|
|
555
555
|
* The fields for the PayloadTestRequest command are as follows:
|
|
556
556
|
*
|
|
557
|
-
* @see {@link MatterSpecification.
|
|
557
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.4
|
|
558
558
|
*/
|
|
559
559
|
readonly payloadTestRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
560
560
|
/**
|
|
561
561
|
* This field shall have the same meaning and usage as the TestEventTrigger EnableKey field.
|
|
562
562
|
*
|
|
563
|
-
* @see {@link MatterSpecification.
|
|
563
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.4.1
|
|
564
564
|
*/
|
|
565
565
|
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
566
566
|
/**
|
|
567
567
|
* This field shall indicate the value to use in every byte of the PayloadTestResponse’s Payload field.
|
|
568
568
|
*
|
|
569
|
-
* @see {@link MatterSpecification.
|
|
569
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.4.2
|
|
570
570
|
*/
|
|
571
571
|
value: import("../tlv/TlvObject.js").FieldType<number>;
|
|
572
572
|
/**
|
|
@@ -593,14 +593,14 @@ export declare namespace GeneralDiagnostics {
|
|
|
593
593
|
* content whose hexadecimal representation would be A5A5A5A5A5A5A5A5A5A5, and base64 representation would
|
|
594
594
|
* be paWlpaWlpaWlpQ==.
|
|
595
595
|
*
|
|
596
|
-
* @see {@link MatterSpecification.
|
|
596
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.4.3
|
|
597
597
|
*/
|
|
598
598
|
count: import("../tlv/TlvObject.js").FieldType<number>;
|
|
599
599
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
600
600
|
/**
|
|
601
601
|
* This field shall contain the computed response of the PayloadTestRequest command.
|
|
602
602
|
*
|
|
603
|
-
* @see {@link MatterSpecification.
|
|
603
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.5.1
|
|
604
604
|
*/
|
|
605
605
|
payload: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
606
606
|
}>, any>;
|
|
@@ -621,7 +621,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
621
621
|
* This feature shall be supported if the MaxPathsPerInvoke attribute of the Basic Information Cluster has a
|
|
622
622
|
* value > 1.
|
|
623
623
|
*
|
|
624
|
-
* @see {@link MatterSpecification.
|
|
624
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.4.1
|
|
625
625
|
*/
|
|
626
626
|
readonly dataModelTest: BitFlag;
|
|
627
627
|
};
|
|
@@ -630,21 +630,21 @@ export declare namespace GeneralDiagnostics {
|
|
|
630
630
|
* The NetworkInterfaces attribute shall be a list of NetworkInterface structs. Each logical network
|
|
631
631
|
* interface on the Node shall be represented by a single entry within the NetworkInterfaces attribute.
|
|
632
632
|
*
|
|
633
|
-
* @see {@link MatterSpecification.
|
|
633
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.1
|
|
634
634
|
*/
|
|
635
635
|
readonly networkInterfaces: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
636
636
|
/**
|
|
637
637
|
* This field shall indicate a human-readable (displayable) name for the network interface, that is different
|
|
638
638
|
* from all other interfaces.
|
|
639
639
|
*
|
|
640
|
-
* @see {@link MatterSpecification.
|
|
640
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.1
|
|
641
641
|
*/
|
|
642
642
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
643
643
|
/**
|
|
644
644
|
* This field shall indicate if the Node is currently advertising itself operationally on this network interface
|
|
645
645
|
* and is capable of successfully receiving incoming traffic from other Nodes.
|
|
646
646
|
*
|
|
647
|
-
* @see {@link MatterSpecification.
|
|
647
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.2
|
|
648
648
|
*/
|
|
649
649
|
isOperational: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
650
650
|
/**
|
|
@@ -652,7 +652,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
652
652
|
* utilizing IPv4. The value shall be null if the Node does not use such services or does not know whether it
|
|
653
653
|
* can reach them.
|
|
654
654
|
*
|
|
655
|
-
* @see {@link MatterSpecification.
|
|
655
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.3
|
|
656
656
|
*/
|
|
657
657
|
offPremiseServicesReachableIPv4: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
658
658
|
/**
|
|
@@ -660,7 +660,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
660
660
|
* utilizing IPv6. The value shall be null if the Node does not use such services or does not know whether it
|
|
661
661
|
* can reach them.
|
|
662
662
|
*
|
|
663
|
-
* @see {@link MatterSpecification.
|
|
663
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.4
|
|
664
664
|
*/
|
|
665
665
|
offPremiseServicesReachableIPv6: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
666
666
|
/**
|
|
@@ -668,13 +668,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
668
668
|
* contain the current extended MAC address for a 802.15.4 interface. The byte order of the octstr shall be in
|
|
669
669
|
* wire byte order. For addresses values less than 64 bits, the first two bytes shall be zero.
|
|
670
670
|
*
|
|
671
|
-
* @see {@link MatterSpecification.
|
|
671
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.5
|
|
672
672
|
*/
|
|
673
673
|
hardwareAddress: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
674
674
|
/**
|
|
675
675
|
* This field shall provide a list of the IPv4 addresses that are currently assigned to the network interface.
|
|
676
676
|
*
|
|
677
|
-
* @see {@link MatterSpecification.
|
|
677
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.6
|
|
678
678
|
*/
|
|
679
679
|
iPv4Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
680
680
|
/**
|
|
@@ -682,13 +682,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
682
682
|
* interface. This list shall include the Node’s link-local address and SHOULD include any assigned GUA and ULA
|
|
683
683
|
* addresses. This list shall NOT include any multicast group addresses to which the Node is subscribed.
|
|
684
684
|
*
|
|
685
|
-
* @see {@link MatterSpecification.
|
|
685
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.7
|
|
686
686
|
*/
|
|
687
687
|
iPv6Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
688
688
|
/**
|
|
689
689
|
* This field shall indicate the type of the interface using the InterfaceTypeEnum.
|
|
690
690
|
*
|
|
691
|
-
* @see {@link MatterSpecification.
|
|
691
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.8
|
|
692
692
|
*/
|
|
693
693
|
type: import("../tlv/TlvObject.js").FieldType<InterfaceType>;
|
|
694
694
|
}>[], any>;
|
|
@@ -698,7 +698,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
698
698
|
* attribute shall NOT be incremented when a Node wakes from a low-power or sleep state. The RebootCount
|
|
699
699
|
* attribute shall only be reset to 0 upon a factory reset of the Node.
|
|
700
700
|
*
|
|
701
|
-
* @see {@link MatterSpecification.
|
|
701
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.2
|
|
702
702
|
*/
|
|
703
703
|
readonly rebootCount: Attribute<number, any>;
|
|
704
704
|
/**
|
|
@@ -708,7 +708,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
708
708
|
* shall be based on the same System Time source as those used to fulfill any usage of the system-us and
|
|
709
709
|
* system-ms data types within the server.
|
|
710
710
|
*
|
|
711
|
-
* @see {@link MatterSpecification.
|
|
711
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.3
|
|
712
712
|
*/
|
|
713
713
|
readonly upTime: Attribute<number | bigint, any>;
|
|
714
714
|
/**
|
|
@@ -717,13 +717,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
717
717
|
* to account for the periods of time that a Node is in a low-power or sleep state. The
|
|
718
718
|
* TotalOperationalHours attribute shall only be reset upon a factory reset of the Node.
|
|
719
719
|
*
|
|
720
|
-
* @see {@link MatterSpecification.
|
|
720
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.4
|
|
721
721
|
*/
|
|
722
722
|
readonly totalOperationalHours: OptionalAttribute<number, any>;
|
|
723
723
|
/**
|
|
724
724
|
* The BootReason attribute shall indicate the reason for the Node’s most recent boot.
|
|
725
725
|
*
|
|
726
|
-
* @see {@link MatterSpecification.
|
|
726
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.5
|
|
727
727
|
*/
|
|
728
728
|
readonly bootReason: OptionalAttribute<BootReason, any>;
|
|
729
729
|
/**
|
|
@@ -735,7 +735,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
735
735
|
* no active faults. The order of this list SHOULD have no significance. Clients interested in monitoring
|
|
736
736
|
* changes in active faults may subscribe to this attribute, or they may subscribe to HardwareFaultChange.
|
|
737
737
|
*
|
|
738
|
-
* @see {@link MatterSpecification.
|
|
738
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.6
|
|
739
739
|
*/
|
|
740
740
|
readonly activeHardwareFaults: OptionalAttribute<HardwareFault[], any>;
|
|
741
741
|
/**
|
|
@@ -747,7 +747,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
747
747
|
* The order of this list SHOULD have no significance. Clients interested in monitoring changes in active
|
|
748
748
|
* faults may subscribe to this attribute, or they may subscribe to RadioFaultChange.
|
|
749
749
|
*
|
|
750
|
-
* @see {@link MatterSpecification.
|
|
750
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.7
|
|
751
751
|
*/
|
|
752
752
|
readonly activeRadioFaults: OptionalAttribute<RadioFault[], any>;
|
|
753
753
|
/**
|
|
@@ -759,7 +759,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
759
759
|
* no active faults. The order of this list SHOULD have no significance. Clients interested in monitoring
|
|
760
760
|
* changes in active faults may subscribe to this attribute, or they may subscribe to NetworkFaultChange.
|
|
761
761
|
*
|
|
762
|
-
* @see {@link MatterSpecification.
|
|
762
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.8
|
|
763
763
|
*/
|
|
764
764
|
readonly activeNetworkFaults: OptionalAttribute<NetworkFault[], any>;
|
|
765
765
|
/**
|
|
@@ -770,7 +770,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
770
770
|
* commissioned with test event trigger mode enabled, and take appropriate action (e.g. warn the user and/or
|
|
771
771
|
* offer to remove all fabrics on the Node).
|
|
772
772
|
*
|
|
773
|
-
* @see {@link MatterSpecification.
|
|
773
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.9
|
|
774
774
|
*/
|
|
775
775
|
readonly testEventTriggersEnabled: Attribute<boolean, any>;
|
|
776
776
|
};
|
|
@@ -783,7 +783,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
783
783
|
*
|
|
784
784
|
* The fields for the TestEventTrigger command are as follows:
|
|
785
785
|
*
|
|
786
|
-
* @see {@link MatterSpecification.
|
|
786
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.1
|
|
787
787
|
*/
|
|
788
788
|
readonly testEventTrigger: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
789
789
|
/**
|
|
@@ -800,7 +800,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
800
800
|
* In order to prevent unwittingly actuating a particular trigger, this command shall respond with a response
|
|
801
801
|
* status of CONSTRAINT_ERROR if the EnableKey field does not match the a-priori value configured on the device.
|
|
802
802
|
*
|
|
803
|
-
* @see {@link MatterSpecification.
|
|
803
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.1.1
|
|
804
804
|
*/
|
|
805
805
|
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
806
806
|
/**
|
|
@@ -825,7 +825,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
825
825
|
* INVALID_COMMAND status, equivalent to the situation of receiving an unknown EventTrigger, for all possible
|
|
826
826
|
* EventTrigger values.
|
|
827
827
|
*
|
|
828
|
-
* @see {@link MatterSpecification.
|
|
828
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.1.2
|
|
829
829
|
*/
|
|
830
830
|
eventTrigger: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
831
831
|
}>, void, any>;
|
|
@@ -837,7 +837,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
837
837
|
*
|
|
838
838
|
* Upon command invocation, the server shall respond with a TimeSnapshotResponse.
|
|
839
839
|
*
|
|
840
|
-
* @see {@link MatterSpecification.
|
|
840
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.2
|
|
841
841
|
*/
|
|
842
842
|
readonly timeSnapshot: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
843
843
|
/**
|
|
@@ -847,7 +847,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
847
847
|
* The value shall be taken from the same clock which populates the Timestamp field in events when using System
|
|
848
848
|
* Time for the field.
|
|
849
849
|
*
|
|
850
|
-
* @see {@link MatterSpecification.
|
|
850
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.3.1
|
|
851
851
|
*/
|
|
852
852
|
systemTimeMs: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
853
853
|
/**
|
|
@@ -859,7 +859,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
859
859
|
*
|
|
860
860
|
* • The node’s Time Synchronization cluster instance’s UTCTime attribute is null.
|
|
861
861
|
*
|
|
862
|
-
* @see {@link MatterSpecification.
|
|
862
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.3.2
|
|
863
863
|
*/
|
|
864
864
|
posixTimeMs: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
865
865
|
}>, any>;
|
|
@@ -869,19 +869,19 @@ export declare namespace GeneralDiagnostics {
|
|
|
869
869
|
* The HardwareFaultChange Event shall indicate a change in the set of hardware faults currently detected by
|
|
870
870
|
* the Node.
|
|
871
871
|
*
|
|
872
|
-
* @see {@link MatterSpecification.
|
|
872
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.1
|
|
873
873
|
*/
|
|
874
874
|
readonly hardwareFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
875
875
|
/**
|
|
876
876
|
* This field shall represent the set of faults currently detected, as per HardwareFaultEnum.
|
|
877
877
|
*
|
|
878
|
-
* @see {@link MatterSpecification.
|
|
878
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.1.1
|
|
879
879
|
*/
|
|
880
880
|
current: import("../tlv/TlvObject.js").FieldType<HardwareFault[]>;
|
|
881
881
|
/**
|
|
882
882
|
* This field shall represent the set of faults detected prior to this change event, as per HardwareFaultEnum.
|
|
883
883
|
*
|
|
884
|
-
* @see {@link MatterSpecification.
|
|
884
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.1.2
|
|
885
885
|
*/
|
|
886
886
|
previous: import("../tlv/TlvObject.js").FieldType<HardwareFault[]>;
|
|
887
887
|
}>, any>;
|
|
@@ -889,19 +889,19 @@ export declare namespace GeneralDiagnostics {
|
|
|
889
889
|
* The RadioFaultChange Event shall indicate a change in the set of radio faults currently detected by the
|
|
890
890
|
* Node.
|
|
891
891
|
*
|
|
892
|
-
* @see {@link MatterSpecification.
|
|
892
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.2
|
|
893
893
|
*/
|
|
894
894
|
readonly radioFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
895
895
|
/**
|
|
896
896
|
* This field shall represent the set of faults currently detected, as per RadioFaultEnum.
|
|
897
897
|
*
|
|
898
|
-
* @see {@link MatterSpecification.
|
|
898
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.2.1
|
|
899
899
|
*/
|
|
900
900
|
current: import("../tlv/TlvObject.js").FieldType<RadioFault[]>;
|
|
901
901
|
/**
|
|
902
902
|
* This field shall represent the set of faults detected prior to this change event, as per RadioFaultEnum.
|
|
903
903
|
*
|
|
904
|
-
* @see {@link MatterSpecification.
|
|
904
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.2.2
|
|
905
905
|
*/
|
|
906
906
|
previous: import("../tlv/TlvObject.js").FieldType<RadioFault[]>;
|
|
907
907
|
}>, any>;
|
|
@@ -909,32 +909,32 @@ export declare namespace GeneralDiagnostics {
|
|
|
909
909
|
* The NetworkFaultChange Event shall indicate a change in the set of network faults currently detected by
|
|
910
910
|
* the Node.
|
|
911
911
|
*
|
|
912
|
-
* @see {@link MatterSpecification.
|
|
912
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.3
|
|
913
913
|
*/
|
|
914
914
|
readonly networkFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
915
915
|
/**
|
|
916
916
|
* This field shall represent the set of faults currently detected, as per NetworkFaultEnum.
|
|
917
917
|
*
|
|
918
|
-
* @see {@link MatterSpecification.
|
|
918
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.3.1
|
|
919
919
|
*/
|
|
920
920
|
current: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
921
921
|
/**
|
|
922
922
|
* This field shall represent the set of faults detected prior to this change event, as per NetworkFaultEnum.
|
|
923
923
|
*
|
|
924
|
-
* @see {@link MatterSpecification.
|
|
924
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.3.2
|
|
925
925
|
*/
|
|
926
926
|
previous: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
927
927
|
}>, any>;
|
|
928
928
|
/**
|
|
929
929
|
* The BootReason Event shall indicate the reason that caused the device to start-up.
|
|
930
930
|
*
|
|
931
|
-
* @see {@link MatterSpecification.
|
|
931
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.4
|
|
932
932
|
*/
|
|
933
933
|
readonly bootReason: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
934
934
|
/**
|
|
935
935
|
* This field shall contain the reason for this BootReason event.
|
|
936
936
|
*
|
|
937
|
-
* @see {@link MatterSpecification.
|
|
937
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.4.1
|
|
938
938
|
*/
|
|
939
939
|
bootReason: import("../tlv/TlvObject.js").FieldType<BootReason>;
|
|
940
940
|
}>, any>;
|
|
@@ -959,19 +959,19 @@ export declare namespace GeneralDiagnostics {
|
|
|
959
959
|
*
|
|
960
960
|
* The fields for the PayloadTestRequest command are as follows:
|
|
961
961
|
*
|
|
962
|
-
* @see {@link MatterSpecification.
|
|
962
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.4
|
|
963
963
|
*/
|
|
964
964
|
readonly payloadTestRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
965
965
|
/**
|
|
966
966
|
* This field shall have the same meaning and usage as the TestEventTrigger EnableKey field.
|
|
967
967
|
*
|
|
968
|
-
* @see {@link MatterSpecification.
|
|
968
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.4.1
|
|
969
969
|
*/
|
|
970
970
|
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
971
971
|
/**
|
|
972
972
|
* This field shall indicate the value to use in every byte of the PayloadTestResponse’s Payload field.
|
|
973
973
|
*
|
|
974
|
-
* @see {@link MatterSpecification.
|
|
974
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.4.2
|
|
975
975
|
*/
|
|
976
976
|
value: import("../tlv/TlvObject.js").FieldType<number>;
|
|
977
977
|
/**
|
|
@@ -998,14 +998,14 @@ export declare namespace GeneralDiagnostics {
|
|
|
998
998
|
* content whose hexadecimal representation would be A5A5A5A5A5A5A5A5A5A5, and base64 representation would
|
|
999
999
|
* be paWlpaWlpaWlpQ==.
|
|
1000
1000
|
*
|
|
1001
|
-
* @see {@link MatterSpecification.
|
|
1001
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.4.3
|
|
1002
1002
|
*/
|
|
1003
1003
|
count: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1004
1004
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1005
1005
|
/**
|
|
1006
1006
|
* This field shall contain the computed response of the PayloadTestRequest command.
|
|
1007
1007
|
*
|
|
1008
|
-
* @see {@link MatterSpecification.
|
|
1008
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.5.1
|
|
1009
1009
|
*/
|
|
1010
1010
|
payload: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1011
1011
|
}>, any>;
|
|
@@ -1028,7 +1028,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1028
1028
|
* This feature shall be supported if the MaxPathsPerInvoke attribute of the Basic Information Cluster has a
|
|
1029
1029
|
* value > 1.
|
|
1030
1030
|
*
|
|
1031
|
-
* @see {@link MatterSpecification.
|
|
1031
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.4.1
|
|
1032
1032
|
*/
|
|
1033
1033
|
readonly dataModelTest: BitFlag;
|
|
1034
1034
|
};
|
|
@@ -1037,21 +1037,21 @@ export declare namespace GeneralDiagnostics {
|
|
|
1037
1037
|
* The NetworkInterfaces attribute shall be a list of NetworkInterface structs. Each logical network
|
|
1038
1038
|
* interface on the Node shall be represented by a single entry within the NetworkInterfaces attribute.
|
|
1039
1039
|
*
|
|
1040
|
-
* @see {@link MatterSpecification.
|
|
1040
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.1
|
|
1041
1041
|
*/
|
|
1042
1042
|
readonly networkInterfaces: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1043
1043
|
/**
|
|
1044
1044
|
* This field shall indicate a human-readable (displayable) name for the network interface, that is different
|
|
1045
1045
|
* from all other interfaces.
|
|
1046
1046
|
*
|
|
1047
|
-
* @see {@link MatterSpecification.
|
|
1047
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.1
|
|
1048
1048
|
*/
|
|
1049
1049
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1050
1050
|
/**
|
|
1051
1051
|
* This field shall indicate if the Node is currently advertising itself operationally on this network interface
|
|
1052
1052
|
* and is capable of successfully receiving incoming traffic from other Nodes.
|
|
1053
1053
|
*
|
|
1054
|
-
* @see {@link MatterSpecification.
|
|
1054
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.2
|
|
1055
1055
|
*/
|
|
1056
1056
|
isOperational: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1057
1057
|
/**
|
|
@@ -1059,7 +1059,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1059
1059
|
* utilizing IPv4. The value shall be null if the Node does not use such services or does not know whether it
|
|
1060
1060
|
* can reach them.
|
|
1061
1061
|
*
|
|
1062
|
-
* @see {@link MatterSpecification.
|
|
1062
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.3
|
|
1063
1063
|
*/
|
|
1064
1064
|
offPremiseServicesReachableIPv4: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
1065
1065
|
/**
|
|
@@ -1067,7 +1067,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1067
1067
|
* utilizing IPv6. The value shall be null if the Node does not use such services or does not know whether it
|
|
1068
1068
|
* can reach them.
|
|
1069
1069
|
*
|
|
1070
|
-
* @see {@link MatterSpecification.
|
|
1070
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.4
|
|
1071
1071
|
*/
|
|
1072
1072
|
offPremiseServicesReachableIPv6: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
1073
1073
|
/**
|
|
@@ -1075,13 +1075,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
1075
1075
|
* contain the current extended MAC address for a 802.15.4 interface. The byte order of the octstr shall be in
|
|
1076
1076
|
* wire byte order. For addresses values less than 64 bits, the first two bytes shall be zero.
|
|
1077
1077
|
*
|
|
1078
|
-
* @see {@link MatterSpecification.
|
|
1078
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.5
|
|
1079
1079
|
*/
|
|
1080
1080
|
hardwareAddress: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1081
1081
|
/**
|
|
1082
1082
|
* This field shall provide a list of the IPv4 addresses that are currently assigned to the network interface.
|
|
1083
1083
|
*
|
|
1084
|
-
* @see {@link MatterSpecification.
|
|
1084
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.6
|
|
1085
1085
|
*/
|
|
1086
1086
|
iPv4Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
1087
1087
|
/**
|
|
@@ -1089,13 +1089,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
1089
1089
|
* interface. This list shall include the Node’s link-local address and SHOULD include any assigned GUA and ULA
|
|
1090
1090
|
* addresses. This list shall NOT include any multicast group addresses to which the Node is subscribed.
|
|
1091
1091
|
*
|
|
1092
|
-
* @see {@link MatterSpecification.
|
|
1092
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.7
|
|
1093
1093
|
*/
|
|
1094
1094
|
iPv6Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
1095
1095
|
/**
|
|
1096
1096
|
* This field shall indicate the type of the interface using the InterfaceTypeEnum.
|
|
1097
1097
|
*
|
|
1098
|
-
* @see {@link MatterSpecification.
|
|
1098
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.8
|
|
1099
1099
|
*/
|
|
1100
1100
|
type: import("../tlv/TlvObject.js").FieldType<InterfaceType>;
|
|
1101
1101
|
}>[], any>;
|
|
@@ -1105,7 +1105,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1105
1105
|
* attribute shall NOT be incremented when a Node wakes from a low-power or sleep state. The RebootCount
|
|
1106
1106
|
* attribute shall only be reset to 0 upon a factory reset of the Node.
|
|
1107
1107
|
*
|
|
1108
|
-
* @see {@link MatterSpecification.
|
|
1108
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.2
|
|
1109
1109
|
*/
|
|
1110
1110
|
readonly rebootCount: Attribute<number, any>;
|
|
1111
1111
|
/**
|
|
@@ -1115,7 +1115,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1115
1115
|
* shall be based on the same System Time source as those used to fulfill any usage of the system-us and
|
|
1116
1116
|
* system-ms data types within the server.
|
|
1117
1117
|
*
|
|
1118
|
-
* @see {@link MatterSpecification.
|
|
1118
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.3
|
|
1119
1119
|
*/
|
|
1120
1120
|
readonly upTime: Attribute<number | bigint, any>;
|
|
1121
1121
|
/**
|
|
@@ -1124,13 +1124,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
1124
1124
|
* to account for the periods of time that a Node is in a low-power or sleep state. The
|
|
1125
1125
|
* TotalOperationalHours attribute shall only be reset upon a factory reset of the Node.
|
|
1126
1126
|
*
|
|
1127
|
-
* @see {@link MatterSpecification.
|
|
1127
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.4
|
|
1128
1128
|
*/
|
|
1129
1129
|
readonly totalOperationalHours: OptionalAttribute<number, any>;
|
|
1130
1130
|
/**
|
|
1131
1131
|
* The BootReason attribute shall indicate the reason for the Node’s most recent boot.
|
|
1132
1132
|
*
|
|
1133
|
-
* @see {@link MatterSpecification.
|
|
1133
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.5
|
|
1134
1134
|
*/
|
|
1135
1135
|
readonly bootReason: OptionalAttribute<BootReason, any>;
|
|
1136
1136
|
/**
|
|
@@ -1142,7 +1142,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1142
1142
|
* no active faults. The order of this list SHOULD have no significance. Clients interested in monitoring
|
|
1143
1143
|
* changes in active faults may subscribe to this attribute, or they may subscribe to HardwareFaultChange.
|
|
1144
1144
|
*
|
|
1145
|
-
* @see {@link MatterSpecification.
|
|
1145
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.6
|
|
1146
1146
|
*/
|
|
1147
1147
|
readonly activeHardwareFaults: OptionalAttribute<HardwareFault[], any>;
|
|
1148
1148
|
/**
|
|
@@ -1154,7 +1154,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1154
1154
|
* The order of this list SHOULD have no significance. Clients interested in monitoring changes in active
|
|
1155
1155
|
* faults may subscribe to this attribute, or they may subscribe to RadioFaultChange.
|
|
1156
1156
|
*
|
|
1157
|
-
* @see {@link MatterSpecification.
|
|
1157
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.7
|
|
1158
1158
|
*/
|
|
1159
1159
|
readonly activeRadioFaults: OptionalAttribute<RadioFault[], any>;
|
|
1160
1160
|
/**
|
|
@@ -1166,7 +1166,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1166
1166
|
* no active faults. The order of this list SHOULD have no significance. Clients interested in monitoring
|
|
1167
1167
|
* changes in active faults may subscribe to this attribute, or they may subscribe to NetworkFaultChange.
|
|
1168
1168
|
*
|
|
1169
|
-
* @see {@link MatterSpecification.
|
|
1169
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.8
|
|
1170
1170
|
*/
|
|
1171
1171
|
readonly activeNetworkFaults: OptionalAttribute<NetworkFault[], any>;
|
|
1172
1172
|
/**
|
|
@@ -1177,7 +1177,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1177
1177
|
* commissioned with test event trigger mode enabled, and take appropriate action (e.g. warn the user and/or
|
|
1178
1178
|
* offer to remove all fabrics on the Node).
|
|
1179
1179
|
*
|
|
1180
|
-
* @see {@link MatterSpecification.
|
|
1180
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.9
|
|
1181
1181
|
*/
|
|
1182
1182
|
readonly testEventTriggersEnabled: Attribute<boolean, any>;
|
|
1183
1183
|
};
|
|
@@ -1190,7 +1190,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1190
1190
|
*
|
|
1191
1191
|
* The fields for the TestEventTrigger command are as follows:
|
|
1192
1192
|
*
|
|
1193
|
-
* @see {@link MatterSpecification.
|
|
1193
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.1
|
|
1194
1194
|
*/
|
|
1195
1195
|
readonly testEventTrigger: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1196
1196
|
/**
|
|
@@ -1207,7 +1207,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1207
1207
|
* In order to prevent unwittingly actuating a particular trigger, this command shall respond with a response
|
|
1208
1208
|
* status of CONSTRAINT_ERROR if the EnableKey field does not match the a-priori value configured on the device.
|
|
1209
1209
|
*
|
|
1210
|
-
* @see {@link MatterSpecification.
|
|
1210
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.1.1
|
|
1211
1211
|
*/
|
|
1212
1212
|
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1213
1213
|
/**
|
|
@@ -1232,7 +1232,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1232
1232
|
* INVALID_COMMAND status, equivalent to the situation of receiving an unknown EventTrigger, for all possible
|
|
1233
1233
|
* EventTrigger values.
|
|
1234
1234
|
*
|
|
1235
|
-
* @see {@link MatterSpecification.
|
|
1235
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.1.2
|
|
1236
1236
|
*/
|
|
1237
1237
|
eventTrigger: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1238
1238
|
}>, void, any>;
|
|
@@ -1244,7 +1244,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1244
1244
|
*
|
|
1245
1245
|
* Upon command invocation, the server shall respond with a TimeSnapshotResponse.
|
|
1246
1246
|
*
|
|
1247
|
-
* @see {@link MatterSpecification.
|
|
1247
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.2
|
|
1248
1248
|
*/
|
|
1249
1249
|
readonly timeSnapshot: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1250
1250
|
/**
|
|
@@ -1254,7 +1254,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1254
1254
|
* The value shall be taken from the same clock which populates the Timestamp field in events when using System
|
|
1255
1255
|
* Time for the field.
|
|
1256
1256
|
*
|
|
1257
|
-
* @see {@link MatterSpecification.
|
|
1257
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.3.1
|
|
1258
1258
|
*/
|
|
1259
1259
|
systemTimeMs: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1260
1260
|
/**
|
|
@@ -1266,7 +1266,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1266
1266
|
*
|
|
1267
1267
|
* • The node’s Time Synchronization cluster instance’s UTCTime attribute is null.
|
|
1268
1268
|
*
|
|
1269
|
-
* @see {@link MatterSpecification.
|
|
1269
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.3.2
|
|
1270
1270
|
*/
|
|
1271
1271
|
posixTimeMs: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
1272
1272
|
}>, any>;
|
|
@@ -1276,19 +1276,19 @@ export declare namespace GeneralDiagnostics {
|
|
|
1276
1276
|
* The HardwareFaultChange Event shall indicate a change in the set of hardware faults currently detected by
|
|
1277
1277
|
* the Node.
|
|
1278
1278
|
*
|
|
1279
|
-
* @see {@link MatterSpecification.
|
|
1279
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.1
|
|
1280
1280
|
*/
|
|
1281
1281
|
readonly hardwareFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1282
1282
|
/**
|
|
1283
1283
|
* This field shall represent the set of faults currently detected, as per HardwareFaultEnum.
|
|
1284
1284
|
*
|
|
1285
|
-
* @see {@link MatterSpecification.
|
|
1285
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.1.1
|
|
1286
1286
|
*/
|
|
1287
1287
|
current: import("../tlv/TlvObject.js").FieldType<HardwareFault[]>;
|
|
1288
1288
|
/**
|
|
1289
1289
|
* This field shall represent the set of faults detected prior to this change event, as per HardwareFaultEnum.
|
|
1290
1290
|
*
|
|
1291
|
-
* @see {@link MatterSpecification.
|
|
1291
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.1.2
|
|
1292
1292
|
*/
|
|
1293
1293
|
previous: import("../tlv/TlvObject.js").FieldType<HardwareFault[]>;
|
|
1294
1294
|
}>, any>;
|
|
@@ -1296,19 +1296,19 @@ export declare namespace GeneralDiagnostics {
|
|
|
1296
1296
|
* The RadioFaultChange Event shall indicate a change in the set of radio faults currently detected by the
|
|
1297
1297
|
* Node.
|
|
1298
1298
|
*
|
|
1299
|
-
* @see {@link MatterSpecification.
|
|
1299
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.2
|
|
1300
1300
|
*/
|
|
1301
1301
|
readonly radioFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1302
1302
|
/**
|
|
1303
1303
|
* This field shall represent the set of faults currently detected, as per RadioFaultEnum.
|
|
1304
1304
|
*
|
|
1305
|
-
* @see {@link MatterSpecification.
|
|
1305
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.2.1
|
|
1306
1306
|
*/
|
|
1307
1307
|
current: import("../tlv/TlvObject.js").FieldType<RadioFault[]>;
|
|
1308
1308
|
/**
|
|
1309
1309
|
* This field shall represent the set of faults detected prior to this change event, as per RadioFaultEnum.
|
|
1310
1310
|
*
|
|
1311
|
-
* @see {@link MatterSpecification.
|
|
1311
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.2.2
|
|
1312
1312
|
*/
|
|
1313
1313
|
previous: import("../tlv/TlvObject.js").FieldType<RadioFault[]>;
|
|
1314
1314
|
}>, any>;
|
|
@@ -1316,32 +1316,32 @@ export declare namespace GeneralDiagnostics {
|
|
|
1316
1316
|
* The NetworkFaultChange Event shall indicate a change in the set of network faults currently detected by
|
|
1317
1317
|
* the Node.
|
|
1318
1318
|
*
|
|
1319
|
-
* @see {@link MatterSpecification.
|
|
1319
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.3
|
|
1320
1320
|
*/
|
|
1321
1321
|
readonly networkFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1322
1322
|
/**
|
|
1323
1323
|
* This field shall represent the set of faults currently detected, as per NetworkFaultEnum.
|
|
1324
1324
|
*
|
|
1325
|
-
* @see {@link MatterSpecification.
|
|
1325
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.3.1
|
|
1326
1326
|
*/
|
|
1327
1327
|
current: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
1328
1328
|
/**
|
|
1329
1329
|
* This field shall represent the set of faults detected prior to this change event, as per NetworkFaultEnum.
|
|
1330
1330
|
*
|
|
1331
|
-
* @see {@link MatterSpecification.
|
|
1331
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.3.2
|
|
1332
1332
|
*/
|
|
1333
1333
|
previous: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
1334
1334
|
}>, any>;
|
|
1335
1335
|
/**
|
|
1336
1336
|
* The BootReason Event shall indicate the reason that caused the device to start-up.
|
|
1337
1337
|
*
|
|
1338
|
-
* @see {@link MatterSpecification.
|
|
1338
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.4
|
|
1339
1339
|
*/
|
|
1340
1340
|
readonly bootReason: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1341
1341
|
/**
|
|
1342
1342
|
* This field shall contain the reason for this BootReason event.
|
|
1343
1343
|
*
|
|
1344
|
-
* @see {@link MatterSpecification.
|
|
1344
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.4.1
|
|
1345
1345
|
*/
|
|
1346
1346
|
bootReason: import("../tlv/TlvObject.js").FieldType<BootReason>;
|
|
1347
1347
|
}>, any>;
|
|
@@ -1366,19 +1366,19 @@ export declare namespace GeneralDiagnostics {
|
|
|
1366
1366
|
*
|
|
1367
1367
|
* The fields for the PayloadTestRequest command are as follows:
|
|
1368
1368
|
*
|
|
1369
|
-
* @see {@link MatterSpecification.
|
|
1369
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.4
|
|
1370
1370
|
*/
|
|
1371
1371
|
readonly payloadTestRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1372
1372
|
/**
|
|
1373
1373
|
* This field shall have the same meaning and usage as the TestEventTrigger EnableKey field.
|
|
1374
1374
|
*
|
|
1375
|
-
* @see {@link MatterSpecification.
|
|
1375
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.4.1
|
|
1376
1376
|
*/
|
|
1377
1377
|
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1378
1378
|
/**
|
|
1379
1379
|
* This field shall indicate the value to use in every byte of the PayloadTestResponse’s Payload field.
|
|
1380
1380
|
*
|
|
1381
|
-
* @see {@link MatterSpecification.
|
|
1381
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.4.2
|
|
1382
1382
|
*/
|
|
1383
1383
|
value: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1384
1384
|
/**
|
|
@@ -1405,14 +1405,14 @@ export declare namespace GeneralDiagnostics {
|
|
|
1405
1405
|
* content whose hexadecimal representation would be A5A5A5A5A5A5A5A5A5A5, and base64 representation would
|
|
1406
1406
|
* be paWlpaWlpaWlpQ==.
|
|
1407
1407
|
*
|
|
1408
|
-
* @see {@link MatterSpecification.
|
|
1408
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.4.3
|
|
1409
1409
|
*/
|
|
1410
1410
|
count: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1411
1411
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1412
1412
|
/**
|
|
1413
1413
|
* This field shall contain the computed response of the PayloadTestRequest command.
|
|
1414
1414
|
*
|
|
1415
|
-
* @see {@link MatterSpecification.
|
|
1415
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.5.1
|
|
1416
1416
|
*/
|
|
1417
1417
|
payload: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1418
1418
|
}>, any>;
|
|
@@ -1429,7 +1429,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1429
1429
|
* GeneralDiagnosticsCluster supports optional features that you can enable with the
|
|
1430
1430
|
* GeneralDiagnosticsCluster.with() factory method.
|
|
1431
1431
|
*
|
|
1432
|
-
* @see {@link MatterSpecification.
|
|
1432
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12
|
|
1433
1433
|
*/
|
|
1434
1434
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
1435
1435
|
}
|
|
@@ -1449,7 +1449,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1449
1449
|
* This feature shall be supported if the MaxPathsPerInvoke attribute of the Basic Information Cluster has a
|
|
1450
1450
|
* value > 1.
|
|
1451
1451
|
*
|
|
1452
|
-
* @see {@link MatterSpecification.
|
|
1452
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.4.1
|
|
1453
1453
|
*/
|
|
1454
1454
|
readonly dataModelTest: BitFlag;
|
|
1455
1455
|
};
|
|
@@ -1458,21 +1458,21 @@ export declare namespace GeneralDiagnostics {
|
|
|
1458
1458
|
* The NetworkInterfaces attribute shall be a list of NetworkInterface structs. Each logical network
|
|
1459
1459
|
* interface on the Node shall be represented by a single entry within the NetworkInterfaces attribute.
|
|
1460
1460
|
*
|
|
1461
|
-
* @see {@link MatterSpecification.
|
|
1461
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.1
|
|
1462
1462
|
*/
|
|
1463
1463
|
readonly networkInterfaces: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1464
1464
|
/**
|
|
1465
1465
|
* This field shall indicate a human-readable (displayable) name for the network interface, that is different
|
|
1466
1466
|
* from all other interfaces.
|
|
1467
1467
|
*
|
|
1468
|
-
* @see {@link MatterSpecification.
|
|
1468
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.1
|
|
1469
1469
|
*/
|
|
1470
1470
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1471
1471
|
/**
|
|
1472
1472
|
* This field shall indicate if the Node is currently advertising itself operationally on this network interface
|
|
1473
1473
|
* and is capable of successfully receiving incoming traffic from other Nodes.
|
|
1474
1474
|
*
|
|
1475
|
-
* @see {@link MatterSpecification.
|
|
1475
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.2
|
|
1476
1476
|
*/
|
|
1477
1477
|
isOperational: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1478
1478
|
/**
|
|
@@ -1480,7 +1480,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1480
1480
|
* utilizing IPv4. The value shall be null if the Node does not use such services or does not know whether it
|
|
1481
1481
|
* can reach them.
|
|
1482
1482
|
*
|
|
1483
|
-
* @see {@link MatterSpecification.
|
|
1483
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.3
|
|
1484
1484
|
*/
|
|
1485
1485
|
offPremiseServicesReachableIPv4: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
1486
1486
|
/**
|
|
@@ -1488,7 +1488,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1488
1488
|
* utilizing IPv6. The value shall be null if the Node does not use such services or does not know whether it
|
|
1489
1489
|
* can reach them.
|
|
1490
1490
|
*
|
|
1491
|
-
* @see {@link MatterSpecification.
|
|
1491
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.4
|
|
1492
1492
|
*/
|
|
1493
1493
|
offPremiseServicesReachableIPv6: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
1494
1494
|
/**
|
|
@@ -1496,13 +1496,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
1496
1496
|
* contain the current extended MAC address for a 802.15.4 interface. The byte order of the octstr shall be in
|
|
1497
1497
|
* wire byte order. For addresses values less than 64 bits, the first two bytes shall be zero.
|
|
1498
1498
|
*
|
|
1499
|
-
* @see {@link MatterSpecification.
|
|
1499
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.5
|
|
1500
1500
|
*/
|
|
1501
1501
|
hardwareAddress: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1502
1502
|
/**
|
|
1503
1503
|
* This field shall provide a list of the IPv4 addresses that are currently assigned to the network interface.
|
|
1504
1504
|
*
|
|
1505
|
-
* @see {@link MatterSpecification.
|
|
1505
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.6
|
|
1506
1506
|
*/
|
|
1507
1507
|
iPv4Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
1508
1508
|
/**
|
|
@@ -1510,13 +1510,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
1510
1510
|
* interface. This list shall include the Node’s link-local address and SHOULD include any assigned GUA and ULA
|
|
1511
1511
|
* addresses. This list shall NOT include any multicast group addresses to which the Node is subscribed.
|
|
1512
1512
|
*
|
|
1513
|
-
* @see {@link MatterSpecification.
|
|
1513
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.7
|
|
1514
1514
|
*/
|
|
1515
1515
|
iPv6Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
1516
1516
|
/**
|
|
1517
1517
|
* This field shall indicate the type of the interface using the InterfaceTypeEnum.
|
|
1518
1518
|
*
|
|
1519
|
-
* @see {@link MatterSpecification.
|
|
1519
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.5.6.8
|
|
1520
1520
|
*/
|
|
1521
1521
|
type: import("../tlv/TlvObject.js").FieldType<InterfaceType>;
|
|
1522
1522
|
}>[], any>;
|
|
@@ -1526,7 +1526,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1526
1526
|
* attribute shall NOT be incremented when a Node wakes from a low-power or sleep state. The RebootCount
|
|
1527
1527
|
* attribute shall only be reset to 0 upon a factory reset of the Node.
|
|
1528
1528
|
*
|
|
1529
|
-
* @see {@link MatterSpecification.
|
|
1529
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.2
|
|
1530
1530
|
*/
|
|
1531
1531
|
readonly rebootCount: Attribute<number, any>;
|
|
1532
1532
|
/**
|
|
@@ -1536,7 +1536,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1536
1536
|
* shall be based on the same System Time source as those used to fulfill any usage of the system-us and
|
|
1537
1537
|
* system-ms data types within the server.
|
|
1538
1538
|
*
|
|
1539
|
-
* @see {@link MatterSpecification.
|
|
1539
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.3
|
|
1540
1540
|
*/
|
|
1541
1541
|
readonly upTime: Attribute<number | bigint, any>;
|
|
1542
1542
|
/**
|
|
@@ -1545,13 +1545,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
1545
1545
|
* to account for the periods of time that a Node is in a low-power or sleep state. The
|
|
1546
1546
|
* TotalOperationalHours attribute shall only be reset upon a factory reset of the Node.
|
|
1547
1547
|
*
|
|
1548
|
-
* @see {@link MatterSpecification.
|
|
1548
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.4
|
|
1549
1549
|
*/
|
|
1550
1550
|
readonly totalOperationalHours: OptionalAttribute<number, any>;
|
|
1551
1551
|
/**
|
|
1552
1552
|
* The BootReason attribute shall indicate the reason for the Node’s most recent boot.
|
|
1553
1553
|
*
|
|
1554
|
-
* @see {@link MatterSpecification.
|
|
1554
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.5
|
|
1555
1555
|
*/
|
|
1556
1556
|
readonly bootReason: OptionalAttribute<BootReason, any>;
|
|
1557
1557
|
/**
|
|
@@ -1563,7 +1563,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1563
1563
|
* no active faults. The order of this list SHOULD have no significance. Clients interested in monitoring
|
|
1564
1564
|
* changes in active faults may subscribe to this attribute, or they may subscribe to HardwareFaultChange.
|
|
1565
1565
|
*
|
|
1566
|
-
* @see {@link MatterSpecification.
|
|
1566
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.6
|
|
1567
1567
|
*/
|
|
1568
1568
|
readonly activeHardwareFaults: OptionalAttribute<HardwareFault[], any>;
|
|
1569
1569
|
/**
|
|
@@ -1575,7 +1575,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1575
1575
|
* The order of this list SHOULD have no significance. Clients interested in monitoring changes in active
|
|
1576
1576
|
* faults may subscribe to this attribute, or they may subscribe to RadioFaultChange.
|
|
1577
1577
|
*
|
|
1578
|
-
* @see {@link MatterSpecification.
|
|
1578
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.7
|
|
1579
1579
|
*/
|
|
1580
1580
|
readonly activeRadioFaults: OptionalAttribute<RadioFault[], any>;
|
|
1581
1581
|
/**
|
|
@@ -1587,7 +1587,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1587
1587
|
* no active faults. The order of this list SHOULD have no significance. Clients interested in monitoring
|
|
1588
1588
|
* changes in active faults may subscribe to this attribute, or they may subscribe to NetworkFaultChange.
|
|
1589
1589
|
*
|
|
1590
|
-
* @see {@link MatterSpecification.
|
|
1590
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.8
|
|
1591
1591
|
*/
|
|
1592
1592
|
readonly activeNetworkFaults: OptionalAttribute<NetworkFault[], any>;
|
|
1593
1593
|
/**
|
|
@@ -1598,7 +1598,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1598
1598
|
* commissioned with test event trigger mode enabled, and take appropriate action (e.g. warn the user and/or
|
|
1599
1599
|
* offer to remove all fabrics on the Node).
|
|
1600
1600
|
*
|
|
1601
|
-
* @see {@link MatterSpecification.
|
|
1601
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.6.9
|
|
1602
1602
|
*/
|
|
1603
1603
|
readonly testEventTriggersEnabled: Attribute<boolean, any>;
|
|
1604
1604
|
}, import("../cluster/Cluster.js").GlobalAttributes<{
|
|
@@ -1609,7 +1609,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1609
1609
|
* This feature shall be supported if the MaxPathsPerInvoke attribute of the Basic Information Cluster has a
|
|
1610
1610
|
* value > 1.
|
|
1611
1611
|
*
|
|
1612
|
-
* @see {@link MatterSpecification.
|
|
1612
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.4.1
|
|
1613
1613
|
*/
|
|
1614
1614
|
readonly dataModelTest: BitFlag;
|
|
1615
1615
|
}>>;
|
|
@@ -1618,13 +1618,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
1618
1618
|
/**
|
|
1619
1619
|
* This field shall have the same meaning and usage as the TestEventTrigger EnableKey field.
|
|
1620
1620
|
*
|
|
1621
|
-
* @see {@link MatterSpecification.
|
|
1621
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.4.1
|
|
1622
1622
|
*/
|
|
1623
1623
|
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1624
1624
|
/**
|
|
1625
1625
|
* This field shall indicate the value to use in every byte of the PayloadTestResponse’s Payload field.
|
|
1626
1626
|
*
|
|
1627
|
-
* @see {@link MatterSpecification.
|
|
1627
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.4.2
|
|
1628
1628
|
*/
|
|
1629
1629
|
value: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1630
1630
|
/**
|
|
@@ -1651,14 +1651,14 @@ export declare namespace GeneralDiagnostics {
|
|
|
1651
1651
|
* content whose hexadecimal representation would be A5A5A5A5A5A5A5A5A5A5, and base64 representation would
|
|
1652
1652
|
* be paWlpaWlpaWlpQ==.
|
|
1653
1653
|
*
|
|
1654
|
-
* @see {@link MatterSpecification.
|
|
1654
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.4.3
|
|
1655
1655
|
*/
|
|
1656
1656
|
count: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1657
1657
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1658
1658
|
/**
|
|
1659
1659
|
* This field shall contain the computed response of the PayloadTestRequest command.
|
|
1660
1660
|
*
|
|
1661
|
-
* @see {@link MatterSpecification.
|
|
1661
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.5.1
|
|
1662
1662
|
*/
|
|
1663
1663
|
payload: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1664
1664
|
}>, any> & {
|
|
@@ -1677,7 +1677,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1677
1677
|
*
|
|
1678
1678
|
* The fields for the TestEventTrigger command are as follows:
|
|
1679
1679
|
*
|
|
1680
|
-
* @see {@link MatterSpecification.
|
|
1680
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.1
|
|
1681
1681
|
*/
|
|
1682
1682
|
readonly testEventTrigger: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1683
1683
|
/**
|
|
@@ -1694,7 +1694,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1694
1694
|
* In order to prevent unwittingly actuating a particular trigger, this command shall respond with a response
|
|
1695
1695
|
* status of CONSTRAINT_ERROR if the EnableKey field does not match the a-priori value configured on the device.
|
|
1696
1696
|
*
|
|
1697
|
-
* @see {@link MatterSpecification.
|
|
1697
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.1.1
|
|
1698
1698
|
*/
|
|
1699
1699
|
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1700
1700
|
/**
|
|
@@ -1719,7 +1719,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1719
1719
|
* INVALID_COMMAND status, equivalent to the situation of receiving an unknown EventTrigger, for all possible
|
|
1720
1720
|
* EventTrigger values.
|
|
1721
1721
|
*
|
|
1722
|
-
* @see {@link MatterSpecification.
|
|
1722
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.1.2
|
|
1723
1723
|
*/
|
|
1724
1724
|
eventTrigger: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1725
1725
|
}>, void, any>;
|
|
@@ -1731,7 +1731,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1731
1731
|
*
|
|
1732
1732
|
* Upon command invocation, the server shall respond with a TimeSnapshotResponse.
|
|
1733
1733
|
*
|
|
1734
|
-
* @see {@link MatterSpecification.
|
|
1734
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.2
|
|
1735
1735
|
*/
|
|
1736
1736
|
readonly timeSnapshot: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1737
1737
|
/**
|
|
@@ -1741,7 +1741,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1741
1741
|
* The value shall be taken from the same clock which populates the Timestamp field in events when using System
|
|
1742
1742
|
* Time for the field.
|
|
1743
1743
|
*
|
|
1744
|
-
* @see {@link MatterSpecification.
|
|
1744
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.3.1
|
|
1745
1745
|
*/
|
|
1746
1746
|
systemTimeMs: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1747
1747
|
/**
|
|
@@ -1753,7 +1753,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1753
1753
|
*
|
|
1754
1754
|
* • The node’s Time Synchronization cluster instance’s UTCTime attribute is null.
|
|
1755
1755
|
*
|
|
1756
|
-
* @see {@link MatterSpecification.
|
|
1756
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.7.3.2
|
|
1757
1757
|
*/
|
|
1758
1758
|
posixTimeMs: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
1759
1759
|
}>, any>;
|
|
@@ -1763,19 +1763,19 @@ export declare namespace GeneralDiagnostics {
|
|
|
1763
1763
|
* The HardwareFaultChange Event shall indicate a change in the set of hardware faults currently detected by
|
|
1764
1764
|
* the Node.
|
|
1765
1765
|
*
|
|
1766
|
-
* @see {@link MatterSpecification.
|
|
1766
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.1
|
|
1767
1767
|
*/
|
|
1768
1768
|
readonly hardwareFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1769
1769
|
/**
|
|
1770
1770
|
* This field shall represent the set of faults currently detected, as per HardwareFaultEnum.
|
|
1771
1771
|
*
|
|
1772
|
-
* @see {@link MatterSpecification.
|
|
1772
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.1.1
|
|
1773
1773
|
*/
|
|
1774
1774
|
current: import("../tlv/TlvObject.js").FieldType<HardwareFault[]>;
|
|
1775
1775
|
/**
|
|
1776
1776
|
* This field shall represent the set of faults detected prior to this change event, as per HardwareFaultEnum.
|
|
1777
1777
|
*
|
|
1778
|
-
* @see {@link MatterSpecification.
|
|
1778
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.1.2
|
|
1779
1779
|
*/
|
|
1780
1780
|
previous: import("../tlv/TlvObject.js").FieldType<HardwareFault[]>;
|
|
1781
1781
|
}>, any>;
|
|
@@ -1783,19 +1783,19 @@ export declare namespace GeneralDiagnostics {
|
|
|
1783
1783
|
* The RadioFaultChange Event shall indicate a change in the set of radio faults currently detected by the
|
|
1784
1784
|
* Node.
|
|
1785
1785
|
*
|
|
1786
|
-
* @see {@link MatterSpecification.
|
|
1786
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.2
|
|
1787
1787
|
*/
|
|
1788
1788
|
readonly radioFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1789
1789
|
/**
|
|
1790
1790
|
* This field shall represent the set of faults currently detected, as per RadioFaultEnum.
|
|
1791
1791
|
*
|
|
1792
|
-
* @see {@link MatterSpecification.
|
|
1792
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.2.1
|
|
1793
1793
|
*/
|
|
1794
1794
|
current: import("../tlv/TlvObject.js").FieldType<RadioFault[]>;
|
|
1795
1795
|
/**
|
|
1796
1796
|
* This field shall represent the set of faults detected prior to this change event, as per RadioFaultEnum.
|
|
1797
1797
|
*
|
|
1798
|
-
* @see {@link MatterSpecification.
|
|
1798
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.2.2
|
|
1799
1799
|
*/
|
|
1800
1800
|
previous: import("../tlv/TlvObject.js").FieldType<RadioFault[]>;
|
|
1801
1801
|
}>, any>;
|
|
@@ -1803,32 +1803,32 @@ export declare namespace GeneralDiagnostics {
|
|
|
1803
1803
|
* The NetworkFaultChange Event shall indicate a change in the set of network faults currently detected by
|
|
1804
1804
|
* the Node.
|
|
1805
1805
|
*
|
|
1806
|
-
* @see {@link MatterSpecification.
|
|
1806
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.3
|
|
1807
1807
|
*/
|
|
1808
1808
|
readonly networkFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1809
1809
|
/**
|
|
1810
1810
|
* This field shall represent the set of faults currently detected, as per NetworkFaultEnum.
|
|
1811
1811
|
*
|
|
1812
|
-
* @see {@link MatterSpecification.
|
|
1812
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.3.1
|
|
1813
1813
|
*/
|
|
1814
1814
|
current: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
1815
1815
|
/**
|
|
1816
1816
|
* This field shall represent the set of faults detected prior to this change event, as per NetworkFaultEnum.
|
|
1817
1817
|
*
|
|
1818
|
-
* @see {@link MatterSpecification.
|
|
1818
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.3.2
|
|
1819
1819
|
*/
|
|
1820
1820
|
previous: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
1821
1821
|
}>, any>;
|
|
1822
1822
|
/**
|
|
1823
1823
|
* The BootReason Event shall indicate the reason that caused the device to start-up.
|
|
1824
1824
|
*
|
|
1825
|
-
* @see {@link MatterSpecification.
|
|
1825
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.4
|
|
1826
1826
|
*/
|
|
1827
1827
|
readonly bootReason: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1828
1828
|
/**
|
|
1829
1829
|
* This field shall contain the reason for this BootReason event.
|
|
1830
1830
|
*
|
|
1831
|
-
* @see {@link MatterSpecification.
|
|
1831
|
+
* @see {@link MatterSpecification.v141.Core} § 11.12.8.4.1
|
|
1832
1832
|
*/
|
|
1833
1833
|
bootReason: import("../tlv/TlvObject.js").FieldType<BootReason>;
|
|
1834
1834
|
}>, any>;
|