@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +32 -12
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +141 -99
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +45 -13
- package/dist/cjs/clusters/application-launcher.js.map +2 -2
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +577 -559
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +87 -73
- package/dist/cjs/clusters/channel.js.map +2 -2
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +27 -17
- package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/cjs/clusters/content-app-observer.js +14 -6
- package/dist/cjs/clusters/content-app-observer.js.map +2 -2
- package/dist/cjs/clusters/content-control.d.ts +438 -356
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +120 -58
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +509 -475
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +65 -39
- package/dist/cjs/clusters/content-launcher.js.map +2 -2
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/cjs/clusters/diagnostic-logs.js +34 -8
- package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1367 -1350
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +242 -228
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +34 -16
- package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
- package/dist/cjs/clusters/keypad-input.js +17 -3
- package/dist/cjs/clusters/keypad-input.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +427 -385
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +89 -57
- package/dist/cjs/clusters/media-playback.js.map +2 -2
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
- package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +40 -40
- package/dist/cjs/clusters/oven-mode.js +5 -5
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +48 -30
- package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
- package/dist/cjs/clusters/target-navigator.js +24 -10
- package/dist/cjs/clusters/target-navigator.js.map +2 -2
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +55 -47
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/common/StatusCode.d.ts +2 -11
- package/dist/cjs/common/StatusCode.d.ts.map +1 -1
- package/dist/cjs/common/StatusCode.js +1 -17
- package/dist/cjs/common/StatusCode.js.map +1 -1
- package/dist/cjs/common/StatusResponseError.d.ts +21 -0
- package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
- package/dist/cjs/common/StatusResponseError.js +54 -0
- package/dist/cjs/common/StatusResponseError.js.map +6 -0
- package/dist/cjs/common/ValidationError.d.ts +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/common/ValidationError.js +2 -1
- package/dist/cjs/common/ValidationError.js.map +1 -1
- package/dist/cjs/common/index.d.ts +1 -0
- package/dist/cjs/common/index.d.ts.map +1 -1
- package/dist/cjs/common/index.js +1 -0
- package/dist/cjs/common/index.js.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +32 -12
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +141 -99
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +45 -13
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +577 -559
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +87 -73
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +27 -17
- package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/esm/clusters/content-app-observer.js +14 -6
- package/dist/esm/clusters/content-app-observer.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +438 -356
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +120 -58
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +509 -475
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +65 -39
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/esm/clusters/diagnostic-logs.js +34 -8
- package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1367 -1350
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +242 -228
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +34 -16
- package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
- package/dist/esm/clusters/keypad-input.js +17 -3
- package/dist/esm/clusters/keypad-input.js.map +1 -1
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +427 -385
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +89 -57
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +51 -25
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +40 -40
- package/dist/esm/clusters/oven-mode.js +5 -5
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +48 -30
- package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
- package/dist/esm/clusters/target-navigator.js +24 -10
- package/dist/esm/clusters/target-navigator.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +255 -245
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +55 -47
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/common/StatusCode.d.ts +2 -11
- package/dist/esm/common/StatusCode.d.ts.map +1 -1
- package/dist/esm/common/StatusCode.js +1 -17
- package/dist/esm/common/StatusCode.js.map +1 -1
- package/dist/esm/common/StatusResponseError.d.ts +21 -0
- package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
- package/dist/esm/common/StatusResponseError.js +34 -0
- package/dist/esm/common/StatusResponseError.js.map +6 -0
- package/dist/esm/common/ValidationError.d.ts +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/common/ValidationError.js +2 -1
- package/dist/esm/common/ValidationError.js.map +1 -1
- package/dist/esm/common/index.d.ts +1 -0
- package/dist/esm/common/index.d.ts.map +1 -1
- package/dist/esm/common/index.js +1 -0
- package/dist/esm/common/index.js.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +67 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +105 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +143 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +29 -12
- package/src/clusters/content-control.ts +248 -96
- package/src/clusters/content-launcher.ts +131 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +88 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +408 -377
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +43 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +168 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +101 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +31 -31
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +31 -31
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +68 -68
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +52 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +98 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +52 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/common/StatusCode.ts +3 -21
- package/src/common/StatusResponseError.ts +41 -0
- package/src/common/ValidationError.ts +2 -1
- package/src/common/index.ts +1 -0
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -13,7 +13,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
13
13
|
/**
|
|
14
14
|
* These are optional features supported by SmokeCoAlarmCluster.
|
|
15
15
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
16
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.4
|
|
17
17
|
*/
|
|
18
18
|
enum Feature {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
30
30
|
CoAlarm = "CoAlarm"
|
|
31
31
|
}
|
|
32
32
|
/**
|
|
33
|
-
* @see {@link MatterSpecification.
|
|
33
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.1
|
|
34
34
|
*/
|
|
35
35
|
enum AlarmState {
|
|
36
36
|
/**
|
|
@@ -38,7 +38,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
38
38
|
*
|
|
39
39
|
* This value shall indicate that this alarm is not alarming.
|
|
40
40
|
*
|
|
41
|
-
* @see {@link MatterSpecification.
|
|
41
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.1.1
|
|
42
42
|
*/
|
|
43
43
|
Normal = 0,
|
|
44
44
|
/**
|
|
@@ -47,7 +47,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
47
47
|
* This value shall indicate that this alarm is in a warning state. Alarms in this state SHOULD be subject to
|
|
48
48
|
* being muted via physical interaction.
|
|
49
49
|
*
|
|
50
|
-
* @see {@link MatterSpecification.
|
|
50
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.1.2
|
|
51
51
|
*/
|
|
52
52
|
Warning = 1,
|
|
53
53
|
/**
|
|
@@ -56,12 +56,12 @@ export declare namespace SmokeCoAlarm {
|
|
|
56
56
|
* This value shall indicate that this alarm is in a critical state. Alarms in this state shall NOT be subject
|
|
57
57
|
* to being muted via physical interaction.
|
|
58
58
|
*
|
|
59
|
-
* @see {@link MatterSpecification.
|
|
59
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.1.3
|
|
60
60
|
*/
|
|
61
61
|
Critical = 2
|
|
62
62
|
}
|
|
63
63
|
/**
|
|
64
|
-
* @see {@link MatterSpecification.
|
|
64
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.6
|
|
65
65
|
*/
|
|
66
66
|
enum ContaminationState {
|
|
67
67
|
/**
|
|
@@ -70,7 +70,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
70
70
|
* This value shall indicate that the smoke sensor has nominal contamination levels, no customer action is
|
|
71
71
|
* required.
|
|
72
72
|
*
|
|
73
|
-
* @see {@link MatterSpecification.
|
|
73
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.6.1
|
|
74
74
|
*/
|
|
75
75
|
Normal = 0,
|
|
76
76
|
/**
|
|
@@ -79,7 +79,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
79
79
|
* This value shall indicate that the smoke sensor has detectable contamination levels, but the contamination is
|
|
80
80
|
* too low to cause a visible or audible alarm.
|
|
81
81
|
*
|
|
82
|
-
* @see {@link MatterSpecification.
|
|
82
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.6.2
|
|
83
83
|
*/
|
|
84
84
|
Low = 1,
|
|
85
85
|
/**
|
|
@@ -88,7 +88,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
88
88
|
* This value shall indicate that the smoke sensor has contamination levels in a warning state. At this level,
|
|
89
89
|
* the contamination may cause a visible or audible alarm. User intervention is suggested.
|
|
90
90
|
*
|
|
91
|
-
* @see {@link MatterSpecification.
|
|
91
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.6.3
|
|
92
92
|
*/
|
|
93
93
|
Warning = 2,
|
|
94
94
|
/**
|
|
@@ -98,12 +98,12 @@ export declare namespace SmokeCoAlarm {
|
|
|
98
98
|
* the contamination should cause a visible or audible alarm. User intervention is required. Critical
|
|
99
99
|
* contamination of the sensor shall also be reflected as a HardwareFault.
|
|
100
100
|
*
|
|
101
|
-
* @see {@link MatterSpecification.
|
|
101
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.6.4
|
|
102
102
|
*/
|
|
103
103
|
Critical = 3
|
|
104
104
|
}
|
|
105
105
|
/**
|
|
106
|
-
* @see {@link MatterSpecification.
|
|
106
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.2
|
|
107
107
|
*/
|
|
108
108
|
enum Sensitivity {
|
|
109
109
|
/**
|
|
@@ -122,85 +122,85 @@ export declare namespace SmokeCoAlarm {
|
|
|
122
122
|
/**
|
|
123
123
|
* Body of the SmokeCoAlarm smokeAlarm event
|
|
124
124
|
*
|
|
125
|
-
* @see {@link MatterSpecification.
|
|
125
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.1
|
|
126
126
|
*/
|
|
127
127
|
const TlvSmokeAlarmEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
128
128
|
/**
|
|
129
129
|
* This field shall indicate the current value of the SmokeState attribute.
|
|
130
130
|
*
|
|
131
|
-
* @see {@link MatterSpecification.
|
|
131
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.1.1
|
|
132
132
|
*/
|
|
133
133
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
134
134
|
}>;
|
|
135
135
|
/**
|
|
136
136
|
* Body of the SmokeCoAlarm smokeAlarm event
|
|
137
137
|
*
|
|
138
|
-
* @see {@link MatterSpecification.
|
|
138
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.1
|
|
139
139
|
*/
|
|
140
140
|
interface SmokeAlarmEvent extends TypeFromSchema<typeof TlvSmokeAlarmEvent> {
|
|
141
141
|
}
|
|
142
142
|
/**
|
|
143
143
|
* Body of the SmokeCoAlarm interconnectSmokeAlarm event
|
|
144
144
|
*
|
|
145
|
-
* @see {@link MatterSpecification.
|
|
145
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.9
|
|
146
146
|
*/
|
|
147
147
|
const TlvInterconnectSmokeAlarmEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
148
148
|
/**
|
|
149
149
|
* This field shall indicate the current value of the InterconnectSmokeAlarm attribute.
|
|
150
150
|
*
|
|
151
|
-
* @see {@link MatterSpecification.
|
|
151
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.9.1
|
|
152
152
|
*/
|
|
153
153
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
154
154
|
}>;
|
|
155
155
|
/**
|
|
156
156
|
* Body of the SmokeCoAlarm interconnectSmokeAlarm event
|
|
157
157
|
*
|
|
158
|
-
* @see {@link MatterSpecification.
|
|
158
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.9
|
|
159
159
|
*/
|
|
160
160
|
interface InterconnectSmokeAlarmEvent extends TypeFromSchema<typeof TlvInterconnectSmokeAlarmEvent> {
|
|
161
161
|
}
|
|
162
162
|
/**
|
|
163
163
|
* Body of the SmokeCoAlarm coAlarm event
|
|
164
164
|
*
|
|
165
|
-
* @see {@link MatterSpecification.
|
|
165
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.2
|
|
166
166
|
*/
|
|
167
167
|
const TlvCoAlarmEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
168
168
|
/**
|
|
169
169
|
* This field shall indicate the current value of the COState attribute.
|
|
170
170
|
*
|
|
171
|
-
* @see {@link MatterSpecification.
|
|
171
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.2.1
|
|
172
172
|
*/
|
|
173
173
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
174
174
|
}>;
|
|
175
175
|
/**
|
|
176
176
|
* Body of the SmokeCoAlarm coAlarm event
|
|
177
177
|
*
|
|
178
|
-
* @see {@link MatterSpecification.
|
|
178
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.2
|
|
179
179
|
*/
|
|
180
180
|
interface CoAlarmEvent extends TypeFromSchema<typeof TlvCoAlarmEvent> {
|
|
181
181
|
}
|
|
182
182
|
/**
|
|
183
183
|
* Body of the SmokeCoAlarm interconnectCoAlarm event
|
|
184
184
|
*
|
|
185
|
-
* @see {@link MatterSpecification.
|
|
185
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.10
|
|
186
186
|
*/
|
|
187
187
|
const TlvInterconnectCoAlarmEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
188
188
|
/**
|
|
189
189
|
* This field shall indicate the current value of the InterconnectCOAlarm attribute.
|
|
190
190
|
*
|
|
191
|
-
* @see {@link MatterSpecification.
|
|
191
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.10.1
|
|
192
192
|
*/
|
|
193
193
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
194
194
|
}>;
|
|
195
195
|
/**
|
|
196
196
|
* Body of the SmokeCoAlarm interconnectCoAlarm event
|
|
197
197
|
*
|
|
198
|
-
* @see {@link MatterSpecification.
|
|
198
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.10
|
|
199
199
|
*/
|
|
200
200
|
interface InterconnectCoAlarmEvent extends TypeFromSchema<typeof TlvInterconnectCoAlarmEvent> {
|
|
201
201
|
}
|
|
202
202
|
/**
|
|
203
|
-
* @see {@link MatterSpecification.
|
|
203
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.3
|
|
204
204
|
*/
|
|
205
205
|
enum ExpressedState {
|
|
206
206
|
/**
|
|
@@ -208,7 +208,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
208
208
|
*
|
|
209
209
|
* This value shall indicate that this alarm is not alarming.
|
|
210
210
|
*
|
|
211
|
-
* @see {@link MatterSpecification.
|
|
211
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.3.1
|
|
212
212
|
*/
|
|
213
213
|
Normal = 0,
|
|
214
214
|
/**
|
|
@@ -218,7 +218,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
218
218
|
* value shall indicate that the alarm is currently expressing audible indication of Smoke Alarm unless the
|
|
219
219
|
* DeviceMuted attribute is supported and set to Muted.
|
|
220
220
|
*
|
|
221
|
-
* @see {@link MatterSpecification.
|
|
221
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.3.2
|
|
222
222
|
*/
|
|
223
223
|
SmokeAlarm = 1,
|
|
224
224
|
/**
|
|
@@ -228,7 +228,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
228
228
|
* shall indicate that the alarm is currently expressing audible indication of CO Alarm unless the DeviceMuted
|
|
229
229
|
* attribute is supported and set to Muted.
|
|
230
230
|
*
|
|
231
|
-
* @see {@link MatterSpecification.
|
|
231
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.3.3
|
|
232
232
|
*/
|
|
233
233
|
CoAlarm = 2,
|
|
234
234
|
/**
|
|
@@ -238,7 +238,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
238
238
|
* This value shall indicate that the alarm is currently expressing audible indication of Critical Low Battery
|
|
239
239
|
* unless the DeviceMuted attribute is supported and set to Muted.
|
|
240
240
|
*
|
|
241
|
-
* @see {@link MatterSpecification.
|
|
241
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.3.4
|
|
242
242
|
*/
|
|
243
243
|
BatteryAlert = 3,
|
|
244
244
|
/**
|
|
@@ -246,7 +246,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
246
246
|
*
|
|
247
247
|
* This value shall indicate that this alarm is currently expressing visual and audible indication of SelfTest.
|
|
248
248
|
*
|
|
249
|
-
* @see {@link MatterSpecification.
|
|
249
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.3.5
|
|
250
250
|
*/
|
|
251
251
|
Testing = 4,
|
|
252
252
|
/**
|
|
@@ -256,7 +256,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
256
256
|
* value shall indicate that the alarm is currently expressing audible indication of Hardware Fault unless the
|
|
257
257
|
* DeviceMuted attribute is supported and set to Muted.
|
|
258
258
|
*
|
|
259
|
-
* @see {@link MatterSpecification.
|
|
259
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.3.6
|
|
260
260
|
*/
|
|
261
261
|
HardwareFault = 5,
|
|
262
262
|
/**
|
|
@@ -266,7 +266,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
266
266
|
* value shall indicate that the alarm is currently expressing audible indication of End of Service unless the
|
|
267
267
|
* DeviceMuted attribute is supported and set to Muted.
|
|
268
268
|
*
|
|
269
|
-
* @see {@link MatterSpecification.
|
|
269
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.3.7
|
|
270
270
|
*/
|
|
271
271
|
EndOfService = 6,
|
|
272
272
|
/**
|
|
@@ -276,7 +276,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
276
276
|
* Interconnect. This value shall indicate that the alarm is currently expressing audible indication of Smoke
|
|
277
277
|
* Alarm caused by Interconnect unless the DeviceMuted attribute is supported and set to Muted.
|
|
278
278
|
*
|
|
279
|
-
* @see {@link MatterSpecification.
|
|
279
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.3.8
|
|
280
280
|
*/
|
|
281
281
|
InterconnectSmoke = 7,
|
|
282
282
|
/**
|
|
@@ -286,12 +286,12 @@ export declare namespace SmokeCoAlarm {
|
|
|
286
286
|
* Interconnect. This value shall indicate that the alarm is currently expressing audible indication of CO Alarm
|
|
287
287
|
* caused by Interconnect unless the DeviceMuted attribute is supported and set to Muted.
|
|
288
288
|
*
|
|
289
|
-
* @see {@link MatterSpecification.
|
|
289
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.3.9
|
|
290
290
|
*/
|
|
291
291
|
InterconnectCo = 8
|
|
292
292
|
}
|
|
293
293
|
/**
|
|
294
|
-
* @see {@link MatterSpecification.
|
|
294
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.4
|
|
295
295
|
*/
|
|
296
296
|
enum MuteState {
|
|
297
297
|
/**
|
|
@@ -299,7 +299,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
299
299
|
*
|
|
300
300
|
* This value shall indicate that the device is not muted.
|
|
301
301
|
*
|
|
302
|
-
* @see {@link MatterSpecification.
|
|
302
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.4.1
|
|
303
303
|
*/
|
|
304
304
|
NotMuted = 0,
|
|
305
305
|
/**
|
|
@@ -307,12 +307,12 @@ export declare namespace SmokeCoAlarm {
|
|
|
307
307
|
*
|
|
308
308
|
* This value shall indicate that the device is muted.
|
|
309
309
|
*
|
|
310
|
-
* @see {@link MatterSpecification.
|
|
310
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.4.2
|
|
311
311
|
*/
|
|
312
312
|
Muted = 1
|
|
313
313
|
}
|
|
314
314
|
/**
|
|
315
|
-
* @see {@link MatterSpecification.
|
|
315
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.5
|
|
316
316
|
*/
|
|
317
317
|
enum EndOfService {
|
|
318
318
|
/**
|
|
@@ -321,7 +321,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
321
321
|
* This value shall indicate that the device has not yet reached its end of service, and does not need to be
|
|
322
322
|
* imminently replaced.
|
|
323
323
|
*
|
|
324
|
-
* @see {@link MatterSpecification.
|
|
324
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.5.2
|
|
325
325
|
*/
|
|
326
326
|
Normal = 0,
|
|
327
327
|
/**
|
|
@@ -329,27 +329,27 @@ export declare namespace SmokeCoAlarm {
|
|
|
329
329
|
*
|
|
330
330
|
* This value shall indicate that the device has reached its end of service, and needs to be replaced.
|
|
331
331
|
*
|
|
332
|
-
* @see {@link MatterSpecification.
|
|
332
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.5.5.1
|
|
333
333
|
*/
|
|
334
334
|
Expired = 1
|
|
335
335
|
}
|
|
336
336
|
/**
|
|
337
337
|
* Body of the SmokeCoAlarm lowBattery event
|
|
338
338
|
*
|
|
339
|
-
* @see {@link MatterSpecification.
|
|
339
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.3
|
|
340
340
|
*/
|
|
341
341
|
const TlvLowBatteryEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
342
342
|
/**
|
|
343
343
|
* This field shall indicate the current value of the BatteryAlert attribute.
|
|
344
344
|
*
|
|
345
|
-
* @see {@link MatterSpecification.
|
|
345
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.3.1
|
|
346
346
|
*/
|
|
347
347
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
348
348
|
}>;
|
|
349
349
|
/**
|
|
350
350
|
* Body of the SmokeCoAlarm lowBattery event
|
|
351
351
|
*
|
|
352
|
-
* @see {@link MatterSpecification.
|
|
352
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.3
|
|
353
353
|
*/
|
|
354
354
|
interface LowBatteryEvent extends TypeFromSchema<typeof TlvLowBatteryEvent> {
|
|
355
355
|
}
|
|
@@ -361,19 +361,19 @@ export declare namespace SmokeCoAlarm {
|
|
|
361
361
|
/**
|
|
362
362
|
* Indicates whether the device’s smoke sensor is currently triggering a smoke alarm.
|
|
363
363
|
*
|
|
364
|
-
* @see {@link MatterSpecification.
|
|
364
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.2
|
|
365
365
|
*/
|
|
366
366
|
readonly smokeState: Attribute<AlarmState, any>;
|
|
367
367
|
/**
|
|
368
368
|
* Indicates the contamination level of the smoke sensor.
|
|
369
369
|
*
|
|
370
|
-
* @see {@link MatterSpecification.
|
|
370
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.11
|
|
371
371
|
*/
|
|
372
372
|
readonly contaminationState: OptionalAttribute<ContaminationState, any>;
|
|
373
373
|
/**
|
|
374
374
|
* Indicates the sensitivity level of the smoke sensor configured on the device.
|
|
375
375
|
*
|
|
376
|
-
* @see {@link MatterSpecification.
|
|
376
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.12
|
|
377
377
|
*/
|
|
378
378
|
readonly smokeSensitivityLevel: OptionalWritableAttribute<Sensitivity, any>;
|
|
379
379
|
};
|
|
@@ -381,13 +381,13 @@ export declare namespace SmokeCoAlarm {
|
|
|
381
381
|
/**
|
|
382
382
|
* This event shall be generated when SmokeState attribute changes to either Warning or Critical state.
|
|
383
383
|
*
|
|
384
|
-
* @see {@link MatterSpecification.
|
|
384
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.1
|
|
385
385
|
*/
|
|
386
386
|
readonly smokeAlarm: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
387
387
|
/**
|
|
388
388
|
* This field shall indicate the current value of the SmokeState attribute.
|
|
389
389
|
*
|
|
390
|
-
* @see {@link MatterSpecification.
|
|
390
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.1.1
|
|
391
391
|
*/
|
|
392
392
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
393
393
|
}>, any>;
|
|
@@ -395,13 +395,13 @@ export declare namespace SmokeCoAlarm {
|
|
|
395
395
|
* This event shall be generated when the device hosting the server receives a smoke alarm from an
|
|
396
396
|
* interconnected sensor.
|
|
397
397
|
*
|
|
398
|
-
* @see {@link MatterSpecification.
|
|
398
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.9
|
|
399
399
|
*/
|
|
400
400
|
readonly interconnectSmokeAlarm: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
401
401
|
/**
|
|
402
402
|
* This field shall indicate the current value of the InterconnectSmokeAlarm attribute.
|
|
403
403
|
*
|
|
404
|
-
* @see {@link MatterSpecification.
|
|
404
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.9.1
|
|
405
405
|
*/
|
|
406
406
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
407
407
|
}>, any>;
|
|
@@ -415,7 +415,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
415
415
|
/**
|
|
416
416
|
* Indicates whether the device’s CO sensor is currently triggering a CO alarm.
|
|
417
417
|
*
|
|
418
|
-
* @see {@link MatterSpecification.
|
|
418
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.3
|
|
419
419
|
*/
|
|
420
420
|
readonly coState: Attribute<AlarmState, any>;
|
|
421
421
|
};
|
|
@@ -423,13 +423,13 @@ export declare namespace SmokeCoAlarm {
|
|
|
423
423
|
/**
|
|
424
424
|
* This event shall be generated when COState attribute changes to either Warning or Critical state.
|
|
425
425
|
*
|
|
426
|
-
* @see {@link MatterSpecification.
|
|
426
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.2
|
|
427
427
|
*/
|
|
428
428
|
readonly coAlarm: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
429
429
|
/**
|
|
430
430
|
* This field shall indicate the current value of the COState attribute.
|
|
431
431
|
*
|
|
432
|
-
* @see {@link MatterSpecification.
|
|
432
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.2.1
|
|
433
433
|
*/
|
|
434
434
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
435
435
|
}>, any>;
|
|
@@ -437,13 +437,13 @@ export declare namespace SmokeCoAlarm {
|
|
|
437
437
|
* This event shall be generated when the device hosting the server receives a CO alarm from an
|
|
438
438
|
* interconnected sensor.
|
|
439
439
|
*
|
|
440
|
-
* @see {@link MatterSpecification.
|
|
440
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.10
|
|
441
441
|
*/
|
|
442
442
|
readonly interconnectCoAlarm: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
443
443
|
/**
|
|
444
444
|
* This field shall indicate the current value of the InterconnectCOAlarm attribute.
|
|
445
445
|
*
|
|
446
|
-
* @see {@link MatterSpecification.
|
|
446
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.10.1
|
|
447
447
|
*/
|
|
448
448
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
449
449
|
}>, any>;
|
|
@@ -479,7 +479,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
479
479
|
* Visible expression is typically a LED light pattern. Audible expression is a horn or speaker pattern.
|
|
480
480
|
* Audible expression shall BE suppressed if the DeviceMuted attribute is supported and set to Muted.
|
|
481
481
|
*
|
|
482
|
-
* @see {@link MatterSpecification.
|
|
482
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.1
|
|
483
483
|
*/
|
|
484
484
|
readonly expressedState: Attribute<ExpressedState, any>;
|
|
485
485
|
/**
|
|
@@ -488,35 +488,35 @@ export declare namespace SmokeCoAlarm {
|
|
|
488
488
|
* shall be set to Normal. The battery state shall also be reflected in the Power Source cluster
|
|
489
489
|
* representing the device’s battery using the appropriate supported attributes and events.
|
|
490
490
|
*
|
|
491
|
-
* @see {@link MatterSpecification.
|
|
491
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.4
|
|
492
492
|
*/
|
|
493
493
|
readonly batteryAlert: Attribute<AlarmState, any>;
|
|
494
494
|
/**
|
|
495
495
|
* Indicates the whether the audible expression of the device is currently muted. Audible expression is
|
|
496
496
|
* typically a horn or speaker pattern.
|
|
497
497
|
*
|
|
498
|
-
* @see {@link MatterSpecification.
|
|
498
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.5
|
|
499
499
|
*/
|
|
500
500
|
readonly deviceMuted: OptionalAttribute<MuteState, any>;
|
|
501
501
|
/**
|
|
502
502
|
* Indicates whether the device self-test is currently activated. If the device self-test is activated, this
|
|
503
503
|
* attribute shall be set to True, otherwise it shall be set to False.
|
|
504
504
|
*
|
|
505
|
-
* @see {@link MatterSpecification.
|
|
505
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.6
|
|
506
506
|
*/
|
|
507
507
|
readonly testInProgress: Attribute<boolean, any>;
|
|
508
508
|
/**
|
|
509
509
|
* Indicates whether the hardware fault detection mechanism is currently triggered. If the detection
|
|
510
510
|
* mechanism is triggered, this attribute shall be set to True, otherwise it shall be set to False.
|
|
511
511
|
*
|
|
512
|
-
* @see {@link MatterSpecification.
|
|
512
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.7
|
|
513
513
|
*/
|
|
514
514
|
readonly hardwareFaultAlert: Attribute<boolean, any>;
|
|
515
515
|
/**
|
|
516
516
|
* Indicates whether the end-of-service has been triggered at the device. This attribute shall be set to
|
|
517
517
|
* Expired when the device reaches the end-of-service.
|
|
518
518
|
*
|
|
519
|
-
* @see {@link MatterSpecification.
|
|
519
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.8
|
|
520
520
|
*/
|
|
521
521
|
readonly endOfServiceAlert: Attribute<EndOfService, any>;
|
|
522
522
|
/**
|
|
@@ -524,7 +524,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
524
524
|
* interconnected smoke alarm is being triggered, this attribute shall be set to Warning or Critical,
|
|
525
525
|
* otherwise it shall be set to Normal.
|
|
526
526
|
*
|
|
527
|
-
* @see {@link MatterSpecification.
|
|
527
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.9
|
|
528
528
|
*/
|
|
529
529
|
readonly interconnectSmokeAlarm: OptionalAttribute<AlarmState, any>;
|
|
530
530
|
/**
|
|
@@ -532,7 +532,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
532
532
|
* interconnected CO alarm is being triggered, this attribute shall be set to Warning or Critical, otherwise
|
|
533
533
|
* it shall be set to Normal.
|
|
534
534
|
*
|
|
535
|
-
* @see {@link MatterSpecification.
|
|
535
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.10
|
|
536
536
|
*/
|
|
537
537
|
readonly interconnectCoAlarm: OptionalAttribute<AlarmState, any>;
|
|
538
538
|
/**
|
|
@@ -541,7 +541,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
541
541
|
* zones, the EndOfServiceAlert may be delayed by up to 24 hours after the ExpiryDate. Similarly, clients
|
|
542
542
|
* may delay any actions based on the ExpiryDate by up to 24 hours to best align with the local time zone.
|
|
543
543
|
*
|
|
544
|
-
* @see {@link MatterSpecification.
|
|
544
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.13
|
|
545
545
|
*/
|
|
546
546
|
readonly expiryDate: OptionalFixedAttribute<number, any>;
|
|
547
547
|
};
|
|
@@ -558,7 +558,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
558
558
|
* SelfTestComplete event shall be generated, the TestInProgress attribute shall be set to False and
|
|
559
559
|
* ExpressedState attribute shall be updated to reflect the current state of the server.
|
|
560
560
|
*
|
|
561
|
-
* @see {@link MatterSpecification.
|
|
561
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.7.1
|
|
562
562
|
*/
|
|
563
563
|
readonly selfTestRequest: OptionalCommand<void, void, any>;
|
|
564
564
|
};
|
|
@@ -566,13 +566,13 @@ export declare namespace SmokeCoAlarm {
|
|
|
566
566
|
/**
|
|
567
567
|
* This event shall be generated when BatteryAlert attribute changes to either Warning or Critical state.
|
|
568
568
|
*
|
|
569
|
-
* @see {@link MatterSpecification.
|
|
569
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.3
|
|
570
570
|
*/
|
|
571
571
|
readonly lowBattery: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
572
572
|
/**
|
|
573
573
|
* This field shall indicate the current value of the BatteryAlert attribute.
|
|
574
574
|
*
|
|
575
|
-
* @see {@link MatterSpecification.
|
|
575
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.3.1
|
|
576
576
|
*/
|
|
577
577
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
578
578
|
}>, any>;
|
|
@@ -580,38 +580,38 @@ export declare namespace SmokeCoAlarm {
|
|
|
580
580
|
* This event shall be generated when the device detects a hardware fault that leads to setting
|
|
581
581
|
* HardwareFaultAlert to True.
|
|
582
582
|
*
|
|
583
|
-
* @see {@link MatterSpecification.
|
|
583
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.4
|
|
584
584
|
*/
|
|
585
585
|
readonly hardwareFault: Event<void, any>;
|
|
586
586
|
/**
|
|
587
587
|
* This event shall be generated when the EndOfServiceAlert is set to Expired.
|
|
588
588
|
*
|
|
589
|
-
* @see {@link MatterSpecification.
|
|
589
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.5
|
|
590
590
|
*/
|
|
591
591
|
readonly endOfService: Event<void, any>;
|
|
592
592
|
/**
|
|
593
593
|
* This event shall be generated when the SelfTest completes, and the attribute TestInProgress changes to
|
|
594
594
|
* False.
|
|
595
595
|
*
|
|
596
|
-
* @see {@link MatterSpecification.
|
|
596
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.6
|
|
597
597
|
*/
|
|
598
598
|
readonly selfTestComplete: Event<void, any>;
|
|
599
599
|
/**
|
|
600
600
|
* This event shall be generated when the DeviceMuted attribute changes to Muted.
|
|
601
601
|
*
|
|
602
|
-
* @see {@link MatterSpecification.
|
|
602
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.7
|
|
603
603
|
*/
|
|
604
604
|
readonly alarmMuted: OptionalEvent<void, any>;
|
|
605
605
|
/**
|
|
606
606
|
* This event shall be generated when DeviceMuted attribute changes to NotMuted.
|
|
607
607
|
*
|
|
608
|
-
* @see {@link MatterSpecification.
|
|
608
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.8
|
|
609
609
|
*/
|
|
610
610
|
readonly muteEnded: OptionalEvent<void, any>;
|
|
611
611
|
/**
|
|
612
612
|
* This event shall be generated when ExpressedState attribute returns to Normal state.
|
|
613
613
|
*
|
|
614
|
-
* @see {@link MatterSpecification.
|
|
614
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.11
|
|
615
615
|
*/
|
|
616
616
|
readonly allClear: Event<void, any>;
|
|
617
617
|
};
|
|
@@ -628,19 +628,19 @@ export declare namespace SmokeCoAlarm {
|
|
|
628
628
|
/**
|
|
629
629
|
* Indicates whether the device’s smoke sensor is currently triggering a smoke alarm.
|
|
630
630
|
*
|
|
631
|
-
* @see {@link MatterSpecification.
|
|
631
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.2
|
|
632
632
|
*/
|
|
633
633
|
readonly smokeState: Attribute<AlarmState, any>;
|
|
634
634
|
/**
|
|
635
635
|
* Indicates the contamination level of the smoke sensor.
|
|
636
636
|
*
|
|
637
|
-
* @see {@link MatterSpecification.
|
|
637
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.11
|
|
638
638
|
*/
|
|
639
639
|
readonly contaminationState: OptionalAttribute<ContaminationState, any>;
|
|
640
640
|
/**
|
|
641
641
|
* Indicates the sensitivity level of the smoke sensor configured on the device.
|
|
642
642
|
*
|
|
643
|
-
* @see {@link MatterSpecification.
|
|
643
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.12
|
|
644
644
|
*/
|
|
645
645
|
readonly smokeSensitivityLevel: OptionalWritableAttribute<Sensitivity, any>;
|
|
646
646
|
};
|
|
@@ -648,13 +648,13 @@ export declare namespace SmokeCoAlarm {
|
|
|
648
648
|
/**
|
|
649
649
|
* This event shall be generated when SmokeState attribute changes to either Warning or Critical state.
|
|
650
650
|
*
|
|
651
|
-
* @see {@link MatterSpecification.
|
|
651
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.1
|
|
652
652
|
*/
|
|
653
653
|
readonly smokeAlarm: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
654
654
|
/**
|
|
655
655
|
* This field shall indicate the current value of the SmokeState attribute.
|
|
656
656
|
*
|
|
657
|
-
* @see {@link MatterSpecification.
|
|
657
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.1.1
|
|
658
658
|
*/
|
|
659
659
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
660
660
|
}>, any>;
|
|
@@ -662,13 +662,13 @@ export declare namespace SmokeCoAlarm {
|
|
|
662
662
|
* This event shall be generated when the device hosting the server receives a smoke alarm from an
|
|
663
663
|
* interconnected sensor.
|
|
664
664
|
*
|
|
665
|
-
* @see {@link MatterSpecification.
|
|
665
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.9
|
|
666
666
|
*/
|
|
667
667
|
readonly interconnectSmokeAlarm: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
668
668
|
/**
|
|
669
669
|
* This field shall indicate the current value of the InterconnectSmokeAlarm attribute.
|
|
670
670
|
*
|
|
671
|
-
* @see {@link MatterSpecification.
|
|
671
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.9.1
|
|
672
672
|
*/
|
|
673
673
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
674
674
|
}>, any>;
|
|
@@ -683,7 +683,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
683
683
|
/**
|
|
684
684
|
* Indicates whether the device’s CO sensor is currently triggering a CO alarm.
|
|
685
685
|
*
|
|
686
|
-
* @see {@link MatterSpecification.
|
|
686
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.3
|
|
687
687
|
*/
|
|
688
688
|
readonly coState: Attribute<AlarmState, any>;
|
|
689
689
|
};
|
|
@@ -691,13 +691,13 @@ export declare namespace SmokeCoAlarm {
|
|
|
691
691
|
/**
|
|
692
692
|
* This event shall be generated when COState attribute changes to either Warning or Critical state.
|
|
693
693
|
*
|
|
694
|
-
* @see {@link MatterSpecification.
|
|
694
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.2
|
|
695
695
|
*/
|
|
696
696
|
readonly coAlarm: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
697
697
|
/**
|
|
698
698
|
* This field shall indicate the current value of the COState attribute.
|
|
699
699
|
*
|
|
700
|
-
* @see {@link MatterSpecification.
|
|
700
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.2.1
|
|
701
701
|
*/
|
|
702
702
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
703
703
|
}>, any>;
|
|
@@ -705,13 +705,13 @@ export declare namespace SmokeCoAlarm {
|
|
|
705
705
|
* This event shall be generated when the device hosting the server receives a CO alarm from an
|
|
706
706
|
* interconnected sensor.
|
|
707
707
|
*
|
|
708
|
-
* @see {@link MatterSpecification.
|
|
708
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.10
|
|
709
709
|
*/
|
|
710
710
|
readonly interconnectCoAlarm: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
711
711
|
/**
|
|
712
712
|
* This field shall indicate the current value of the InterconnectCOAlarm attribute.
|
|
713
713
|
*
|
|
714
|
-
* @see {@link MatterSpecification.
|
|
714
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.10.1
|
|
715
715
|
*/
|
|
716
716
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
717
717
|
}>, any>;
|
|
@@ -755,7 +755,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
755
755
|
* Visible expression is typically a LED light pattern. Audible expression is a horn or speaker pattern.
|
|
756
756
|
* Audible expression shall BE suppressed if the DeviceMuted attribute is supported and set to Muted.
|
|
757
757
|
*
|
|
758
|
-
* @see {@link MatterSpecification.
|
|
758
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.1
|
|
759
759
|
*/
|
|
760
760
|
readonly expressedState: Attribute<ExpressedState, any>;
|
|
761
761
|
/**
|
|
@@ -764,35 +764,35 @@ export declare namespace SmokeCoAlarm {
|
|
|
764
764
|
* shall be set to Normal. The battery state shall also be reflected in the Power Source cluster
|
|
765
765
|
* representing the device’s battery using the appropriate supported attributes and events.
|
|
766
766
|
*
|
|
767
|
-
* @see {@link MatterSpecification.
|
|
767
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.4
|
|
768
768
|
*/
|
|
769
769
|
readonly batteryAlert: Attribute<AlarmState, any>;
|
|
770
770
|
/**
|
|
771
771
|
* Indicates the whether the audible expression of the device is currently muted. Audible expression is
|
|
772
772
|
* typically a horn or speaker pattern.
|
|
773
773
|
*
|
|
774
|
-
* @see {@link MatterSpecification.
|
|
774
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.5
|
|
775
775
|
*/
|
|
776
776
|
readonly deviceMuted: OptionalAttribute<MuteState, any>;
|
|
777
777
|
/**
|
|
778
778
|
* Indicates whether the device self-test is currently activated. If the device self-test is activated, this
|
|
779
779
|
* attribute shall be set to True, otherwise it shall be set to False.
|
|
780
780
|
*
|
|
781
|
-
* @see {@link MatterSpecification.
|
|
781
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.6
|
|
782
782
|
*/
|
|
783
783
|
readonly testInProgress: Attribute<boolean, any>;
|
|
784
784
|
/**
|
|
785
785
|
* Indicates whether the hardware fault detection mechanism is currently triggered. If the detection
|
|
786
786
|
* mechanism is triggered, this attribute shall be set to True, otherwise it shall be set to False.
|
|
787
787
|
*
|
|
788
|
-
* @see {@link MatterSpecification.
|
|
788
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.7
|
|
789
789
|
*/
|
|
790
790
|
readonly hardwareFaultAlert: Attribute<boolean, any>;
|
|
791
791
|
/**
|
|
792
792
|
* Indicates whether the end-of-service has been triggered at the device. This attribute shall be set to
|
|
793
793
|
* Expired when the device reaches the end-of-service.
|
|
794
794
|
*
|
|
795
|
-
* @see {@link MatterSpecification.
|
|
795
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.8
|
|
796
796
|
*/
|
|
797
797
|
readonly endOfServiceAlert: Attribute<EndOfService, any>;
|
|
798
798
|
/**
|
|
@@ -800,7 +800,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
800
800
|
* interconnected smoke alarm is being triggered, this attribute shall be set to Warning or Critical,
|
|
801
801
|
* otherwise it shall be set to Normal.
|
|
802
802
|
*
|
|
803
|
-
* @see {@link MatterSpecification.
|
|
803
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.9
|
|
804
804
|
*/
|
|
805
805
|
readonly interconnectSmokeAlarm: OptionalAttribute<AlarmState, any>;
|
|
806
806
|
/**
|
|
@@ -808,7 +808,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
808
808
|
* interconnected CO alarm is being triggered, this attribute shall be set to Warning or Critical, otherwise
|
|
809
809
|
* it shall be set to Normal.
|
|
810
810
|
*
|
|
811
|
-
* @see {@link MatterSpecification.
|
|
811
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.10
|
|
812
812
|
*/
|
|
813
813
|
readonly interconnectCoAlarm: OptionalAttribute<AlarmState, any>;
|
|
814
814
|
/**
|
|
@@ -817,7 +817,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
817
817
|
* zones, the EndOfServiceAlert may be delayed by up to 24 hours after the ExpiryDate. Similarly, clients
|
|
818
818
|
* may delay any actions based on the ExpiryDate by up to 24 hours to best align with the local time zone.
|
|
819
819
|
*
|
|
820
|
-
* @see {@link MatterSpecification.
|
|
820
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.13
|
|
821
821
|
*/
|
|
822
822
|
readonly expiryDate: OptionalFixedAttribute<number, any>;
|
|
823
823
|
};
|
|
@@ -834,7 +834,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
834
834
|
* SelfTestComplete event shall be generated, the TestInProgress attribute shall be set to False and
|
|
835
835
|
* ExpressedState attribute shall be updated to reflect the current state of the server.
|
|
836
836
|
*
|
|
837
|
-
* @see {@link MatterSpecification.
|
|
837
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.7.1
|
|
838
838
|
*/
|
|
839
839
|
readonly selfTestRequest: OptionalCommand<void, void, any>;
|
|
840
840
|
};
|
|
@@ -842,13 +842,13 @@ export declare namespace SmokeCoAlarm {
|
|
|
842
842
|
/**
|
|
843
843
|
* This event shall be generated when BatteryAlert attribute changes to either Warning or Critical state.
|
|
844
844
|
*
|
|
845
|
-
* @see {@link MatterSpecification.
|
|
845
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.3
|
|
846
846
|
*/
|
|
847
847
|
readonly lowBattery: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
848
848
|
/**
|
|
849
849
|
* This field shall indicate the current value of the BatteryAlert attribute.
|
|
850
850
|
*
|
|
851
|
-
* @see {@link MatterSpecification.
|
|
851
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.3.1
|
|
852
852
|
*/
|
|
853
853
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
854
854
|
}>, any>;
|
|
@@ -856,38 +856,38 @@ export declare namespace SmokeCoAlarm {
|
|
|
856
856
|
* This event shall be generated when the device detects a hardware fault that leads to setting
|
|
857
857
|
* HardwareFaultAlert to True.
|
|
858
858
|
*
|
|
859
|
-
* @see {@link MatterSpecification.
|
|
859
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.4
|
|
860
860
|
*/
|
|
861
861
|
readonly hardwareFault: Event<void, any>;
|
|
862
862
|
/**
|
|
863
863
|
* This event shall be generated when the EndOfServiceAlert is set to Expired.
|
|
864
864
|
*
|
|
865
|
-
* @see {@link MatterSpecification.
|
|
865
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.5
|
|
866
866
|
*/
|
|
867
867
|
readonly endOfService: Event<void, any>;
|
|
868
868
|
/**
|
|
869
869
|
* This event shall be generated when the SelfTest completes, and the attribute TestInProgress changes to
|
|
870
870
|
* False.
|
|
871
871
|
*
|
|
872
|
-
* @see {@link MatterSpecification.
|
|
872
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.6
|
|
873
873
|
*/
|
|
874
874
|
readonly selfTestComplete: Event<void, any>;
|
|
875
875
|
/**
|
|
876
876
|
* This event shall be generated when the DeviceMuted attribute changes to Muted.
|
|
877
877
|
*
|
|
878
|
-
* @see {@link MatterSpecification.
|
|
878
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.7
|
|
879
879
|
*/
|
|
880
880
|
readonly alarmMuted: OptionalEvent<void, any>;
|
|
881
881
|
/**
|
|
882
882
|
* This event shall be generated when DeviceMuted attribute changes to NotMuted.
|
|
883
883
|
*
|
|
884
|
-
* @see {@link MatterSpecification.
|
|
884
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.8
|
|
885
885
|
*/
|
|
886
886
|
readonly muteEnded: OptionalEvent<void, any>;
|
|
887
887
|
/**
|
|
888
888
|
* This event shall be generated when ExpressedState attribute returns to Normal state.
|
|
889
889
|
*
|
|
890
|
-
* @see {@link MatterSpecification.
|
|
890
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.11
|
|
891
891
|
*/
|
|
892
892
|
readonly allClear: Event<void, any>;
|
|
893
893
|
};
|
|
@@ -904,19 +904,19 @@ export declare namespace SmokeCoAlarm {
|
|
|
904
904
|
/**
|
|
905
905
|
* Indicates whether the device’s smoke sensor is currently triggering a smoke alarm.
|
|
906
906
|
*
|
|
907
|
-
* @see {@link MatterSpecification.
|
|
907
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.2
|
|
908
908
|
*/
|
|
909
909
|
readonly smokeState: Attribute<AlarmState, any>;
|
|
910
910
|
/**
|
|
911
911
|
* Indicates the contamination level of the smoke sensor.
|
|
912
912
|
*
|
|
913
|
-
* @see {@link MatterSpecification.
|
|
913
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.11
|
|
914
914
|
*/
|
|
915
915
|
readonly contaminationState: OptionalAttribute<ContaminationState, any>;
|
|
916
916
|
/**
|
|
917
917
|
* Indicates the sensitivity level of the smoke sensor configured on the device.
|
|
918
918
|
*
|
|
919
|
-
* @see {@link MatterSpecification.
|
|
919
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.12
|
|
920
920
|
*/
|
|
921
921
|
readonly smokeSensitivityLevel: OptionalWritableAttribute<Sensitivity, any>;
|
|
922
922
|
};
|
|
@@ -924,13 +924,13 @@ export declare namespace SmokeCoAlarm {
|
|
|
924
924
|
/**
|
|
925
925
|
* This event shall be generated when SmokeState attribute changes to either Warning or Critical state.
|
|
926
926
|
*
|
|
927
|
-
* @see {@link MatterSpecification.
|
|
927
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.1
|
|
928
928
|
*/
|
|
929
929
|
readonly smokeAlarm: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
930
930
|
/**
|
|
931
931
|
* This field shall indicate the current value of the SmokeState attribute.
|
|
932
932
|
*
|
|
933
|
-
* @see {@link MatterSpecification.
|
|
933
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.1.1
|
|
934
934
|
*/
|
|
935
935
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
936
936
|
}>, any>;
|
|
@@ -938,13 +938,13 @@ export declare namespace SmokeCoAlarm {
|
|
|
938
938
|
* This event shall be generated when the device hosting the server receives a smoke alarm from an
|
|
939
939
|
* interconnected sensor.
|
|
940
940
|
*
|
|
941
|
-
* @see {@link MatterSpecification.
|
|
941
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.9
|
|
942
942
|
*/
|
|
943
943
|
readonly interconnectSmokeAlarm: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
944
944
|
/**
|
|
945
945
|
* This field shall indicate the current value of the InterconnectSmokeAlarm attribute.
|
|
946
946
|
*
|
|
947
|
-
* @see {@link MatterSpecification.
|
|
947
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.9.1
|
|
948
948
|
*/
|
|
949
949
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
950
950
|
}>, any>;
|
|
@@ -959,7 +959,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
959
959
|
/**
|
|
960
960
|
* Indicates whether the device’s CO sensor is currently triggering a CO alarm.
|
|
961
961
|
*
|
|
962
|
-
* @see {@link MatterSpecification.
|
|
962
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.3
|
|
963
963
|
*/
|
|
964
964
|
readonly coState: Attribute<AlarmState, any>;
|
|
965
965
|
};
|
|
@@ -967,13 +967,13 @@ export declare namespace SmokeCoAlarm {
|
|
|
967
967
|
/**
|
|
968
968
|
* This event shall be generated when COState attribute changes to either Warning or Critical state.
|
|
969
969
|
*
|
|
970
|
-
* @see {@link MatterSpecification.
|
|
970
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.2
|
|
971
971
|
*/
|
|
972
972
|
readonly coAlarm: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
973
973
|
/**
|
|
974
974
|
* This field shall indicate the current value of the COState attribute.
|
|
975
975
|
*
|
|
976
|
-
* @see {@link MatterSpecification.
|
|
976
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.2.1
|
|
977
977
|
*/
|
|
978
978
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
979
979
|
}>, any>;
|
|
@@ -981,13 +981,13 @@ export declare namespace SmokeCoAlarm {
|
|
|
981
981
|
* This event shall be generated when the device hosting the server receives a CO alarm from an
|
|
982
982
|
* interconnected sensor.
|
|
983
983
|
*
|
|
984
|
-
* @see {@link MatterSpecification.
|
|
984
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.10
|
|
985
985
|
*/
|
|
986
986
|
readonly interconnectCoAlarm: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
987
987
|
/**
|
|
988
988
|
* This field shall indicate the current value of the InterconnectCOAlarm attribute.
|
|
989
989
|
*
|
|
990
|
-
* @see {@link MatterSpecification.
|
|
990
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.10.1
|
|
991
991
|
*/
|
|
992
992
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
993
993
|
}>, any>;
|
|
@@ -1007,7 +1007,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
1007
1007
|
* Per the Matter specification you cannot use {@link SmokeCoAlarmCluster} without enabling certain feature
|
|
1008
1008
|
* combinations. You must use the {@link with} factory method to obtain a working cluster.
|
|
1009
1009
|
*
|
|
1010
|
-
* @see {@link MatterSpecification.
|
|
1010
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11
|
|
1011
1011
|
*/
|
|
1012
1012
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
1013
1013
|
}
|
|
@@ -1074,7 +1074,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
1074
1074
|
* Visible expression is typically a LED light pattern. Audible expression is a horn or speaker pattern.
|
|
1075
1075
|
* Audible expression shall BE suppressed if the DeviceMuted attribute is supported and set to Muted.
|
|
1076
1076
|
*
|
|
1077
|
-
* @see {@link MatterSpecification.
|
|
1077
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.1
|
|
1078
1078
|
*/
|
|
1079
1079
|
readonly expressedState: Attribute<ExpressedState, any>;
|
|
1080
1080
|
/**
|
|
@@ -1083,35 +1083,35 @@ export declare namespace SmokeCoAlarm {
|
|
|
1083
1083
|
* shall be set to Normal. The battery state shall also be reflected in the Power Source cluster
|
|
1084
1084
|
* representing the device’s battery using the appropriate supported attributes and events.
|
|
1085
1085
|
*
|
|
1086
|
-
* @see {@link MatterSpecification.
|
|
1086
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.4
|
|
1087
1087
|
*/
|
|
1088
1088
|
readonly batteryAlert: Attribute<AlarmState, any>;
|
|
1089
1089
|
/**
|
|
1090
1090
|
* Indicates the whether the audible expression of the device is currently muted. Audible expression is
|
|
1091
1091
|
* typically a horn or speaker pattern.
|
|
1092
1092
|
*
|
|
1093
|
-
* @see {@link MatterSpecification.
|
|
1093
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.5
|
|
1094
1094
|
*/
|
|
1095
1095
|
readonly deviceMuted: OptionalAttribute<MuteState, any>;
|
|
1096
1096
|
/**
|
|
1097
1097
|
* Indicates whether the device self-test is currently activated. If the device self-test is activated, this
|
|
1098
1098
|
* attribute shall be set to True, otherwise it shall be set to False.
|
|
1099
1099
|
*
|
|
1100
|
-
* @see {@link MatterSpecification.
|
|
1100
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.6
|
|
1101
1101
|
*/
|
|
1102
1102
|
readonly testInProgress: Attribute<boolean, any>;
|
|
1103
1103
|
/**
|
|
1104
1104
|
* Indicates whether the hardware fault detection mechanism is currently triggered. If the detection
|
|
1105
1105
|
* mechanism is triggered, this attribute shall be set to True, otherwise it shall be set to False.
|
|
1106
1106
|
*
|
|
1107
|
-
* @see {@link MatterSpecification.
|
|
1107
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.7
|
|
1108
1108
|
*/
|
|
1109
1109
|
readonly hardwareFaultAlert: Attribute<boolean, any>;
|
|
1110
1110
|
/**
|
|
1111
1111
|
* Indicates whether the end-of-service has been triggered at the device. This attribute shall be set to
|
|
1112
1112
|
* Expired when the device reaches the end-of-service.
|
|
1113
1113
|
*
|
|
1114
|
-
* @see {@link MatterSpecification.
|
|
1114
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.8
|
|
1115
1115
|
*/
|
|
1116
1116
|
readonly endOfServiceAlert: Attribute<EndOfService, any>;
|
|
1117
1117
|
/**
|
|
@@ -1119,7 +1119,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
1119
1119
|
* interconnected smoke alarm is being triggered, this attribute shall be set to Warning or Critical,
|
|
1120
1120
|
* otherwise it shall be set to Normal.
|
|
1121
1121
|
*
|
|
1122
|
-
* @see {@link MatterSpecification.
|
|
1122
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.9
|
|
1123
1123
|
*/
|
|
1124
1124
|
readonly interconnectSmokeAlarm: OptionalAttribute<AlarmState, any>;
|
|
1125
1125
|
/**
|
|
@@ -1127,7 +1127,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
1127
1127
|
* interconnected CO alarm is being triggered, this attribute shall be set to Warning or Critical, otherwise
|
|
1128
1128
|
* it shall be set to Normal.
|
|
1129
1129
|
*
|
|
1130
|
-
* @see {@link MatterSpecification.
|
|
1130
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.10
|
|
1131
1131
|
*/
|
|
1132
1132
|
readonly interconnectCoAlarm: OptionalAttribute<AlarmState, any>;
|
|
1133
1133
|
/**
|
|
@@ -1136,7 +1136,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
1136
1136
|
* zones, the EndOfServiceAlert may be delayed by up to 24 hours after the ExpiryDate. Similarly, clients
|
|
1137
1137
|
* may delay any actions based on the ExpiryDate by up to 24 hours to best align with the local time zone.
|
|
1138
1138
|
*
|
|
1139
|
-
* @see {@link MatterSpecification.
|
|
1139
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.6.13
|
|
1140
1140
|
*/
|
|
1141
1141
|
readonly expiryDate: OptionalFixedAttribute<number, any>;
|
|
1142
1142
|
};
|
|
@@ -1153,7 +1153,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
1153
1153
|
* SelfTestComplete event shall be generated, the TestInProgress attribute shall be set to False and
|
|
1154
1154
|
* ExpressedState attribute shall be updated to reflect the current state of the server.
|
|
1155
1155
|
*
|
|
1156
|
-
* @see {@link MatterSpecification.
|
|
1156
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.7.1
|
|
1157
1157
|
*/
|
|
1158
1158
|
readonly selfTestRequest: OptionalCommand<void, void, any>;
|
|
1159
1159
|
};
|
|
@@ -1162,7 +1162,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
1162
1162
|
/**
|
|
1163
1163
|
* This field shall indicate the current value of the SmokeState attribute.
|
|
1164
1164
|
*
|
|
1165
|
-
* @see {@link MatterSpecification.
|
|
1165
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.1.1
|
|
1166
1166
|
*/
|
|
1167
1167
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
1168
1168
|
}>, any> & {
|
|
@@ -1177,7 +1177,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
1177
1177
|
/**
|
|
1178
1178
|
* This field shall indicate the current value of the COState attribute.
|
|
1179
1179
|
*
|
|
1180
|
-
* @see {@link MatterSpecification.
|
|
1180
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.2.1
|
|
1181
1181
|
*/
|
|
1182
1182
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
1183
1183
|
}>, any> & {
|
|
@@ -1192,7 +1192,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
1192
1192
|
/**
|
|
1193
1193
|
* This field shall indicate the current value of the InterconnectSmokeAlarm attribute.
|
|
1194
1194
|
*
|
|
1195
|
-
* @see {@link MatterSpecification.
|
|
1195
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.9.1
|
|
1196
1196
|
*/
|
|
1197
1197
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
1198
1198
|
}>, any> & {
|
|
@@ -1207,7 +1207,7 @@ export declare namespace SmokeCoAlarm {
|
|
|
1207
1207
|
/**
|
|
1208
1208
|
* This field shall indicate the current value of the InterconnectCOAlarm attribute.
|
|
1209
1209
|
*
|
|
1210
|
-
* @see {@link MatterSpecification.
|
|
1210
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.10.1
|
|
1211
1211
|
*/
|
|
1212
1212
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
1213
1213
|
}>, any> & {
|
|
@@ -1221,13 +1221,13 @@ export declare namespace SmokeCoAlarm {
|
|
|
1221
1221
|
/**
|
|
1222
1222
|
* This event shall be generated when BatteryAlert attribute changes to either Warning or Critical state.
|
|
1223
1223
|
*
|
|
1224
|
-
* @see {@link MatterSpecification.
|
|
1224
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.3
|
|
1225
1225
|
*/
|
|
1226
1226
|
readonly lowBattery: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1227
1227
|
/**
|
|
1228
1228
|
* This field shall indicate the current value of the BatteryAlert attribute.
|
|
1229
1229
|
*
|
|
1230
|
-
* @see {@link MatterSpecification.
|
|
1230
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.3.1
|
|
1231
1231
|
*/
|
|
1232
1232
|
alarmSeverityLevel: import("../tlv/TlvObject.js").FieldType<AlarmState>;
|
|
1233
1233
|
}>, any>;
|
|
@@ -1235,38 +1235,38 @@ export declare namespace SmokeCoAlarm {
|
|
|
1235
1235
|
* This event shall be generated when the device detects a hardware fault that leads to setting
|
|
1236
1236
|
* HardwareFaultAlert to True.
|
|
1237
1237
|
*
|
|
1238
|
-
* @see {@link MatterSpecification.
|
|
1238
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.4
|
|
1239
1239
|
*/
|
|
1240
1240
|
readonly hardwareFault: Event<void, any>;
|
|
1241
1241
|
/**
|
|
1242
1242
|
* This event shall be generated when the EndOfServiceAlert is set to Expired.
|
|
1243
1243
|
*
|
|
1244
|
-
* @see {@link MatterSpecification.
|
|
1244
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.5
|
|
1245
1245
|
*/
|
|
1246
1246
|
readonly endOfService: Event<void, any>;
|
|
1247
1247
|
/**
|
|
1248
1248
|
* This event shall be generated when the SelfTest completes, and the attribute TestInProgress changes to
|
|
1249
1249
|
* False.
|
|
1250
1250
|
*
|
|
1251
|
-
* @see {@link MatterSpecification.
|
|
1251
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.6
|
|
1252
1252
|
*/
|
|
1253
1253
|
readonly selfTestComplete: Event<void, any>;
|
|
1254
1254
|
/**
|
|
1255
1255
|
* This event shall be generated when the DeviceMuted attribute changes to Muted.
|
|
1256
1256
|
*
|
|
1257
|
-
* @see {@link MatterSpecification.
|
|
1257
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.7
|
|
1258
1258
|
*/
|
|
1259
1259
|
readonly alarmMuted: OptionalEvent<void, any>;
|
|
1260
1260
|
/**
|
|
1261
1261
|
* This event shall be generated when DeviceMuted attribute changes to NotMuted.
|
|
1262
1262
|
*
|
|
1263
|
-
* @see {@link MatterSpecification.
|
|
1263
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.8
|
|
1264
1264
|
*/
|
|
1265
1265
|
readonly muteEnded: OptionalEvent<void, any>;
|
|
1266
1266
|
/**
|
|
1267
1267
|
* This event shall be generated when ExpressedState attribute returns to Normal state.
|
|
1268
1268
|
*
|
|
1269
|
-
* @see {@link MatterSpecification.
|
|
1269
|
+
* @see {@link MatterSpecification.v141.Cluster} § 2.11.8.11
|
|
1270
1270
|
*/
|
|
1271
1271
|
readonly allClear: Event<void, any>;
|
|
1272
1272
|
};
|