@matter/types 0.13.0-alpha.0-20250328-6dde053de → 0.13.0-alpha.0-20250330-df5a17eba
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +99 -99
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +559 -559
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +17 -17
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +356 -356
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +475 -475
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1350 -1350
- package/dist/cjs/clusters/door-lock.js +229 -229
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +16 -16
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
- package/dist/cjs/clusters/level-control.d.ts +307 -307
- package/dist/cjs/clusters/level-control.js +33 -33
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +385 -385
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
- package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/cjs/clusters/rvc-operational-state.js +15 -15
- package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/cjs/clusters/rvc-run-mode.js +8 -8
- package/dist/cjs/clusters/scenes-management.d.ts +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 +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +30 -30
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +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 +245 -245
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +99 -99
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +559 -559
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +17 -17
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +356 -356
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +475 -475
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1350 -1350
- package/dist/esm/clusters/door-lock.js +229 -229
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +16 -16
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/esm/clusters/laundry-washer-mode.js +8 -8
- package/dist/esm/clusters/level-control.d.ts +307 -307
- package/dist/esm/clusters/level-control.js +33 -33
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +385 -385
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/esm/clusters/rvc-clean-mode.js +8 -8
- package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/esm/clusters/rvc-operational-state.js +15 -15
- package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/esm/clusters/rvc-run-mode.js +8 -8
- package/dist/esm/clusters/scenes-management.d.ts +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 +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +30 -30
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +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 +245 -245
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +20 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +28 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +111 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +12 -12
- package/src/clusters/content-control.ts +96 -96
- package/src/clusters/content-launcher.ts +69 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +26 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore-cluster.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +11 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +28 -28
- package/src/clusters/level-control.ts +50 -50
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +91 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +39 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +9 -9
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +28 -28
- package/src/clusters/rvc-operational-state.ts +26 -26
- package/src/clusters/rvc-run-mode.ts +35 -35
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +20 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +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 +81 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +35 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -13,7 +13,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
13
13
|
/**
|
|
14
14
|
* These are optional features supported by GeneralDiagnosticsCluster.
|
|
15
15
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
16
|
+
* @see {@link MatterSpecification.v14.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.v14.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.v14.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.v14.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.v14.Core} § 11.12.7.4.2
|
|
48
48
|
*/
|
|
49
49
|
value: import("../tlv/TlvObject.js").FieldType<number>;
|
|
50
50
|
/**
|
|
@@ -72,39 +72,39 @@ export declare namespace GeneralDiagnostics {
|
|
|
72
72
|
* to a content whose hexadecimal representation would be A5A5A5A5A5A5A5A5A5A5, and base64 representation would
|
|
73
73
|
* be paWlpaWlpaWlpQ==.
|
|
74
74
|
*
|
|
75
|
-
* @see {@link MatterSpecification.
|
|
75
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.4.3
|
|
76
76
|
*/
|
|
77
77
|
count: import("../tlv/TlvObject.js").FieldType<number>;
|
|
78
78
|
}>;
|
|
79
79
|
/**
|
|
80
80
|
* Input to the GeneralDiagnostics payloadTestRequest command
|
|
81
81
|
*
|
|
82
|
-
* @see {@link MatterSpecification.
|
|
82
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.4
|
|
83
83
|
*/
|
|
84
84
|
interface PayloadTestRequest extends TypeFromSchema<typeof TlvPayloadTestRequest> {
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
87
87
|
* This command is sent by the server on receipt of the PayloadTestRequest command.
|
|
88
88
|
*
|
|
89
|
-
* @see {@link MatterSpecification.
|
|
89
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.5
|
|
90
90
|
*/
|
|
91
91
|
const TlvPayloadTestResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
92
92
|
/**
|
|
93
93
|
* This field shall contain the computed response of the PayloadTestRequest command.
|
|
94
94
|
*
|
|
95
|
-
* @see {@link MatterSpecification.
|
|
95
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.5.1
|
|
96
96
|
*/
|
|
97
97
|
payload: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
98
98
|
}>;
|
|
99
99
|
/**
|
|
100
100
|
* This command is sent by the server on receipt of the PayloadTestRequest command.
|
|
101
101
|
*
|
|
102
|
-
* @see {@link MatterSpecification.
|
|
102
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.5
|
|
103
103
|
*/
|
|
104
104
|
interface PayloadTestResponse extends TypeFromSchema<typeof TlvPayloadTestResponse> {
|
|
105
105
|
}
|
|
106
106
|
/**
|
|
107
|
-
* @see {@link MatterSpecification.
|
|
107
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.4
|
|
108
108
|
*/
|
|
109
109
|
enum InterfaceType {
|
|
110
110
|
/**
|
|
@@ -132,21 +132,21 @@ export declare namespace GeneralDiagnostics {
|
|
|
132
132
|
* This structure describes a network interface supported by the Node, as provided in the NetworkInterfaces
|
|
133
133
|
* attribute.
|
|
134
134
|
*
|
|
135
|
-
* @see {@link MatterSpecification.
|
|
135
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6
|
|
136
136
|
*/
|
|
137
137
|
const TlvNetworkInterface: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
138
138
|
/**
|
|
139
139
|
* This field shall indicate a human-readable (displayable) name for the network interface, that is different
|
|
140
140
|
* from all other interfaces.
|
|
141
141
|
*
|
|
142
|
-
* @see {@link MatterSpecification.
|
|
142
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.1
|
|
143
143
|
*/
|
|
144
144
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
145
145
|
/**
|
|
146
146
|
* This field shall indicate if the Node is currently advertising itself operationally on this network interface
|
|
147
147
|
* and is capable of successfully receiving incoming traffic from other Nodes.
|
|
148
148
|
*
|
|
149
|
-
* @see {@link MatterSpecification.
|
|
149
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.2
|
|
150
150
|
*/
|
|
151
151
|
isOperational: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
152
152
|
/**
|
|
@@ -154,7 +154,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
154
154
|
* utilizing IPv4. The value shall be null if the Node does not use such services or does not know whether it
|
|
155
155
|
* can reach them.
|
|
156
156
|
*
|
|
157
|
-
* @see {@link MatterSpecification.
|
|
157
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.3
|
|
158
158
|
*/
|
|
159
159
|
offPremiseServicesReachableIPv4: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
160
160
|
/**
|
|
@@ -162,7 +162,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
162
162
|
* utilizing IPv6. The value shall be null if the Node does not use such services or does not know whether it
|
|
163
163
|
* can reach them.
|
|
164
164
|
*
|
|
165
|
-
* @see {@link MatterSpecification.
|
|
165
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.4
|
|
166
166
|
*/
|
|
167
167
|
offPremiseServicesReachableIPv6: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
168
168
|
/**
|
|
@@ -171,13 +171,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
171
171
|
* interface and contain the current extended MAC address for a 802.15.4 interface. The byte order of the octstr
|
|
172
172
|
* shall be in wire byte order. For addresses values less than 64 bits, the first two bytes shall be zero.
|
|
173
173
|
*
|
|
174
|
-
* @see {@link MatterSpecification.
|
|
174
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.5
|
|
175
175
|
*/
|
|
176
176
|
hardwareAddress: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
177
177
|
/**
|
|
178
178
|
* This field shall provide a list of the IPv4 addresses that are currently assigned to the network interface.
|
|
179
179
|
*
|
|
180
|
-
* @see {@link MatterSpecification.
|
|
180
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.6
|
|
181
181
|
*/
|
|
182
182
|
iPv4Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
183
183
|
/**
|
|
@@ -185,13 +185,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
185
185
|
* interface. This list shall include the Node’s link-local address and SHOULD include any assigned GUA and ULA
|
|
186
186
|
* addresses. This list shall NOT include any multicast group addresses to which the Node is subscribed.
|
|
187
187
|
*
|
|
188
|
-
* @see {@link MatterSpecification.
|
|
188
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.7
|
|
189
189
|
*/
|
|
190
190
|
iPv6Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
191
191
|
/**
|
|
192
192
|
* This field shall indicate the type of the interface using the InterfaceTypeEnum.
|
|
193
193
|
*
|
|
194
|
-
* @see {@link MatterSpecification.
|
|
194
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.8
|
|
195
195
|
*/
|
|
196
196
|
type: import("../tlv/TlvObject.js").FieldType<InterfaceType>;
|
|
197
197
|
}>;
|
|
@@ -199,12 +199,12 @@ export declare namespace GeneralDiagnostics {
|
|
|
199
199
|
* This structure describes a network interface supported by the Node, as provided in the NetworkInterfaces
|
|
200
200
|
* attribute.
|
|
201
201
|
*
|
|
202
|
-
* @see {@link MatterSpecification.
|
|
202
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6
|
|
203
203
|
*/
|
|
204
204
|
interface NetworkInterface extends TypeFromSchema<typeof TlvNetworkInterface> {
|
|
205
205
|
}
|
|
206
206
|
/**
|
|
207
|
-
* @see {@link MatterSpecification.
|
|
207
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.5
|
|
208
208
|
*/
|
|
209
209
|
enum BootReason {
|
|
210
210
|
/**
|
|
@@ -237,7 +237,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
237
237
|
SoftwareReset = 6
|
|
238
238
|
}
|
|
239
239
|
/**
|
|
240
|
-
* @see {@link MatterSpecification.
|
|
240
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.1
|
|
241
241
|
*/
|
|
242
242
|
enum HardwareFault {
|
|
243
243
|
/**
|
|
@@ -286,7 +286,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
286
286
|
TamperDetected = 10
|
|
287
287
|
}
|
|
288
288
|
/**
|
|
289
|
-
* @see {@link MatterSpecification.
|
|
289
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.2
|
|
290
290
|
*/
|
|
291
291
|
enum RadioFault {
|
|
292
292
|
/**
|
|
@@ -319,7 +319,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
319
319
|
EthernetFault = 6
|
|
320
320
|
}
|
|
321
321
|
/**
|
|
322
|
-
* @see {@link MatterSpecification.
|
|
322
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.3
|
|
323
323
|
*/
|
|
324
324
|
enum NetworkFault {
|
|
325
325
|
/**
|
|
@@ -342,7 +342,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
342
342
|
/**
|
|
343
343
|
* Input to the GeneralDiagnostics testEventTrigger command
|
|
344
344
|
*
|
|
345
|
-
* @see {@link MatterSpecification.
|
|
345
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.1
|
|
346
346
|
*/
|
|
347
347
|
const TlvTestEventTriggerRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
348
348
|
/**
|
|
@@ -359,7 +359,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
359
359
|
* In order to prevent unwittingly actuating a particular trigger, this command shall respond with a response
|
|
360
360
|
* status of CONSTRAINT_ERROR if the EnableKey field does not match the a-priori value configured on the device.
|
|
361
361
|
*
|
|
362
|
-
* @see {@link MatterSpecification.
|
|
362
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.1.1
|
|
363
363
|
*/
|
|
364
364
|
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
365
365
|
/**
|
|
@@ -385,14 +385,14 @@ export declare namespace GeneralDiagnostics {
|
|
|
385
385
|
* INVALID_COMMAND status, equivalent to the situation of receiving an unknown EventTrigger, for all possible
|
|
386
386
|
* EventTrigger values.
|
|
387
387
|
*
|
|
388
|
-
* @see {@link MatterSpecification.
|
|
388
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.1.2
|
|
389
389
|
*/
|
|
390
390
|
eventTrigger: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
391
391
|
}>;
|
|
392
392
|
/**
|
|
393
393
|
* Input to the GeneralDiagnostics testEventTrigger command
|
|
394
394
|
*
|
|
395
|
-
* @see {@link MatterSpecification.
|
|
395
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.1
|
|
396
396
|
*/
|
|
397
397
|
interface TestEventTriggerRequest extends TypeFromSchema<typeof TlvTestEventTriggerRequest> {
|
|
398
398
|
}
|
|
@@ -405,7 +405,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
405
405
|
* If the Time Synchronization cluster is supported by the node, the PosixTimeMs field shall NOT be null unless the
|
|
406
406
|
* UTCTime attribute in the Time Synchronization cluster is also null.
|
|
407
407
|
*
|
|
408
|
-
* @see {@link MatterSpecification.
|
|
408
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.3
|
|
409
409
|
*/
|
|
410
410
|
const TlvTimeSnapshotResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
411
411
|
/**
|
|
@@ -415,7 +415,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
415
415
|
* The value shall be taken from the same clock which populates the Timestamp field in events when using System
|
|
416
416
|
* Time for the field.
|
|
417
417
|
*
|
|
418
|
-
* @see {@link MatterSpecification.
|
|
418
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.3.1
|
|
419
419
|
*/
|
|
420
420
|
systemTimeMs: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
421
421
|
/**
|
|
@@ -427,7 +427,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
427
427
|
*
|
|
428
428
|
* • The node’s Time Synchronization cluster instance’s UTCTime attribute is null.
|
|
429
429
|
*
|
|
430
|
-
* @see {@link MatterSpecification.
|
|
430
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.3.2
|
|
431
431
|
*/
|
|
432
432
|
posixTimeMs: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
433
433
|
}>;
|
|
@@ -440,105 +440,105 @@ export declare namespace GeneralDiagnostics {
|
|
|
440
440
|
* If the Time Synchronization cluster is supported by the node, the PosixTimeMs field shall NOT be null unless the
|
|
441
441
|
* UTCTime attribute in the Time Synchronization cluster is also null.
|
|
442
442
|
*
|
|
443
|
-
* @see {@link MatterSpecification.
|
|
443
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.3
|
|
444
444
|
*/
|
|
445
445
|
interface TimeSnapshotResponse extends TypeFromSchema<typeof TlvTimeSnapshotResponse> {
|
|
446
446
|
}
|
|
447
447
|
/**
|
|
448
448
|
* Body of the GeneralDiagnostics hardwareFaultChange event
|
|
449
449
|
*
|
|
450
|
-
* @see {@link MatterSpecification.
|
|
450
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.1
|
|
451
451
|
*/
|
|
452
452
|
const TlvHardwareFaultChangeEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
453
453
|
/**
|
|
454
454
|
* This field shall represent the set of faults currently detected, as per HardwareFaultEnum.
|
|
455
455
|
*
|
|
456
|
-
* @see {@link MatterSpecification.
|
|
456
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.1.1
|
|
457
457
|
*/
|
|
458
458
|
current: import("../tlv/TlvObject.js").FieldType<HardwareFault[]>;
|
|
459
459
|
/**
|
|
460
460
|
* This field shall represent the set of faults detected prior to this change event, as per HardwareFaultEnum.
|
|
461
461
|
*
|
|
462
|
-
* @see {@link MatterSpecification.
|
|
462
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.1.2
|
|
463
463
|
*/
|
|
464
464
|
previous: import("../tlv/TlvObject.js").FieldType<HardwareFault[]>;
|
|
465
465
|
}>;
|
|
466
466
|
/**
|
|
467
467
|
* Body of the GeneralDiagnostics hardwareFaultChange event
|
|
468
468
|
*
|
|
469
|
-
* @see {@link MatterSpecification.
|
|
469
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.1
|
|
470
470
|
*/
|
|
471
471
|
interface HardwareFaultChangeEvent extends TypeFromSchema<typeof TlvHardwareFaultChangeEvent> {
|
|
472
472
|
}
|
|
473
473
|
/**
|
|
474
474
|
* Body of the GeneralDiagnostics radioFaultChange event
|
|
475
475
|
*
|
|
476
|
-
* @see {@link MatterSpecification.
|
|
476
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.2
|
|
477
477
|
*/
|
|
478
478
|
const TlvRadioFaultChangeEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
479
479
|
/**
|
|
480
480
|
* This field shall represent the set of faults currently detected, as per RadioFaultEnum.
|
|
481
481
|
*
|
|
482
|
-
* @see {@link MatterSpecification.
|
|
482
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.2.1
|
|
483
483
|
*/
|
|
484
484
|
current: import("../tlv/TlvObject.js").FieldType<RadioFault[]>;
|
|
485
485
|
/**
|
|
486
486
|
* This field shall represent the set of faults detected prior to this change event, as per RadioFaultEnum.
|
|
487
487
|
*
|
|
488
|
-
* @see {@link MatterSpecification.
|
|
488
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.2.2
|
|
489
489
|
*/
|
|
490
490
|
previous: import("../tlv/TlvObject.js").FieldType<RadioFault[]>;
|
|
491
491
|
}>;
|
|
492
492
|
/**
|
|
493
493
|
* Body of the GeneralDiagnostics radioFaultChange event
|
|
494
494
|
*
|
|
495
|
-
* @see {@link MatterSpecification.
|
|
495
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.2
|
|
496
496
|
*/
|
|
497
497
|
interface RadioFaultChangeEvent extends TypeFromSchema<typeof TlvRadioFaultChangeEvent> {
|
|
498
498
|
}
|
|
499
499
|
/**
|
|
500
500
|
* Body of the GeneralDiagnostics networkFaultChange event
|
|
501
501
|
*
|
|
502
|
-
* @see {@link MatterSpecification.
|
|
502
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.3
|
|
503
503
|
*/
|
|
504
504
|
const TlvNetworkFaultChangeEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
505
505
|
/**
|
|
506
506
|
* This field shall represent the set of faults currently detected, as per NetworkFaultEnum.
|
|
507
507
|
*
|
|
508
|
-
* @see {@link MatterSpecification.
|
|
508
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.3.1
|
|
509
509
|
*/
|
|
510
510
|
current: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
511
511
|
/**
|
|
512
512
|
* This field shall represent the set of faults detected prior to this change event, as per NetworkFaultEnum.
|
|
513
513
|
*
|
|
514
|
-
* @see {@link MatterSpecification.
|
|
514
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.3.2
|
|
515
515
|
*/
|
|
516
516
|
previous: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
517
517
|
}>;
|
|
518
518
|
/**
|
|
519
519
|
* Body of the GeneralDiagnostics networkFaultChange event
|
|
520
520
|
*
|
|
521
|
-
* @see {@link MatterSpecification.
|
|
521
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.3
|
|
522
522
|
*/
|
|
523
523
|
interface NetworkFaultChangeEvent extends TypeFromSchema<typeof TlvNetworkFaultChangeEvent> {
|
|
524
524
|
}
|
|
525
525
|
/**
|
|
526
526
|
* Body of the GeneralDiagnostics bootReason event
|
|
527
527
|
*
|
|
528
|
-
* @see {@link MatterSpecification.
|
|
528
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.4
|
|
529
529
|
*/
|
|
530
530
|
const TlvBootReasonEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
531
531
|
/**
|
|
532
532
|
* This field shall contain the reason for this BootReason event.
|
|
533
533
|
*
|
|
534
|
-
* @see {@link MatterSpecification.
|
|
534
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.4.1
|
|
535
535
|
*/
|
|
536
536
|
bootReason: import("../tlv/TlvObject.js").FieldType<BootReason>;
|
|
537
537
|
}>;
|
|
538
538
|
/**
|
|
539
539
|
* Body of the GeneralDiagnostics bootReason event
|
|
540
540
|
*
|
|
541
|
-
* @see {@link MatterSpecification.
|
|
541
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.4
|
|
542
542
|
*/
|
|
543
543
|
interface BootReasonEvent extends TypeFromSchema<typeof TlvBootReasonEvent> {
|
|
544
544
|
}
|
|
@@ -557,19 +557,19 @@ export declare namespace GeneralDiagnostics {
|
|
|
557
557
|
*
|
|
558
558
|
* The fields for the PayloadTestRequest command are as follows:
|
|
559
559
|
*
|
|
560
|
-
* @see {@link MatterSpecification.
|
|
560
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.4
|
|
561
561
|
*/
|
|
562
562
|
readonly payloadTestRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
563
563
|
/**
|
|
564
564
|
* This field shall have the same meaning and usage as the TestEventTrigger EnableKey field.
|
|
565
565
|
*
|
|
566
|
-
* @see {@link MatterSpecification.
|
|
566
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.4.1
|
|
567
567
|
*/
|
|
568
568
|
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
569
569
|
/**
|
|
570
570
|
* This field shall indicate the value to use in every byte of the PayloadTestResponse’s Payload field.
|
|
571
571
|
*
|
|
572
|
-
* @see {@link MatterSpecification.
|
|
572
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.4.2
|
|
573
573
|
*/
|
|
574
574
|
value: import("../tlv/TlvObject.js").FieldType<number>;
|
|
575
575
|
/**
|
|
@@ -597,14 +597,14 @@ export declare namespace GeneralDiagnostics {
|
|
|
597
597
|
* to a content whose hexadecimal representation would be A5A5A5A5A5A5A5A5A5A5, and base64 representation would
|
|
598
598
|
* be paWlpaWlpaWlpQ==.
|
|
599
599
|
*
|
|
600
|
-
* @see {@link MatterSpecification.
|
|
600
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.4.3
|
|
601
601
|
*/
|
|
602
602
|
count: import("../tlv/TlvObject.js").FieldType<number>;
|
|
603
603
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
604
604
|
/**
|
|
605
605
|
* This field shall contain the computed response of the PayloadTestRequest command.
|
|
606
606
|
*
|
|
607
|
-
* @see {@link MatterSpecification.
|
|
607
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.5.1
|
|
608
608
|
*/
|
|
609
609
|
payload: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
610
610
|
}>, any>;
|
|
@@ -627,7 +627,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
627
627
|
* This feature shall be supported if the MaxPathsPerInvoke attribute of the Basic Information Cluster has a
|
|
628
628
|
* value > 1.
|
|
629
629
|
*
|
|
630
|
-
* @see {@link MatterSpecification.
|
|
630
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.4.1
|
|
631
631
|
*/
|
|
632
632
|
readonly dataModelTest: BitFlag;
|
|
633
633
|
};
|
|
@@ -636,21 +636,21 @@ export declare namespace GeneralDiagnostics {
|
|
|
636
636
|
* The NetworkInterfaces attribute shall be a list of NetworkInterface structs. Each logical network
|
|
637
637
|
* interface on the Node shall be represented by a single entry within the NetworkInterfaces attribute.
|
|
638
638
|
*
|
|
639
|
-
* @see {@link MatterSpecification.
|
|
639
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.1
|
|
640
640
|
*/
|
|
641
641
|
readonly networkInterfaces: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
642
642
|
/**
|
|
643
643
|
* This field shall indicate a human-readable (displayable) name for the network interface, that is different
|
|
644
644
|
* from all other interfaces.
|
|
645
645
|
*
|
|
646
|
-
* @see {@link MatterSpecification.
|
|
646
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.1
|
|
647
647
|
*/
|
|
648
648
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
649
649
|
/**
|
|
650
650
|
* This field shall indicate if the Node is currently advertising itself operationally on this network interface
|
|
651
651
|
* and is capable of successfully receiving incoming traffic from other Nodes.
|
|
652
652
|
*
|
|
653
|
-
* @see {@link MatterSpecification.
|
|
653
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.2
|
|
654
654
|
*/
|
|
655
655
|
isOperational: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
656
656
|
/**
|
|
@@ -658,7 +658,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
658
658
|
* utilizing IPv4. The value shall be null if the Node does not use such services or does not know whether it
|
|
659
659
|
* can reach them.
|
|
660
660
|
*
|
|
661
|
-
* @see {@link MatterSpecification.
|
|
661
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.3
|
|
662
662
|
*/
|
|
663
663
|
offPremiseServicesReachableIPv4: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
664
664
|
/**
|
|
@@ -666,7 +666,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
666
666
|
* utilizing IPv6. The value shall be null if the Node does not use such services or does not know whether it
|
|
667
667
|
* can reach them.
|
|
668
668
|
*
|
|
669
|
-
* @see {@link MatterSpecification.
|
|
669
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.4
|
|
670
670
|
*/
|
|
671
671
|
offPremiseServicesReachableIPv6: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
672
672
|
/**
|
|
@@ -675,13 +675,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
675
675
|
* interface and contain the current extended MAC address for a 802.15.4 interface. The byte order of the octstr
|
|
676
676
|
* shall be in wire byte order. For addresses values less than 64 bits, the first two bytes shall be zero.
|
|
677
677
|
*
|
|
678
|
-
* @see {@link MatterSpecification.
|
|
678
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.5
|
|
679
679
|
*/
|
|
680
680
|
hardwareAddress: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
681
681
|
/**
|
|
682
682
|
* This field shall provide a list of the IPv4 addresses that are currently assigned to the network interface.
|
|
683
683
|
*
|
|
684
|
-
* @see {@link MatterSpecification.
|
|
684
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.6
|
|
685
685
|
*/
|
|
686
686
|
iPv4Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
687
687
|
/**
|
|
@@ -689,13 +689,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
689
689
|
* interface. This list shall include the Node’s link-local address and SHOULD include any assigned GUA and ULA
|
|
690
690
|
* addresses. This list shall NOT include any multicast group addresses to which the Node is subscribed.
|
|
691
691
|
*
|
|
692
|
-
* @see {@link MatterSpecification.
|
|
692
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.7
|
|
693
693
|
*/
|
|
694
694
|
iPv6Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
695
695
|
/**
|
|
696
696
|
* This field shall indicate the type of the interface using the InterfaceTypeEnum.
|
|
697
697
|
*
|
|
698
|
-
* @see {@link MatterSpecification.
|
|
698
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.8
|
|
699
699
|
*/
|
|
700
700
|
type: import("../tlv/TlvObject.js").FieldType<InterfaceType>;
|
|
701
701
|
}>[], any>;
|
|
@@ -705,7 +705,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
705
705
|
* attribute shall NOT be incremented when a Node wakes from a low-power or sleep state. The RebootCount
|
|
706
706
|
* attribute shall only be reset to 0 upon a factory reset of the Node.
|
|
707
707
|
*
|
|
708
|
-
* @see {@link MatterSpecification.
|
|
708
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.2
|
|
709
709
|
*/
|
|
710
710
|
readonly rebootCount: Attribute<number, any>;
|
|
711
711
|
/**
|
|
@@ -715,7 +715,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
715
715
|
* shall be based on the same System Time source as those used to fulfill any usage of the system-us and
|
|
716
716
|
* system-ms data types within the server.
|
|
717
717
|
*
|
|
718
|
-
* @see {@link MatterSpecification.
|
|
718
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.3
|
|
719
719
|
*/
|
|
720
720
|
readonly upTime: Attribute<number | bigint, any>;
|
|
721
721
|
/**
|
|
@@ -724,13 +724,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
724
724
|
* to account for the periods of time that a Node is in a low-power or sleep state. The
|
|
725
725
|
* TotalOperationalHours attribute shall only be reset upon a factory reset of the Node.
|
|
726
726
|
*
|
|
727
|
-
* @see {@link MatterSpecification.
|
|
727
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.4
|
|
728
728
|
*/
|
|
729
729
|
readonly totalOperationalHours: OptionalAttribute<number, any>;
|
|
730
730
|
/**
|
|
731
731
|
* The BootReason attribute shall indicate the reason for the Node’s most recent boot.
|
|
732
732
|
*
|
|
733
|
-
* @see {@link MatterSpecification.
|
|
733
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.5
|
|
734
734
|
*/
|
|
735
735
|
readonly bootReason: OptionalAttribute<BootReason, any>;
|
|
736
736
|
/**
|
|
@@ -744,7 +744,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
744
744
|
* Clients interested in monitoring changes in active faults may subscribe to this attribute, or they may
|
|
745
745
|
* subscribe to HardwareFaultChange.
|
|
746
746
|
*
|
|
747
|
-
* @see {@link MatterSpecification.
|
|
747
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.6
|
|
748
748
|
*/
|
|
749
749
|
readonly activeHardwareFaults: OptionalAttribute<HardwareFault[], any>;
|
|
750
750
|
/**
|
|
@@ -756,7 +756,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
756
756
|
* The order of this list SHOULD have no significance. Clients interested in monitoring changes in active
|
|
757
757
|
* faults may subscribe to this attribute, or they may subscribe to RadioFaultChange.
|
|
758
758
|
*
|
|
759
|
-
* @see {@link MatterSpecification.
|
|
759
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.7
|
|
760
760
|
*/
|
|
761
761
|
readonly activeRadioFaults: OptionalAttribute<RadioFault[], any>;
|
|
762
762
|
/**
|
|
@@ -768,7 +768,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
768
768
|
* no active faults. The order of this list SHOULD have no significance. Clients interested in monitoring
|
|
769
769
|
* changes in active faults may subscribe to this attribute, or they may subscribe to NetworkFaultChange.
|
|
770
770
|
*
|
|
771
|
-
* @see {@link MatterSpecification.
|
|
771
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.8
|
|
772
772
|
*/
|
|
773
773
|
readonly activeNetworkFaults: OptionalAttribute<NetworkFault[], any>;
|
|
774
774
|
/**
|
|
@@ -779,7 +779,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
779
779
|
* commissioned with test event trigger mode enabled, and take appropriate action (e.g. warn the user and/or
|
|
780
780
|
* offer to remove all fabrics on the Node).
|
|
781
781
|
*
|
|
782
|
-
* @see {@link MatterSpecification.
|
|
782
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.9
|
|
783
783
|
*/
|
|
784
784
|
readonly testEventTriggersEnabled: Attribute<boolean, any>;
|
|
785
785
|
};
|
|
@@ -792,7 +792,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
792
792
|
*
|
|
793
793
|
* The fields for the TestEventTrigger command are as follows:
|
|
794
794
|
*
|
|
795
|
-
* @see {@link MatterSpecification.
|
|
795
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.1
|
|
796
796
|
*/
|
|
797
797
|
readonly testEventTrigger: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
798
798
|
/**
|
|
@@ -809,7 +809,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
809
809
|
* In order to prevent unwittingly actuating a particular trigger, this command shall respond with a response
|
|
810
810
|
* status of CONSTRAINT_ERROR if the EnableKey field does not match the a-priori value configured on the device.
|
|
811
811
|
*
|
|
812
|
-
* @see {@link MatterSpecification.
|
|
812
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.1.1
|
|
813
813
|
*/
|
|
814
814
|
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
815
815
|
/**
|
|
@@ -835,7 +835,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
835
835
|
* INVALID_COMMAND status, equivalent to the situation of receiving an unknown EventTrigger, for all possible
|
|
836
836
|
* EventTrigger values.
|
|
837
837
|
*
|
|
838
|
-
* @see {@link MatterSpecification.
|
|
838
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.1.2
|
|
839
839
|
*/
|
|
840
840
|
eventTrigger: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
841
841
|
}>, void, any>;
|
|
@@ -847,7 +847,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
847
847
|
*
|
|
848
848
|
* Upon command invocation, the server shall respond with a TimeSnapshotResponse.
|
|
849
849
|
*
|
|
850
|
-
* @see {@link MatterSpecification.
|
|
850
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.2
|
|
851
851
|
*/
|
|
852
852
|
readonly timeSnapshot: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
853
853
|
/**
|
|
@@ -857,7 +857,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
857
857
|
* The value shall be taken from the same clock which populates the Timestamp field in events when using System
|
|
858
858
|
* Time for the field.
|
|
859
859
|
*
|
|
860
|
-
* @see {@link MatterSpecification.
|
|
860
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.3.1
|
|
861
861
|
*/
|
|
862
862
|
systemTimeMs: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
863
863
|
/**
|
|
@@ -869,7 +869,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
869
869
|
*
|
|
870
870
|
* • The node’s Time Synchronization cluster instance’s UTCTime attribute is null.
|
|
871
871
|
*
|
|
872
|
-
* @see {@link MatterSpecification.
|
|
872
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.3.2
|
|
873
873
|
*/
|
|
874
874
|
posixTimeMs: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
875
875
|
}>, any>;
|
|
@@ -879,19 +879,19 @@ export declare namespace GeneralDiagnostics {
|
|
|
879
879
|
* The HardwareFaultChange Event shall indicate a change in the set of hardware faults currently detected by
|
|
880
880
|
* the Node.
|
|
881
881
|
*
|
|
882
|
-
* @see {@link MatterSpecification.
|
|
882
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.1
|
|
883
883
|
*/
|
|
884
884
|
readonly hardwareFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
885
885
|
/**
|
|
886
886
|
* This field shall represent the set of faults currently detected, as per HardwareFaultEnum.
|
|
887
887
|
*
|
|
888
|
-
* @see {@link MatterSpecification.
|
|
888
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.1.1
|
|
889
889
|
*/
|
|
890
890
|
current: import("../tlv/TlvObject.js").FieldType<HardwareFault[]>;
|
|
891
891
|
/**
|
|
892
892
|
* This field shall represent the set of faults detected prior to this change event, as per HardwareFaultEnum.
|
|
893
893
|
*
|
|
894
|
-
* @see {@link MatterSpecification.
|
|
894
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.1.2
|
|
895
895
|
*/
|
|
896
896
|
previous: import("../tlv/TlvObject.js").FieldType<HardwareFault[]>;
|
|
897
897
|
}>, any>;
|
|
@@ -899,19 +899,19 @@ export declare namespace GeneralDiagnostics {
|
|
|
899
899
|
* The RadioFaultChange Event shall indicate a change in the set of radio faults currently detected by the
|
|
900
900
|
* Node.
|
|
901
901
|
*
|
|
902
|
-
* @see {@link MatterSpecification.
|
|
902
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.2
|
|
903
903
|
*/
|
|
904
904
|
readonly radioFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
905
905
|
/**
|
|
906
906
|
* This field shall represent the set of faults currently detected, as per RadioFaultEnum.
|
|
907
907
|
*
|
|
908
|
-
* @see {@link MatterSpecification.
|
|
908
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.2.1
|
|
909
909
|
*/
|
|
910
910
|
current: import("../tlv/TlvObject.js").FieldType<RadioFault[]>;
|
|
911
911
|
/**
|
|
912
912
|
* This field shall represent the set of faults detected prior to this change event, as per RadioFaultEnum.
|
|
913
913
|
*
|
|
914
|
-
* @see {@link MatterSpecification.
|
|
914
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.2.2
|
|
915
915
|
*/
|
|
916
916
|
previous: import("../tlv/TlvObject.js").FieldType<RadioFault[]>;
|
|
917
917
|
}>, any>;
|
|
@@ -919,32 +919,32 @@ export declare namespace GeneralDiagnostics {
|
|
|
919
919
|
* The NetworkFaultChange Event shall indicate a change in the set of network faults currently detected by
|
|
920
920
|
* the Node.
|
|
921
921
|
*
|
|
922
|
-
* @see {@link MatterSpecification.
|
|
922
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.3
|
|
923
923
|
*/
|
|
924
924
|
readonly networkFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
925
925
|
/**
|
|
926
926
|
* This field shall represent the set of faults currently detected, as per NetworkFaultEnum.
|
|
927
927
|
*
|
|
928
|
-
* @see {@link MatterSpecification.
|
|
928
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.3.1
|
|
929
929
|
*/
|
|
930
930
|
current: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
931
931
|
/**
|
|
932
932
|
* This field shall represent the set of faults detected prior to this change event, as per NetworkFaultEnum.
|
|
933
933
|
*
|
|
934
|
-
* @see {@link MatterSpecification.
|
|
934
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.3.2
|
|
935
935
|
*/
|
|
936
936
|
previous: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
937
937
|
}>, any>;
|
|
938
938
|
/**
|
|
939
939
|
* The BootReason Event shall indicate the reason that caused the device to start-up.
|
|
940
940
|
*
|
|
941
|
-
* @see {@link MatterSpecification.
|
|
941
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.4
|
|
942
942
|
*/
|
|
943
943
|
readonly bootReason: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
944
944
|
/**
|
|
945
945
|
* This field shall contain the reason for this BootReason event.
|
|
946
946
|
*
|
|
947
|
-
* @see {@link MatterSpecification.
|
|
947
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.4.1
|
|
948
948
|
*/
|
|
949
949
|
bootReason: import("../tlv/TlvObject.js").FieldType<BootReason>;
|
|
950
950
|
}>, any>;
|
|
@@ -969,19 +969,19 @@ export declare namespace GeneralDiagnostics {
|
|
|
969
969
|
*
|
|
970
970
|
* The fields for the PayloadTestRequest command are as follows:
|
|
971
971
|
*
|
|
972
|
-
* @see {@link MatterSpecification.
|
|
972
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.4
|
|
973
973
|
*/
|
|
974
974
|
readonly payloadTestRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
975
975
|
/**
|
|
976
976
|
* This field shall have the same meaning and usage as the TestEventTrigger EnableKey field.
|
|
977
977
|
*
|
|
978
|
-
* @see {@link MatterSpecification.
|
|
978
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.4.1
|
|
979
979
|
*/
|
|
980
980
|
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
981
981
|
/**
|
|
982
982
|
* This field shall indicate the value to use in every byte of the PayloadTestResponse’s Payload field.
|
|
983
983
|
*
|
|
984
|
-
* @see {@link MatterSpecification.
|
|
984
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.4.2
|
|
985
985
|
*/
|
|
986
986
|
value: import("../tlv/TlvObject.js").FieldType<number>;
|
|
987
987
|
/**
|
|
@@ -1009,14 +1009,14 @@ export declare namespace GeneralDiagnostics {
|
|
|
1009
1009
|
* to a content whose hexadecimal representation would be A5A5A5A5A5A5A5A5A5A5, and base64 representation would
|
|
1010
1010
|
* be paWlpaWlpaWlpQ==.
|
|
1011
1011
|
*
|
|
1012
|
-
* @see {@link MatterSpecification.
|
|
1012
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.4.3
|
|
1013
1013
|
*/
|
|
1014
1014
|
count: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1015
1015
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1016
1016
|
/**
|
|
1017
1017
|
* This field shall contain the computed response of the PayloadTestRequest command.
|
|
1018
1018
|
*
|
|
1019
|
-
* @see {@link MatterSpecification.
|
|
1019
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.5.1
|
|
1020
1020
|
*/
|
|
1021
1021
|
payload: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1022
1022
|
}>, any>;
|
|
@@ -1041,7 +1041,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1041
1041
|
* This feature shall be supported if the MaxPathsPerInvoke attribute of the Basic Information Cluster has a
|
|
1042
1042
|
* value > 1.
|
|
1043
1043
|
*
|
|
1044
|
-
* @see {@link MatterSpecification.
|
|
1044
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.4.1
|
|
1045
1045
|
*/
|
|
1046
1046
|
readonly dataModelTest: BitFlag;
|
|
1047
1047
|
};
|
|
@@ -1050,21 +1050,21 @@ export declare namespace GeneralDiagnostics {
|
|
|
1050
1050
|
* The NetworkInterfaces attribute shall be a list of NetworkInterface structs. Each logical network
|
|
1051
1051
|
* interface on the Node shall be represented by a single entry within the NetworkInterfaces attribute.
|
|
1052
1052
|
*
|
|
1053
|
-
* @see {@link MatterSpecification.
|
|
1053
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.1
|
|
1054
1054
|
*/
|
|
1055
1055
|
readonly networkInterfaces: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1056
1056
|
/**
|
|
1057
1057
|
* This field shall indicate a human-readable (displayable) name for the network interface, that is different
|
|
1058
1058
|
* from all other interfaces.
|
|
1059
1059
|
*
|
|
1060
|
-
* @see {@link MatterSpecification.
|
|
1060
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.1
|
|
1061
1061
|
*/
|
|
1062
1062
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1063
1063
|
/**
|
|
1064
1064
|
* This field shall indicate if the Node is currently advertising itself operationally on this network interface
|
|
1065
1065
|
* and is capable of successfully receiving incoming traffic from other Nodes.
|
|
1066
1066
|
*
|
|
1067
|
-
* @see {@link MatterSpecification.
|
|
1067
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.2
|
|
1068
1068
|
*/
|
|
1069
1069
|
isOperational: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1070
1070
|
/**
|
|
@@ -1072,7 +1072,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1072
1072
|
* utilizing IPv4. The value shall be null if the Node does not use such services or does not know whether it
|
|
1073
1073
|
* can reach them.
|
|
1074
1074
|
*
|
|
1075
|
-
* @see {@link MatterSpecification.
|
|
1075
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.3
|
|
1076
1076
|
*/
|
|
1077
1077
|
offPremiseServicesReachableIPv4: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
1078
1078
|
/**
|
|
@@ -1080,7 +1080,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1080
1080
|
* utilizing IPv6. The value shall be null if the Node does not use such services or does not know whether it
|
|
1081
1081
|
* can reach them.
|
|
1082
1082
|
*
|
|
1083
|
-
* @see {@link MatterSpecification.
|
|
1083
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.4
|
|
1084
1084
|
*/
|
|
1085
1085
|
offPremiseServicesReachableIPv6: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
1086
1086
|
/**
|
|
@@ -1089,13 +1089,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
1089
1089
|
* interface and contain the current extended MAC address for a 802.15.4 interface. The byte order of the octstr
|
|
1090
1090
|
* shall be in wire byte order. For addresses values less than 64 bits, the first two bytes shall be zero.
|
|
1091
1091
|
*
|
|
1092
|
-
* @see {@link MatterSpecification.
|
|
1092
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.5
|
|
1093
1093
|
*/
|
|
1094
1094
|
hardwareAddress: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1095
1095
|
/**
|
|
1096
1096
|
* This field shall provide a list of the IPv4 addresses that are currently assigned to the network interface.
|
|
1097
1097
|
*
|
|
1098
|
-
* @see {@link MatterSpecification.
|
|
1098
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.6
|
|
1099
1099
|
*/
|
|
1100
1100
|
iPv4Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
1101
1101
|
/**
|
|
@@ -1103,13 +1103,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
1103
1103
|
* interface. This list shall include the Node’s link-local address and SHOULD include any assigned GUA and ULA
|
|
1104
1104
|
* addresses. This list shall NOT include any multicast group addresses to which the Node is subscribed.
|
|
1105
1105
|
*
|
|
1106
|
-
* @see {@link MatterSpecification.
|
|
1106
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.7
|
|
1107
1107
|
*/
|
|
1108
1108
|
iPv6Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
1109
1109
|
/**
|
|
1110
1110
|
* This field shall indicate the type of the interface using the InterfaceTypeEnum.
|
|
1111
1111
|
*
|
|
1112
|
-
* @see {@link MatterSpecification.
|
|
1112
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.8
|
|
1113
1113
|
*/
|
|
1114
1114
|
type: import("../tlv/TlvObject.js").FieldType<InterfaceType>;
|
|
1115
1115
|
}>[], any>;
|
|
@@ -1119,7 +1119,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1119
1119
|
* attribute shall NOT be incremented when a Node wakes from a low-power or sleep state. The RebootCount
|
|
1120
1120
|
* attribute shall only be reset to 0 upon a factory reset of the Node.
|
|
1121
1121
|
*
|
|
1122
|
-
* @see {@link MatterSpecification.
|
|
1122
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.2
|
|
1123
1123
|
*/
|
|
1124
1124
|
readonly rebootCount: Attribute<number, any>;
|
|
1125
1125
|
/**
|
|
@@ -1129,7 +1129,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1129
1129
|
* shall be based on the same System Time source as those used to fulfill any usage of the system-us and
|
|
1130
1130
|
* system-ms data types within the server.
|
|
1131
1131
|
*
|
|
1132
|
-
* @see {@link MatterSpecification.
|
|
1132
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.3
|
|
1133
1133
|
*/
|
|
1134
1134
|
readonly upTime: Attribute<number | bigint, any>;
|
|
1135
1135
|
/**
|
|
@@ -1138,13 +1138,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
1138
1138
|
* to account for the periods of time that a Node is in a low-power or sleep state. The
|
|
1139
1139
|
* TotalOperationalHours attribute shall only be reset upon a factory reset of the Node.
|
|
1140
1140
|
*
|
|
1141
|
-
* @see {@link MatterSpecification.
|
|
1141
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.4
|
|
1142
1142
|
*/
|
|
1143
1143
|
readonly totalOperationalHours: OptionalAttribute<number, any>;
|
|
1144
1144
|
/**
|
|
1145
1145
|
* The BootReason attribute shall indicate the reason for the Node’s most recent boot.
|
|
1146
1146
|
*
|
|
1147
|
-
* @see {@link MatterSpecification.
|
|
1147
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.5
|
|
1148
1148
|
*/
|
|
1149
1149
|
readonly bootReason: OptionalAttribute<BootReason, any>;
|
|
1150
1150
|
/**
|
|
@@ -1158,7 +1158,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1158
1158
|
* Clients interested in monitoring changes in active faults may subscribe to this attribute, or they may
|
|
1159
1159
|
* subscribe to HardwareFaultChange.
|
|
1160
1160
|
*
|
|
1161
|
-
* @see {@link MatterSpecification.
|
|
1161
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.6
|
|
1162
1162
|
*/
|
|
1163
1163
|
readonly activeHardwareFaults: OptionalAttribute<HardwareFault[], any>;
|
|
1164
1164
|
/**
|
|
@@ -1170,7 +1170,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1170
1170
|
* The order of this list SHOULD have no significance. Clients interested in monitoring changes in active
|
|
1171
1171
|
* faults may subscribe to this attribute, or they may subscribe to RadioFaultChange.
|
|
1172
1172
|
*
|
|
1173
|
-
* @see {@link MatterSpecification.
|
|
1173
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.7
|
|
1174
1174
|
*/
|
|
1175
1175
|
readonly activeRadioFaults: OptionalAttribute<RadioFault[], any>;
|
|
1176
1176
|
/**
|
|
@@ -1182,7 +1182,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1182
1182
|
* no active faults. The order of this list SHOULD have no significance. Clients interested in monitoring
|
|
1183
1183
|
* changes in active faults may subscribe to this attribute, or they may subscribe to NetworkFaultChange.
|
|
1184
1184
|
*
|
|
1185
|
-
* @see {@link MatterSpecification.
|
|
1185
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.8
|
|
1186
1186
|
*/
|
|
1187
1187
|
readonly activeNetworkFaults: OptionalAttribute<NetworkFault[], any>;
|
|
1188
1188
|
/**
|
|
@@ -1193,7 +1193,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1193
1193
|
* commissioned with test event trigger mode enabled, and take appropriate action (e.g. warn the user and/or
|
|
1194
1194
|
* offer to remove all fabrics on the Node).
|
|
1195
1195
|
*
|
|
1196
|
-
* @see {@link MatterSpecification.
|
|
1196
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.9
|
|
1197
1197
|
*/
|
|
1198
1198
|
readonly testEventTriggersEnabled: Attribute<boolean, any>;
|
|
1199
1199
|
};
|
|
@@ -1206,7 +1206,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1206
1206
|
*
|
|
1207
1207
|
* The fields for the TestEventTrigger command are as follows:
|
|
1208
1208
|
*
|
|
1209
|
-
* @see {@link MatterSpecification.
|
|
1209
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.1
|
|
1210
1210
|
*/
|
|
1211
1211
|
readonly testEventTrigger: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1212
1212
|
/**
|
|
@@ -1223,7 +1223,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1223
1223
|
* In order to prevent unwittingly actuating a particular trigger, this command shall respond with a response
|
|
1224
1224
|
* status of CONSTRAINT_ERROR if the EnableKey field does not match the a-priori value configured on the device.
|
|
1225
1225
|
*
|
|
1226
|
-
* @see {@link MatterSpecification.
|
|
1226
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.1.1
|
|
1227
1227
|
*/
|
|
1228
1228
|
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1229
1229
|
/**
|
|
@@ -1249,7 +1249,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1249
1249
|
* INVALID_COMMAND status, equivalent to the situation of receiving an unknown EventTrigger, for all possible
|
|
1250
1250
|
* EventTrigger values.
|
|
1251
1251
|
*
|
|
1252
|
-
* @see {@link MatterSpecification.
|
|
1252
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.1.2
|
|
1253
1253
|
*/
|
|
1254
1254
|
eventTrigger: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1255
1255
|
}>, void, any>;
|
|
@@ -1261,7 +1261,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1261
1261
|
*
|
|
1262
1262
|
* Upon command invocation, the server shall respond with a TimeSnapshotResponse.
|
|
1263
1263
|
*
|
|
1264
|
-
* @see {@link MatterSpecification.
|
|
1264
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.2
|
|
1265
1265
|
*/
|
|
1266
1266
|
readonly timeSnapshot: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1267
1267
|
/**
|
|
@@ -1271,7 +1271,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1271
1271
|
* The value shall be taken from the same clock which populates the Timestamp field in events when using System
|
|
1272
1272
|
* Time for the field.
|
|
1273
1273
|
*
|
|
1274
|
-
* @see {@link MatterSpecification.
|
|
1274
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.3.1
|
|
1275
1275
|
*/
|
|
1276
1276
|
systemTimeMs: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1277
1277
|
/**
|
|
@@ -1283,7 +1283,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1283
1283
|
*
|
|
1284
1284
|
* • The node’s Time Synchronization cluster instance’s UTCTime attribute is null.
|
|
1285
1285
|
*
|
|
1286
|
-
* @see {@link MatterSpecification.
|
|
1286
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.3.2
|
|
1287
1287
|
*/
|
|
1288
1288
|
posixTimeMs: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
1289
1289
|
}>, any>;
|
|
@@ -1293,19 +1293,19 @@ export declare namespace GeneralDiagnostics {
|
|
|
1293
1293
|
* The HardwareFaultChange Event shall indicate a change in the set of hardware faults currently detected by
|
|
1294
1294
|
* the Node.
|
|
1295
1295
|
*
|
|
1296
|
-
* @see {@link MatterSpecification.
|
|
1296
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.1
|
|
1297
1297
|
*/
|
|
1298
1298
|
readonly hardwareFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1299
1299
|
/**
|
|
1300
1300
|
* This field shall represent the set of faults currently detected, as per HardwareFaultEnum.
|
|
1301
1301
|
*
|
|
1302
|
-
* @see {@link MatterSpecification.
|
|
1302
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.1.1
|
|
1303
1303
|
*/
|
|
1304
1304
|
current: import("../tlv/TlvObject.js").FieldType<HardwareFault[]>;
|
|
1305
1305
|
/**
|
|
1306
1306
|
* This field shall represent the set of faults detected prior to this change event, as per HardwareFaultEnum.
|
|
1307
1307
|
*
|
|
1308
|
-
* @see {@link MatterSpecification.
|
|
1308
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.1.2
|
|
1309
1309
|
*/
|
|
1310
1310
|
previous: import("../tlv/TlvObject.js").FieldType<HardwareFault[]>;
|
|
1311
1311
|
}>, any>;
|
|
@@ -1313,19 +1313,19 @@ export declare namespace GeneralDiagnostics {
|
|
|
1313
1313
|
* The RadioFaultChange Event shall indicate a change in the set of radio faults currently detected by the
|
|
1314
1314
|
* Node.
|
|
1315
1315
|
*
|
|
1316
|
-
* @see {@link MatterSpecification.
|
|
1316
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.2
|
|
1317
1317
|
*/
|
|
1318
1318
|
readonly radioFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1319
1319
|
/**
|
|
1320
1320
|
* This field shall represent the set of faults currently detected, as per RadioFaultEnum.
|
|
1321
1321
|
*
|
|
1322
|
-
* @see {@link MatterSpecification.
|
|
1322
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.2.1
|
|
1323
1323
|
*/
|
|
1324
1324
|
current: import("../tlv/TlvObject.js").FieldType<RadioFault[]>;
|
|
1325
1325
|
/**
|
|
1326
1326
|
* This field shall represent the set of faults detected prior to this change event, as per RadioFaultEnum.
|
|
1327
1327
|
*
|
|
1328
|
-
* @see {@link MatterSpecification.
|
|
1328
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.2.2
|
|
1329
1329
|
*/
|
|
1330
1330
|
previous: import("../tlv/TlvObject.js").FieldType<RadioFault[]>;
|
|
1331
1331
|
}>, any>;
|
|
@@ -1333,32 +1333,32 @@ export declare namespace GeneralDiagnostics {
|
|
|
1333
1333
|
* The NetworkFaultChange Event shall indicate a change in the set of network faults currently detected by
|
|
1334
1334
|
* the Node.
|
|
1335
1335
|
*
|
|
1336
|
-
* @see {@link MatterSpecification.
|
|
1336
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.3
|
|
1337
1337
|
*/
|
|
1338
1338
|
readonly networkFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1339
1339
|
/**
|
|
1340
1340
|
* This field shall represent the set of faults currently detected, as per NetworkFaultEnum.
|
|
1341
1341
|
*
|
|
1342
|
-
* @see {@link MatterSpecification.
|
|
1342
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.3.1
|
|
1343
1343
|
*/
|
|
1344
1344
|
current: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
1345
1345
|
/**
|
|
1346
1346
|
* This field shall represent the set of faults detected prior to this change event, as per NetworkFaultEnum.
|
|
1347
1347
|
*
|
|
1348
|
-
* @see {@link MatterSpecification.
|
|
1348
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.3.2
|
|
1349
1349
|
*/
|
|
1350
1350
|
previous: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
1351
1351
|
}>, any>;
|
|
1352
1352
|
/**
|
|
1353
1353
|
* The BootReason Event shall indicate the reason that caused the device to start-up.
|
|
1354
1354
|
*
|
|
1355
|
-
* @see {@link MatterSpecification.
|
|
1355
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.4
|
|
1356
1356
|
*/
|
|
1357
1357
|
readonly bootReason: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1358
1358
|
/**
|
|
1359
1359
|
* This field shall contain the reason for this BootReason event.
|
|
1360
1360
|
*
|
|
1361
|
-
* @see {@link MatterSpecification.
|
|
1361
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.4.1
|
|
1362
1362
|
*/
|
|
1363
1363
|
bootReason: import("../tlv/TlvObject.js").FieldType<BootReason>;
|
|
1364
1364
|
}>, any>;
|
|
@@ -1383,19 +1383,19 @@ export declare namespace GeneralDiagnostics {
|
|
|
1383
1383
|
*
|
|
1384
1384
|
* The fields for the PayloadTestRequest command are as follows:
|
|
1385
1385
|
*
|
|
1386
|
-
* @see {@link MatterSpecification.
|
|
1386
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.4
|
|
1387
1387
|
*/
|
|
1388
1388
|
readonly payloadTestRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1389
1389
|
/**
|
|
1390
1390
|
* This field shall have the same meaning and usage as the TestEventTrigger EnableKey field.
|
|
1391
1391
|
*
|
|
1392
|
-
* @see {@link MatterSpecification.
|
|
1392
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.4.1
|
|
1393
1393
|
*/
|
|
1394
1394
|
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1395
1395
|
/**
|
|
1396
1396
|
* This field shall indicate the value to use in every byte of the PayloadTestResponse’s Payload field.
|
|
1397
1397
|
*
|
|
1398
|
-
* @see {@link MatterSpecification.
|
|
1398
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.4.2
|
|
1399
1399
|
*/
|
|
1400
1400
|
value: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1401
1401
|
/**
|
|
@@ -1423,14 +1423,14 @@ export declare namespace GeneralDiagnostics {
|
|
|
1423
1423
|
* to a content whose hexadecimal representation would be A5A5A5A5A5A5A5A5A5A5, and base64 representation would
|
|
1424
1424
|
* be paWlpaWlpaWlpQ==.
|
|
1425
1425
|
*
|
|
1426
|
-
* @see {@link MatterSpecification.
|
|
1426
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.4.3
|
|
1427
1427
|
*/
|
|
1428
1428
|
count: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1429
1429
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1430
1430
|
/**
|
|
1431
1431
|
* This field shall contain the computed response of the PayloadTestRequest command.
|
|
1432
1432
|
*
|
|
1433
|
-
* @see {@link MatterSpecification.
|
|
1433
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.5.1
|
|
1434
1434
|
*/
|
|
1435
1435
|
payload: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1436
1436
|
}>, any>;
|
|
@@ -1447,7 +1447,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1447
1447
|
* GeneralDiagnosticsCluster supports optional features that you can enable with the
|
|
1448
1448
|
* GeneralDiagnosticsCluster.with() factory method.
|
|
1449
1449
|
*
|
|
1450
|
-
* @see {@link MatterSpecification.
|
|
1450
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12
|
|
1451
1451
|
*/
|
|
1452
1452
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
1453
1453
|
}
|
|
@@ -1469,7 +1469,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1469
1469
|
* This feature shall be supported if the MaxPathsPerInvoke attribute of the Basic Information Cluster has a
|
|
1470
1470
|
* value > 1.
|
|
1471
1471
|
*
|
|
1472
|
-
* @see {@link MatterSpecification.
|
|
1472
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.4.1
|
|
1473
1473
|
*/
|
|
1474
1474
|
readonly dataModelTest: BitFlag;
|
|
1475
1475
|
};
|
|
@@ -1478,21 +1478,21 @@ export declare namespace GeneralDiagnostics {
|
|
|
1478
1478
|
* The NetworkInterfaces attribute shall be a list of NetworkInterface structs. Each logical network
|
|
1479
1479
|
* interface on the Node shall be represented by a single entry within the NetworkInterfaces attribute.
|
|
1480
1480
|
*
|
|
1481
|
-
* @see {@link MatterSpecification.
|
|
1481
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.1
|
|
1482
1482
|
*/
|
|
1483
1483
|
readonly networkInterfaces: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1484
1484
|
/**
|
|
1485
1485
|
* This field shall indicate a human-readable (displayable) name for the network interface, that is different
|
|
1486
1486
|
* from all other interfaces.
|
|
1487
1487
|
*
|
|
1488
|
-
* @see {@link MatterSpecification.
|
|
1488
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.1
|
|
1489
1489
|
*/
|
|
1490
1490
|
name: import("../tlv/TlvObject.js").FieldType<string>;
|
|
1491
1491
|
/**
|
|
1492
1492
|
* This field shall indicate if the Node is currently advertising itself operationally on this network interface
|
|
1493
1493
|
* and is capable of successfully receiving incoming traffic from other Nodes.
|
|
1494
1494
|
*
|
|
1495
|
-
* @see {@link MatterSpecification.
|
|
1495
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.2
|
|
1496
1496
|
*/
|
|
1497
1497
|
isOperational: import("../tlv/TlvObject.js").FieldType<boolean>;
|
|
1498
1498
|
/**
|
|
@@ -1500,7 +1500,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1500
1500
|
* utilizing IPv4. The value shall be null if the Node does not use such services or does not know whether it
|
|
1501
1501
|
* can reach them.
|
|
1502
1502
|
*
|
|
1503
|
-
* @see {@link MatterSpecification.
|
|
1503
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.3
|
|
1504
1504
|
*/
|
|
1505
1505
|
offPremiseServicesReachableIPv4: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
1506
1506
|
/**
|
|
@@ -1508,7 +1508,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1508
1508
|
* utilizing IPv6. The value shall be null if the Node does not use such services or does not know whether it
|
|
1509
1509
|
* can reach them.
|
|
1510
1510
|
*
|
|
1511
|
-
* @see {@link MatterSpecification.
|
|
1511
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.4
|
|
1512
1512
|
*/
|
|
1513
1513
|
offPremiseServicesReachableIPv6: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
1514
1514
|
/**
|
|
@@ -1517,13 +1517,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
1517
1517
|
* interface and contain the current extended MAC address for a 802.15.4 interface. The byte order of the octstr
|
|
1518
1518
|
* shall be in wire byte order. For addresses values less than 64 bits, the first two bytes shall be zero.
|
|
1519
1519
|
*
|
|
1520
|
-
* @see {@link MatterSpecification.
|
|
1520
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.5
|
|
1521
1521
|
*/
|
|
1522
1522
|
hardwareAddress: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1523
1523
|
/**
|
|
1524
1524
|
* This field shall provide a list of the IPv4 addresses that are currently assigned to the network interface.
|
|
1525
1525
|
*
|
|
1526
|
-
* @see {@link MatterSpecification.
|
|
1526
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.6
|
|
1527
1527
|
*/
|
|
1528
1528
|
iPv4Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
1529
1529
|
/**
|
|
@@ -1531,13 +1531,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
1531
1531
|
* interface. This list shall include the Node’s link-local address and SHOULD include any assigned GUA and ULA
|
|
1532
1532
|
* addresses. This list shall NOT include any multicast group addresses to which the Node is subscribed.
|
|
1533
1533
|
*
|
|
1534
|
-
* @see {@link MatterSpecification.
|
|
1534
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.7
|
|
1535
1535
|
*/
|
|
1536
1536
|
iPv6Addresses: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>[]>;
|
|
1537
1537
|
/**
|
|
1538
1538
|
* This field shall indicate the type of the interface using the InterfaceTypeEnum.
|
|
1539
1539
|
*
|
|
1540
|
-
* @see {@link MatterSpecification.
|
|
1540
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.5.6.8
|
|
1541
1541
|
*/
|
|
1542
1542
|
type: import("../tlv/TlvObject.js").FieldType<InterfaceType>;
|
|
1543
1543
|
}>[], any>;
|
|
@@ -1547,7 +1547,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1547
1547
|
* attribute shall NOT be incremented when a Node wakes from a low-power or sleep state. The RebootCount
|
|
1548
1548
|
* attribute shall only be reset to 0 upon a factory reset of the Node.
|
|
1549
1549
|
*
|
|
1550
|
-
* @see {@link MatterSpecification.
|
|
1550
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.2
|
|
1551
1551
|
*/
|
|
1552
1552
|
readonly rebootCount: Attribute<number, any>;
|
|
1553
1553
|
/**
|
|
@@ -1557,7 +1557,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1557
1557
|
* shall be based on the same System Time source as those used to fulfill any usage of the system-us and
|
|
1558
1558
|
* system-ms data types within the server.
|
|
1559
1559
|
*
|
|
1560
|
-
* @see {@link MatterSpecification.
|
|
1560
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.3
|
|
1561
1561
|
*/
|
|
1562
1562
|
readonly upTime: Attribute<number | bigint, any>;
|
|
1563
1563
|
/**
|
|
@@ -1566,13 +1566,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
1566
1566
|
* to account for the periods of time that a Node is in a low-power or sleep state. The
|
|
1567
1567
|
* TotalOperationalHours attribute shall only be reset upon a factory reset of the Node.
|
|
1568
1568
|
*
|
|
1569
|
-
* @see {@link MatterSpecification.
|
|
1569
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.4
|
|
1570
1570
|
*/
|
|
1571
1571
|
readonly totalOperationalHours: OptionalAttribute<number, any>;
|
|
1572
1572
|
/**
|
|
1573
1573
|
* The BootReason attribute shall indicate the reason for the Node’s most recent boot.
|
|
1574
1574
|
*
|
|
1575
|
-
* @see {@link MatterSpecification.
|
|
1575
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.5
|
|
1576
1576
|
*/
|
|
1577
1577
|
readonly bootReason: OptionalAttribute<BootReason, any>;
|
|
1578
1578
|
/**
|
|
@@ -1586,7 +1586,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1586
1586
|
* Clients interested in monitoring changes in active faults may subscribe to this attribute, or they may
|
|
1587
1587
|
* subscribe to HardwareFaultChange.
|
|
1588
1588
|
*
|
|
1589
|
-
* @see {@link MatterSpecification.
|
|
1589
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.6
|
|
1590
1590
|
*/
|
|
1591
1591
|
readonly activeHardwareFaults: OptionalAttribute<HardwareFault[], any>;
|
|
1592
1592
|
/**
|
|
@@ -1598,7 +1598,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1598
1598
|
* The order of this list SHOULD have no significance. Clients interested in monitoring changes in active
|
|
1599
1599
|
* faults may subscribe to this attribute, or they may subscribe to RadioFaultChange.
|
|
1600
1600
|
*
|
|
1601
|
-
* @see {@link MatterSpecification.
|
|
1601
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.7
|
|
1602
1602
|
*/
|
|
1603
1603
|
readonly activeRadioFaults: OptionalAttribute<RadioFault[], any>;
|
|
1604
1604
|
/**
|
|
@@ -1610,7 +1610,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1610
1610
|
* no active faults. The order of this list SHOULD have no significance. Clients interested in monitoring
|
|
1611
1611
|
* changes in active faults may subscribe to this attribute, or they may subscribe to NetworkFaultChange.
|
|
1612
1612
|
*
|
|
1613
|
-
* @see {@link MatterSpecification.
|
|
1613
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.8
|
|
1614
1614
|
*/
|
|
1615
1615
|
readonly activeNetworkFaults: OptionalAttribute<NetworkFault[], any>;
|
|
1616
1616
|
/**
|
|
@@ -1621,7 +1621,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1621
1621
|
* commissioned with test event trigger mode enabled, and take appropriate action (e.g. warn the user and/or
|
|
1622
1622
|
* offer to remove all fabrics on the Node).
|
|
1623
1623
|
*
|
|
1624
|
-
* @see {@link MatterSpecification.
|
|
1624
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.6.9
|
|
1625
1625
|
*/
|
|
1626
1626
|
readonly testEventTriggersEnabled: Attribute<boolean, any>;
|
|
1627
1627
|
}, import("../cluster/Cluster.js").GlobalAttributes<{
|
|
@@ -1634,7 +1634,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1634
1634
|
* This feature shall be supported if the MaxPathsPerInvoke attribute of the Basic Information Cluster has a
|
|
1635
1635
|
* value > 1.
|
|
1636
1636
|
*
|
|
1637
|
-
* @see {@link MatterSpecification.
|
|
1637
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.4.1
|
|
1638
1638
|
*/
|
|
1639
1639
|
readonly dataModelTest: BitFlag;
|
|
1640
1640
|
}>>;
|
|
@@ -1643,13 +1643,13 @@ export declare namespace GeneralDiagnostics {
|
|
|
1643
1643
|
/**
|
|
1644
1644
|
* This field shall have the same meaning and usage as the TestEventTrigger EnableKey field.
|
|
1645
1645
|
*
|
|
1646
|
-
* @see {@link MatterSpecification.
|
|
1646
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.4.1
|
|
1647
1647
|
*/
|
|
1648
1648
|
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1649
1649
|
/**
|
|
1650
1650
|
* This field shall indicate the value to use in every byte of the PayloadTestResponse’s Payload field.
|
|
1651
1651
|
*
|
|
1652
|
-
* @see {@link MatterSpecification.
|
|
1652
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.4.2
|
|
1653
1653
|
*/
|
|
1654
1654
|
value: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1655
1655
|
/**
|
|
@@ -1677,14 +1677,14 @@ export declare namespace GeneralDiagnostics {
|
|
|
1677
1677
|
* to a content whose hexadecimal representation would be A5A5A5A5A5A5A5A5A5A5, and base64 representation would
|
|
1678
1678
|
* be paWlpaWlpaWlpQ==.
|
|
1679
1679
|
*
|
|
1680
|
-
* @see {@link MatterSpecification.
|
|
1680
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.4.3
|
|
1681
1681
|
*/
|
|
1682
1682
|
count: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1683
1683
|
}>, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1684
1684
|
/**
|
|
1685
1685
|
* This field shall contain the computed response of the PayloadTestRequest command.
|
|
1686
1686
|
*
|
|
1687
|
-
* @see {@link MatterSpecification.
|
|
1687
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.5.1
|
|
1688
1688
|
*/
|
|
1689
1689
|
payload: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1690
1690
|
}>, any> & {
|
|
@@ -1703,7 +1703,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1703
1703
|
*
|
|
1704
1704
|
* The fields for the TestEventTrigger command are as follows:
|
|
1705
1705
|
*
|
|
1706
|
-
* @see {@link MatterSpecification.
|
|
1706
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.1
|
|
1707
1707
|
*/
|
|
1708
1708
|
readonly testEventTrigger: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1709
1709
|
/**
|
|
@@ -1720,7 +1720,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1720
1720
|
* In order to prevent unwittingly actuating a particular trigger, this command shall respond with a response
|
|
1721
1721
|
* status of CONSTRAINT_ERROR if the EnableKey field does not match the a-priori value configured on the device.
|
|
1722
1722
|
*
|
|
1723
|
-
* @see {@link MatterSpecification.
|
|
1723
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.1.1
|
|
1724
1724
|
*/
|
|
1725
1725
|
enableKey: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1726
1726
|
/**
|
|
@@ -1746,7 +1746,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1746
1746
|
* INVALID_COMMAND status, equivalent to the situation of receiving an unknown EventTrigger, for all possible
|
|
1747
1747
|
* EventTrigger values.
|
|
1748
1748
|
*
|
|
1749
|
-
* @see {@link MatterSpecification.
|
|
1749
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.1.2
|
|
1750
1750
|
*/
|
|
1751
1751
|
eventTrigger: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1752
1752
|
}>, void, any>;
|
|
@@ -1758,7 +1758,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1758
1758
|
*
|
|
1759
1759
|
* Upon command invocation, the server shall respond with a TimeSnapshotResponse.
|
|
1760
1760
|
*
|
|
1761
|
-
* @see {@link MatterSpecification.
|
|
1761
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.2
|
|
1762
1762
|
*/
|
|
1763
1763
|
readonly timeSnapshot: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1764
1764
|
/**
|
|
@@ -1768,7 +1768,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1768
1768
|
* The value shall be taken from the same clock which populates the Timestamp field in events when using System
|
|
1769
1769
|
* Time for the field.
|
|
1770
1770
|
*
|
|
1771
|
-
* @see {@link MatterSpecification.
|
|
1771
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.3.1
|
|
1772
1772
|
*/
|
|
1773
1773
|
systemTimeMs: import("../tlv/TlvObject.js").FieldType<number | bigint>;
|
|
1774
1774
|
/**
|
|
@@ -1780,7 +1780,7 @@ export declare namespace GeneralDiagnostics {
|
|
|
1780
1780
|
*
|
|
1781
1781
|
* • The node’s Time Synchronization cluster instance’s UTCTime attribute is null.
|
|
1782
1782
|
*
|
|
1783
|
-
* @see {@link MatterSpecification.
|
|
1783
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.7.3.2
|
|
1784
1784
|
*/
|
|
1785
1785
|
posixTimeMs: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
|
|
1786
1786
|
}>, any>;
|
|
@@ -1790,19 +1790,19 @@ export declare namespace GeneralDiagnostics {
|
|
|
1790
1790
|
* The HardwareFaultChange Event shall indicate a change in the set of hardware faults currently detected by
|
|
1791
1791
|
* the Node.
|
|
1792
1792
|
*
|
|
1793
|
-
* @see {@link MatterSpecification.
|
|
1793
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.1
|
|
1794
1794
|
*/
|
|
1795
1795
|
readonly hardwareFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1796
1796
|
/**
|
|
1797
1797
|
* This field shall represent the set of faults currently detected, as per HardwareFaultEnum.
|
|
1798
1798
|
*
|
|
1799
|
-
* @see {@link MatterSpecification.
|
|
1799
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.1.1
|
|
1800
1800
|
*/
|
|
1801
1801
|
current: import("../tlv/TlvObject.js").FieldType<HardwareFault[]>;
|
|
1802
1802
|
/**
|
|
1803
1803
|
* This field shall represent the set of faults detected prior to this change event, as per HardwareFaultEnum.
|
|
1804
1804
|
*
|
|
1805
|
-
* @see {@link MatterSpecification.
|
|
1805
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.1.2
|
|
1806
1806
|
*/
|
|
1807
1807
|
previous: import("../tlv/TlvObject.js").FieldType<HardwareFault[]>;
|
|
1808
1808
|
}>, any>;
|
|
@@ -1810,19 +1810,19 @@ export declare namespace GeneralDiagnostics {
|
|
|
1810
1810
|
* The RadioFaultChange Event shall indicate a change in the set of radio faults currently detected by the
|
|
1811
1811
|
* Node.
|
|
1812
1812
|
*
|
|
1813
|
-
* @see {@link MatterSpecification.
|
|
1813
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.2
|
|
1814
1814
|
*/
|
|
1815
1815
|
readonly radioFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1816
1816
|
/**
|
|
1817
1817
|
* This field shall represent the set of faults currently detected, as per RadioFaultEnum.
|
|
1818
1818
|
*
|
|
1819
|
-
* @see {@link MatterSpecification.
|
|
1819
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.2.1
|
|
1820
1820
|
*/
|
|
1821
1821
|
current: import("../tlv/TlvObject.js").FieldType<RadioFault[]>;
|
|
1822
1822
|
/**
|
|
1823
1823
|
* This field shall represent the set of faults detected prior to this change event, as per RadioFaultEnum.
|
|
1824
1824
|
*
|
|
1825
|
-
* @see {@link MatterSpecification.
|
|
1825
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.2.2
|
|
1826
1826
|
*/
|
|
1827
1827
|
previous: import("../tlv/TlvObject.js").FieldType<RadioFault[]>;
|
|
1828
1828
|
}>, any>;
|
|
@@ -1830,32 +1830,32 @@ export declare namespace GeneralDiagnostics {
|
|
|
1830
1830
|
* The NetworkFaultChange Event shall indicate a change in the set of network faults currently detected by
|
|
1831
1831
|
* the Node.
|
|
1832
1832
|
*
|
|
1833
|
-
* @see {@link MatterSpecification.
|
|
1833
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.3
|
|
1834
1834
|
*/
|
|
1835
1835
|
readonly networkFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1836
1836
|
/**
|
|
1837
1837
|
* This field shall represent the set of faults currently detected, as per NetworkFaultEnum.
|
|
1838
1838
|
*
|
|
1839
|
-
* @see {@link MatterSpecification.
|
|
1839
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.3.1
|
|
1840
1840
|
*/
|
|
1841
1841
|
current: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
1842
1842
|
/**
|
|
1843
1843
|
* This field shall represent the set of faults detected prior to this change event, as per NetworkFaultEnum.
|
|
1844
1844
|
*
|
|
1845
|
-
* @see {@link MatterSpecification.
|
|
1845
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.3.2
|
|
1846
1846
|
*/
|
|
1847
1847
|
previous: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
|
|
1848
1848
|
}>, any>;
|
|
1849
1849
|
/**
|
|
1850
1850
|
* The BootReason Event shall indicate the reason that caused the device to start-up.
|
|
1851
1851
|
*
|
|
1852
|
-
* @see {@link MatterSpecification.
|
|
1852
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.4
|
|
1853
1853
|
*/
|
|
1854
1854
|
readonly bootReason: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1855
1855
|
/**
|
|
1856
1856
|
* This field shall contain the reason for this BootReason event.
|
|
1857
1857
|
*
|
|
1858
|
-
* @see {@link MatterSpecification.
|
|
1858
|
+
* @see {@link MatterSpecification.v14.Core} § 11.12.8.4.1
|
|
1859
1859
|
*/
|
|
1860
1860
|
bootReason: import("../tlv/TlvObject.js").FieldType<BootReason>;
|
|
1861
1861
|
}>, any>;
|