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