@matter/types 0.13.0-alpha.0-20250329-cd36948da → 0.13.0-alpha.0-20250331-ae2df3e19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +99 -99
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +559 -559
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +17 -17
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +356 -356
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +475 -475
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1350 -1350
- package/dist/cjs/clusters/door-lock.js +228 -228
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +16 -16
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
- package/dist/cjs/clusters/level-control.d.ts +307 -307
- package/dist/cjs/clusters/level-control.js +33 -33
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +385 -385
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
- package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/cjs/clusters/rvc-operational-state.js +15 -15
- package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/cjs/clusters/rvc-run-mode.js +8 -8
- package/dist/cjs/clusters/scenes-management.d.ts +252 -252
- package/dist/cjs/clusters/scenes-management.js +72 -72
- package/dist/cjs/clusters/scenes-management.js.map +1 -1
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +30 -30
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +116 -116
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +245 -245
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +99 -99
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +559 -559
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +17 -17
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +356 -356
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +475 -475
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1350 -1350
- package/dist/esm/clusters/door-lock.js +228 -228
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +16 -16
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/esm/clusters/laundry-washer-mode.js +8 -8
- package/dist/esm/clusters/level-control.d.ts +307 -307
- package/dist/esm/clusters/level-control.js +33 -33
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +385 -385
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/esm/clusters/rvc-clean-mode.js +8 -8
- package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/esm/clusters/rvc-operational-state.js +15 -15
- package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/esm/clusters/rvc-run-mode.js +8 -8
- package/dist/esm/clusters/scenes-management.d.ts +252 -252
- package/dist/esm/clusters/scenes-management.js +72 -72
- package/dist/esm/clusters/scenes-management.js.map +1 -1
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +30 -30
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +116 -116
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +245 -245
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +20 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +28 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +111 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +12 -12
- package/src/clusters/content-control.ts +96 -96
- package/src/clusters/content-launcher.ts +69 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +26 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +377 -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-cluster.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +11 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +28 -28
- package/src/clusters/level-control.ts +50 -50
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +91 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +39 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +9 -9
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +28 -28
- package/src/clusters/rvc-operational-state.ts +26 -26
- package/src/clusters/rvc-run-mode.ts +35 -35
- package/src/clusters/scenes-management.ts +114 -114
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +20 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +174 -174
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +81 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +35 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -13,7 +13,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
13
13
|
/**
|
|
14
14
|
* These are optional features supported by BooleanStateConfigurationCluster.
|
|
15
15
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
16
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.4
|
|
17
17
|
*/
|
|
18
18
|
enum Feature {
|
|
19
19
|
/**
|
|
@@ -48,7 +48,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
48
48
|
* is intended to stop the physical alarming, e.g. emitting a sound or blinking a light; it does not impact
|
|
49
49
|
* alarm reporting in AlarmsActive.
|
|
50
50
|
*
|
|
51
|
-
* @see {@link MatterSpecification.
|
|
51
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.4.1
|
|
52
52
|
*/
|
|
53
53
|
AlarmSuppress = "AlarmSuppress",
|
|
54
54
|
/**
|
|
@@ -59,7 +59,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
59
59
|
SensitivityLevel = "SensitivityLevel"
|
|
60
60
|
}
|
|
61
61
|
/**
|
|
62
|
-
* @see {@link MatterSpecification.
|
|
62
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.5.1
|
|
63
63
|
*/
|
|
64
64
|
const AlarmMode: {
|
|
65
65
|
/**
|
|
@@ -74,14 +74,14 @@ export declare namespace BooleanStateConfiguration {
|
|
|
74
74
|
/**
|
|
75
75
|
* Input to the BooleanStateConfiguration enableDisableAlarm command
|
|
76
76
|
*
|
|
77
|
-
* @see {@link MatterSpecification.
|
|
77
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.2
|
|
78
78
|
*/
|
|
79
79
|
const TlvEnableDisableAlarmRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
80
80
|
/**
|
|
81
81
|
* This field shall indicate the alarm modes to either enable or disable depending on the bit status, as
|
|
82
82
|
* specified for the AlarmsEnabled attribute.
|
|
83
83
|
*
|
|
84
|
-
* @see {@link MatterSpecification.
|
|
84
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.2.1
|
|
85
85
|
*/
|
|
86
86
|
alarmsToEnableDisable: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
87
87
|
/**
|
|
@@ -97,21 +97,21 @@ export declare namespace BooleanStateConfiguration {
|
|
|
97
97
|
/**
|
|
98
98
|
* Input to the BooleanStateConfiguration enableDisableAlarm command
|
|
99
99
|
*
|
|
100
|
-
* @see {@link MatterSpecification.
|
|
100
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.2
|
|
101
101
|
*/
|
|
102
102
|
interface EnableDisableAlarmRequest extends TypeFromSchema<typeof TlvEnableDisableAlarmRequest> {
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
105
|
* Body of the BooleanStateConfiguration alarmsStateChanged event
|
|
106
106
|
*
|
|
107
|
-
* @see {@link MatterSpecification.
|
|
107
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.1
|
|
108
108
|
*/
|
|
109
109
|
const TlvAlarmsStateChangedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
110
110
|
/**
|
|
111
111
|
* This field shall indicate the state of active alarm modes, as indicated by the AlarmsActive attribute, at the
|
|
112
112
|
* time the event was generated.
|
|
113
113
|
*
|
|
114
|
-
* @see {@link MatterSpecification.
|
|
114
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.1.1
|
|
115
115
|
*/
|
|
116
116
|
alarmsActive: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
117
117
|
/**
|
|
@@ -127,7 +127,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
127
127
|
* This field shall indicate the state of suppressed alarm modes, as indicated by the AlarmsSuppressed
|
|
128
128
|
* attribute, at the time the event was generated.
|
|
129
129
|
*
|
|
130
|
-
* @see {@link MatterSpecification.
|
|
130
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.1.2
|
|
131
131
|
*/
|
|
132
132
|
alarmsSuppressed: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
133
133
|
/**
|
|
@@ -143,20 +143,20 @@ export declare namespace BooleanStateConfiguration {
|
|
|
143
143
|
/**
|
|
144
144
|
* Body of the BooleanStateConfiguration alarmsStateChanged event
|
|
145
145
|
*
|
|
146
|
-
* @see {@link MatterSpecification.
|
|
146
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.1
|
|
147
147
|
*/
|
|
148
148
|
interface AlarmsStateChangedEvent extends TypeFromSchema<typeof TlvAlarmsStateChangedEvent> {
|
|
149
149
|
}
|
|
150
150
|
/**
|
|
151
151
|
* Input to the BooleanStateConfiguration suppressAlarm command
|
|
152
152
|
*
|
|
153
|
-
* @see {@link MatterSpecification.
|
|
153
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.1
|
|
154
154
|
*/
|
|
155
155
|
const TlvSuppressAlarmRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
156
156
|
/**
|
|
157
157
|
* This field shall indicate the alarm modes to suppress.
|
|
158
158
|
*
|
|
159
|
-
* @see {@link MatterSpecification.
|
|
159
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.1.1
|
|
160
160
|
*/
|
|
161
161
|
alarmsToSuppress: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
162
162
|
/**
|
|
@@ -172,12 +172,12 @@ export declare namespace BooleanStateConfiguration {
|
|
|
172
172
|
/**
|
|
173
173
|
* Input to the BooleanStateConfiguration suppressAlarm command
|
|
174
174
|
*
|
|
175
|
-
* @see {@link MatterSpecification.
|
|
175
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.1
|
|
176
176
|
*/
|
|
177
177
|
interface SuppressAlarmRequest extends TypeFromSchema<typeof TlvSuppressAlarmRequest> {
|
|
178
178
|
}
|
|
179
179
|
/**
|
|
180
|
-
* @see {@link MatterSpecification.
|
|
180
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.5.2
|
|
181
181
|
*/
|
|
182
182
|
const SensorFault: {
|
|
183
183
|
/**
|
|
@@ -188,13 +188,13 @@ export declare namespace BooleanStateConfiguration {
|
|
|
188
188
|
/**
|
|
189
189
|
* Body of the BooleanStateConfiguration sensorFault event
|
|
190
190
|
*
|
|
191
|
-
* @see {@link MatterSpecification.
|
|
191
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.2
|
|
192
192
|
*/
|
|
193
193
|
const TlvSensorFaultEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
194
194
|
/**
|
|
195
195
|
* This field shall indicate the value of the SensorFault attribute, at the time this event is generated.
|
|
196
196
|
*
|
|
197
|
-
* @see {@link MatterSpecification.
|
|
197
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.2.1
|
|
198
198
|
*/
|
|
199
199
|
sensorFault: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
200
200
|
/**
|
|
@@ -206,7 +206,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
206
206
|
/**
|
|
207
207
|
* Body of the BooleanStateConfiguration sensorFault event
|
|
208
208
|
*
|
|
209
|
-
* @see {@link MatterSpecification.
|
|
209
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.2
|
|
210
210
|
*/
|
|
211
211
|
interface SensorFaultEvent extends TypeFromSchema<typeof TlvSensorFaultEvent> {
|
|
212
212
|
}
|
|
@@ -221,7 +221,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
221
221
|
* If a write interaction to this attribute contains an unsupported sensitivity value, a CONSTRAINT_ERROR
|
|
222
222
|
* status shall be returned.
|
|
223
223
|
*
|
|
224
|
-
* @see {@link MatterSpecification.
|
|
224
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.1
|
|
225
225
|
*/
|
|
226
226
|
readonly currentSensitivityLevel: WritableAttribute<number, any>;
|
|
227
227
|
/**
|
|
@@ -234,13 +234,13 @@ export declare namespace BooleanStateConfiguration {
|
|
|
234
234
|
* The number of supported sensitivity levels SHOULD represent unique sensitivity levels supported by the
|
|
235
235
|
* device.
|
|
236
236
|
*
|
|
237
|
-
* @see {@link MatterSpecification.
|
|
237
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.2
|
|
238
238
|
*/
|
|
239
239
|
readonly supportedSensitivityLevels: FixedAttribute<number, any>;
|
|
240
240
|
/**
|
|
241
241
|
* Indicates the default sensitivity level selected by the manufacturer.
|
|
242
242
|
*
|
|
243
|
-
* @see {@link MatterSpecification.
|
|
243
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.3
|
|
244
244
|
*/
|
|
245
245
|
readonly defaultSensitivityLevel: OptionalFixedAttribute<number, any>;
|
|
246
246
|
};
|
|
@@ -262,7 +262,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
262
262
|
*
|
|
263
263
|
* • 1 = Active
|
|
264
264
|
*
|
|
265
|
-
* @see {@link MatterSpecification.
|
|
265
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.4
|
|
266
266
|
*/
|
|
267
267
|
readonly alarmsActive: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
268
268
|
/**
|
|
@@ -284,7 +284,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
284
284
|
*
|
|
285
285
|
* • 1 = Enabled
|
|
286
286
|
*
|
|
287
|
-
* @see {@link MatterSpecification.
|
|
287
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.6
|
|
288
288
|
*/
|
|
289
289
|
readonly alarmsEnabled: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
290
290
|
/**
|
|
@@ -303,7 +303,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
303
303
|
*
|
|
304
304
|
* • 1 = Supported
|
|
305
305
|
*
|
|
306
|
-
* @see {@link MatterSpecification.
|
|
306
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.7
|
|
307
307
|
*/
|
|
308
308
|
readonly alarmsSupported: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
309
309
|
/**
|
|
@@ -318,14 +318,14 @@ export declare namespace BooleanStateConfiguration {
|
|
|
318
318
|
};
|
|
319
319
|
readonly commands: {
|
|
320
320
|
/**
|
|
321
|
-
* @see {@link MatterSpecification.
|
|
321
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.2
|
|
322
322
|
*/
|
|
323
323
|
readonly enableDisableAlarm: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
324
324
|
/**
|
|
325
325
|
* This field shall indicate the alarm modes to either enable or disable depending on the bit status, as
|
|
326
326
|
* specified for the AlarmsEnabled attribute.
|
|
327
327
|
*
|
|
328
|
-
* @see {@link MatterSpecification.
|
|
328
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.2.1
|
|
329
329
|
*/
|
|
330
330
|
alarmsToEnableDisable: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
331
331
|
/**
|
|
@@ -349,14 +349,14 @@ export declare namespace BooleanStateConfiguration {
|
|
|
349
349
|
* If several alarm modes change state at the same time, a single event combining multiple changes may be
|
|
350
350
|
* emitted instead of multiple events each representing a single change.
|
|
351
351
|
*
|
|
352
|
-
* @see {@link MatterSpecification.
|
|
352
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.1
|
|
353
353
|
*/
|
|
354
354
|
readonly alarmsStateChanged: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
355
355
|
/**
|
|
356
356
|
* This field shall indicate the state of active alarm modes, as indicated by the AlarmsActive attribute, at the
|
|
357
357
|
* time the event was generated.
|
|
358
358
|
*
|
|
359
|
-
* @see {@link MatterSpecification.
|
|
359
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.1.1
|
|
360
360
|
*/
|
|
361
361
|
alarmsActive: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
362
362
|
/**
|
|
@@ -372,7 +372,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
372
372
|
* This field shall indicate the state of suppressed alarm modes, as indicated by the AlarmsSuppressed
|
|
373
373
|
* attribute, at the time the event was generated.
|
|
374
374
|
*
|
|
375
|
-
* @see {@link MatterSpecification.
|
|
375
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.1.2
|
|
376
376
|
*/
|
|
377
377
|
alarmsSuppressed: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
378
378
|
/**
|
|
@@ -404,7 +404,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
404
404
|
*
|
|
405
405
|
* • 1 = Suppressed
|
|
406
406
|
*
|
|
407
|
-
* @see {@link MatterSpecification.
|
|
407
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.5
|
|
408
408
|
*/
|
|
409
409
|
readonly alarmsSuppressed: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
410
410
|
/**
|
|
@@ -419,13 +419,13 @@ export declare namespace BooleanStateConfiguration {
|
|
|
419
419
|
};
|
|
420
420
|
readonly commands: {
|
|
421
421
|
/**
|
|
422
|
-
* @see {@link MatterSpecification.
|
|
422
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.1
|
|
423
423
|
*/
|
|
424
424
|
readonly suppressAlarm: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
425
425
|
/**
|
|
426
426
|
* This field shall indicate the alarm modes to suppress.
|
|
427
427
|
*
|
|
428
|
-
* @see {@link MatterSpecification.
|
|
428
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.1.1
|
|
429
429
|
*/
|
|
430
430
|
alarmsToSuppress: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
431
431
|
/**
|
|
@@ -481,7 +481,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
481
481
|
* and is intended to stop the physical alarming, e.g. emitting a sound or blinking a light; it does not
|
|
482
482
|
* impact alarm reporting in AlarmsActive.
|
|
483
483
|
*
|
|
484
|
-
* @see {@link MatterSpecification.
|
|
484
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.4.1
|
|
485
485
|
*/
|
|
486
486
|
readonly alarmSuppress: BitFlag;
|
|
487
487
|
/**
|
|
@@ -495,7 +495,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
495
495
|
/**
|
|
496
496
|
* Indicates any faults registered by the device.
|
|
497
497
|
*
|
|
498
|
-
* @see {@link MatterSpecification.
|
|
498
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.8
|
|
499
499
|
*/
|
|
500
500
|
readonly sensorFault: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
501
501
|
/**
|
|
@@ -508,13 +508,13 @@ export declare namespace BooleanStateConfiguration {
|
|
|
508
508
|
/**
|
|
509
509
|
* This event shall be generated when the device registers or clears a fault.
|
|
510
510
|
*
|
|
511
|
-
* @see {@link MatterSpecification.
|
|
511
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.2
|
|
512
512
|
*/
|
|
513
513
|
readonly sensorFault: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
514
514
|
/**
|
|
515
515
|
* This field shall indicate the value of the SensorFault attribute, at the time this event is generated.
|
|
516
516
|
*
|
|
517
|
-
* @see {@link MatterSpecification.
|
|
517
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.2.1
|
|
518
518
|
*/
|
|
519
519
|
sensorFault: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
520
520
|
/**
|
|
@@ -540,7 +540,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
540
540
|
* If a write interaction to this attribute contains an unsupported sensitivity value, a CONSTRAINT_ERROR
|
|
541
541
|
* status shall be returned.
|
|
542
542
|
*
|
|
543
|
-
* @see {@link MatterSpecification.
|
|
543
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.1
|
|
544
544
|
*/
|
|
545
545
|
readonly currentSensitivityLevel: WritableAttribute<number, any>;
|
|
546
546
|
/**
|
|
@@ -553,13 +553,13 @@ export declare namespace BooleanStateConfiguration {
|
|
|
553
553
|
* The number of supported sensitivity levels SHOULD represent unique sensitivity levels supported by the
|
|
554
554
|
* device.
|
|
555
555
|
*
|
|
556
|
-
* @see {@link MatterSpecification.
|
|
556
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.2
|
|
557
557
|
*/
|
|
558
558
|
readonly supportedSensitivityLevels: FixedAttribute<number, any>;
|
|
559
559
|
/**
|
|
560
560
|
* Indicates the default sensitivity level selected by the manufacturer.
|
|
561
561
|
*
|
|
562
|
-
* @see {@link MatterSpecification.
|
|
562
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.3
|
|
563
563
|
*/
|
|
564
564
|
readonly defaultSensitivityLevel: OptionalFixedAttribute<number, any>;
|
|
565
565
|
};
|
|
@@ -582,7 +582,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
582
582
|
*
|
|
583
583
|
* • 1 = Active
|
|
584
584
|
*
|
|
585
|
-
* @see {@link MatterSpecification.
|
|
585
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.4
|
|
586
586
|
*/
|
|
587
587
|
readonly alarmsActive: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
588
588
|
/**
|
|
@@ -604,7 +604,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
604
604
|
*
|
|
605
605
|
* • 1 = Enabled
|
|
606
606
|
*
|
|
607
|
-
* @see {@link MatterSpecification.
|
|
607
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.6
|
|
608
608
|
*/
|
|
609
609
|
readonly alarmsEnabled: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
610
610
|
/**
|
|
@@ -623,7 +623,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
623
623
|
*
|
|
624
624
|
* • 1 = Supported
|
|
625
625
|
*
|
|
626
|
-
* @see {@link MatterSpecification.
|
|
626
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.7
|
|
627
627
|
*/
|
|
628
628
|
readonly alarmsSupported: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
629
629
|
/**
|
|
@@ -638,14 +638,14 @@ export declare namespace BooleanStateConfiguration {
|
|
|
638
638
|
};
|
|
639
639
|
readonly commands: {
|
|
640
640
|
/**
|
|
641
|
-
* @see {@link MatterSpecification.
|
|
641
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.2
|
|
642
642
|
*/
|
|
643
643
|
readonly enableDisableAlarm: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
644
644
|
/**
|
|
645
645
|
* This field shall indicate the alarm modes to either enable or disable depending on the bit status, as
|
|
646
646
|
* specified for the AlarmsEnabled attribute.
|
|
647
647
|
*
|
|
648
|
-
* @see {@link MatterSpecification.
|
|
648
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.2.1
|
|
649
649
|
*/
|
|
650
650
|
alarmsToEnableDisable: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
651
651
|
/**
|
|
@@ -669,14 +669,14 @@ export declare namespace BooleanStateConfiguration {
|
|
|
669
669
|
* If several alarm modes change state at the same time, a single event combining multiple changes may be
|
|
670
670
|
* emitted instead of multiple events each representing a single change.
|
|
671
671
|
*
|
|
672
|
-
* @see {@link MatterSpecification.
|
|
672
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.1
|
|
673
673
|
*/
|
|
674
674
|
readonly alarmsStateChanged: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
675
675
|
/**
|
|
676
676
|
* This field shall indicate the state of active alarm modes, as indicated by the AlarmsActive attribute, at the
|
|
677
677
|
* time the event was generated.
|
|
678
678
|
*
|
|
679
|
-
* @see {@link MatterSpecification.
|
|
679
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.1.1
|
|
680
680
|
*/
|
|
681
681
|
alarmsActive: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
682
682
|
/**
|
|
@@ -692,7 +692,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
692
692
|
* This field shall indicate the state of suppressed alarm modes, as indicated by the AlarmsSuppressed
|
|
693
693
|
* attribute, at the time the event was generated.
|
|
694
694
|
*
|
|
695
|
-
* @see {@link MatterSpecification.
|
|
695
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.1.2
|
|
696
696
|
*/
|
|
697
697
|
alarmsSuppressed: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
698
698
|
/**
|
|
@@ -725,7 +725,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
725
725
|
*
|
|
726
726
|
* • 1 = Active
|
|
727
727
|
*
|
|
728
|
-
* @see {@link MatterSpecification.
|
|
728
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.4
|
|
729
729
|
*/
|
|
730
730
|
readonly alarmsActive: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
731
731
|
/**
|
|
@@ -747,7 +747,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
747
747
|
*
|
|
748
748
|
* • 1 = Enabled
|
|
749
749
|
*
|
|
750
|
-
* @see {@link MatterSpecification.
|
|
750
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.6
|
|
751
751
|
*/
|
|
752
752
|
readonly alarmsEnabled: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
753
753
|
/**
|
|
@@ -766,7 +766,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
766
766
|
*
|
|
767
767
|
* • 1 = Supported
|
|
768
768
|
*
|
|
769
|
-
* @see {@link MatterSpecification.
|
|
769
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.7
|
|
770
770
|
*/
|
|
771
771
|
readonly alarmsSupported: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
772
772
|
/**
|
|
@@ -781,14 +781,14 @@ export declare namespace BooleanStateConfiguration {
|
|
|
781
781
|
};
|
|
782
782
|
readonly commands: {
|
|
783
783
|
/**
|
|
784
|
-
* @see {@link MatterSpecification.
|
|
784
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.2
|
|
785
785
|
*/
|
|
786
786
|
readonly enableDisableAlarm: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
787
787
|
/**
|
|
788
788
|
* This field shall indicate the alarm modes to either enable or disable depending on the bit status, as
|
|
789
789
|
* specified for the AlarmsEnabled attribute.
|
|
790
790
|
*
|
|
791
|
-
* @see {@link MatterSpecification.
|
|
791
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.2.1
|
|
792
792
|
*/
|
|
793
793
|
alarmsToEnableDisable: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
794
794
|
/**
|
|
@@ -812,14 +812,14 @@ export declare namespace BooleanStateConfiguration {
|
|
|
812
812
|
* If several alarm modes change state at the same time, a single event combining multiple changes may be
|
|
813
813
|
* emitted instead of multiple events each representing a single change.
|
|
814
814
|
*
|
|
815
|
-
* @see {@link MatterSpecification.
|
|
815
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.1
|
|
816
816
|
*/
|
|
817
817
|
readonly alarmsStateChanged: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
818
818
|
/**
|
|
819
819
|
* This field shall indicate the state of active alarm modes, as indicated by the AlarmsActive attribute, at the
|
|
820
820
|
* time the event was generated.
|
|
821
821
|
*
|
|
822
|
-
* @see {@link MatterSpecification.
|
|
822
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.1.1
|
|
823
823
|
*/
|
|
824
824
|
alarmsActive: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
825
825
|
/**
|
|
@@ -835,7 +835,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
835
835
|
* This field shall indicate the state of suppressed alarm modes, as indicated by the AlarmsSuppressed
|
|
836
836
|
* attribute, at the time the event was generated.
|
|
837
837
|
*
|
|
838
|
-
* @see {@link MatterSpecification.
|
|
838
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.1.2
|
|
839
839
|
*/
|
|
840
840
|
alarmsSuppressed: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
841
841
|
/**
|
|
@@ -868,7 +868,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
868
868
|
*
|
|
869
869
|
* • 1 = Suppressed
|
|
870
870
|
*
|
|
871
|
-
* @see {@link MatterSpecification.
|
|
871
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.5
|
|
872
872
|
*/
|
|
873
873
|
readonly alarmsSuppressed: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
874
874
|
/**
|
|
@@ -883,13 +883,13 @@ export declare namespace BooleanStateConfiguration {
|
|
|
883
883
|
};
|
|
884
884
|
readonly commands: {
|
|
885
885
|
/**
|
|
886
|
-
* @see {@link MatterSpecification.
|
|
886
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.1
|
|
887
887
|
*/
|
|
888
888
|
readonly suppressAlarm: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
889
889
|
/**
|
|
890
890
|
* This field shall indicate the alarm modes to suppress.
|
|
891
891
|
*
|
|
892
|
-
* @see {@link MatterSpecification.
|
|
892
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.1.1
|
|
893
893
|
*/
|
|
894
894
|
alarmsToSuppress: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
895
895
|
/**
|
|
@@ -954,7 +954,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
954
954
|
* and is intended to stop the physical alarming, e.g. emitting a sound or blinking a light; it does not
|
|
955
955
|
* impact alarm reporting in AlarmsActive.
|
|
956
956
|
*
|
|
957
|
-
* @see {@link MatterSpecification.
|
|
957
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.4.1
|
|
958
958
|
*/
|
|
959
959
|
readonly alarmSuppress: BitFlag;
|
|
960
960
|
/**
|
|
@@ -968,7 +968,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
968
968
|
/**
|
|
969
969
|
* Indicates any faults registered by the device.
|
|
970
970
|
*
|
|
971
|
-
* @see {@link MatterSpecification.
|
|
971
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.8
|
|
972
972
|
*/
|
|
973
973
|
readonly sensorFault: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
974
974
|
/**
|
|
@@ -981,13 +981,13 @@ export declare namespace BooleanStateConfiguration {
|
|
|
981
981
|
/**
|
|
982
982
|
* This event shall be generated when the device registers or clears a fault.
|
|
983
983
|
*
|
|
984
|
-
* @see {@link MatterSpecification.
|
|
984
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.2
|
|
985
985
|
*/
|
|
986
986
|
readonly sensorFault: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
987
987
|
/**
|
|
988
988
|
* This field shall indicate the value of the SensorFault attribute, at the time this event is generated.
|
|
989
989
|
*
|
|
990
|
-
* @see {@link MatterSpecification.
|
|
990
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.2.1
|
|
991
991
|
*/
|
|
992
992
|
sensorFault: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
993
993
|
/**
|
|
@@ -1013,7 +1013,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1013
1013
|
* If a write interaction to this attribute contains an unsupported sensitivity value, a CONSTRAINT_ERROR
|
|
1014
1014
|
* status shall be returned.
|
|
1015
1015
|
*
|
|
1016
|
-
* @see {@link MatterSpecification.
|
|
1016
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.1
|
|
1017
1017
|
*/
|
|
1018
1018
|
readonly currentSensitivityLevel: WritableAttribute<number, any>;
|
|
1019
1019
|
/**
|
|
@@ -1026,13 +1026,13 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1026
1026
|
* The number of supported sensitivity levels SHOULD represent unique sensitivity levels supported by the
|
|
1027
1027
|
* device.
|
|
1028
1028
|
*
|
|
1029
|
-
* @see {@link MatterSpecification.
|
|
1029
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.2
|
|
1030
1030
|
*/
|
|
1031
1031
|
readonly supportedSensitivityLevels: FixedAttribute<number, any>;
|
|
1032
1032
|
/**
|
|
1033
1033
|
* Indicates the default sensitivity level selected by the manufacturer.
|
|
1034
1034
|
*
|
|
1035
|
-
* @see {@link MatterSpecification.
|
|
1035
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.3
|
|
1036
1036
|
*/
|
|
1037
1037
|
readonly defaultSensitivityLevel: OptionalFixedAttribute<number, any>;
|
|
1038
1038
|
};
|
|
@@ -1055,7 +1055,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1055
1055
|
*
|
|
1056
1056
|
* • 1 = Active
|
|
1057
1057
|
*
|
|
1058
|
-
* @see {@link MatterSpecification.
|
|
1058
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.4
|
|
1059
1059
|
*/
|
|
1060
1060
|
readonly alarmsActive: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1061
1061
|
/**
|
|
@@ -1077,7 +1077,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1077
1077
|
*
|
|
1078
1078
|
* • 1 = Enabled
|
|
1079
1079
|
*
|
|
1080
|
-
* @see {@link MatterSpecification.
|
|
1080
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.6
|
|
1081
1081
|
*/
|
|
1082
1082
|
readonly alarmsEnabled: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1083
1083
|
/**
|
|
@@ -1096,7 +1096,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1096
1096
|
*
|
|
1097
1097
|
* • 1 = Supported
|
|
1098
1098
|
*
|
|
1099
|
-
* @see {@link MatterSpecification.
|
|
1099
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.7
|
|
1100
1100
|
*/
|
|
1101
1101
|
readonly alarmsSupported: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1102
1102
|
/**
|
|
@@ -1111,14 +1111,14 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1111
1111
|
};
|
|
1112
1112
|
readonly commands: {
|
|
1113
1113
|
/**
|
|
1114
|
-
* @see {@link MatterSpecification.
|
|
1114
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.2
|
|
1115
1115
|
*/
|
|
1116
1116
|
readonly enableDisableAlarm: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1117
1117
|
/**
|
|
1118
1118
|
* This field shall indicate the alarm modes to either enable or disable depending on the bit status, as
|
|
1119
1119
|
* specified for the AlarmsEnabled attribute.
|
|
1120
1120
|
*
|
|
1121
|
-
* @see {@link MatterSpecification.
|
|
1121
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.2.1
|
|
1122
1122
|
*/
|
|
1123
1123
|
alarmsToEnableDisable: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1124
1124
|
/**
|
|
@@ -1142,14 +1142,14 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1142
1142
|
* If several alarm modes change state at the same time, a single event combining multiple changes may be
|
|
1143
1143
|
* emitted instead of multiple events each representing a single change.
|
|
1144
1144
|
*
|
|
1145
|
-
* @see {@link MatterSpecification.
|
|
1145
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.1
|
|
1146
1146
|
*/
|
|
1147
1147
|
readonly alarmsStateChanged: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1148
1148
|
/**
|
|
1149
1149
|
* This field shall indicate the state of active alarm modes, as indicated by the AlarmsActive attribute, at the
|
|
1150
1150
|
* time the event was generated.
|
|
1151
1151
|
*
|
|
1152
|
-
* @see {@link MatterSpecification.
|
|
1152
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.1.1
|
|
1153
1153
|
*/
|
|
1154
1154
|
alarmsActive: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1155
1155
|
/**
|
|
@@ -1165,7 +1165,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1165
1165
|
* This field shall indicate the state of suppressed alarm modes, as indicated by the AlarmsSuppressed
|
|
1166
1166
|
* attribute, at the time the event was generated.
|
|
1167
1167
|
*
|
|
1168
|
-
* @see {@link MatterSpecification.
|
|
1168
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.1.2
|
|
1169
1169
|
*/
|
|
1170
1170
|
alarmsSuppressed: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1171
1171
|
/**
|
|
@@ -1198,7 +1198,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1198
1198
|
*
|
|
1199
1199
|
* • 1 = Active
|
|
1200
1200
|
*
|
|
1201
|
-
* @see {@link MatterSpecification.
|
|
1201
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.4
|
|
1202
1202
|
*/
|
|
1203
1203
|
readonly alarmsActive: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1204
1204
|
/**
|
|
@@ -1220,7 +1220,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1220
1220
|
*
|
|
1221
1221
|
* • 1 = Enabled
|
|
1222
1222
|
*
|
|
1223
|
-
* @see {@link MatterSpecification.
|
|
1223
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.6
|
|
1224
1224
|
*/
|
|
1225
1225
|
readonly alarmsEnabled: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1226
1226
|
/**
|
|
@@ -1239,7 +1239,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1239
1239
|
*
|
|
1240
1240
|
* • 1 = Supported
|
|
1241
1241
|
*
|
|
1242
|
-
* @see {@link MatterSpecification.
|
|
1242
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.7
|
|
1243
1243
|
*/
|
|
1244
1244
|
readonly alarmsSupported: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1245
1245
|
/**
|
|
@@ -1254,14 +1254,14 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1254
1254
|
};
|
|
1255
1255
|
readonly commands: {
|
|
1256
1256
|
/**
|
|
1257
|
-
* @see {@link MatterSpecification.
|
|
1257
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.2
|
|
1258
1258
|
*/
|
|
1259
1259
|
readonly enableDisableAlarm: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1260
1260
|
/**
|
|
1261
1261
|
* This field shall indicate the alarm modes to either enable or disable depending on the bit status, as
|
|
1262
1262
|
* specified for the AlarmsEnabled attribute.
|
|
1263
1263
|
*
|
|
1264
|
-
* @see {@link MatterSpecification.
|
|
1264
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.2.1
|
|
1265
1265
|
*/
|
|
1266
1266
|
alarmsToEnableDisable: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1267
1267
|
/**
|
|
@@ -1285,14 +1285,14 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1285
1285
|
* If several alarm modes change state at the same time, a single event combining multiple changes may be
|
|
1286
1286
|
* emitted instead of multiple events each representing a single change.
|
|
1287
1287
|
*
|
|
1288
|
-
* @see {@link MatterSpecification.
|
|
1288
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.1
|
|
1289
1289
|
*/
|
|
1290
1290
|
readonly alarmsStateChanged: Event<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1291
1291
|
/**
|
|
1292
1292
|
* This field shall indicate the state of active alarm modes, as indicated by the AlarmsActive attribute, at the
|
|
1293
1293
|
* time the event was generated.
|
|
1294
1294
|
*
|
|
1295
|
-
* @see {@link MatterSpecification.
|
|
1295
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.1.1
|
|
1296
1296
|
*/
|
|
1297
1297
|
alarmsActive: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1298
1298
|
/**
|
|
@@ -1308,7 +1308,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1308
1308
|
* This field shall indicate the state of suppressed alarm modes, as indicated by the AlarmsSuppressed
|
|
1309
1309
|
* attribute, at the time the event was generated.
|
|
1310
1310
|
*
|
|
1311
|
-
* @see {@link MatterSpecification.
|
|
1311
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.1.2
|
|
1312
1312
|
*/
|
|
1313
1313
|
alarmsSuppressed: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1314
1314
|
/**
|
|
@@ -1341,7 +1341,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1341
1341
|
*
|
|
1342
1342
|
* • 1 = Suppressed
|
|
1343
1343
|
*
|
|
1344
|
-
* @see {@link MatterSpecification.
|
|
1344
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.6.5
|
|
1345
1345
|
*/
|
|
1346
1346
|
readonly alarmsSuppressed: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1347
1347
|
/**
|
|
@@ -1356,13 +1356,13 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1356
1356
|
};
|
|
1357
1357
|
readonly commands: {
|
|
1358
1358
|
/**
|
|
1359
|
-
* @see {@link MatterSpecification.
|
|
1359
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.1
|
|
1360
1360
|
*/
|
|
1361
1361
|
readonly suppressAlarm: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1362
1362
|
/**
|
|
1363
1363
|
* This field shall indicate the alarm modes to suppress.
|
|
1364
1364
|
*
|
|
1365
|
-
* @see {@link MatterSpecification.
|
|
1365
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.1.1
|
|
1366
1366
|
*/
|
|
1367
1367
|
alarmsToSuppress: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1368
1368
|
/**
|
|
@@ -1393,7 +1393,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1393
1393
|
* BooleanStateConfigurationCluster supports optional features that you can enable with the
|
|
1394
1394
|
* BooleanStateConfigurationCluster.with() factory method.
|
|
1395
1395
|
*
|
|
1396
|
-
* @see {@link MatterSpecification.
|
|
1396
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8
|
|
1397
1397
|
*/
|
|
1398
1398
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
1399
1399
|
}
|
|
@@ -1439,7 +1439,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1439
1439
|
* and is intended to stop the physical alarming, e.g. emitting a sound or blinking a light; it does not
|
|
1440
1440
|
* impact alarm reporting in AlarmsActive.
|
|
1441
1441
|
*
|
|
1442
|
-
* @see {@link MatterSpecification.
|
|
1442
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.4.1
|
|
1443
1443
|
*/
|
|
1444
1444
|
readonly alarmSuppress: BitFlag;
|
|
1445
1445
|
/**
|
|
@@ -1589,7 +1589,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1589
1589
|
* and is intended to stop the physical alarming, e.g. emitting a sound or blinking a light; it does not
|
|
1590
1590
|
* impact alarm reporting in AlarmsActive.
|
|
1591
1591
|
*
|
|
1592
|
-
* @see {@link MatterSpecification.
|
|
1592
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.4.1
|
|
1593
1593
|
*/
|
|
1594
1594
|
readonly alarmSuppress: BitFlag;
|
|
1595
1595
|
/**
|
|
@@ -1608,7 +1608,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1608
1608
|
/**
|
|
1609
1609
|
* This field shall indicate the alarm modes to suppress.
|
|
1610
1610
|
*
|
|
1611
|
-
* @see {@link MatterSpecification.
|
|
1611
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.1.1
|
|
1612
1612
|
*/
|
|
1613
1613
|
alarmsToSuppress: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1614
1614
|
/**
|
|
@@ -1633,7 +1633,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1633
1633
|
* This field shall indicate the alarm modes to either enable or disable depending on the bit status, as
|
|
1634
1634
|
* specified for the AlarmsEnabled attribute.
|
|
1635
1635
|
*
|
|
1636
|
-
* @see {@link MatterSpecification.
|
|
1636
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.7.2.1
|
|
1637
1637
|
*/
|
|
1638
1638
|
alarmsToEnableDisable: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1639
1639
|
/**
|
|
@@ -1662,7 +1662,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1662
1662
|
* This field shall indicate the state of active alarm modes, as indicated by the AlarmsActive attribute, at the
|
|
1663
1663
|
* time the event was generated.
|
|
1664
1664
|
*
|
|
1665
|
-
* @see {@link MatterSpecification.
|
|
1665
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.1.1
|
|
1666
1666
|
*/
|
|
1667
1667
|
alarmsActive: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1668
1668
|
/**
|
|
@@ -1678,7 +1678,7 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1678
1678
|
* This field shall indicate the state of suppressed alarm modes, as indicated by the AlarmsSuppressed
|
|
1679
1679
|
* attribute, at the time the event was generated.
|
|
1680
1680
|
*
|
|
1681
|
-
* @see {@link MatterSpecification.
|
|
1681
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.1.2
|
|
1682
1682
|
*/
|
|
1683
1683
|
alarmsSuppressed: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1684
1684
|
/**
|
|
@@ -1703,13 +1703,13 @@ export declare namespace BooleanStateConfiguration {
|
|
|
1703
1703
|
/**
|
|
1704
1704
|
* This event shall be generated when the device registers or clears a fault.
|
|
1705
1705
|
*
|
|
1706
|
-
* @see {@link MatterSpecification.
|
|
1706
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.2
|
|
1707
1707
|
*/
|
|
1708
1708
|
readonly sensorFault: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1709
1709
|
/**
|
|
1710
1710
|
* This field shall indicate the value of the SensorFault attribute, at the time this event is generated.
|
|
1711
1711
|
*
|
|
1712
|
-
* @see {@link MatterSpecification.
|
|
1712
|
+
* @see {@link MatterSpecification.v14.Cluster} § 1.8.8.2.1
|
|
1713
1713
|
*/
|
|
1714
1714
|
sensorFault: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1715
1715
|
/**
|