@matter/types 0.14.0-alpha.0-20250601-939a65f46 → 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
|
@@ -8,12 +8,14 @@ import { MutableCluster } from "../cluster/mutation/MutableCluster.js";
|
|
|
8
8
|
import { Attribute, OptionalWritableAttribute, OptionalFixedAttribute, WritableAttribute, OptionalAttribute, Command, OptionalEvent } from "../cluster/Cluster.js";
|
|
9
9
|
import { BitFlag } from "../schema/BitmapSchema.js";
|
|
10
10
|
import { TypeFromSchema } from "../tlv/TlvSchema.js";
|
|
11
|
+
import { StatusResponseError } from "../common/StatusResponseError.js";
|
|
12
|
+
import { Status } from "../globals/Status.js";
|
|
11
13
|
import { Identity } from "#general";
|
|
12
14
|
export declare namespace ValveConfigurationAndControl {
|
|
13
15
|
/**
|
|
14
16
|
* These are optional features supported by ValveConfigurationAndControlCluster.
|
|
15
17
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
18
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.4
|
|
17
19
|
*/
|
|
18
20
|
enum Feature {
|
|
19
21
|
/**
|
|
@@ -24,7 +26,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
24
26
|
*
|
|
25
27
|
* This feature shall NOT be supported unless the device supports the Time Synchronization cluster.
|
|
26
28
|
*
|
|
27
|
-
* @see {@link MatterSpecification.
|
|
29
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.4.1
|
|
28
30
|
*/
|
|
29
31
|
TimeSync = "TimeSync",
|
|
30
32
|
/**
|
|
@@ -33,12 +35,12 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
33
35
|
* This feature shall indicate that the valve is capable of being adjusted to a specific position, as a
|
|
34
36
|
* percentage, of its full range of motion.
|
|
35
37
|
*
|
|
36
|
-
* @see {@link MatterSpecification.
|
|
38
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.4.2
|
|
37
39
|
*/
|
|
38
40
|
Level = "Level"
|
|
39
41
|
}
|
|
40
42
|
/**
|
|
41
|
-
* @see {@link MatterSpecification.
|
|
43
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.5.2
|
|
42
44
|
*/
|
|
43
45
|
enum ValveState {
|
|
44
46
|
/**
|
|
@@ -55,7 +57,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
55
57
|
Transitioning = 2
|
|
56
58
|
}
|
|
57
59
|
/**
|
|
58
|
-
* @see {@link MatterSpecification.
|
|
60
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.5.1
|
|
59
61
|
*/
|
|
60
62
|
const ValveFault: {
|
|
61
63
|
/**
|
|
@@ -86,7 +88,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
86
88
|
/**
|
|
87
89
|
* Input to the ValveConfigurationAndControl open command
|
|
88
90
|
*
|
|
89
|
-
* @see {@link MatterSpecification.
|
|
91
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.8.1
|
|
90
92
|
*/
|
|
91
93
|
const TlvOpenRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
92
94
|
/**
|
|
@@ -95,59 +97,59 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
95
97
|
* A value of null shall indicate the duration is not set, meaning that the valve will remain open until closed
|
|
96
98
|
* by the user or some other automation.
|
|
97
99
|
*
|
|
98
|
-
* @see {@link MatterSpecification.
|
|
100
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.8.1.1
|
|
99
101
|
*/
|
|
100
102
|
openDuration: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
101
103
|
/**
|
|
102
104
|
* This field shall indicate the target level used for this specific Open command.
|
|
103
105
|
*
|
|
104
|
-
* @see {@link MatterSpecification.
|
|
106
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.8.1.2
|
|
105
107
|
*/
|
|
106
108
|
targetLevel: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
107
109
|
}>;
|
|
108
110
|
/**
|
|
109
111
|
* Input to the ValveConfigurationAndControl open command
|
|
110
112
|
*
|
|
111
|
-
* @see {@link MatterSpecification.
|
|
113
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.8.1
|
|
112
114
|
*/
|
|
113
115
|
interface OpenRequest extends TypeFromSchema<typeof TlvOpenRequest> {
|
|
114
116
|
}
|
|
115
117
|
/**
|
|
116
118
|
* Body of the ValveConfigurationAndControl valveStateChanged event
|
|
117
119
|
*
|
|
118
|
-
* @see {@link MatterSpecification.
|
|
120
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.9.1
|
|
119
121
|
*/
|
|
120
122
|
const TlvValveStateChangedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
121
123
|
/**
|
|
122
124
|
* This field shall indicate the new state of the valve.
|
|
123
125
|
*
|
|
124
|
-
* @see {@link MatterSpecification.
|
|
126
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.9.1.1
|
|
125
127
|
*/
|
|
126
128
|
valveState: import("../tlv/TlvObject.js").FieldType<ValveState>;
|
|
127
129
|
/**
|
|
128
130
|
* This field shall indicate the new level of the valve.
|
|
129
131
|
*
|
|
130
|
-
* @see {@link MatterSpecification.
|
|
132
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.9.1.2
|
|
131
133
|
*/
|
|
132
134
|
valveLevel: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
133
135
|
}>;
|
|
134
136
|
/**
|
|
135
137
|
* Body of the ValveConfigurationAndControl valveStateChanged event
|
|
136
138
|
*
|
|
137
|
-
* @see {@link MatterSpecification.
|
|
139
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.9.1
|
|
138
140
|
*/
|
|
139
141
|
interface ValveStateChangedEvent extends TypeFromSchema<typeof TlvValveStateChangedEvent> {
|
|
140
142
|
}
|
|
141
143
|
/**
|
|
142
144
|
* Body of the ValveConfigurationAndControl valveFault event
|
|
143
145
|
*
|
|
144
|
-
* @see {@link MatterSpecification.
|
|
146
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.9.2
|
|
145
147
|
*/
|
|
146
148
|
const TlvValveFaultEvent: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
147
149
|
/**
|
|
148
150
|
* This field shall indicate the value of the ValveFault attribute, at the time this event is generated.
|
|
149
151
|
*
|
|
150
|
-
* @see {@link MatterSpecification.
|
|
152
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.9.2.1
|
|
151
153
|
*/
|
|
152
154
|
valveFault: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
153
155
|
/**
|
|
@@ -179,12 +181,12 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
179
181
|
/**
|
|
180
182
|
* Body of the ValveConfigurationAndControl valveFault event
|
|
181
183
|
*
|
|
182
|
-
* @see {@link MatterSpecification.
|
|
184
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.9.2
|
|
183
185
|
*/
|
|
184
186
|
interface ValveFaultEvent extends TypeFromSchema<typeof TlvValveFaultEvent> {
|
|
185
187
|
}
|
|
186
188
|
/**
|
|
187
|
-
* @see {@link MatterSpecification.
|
|
189
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.6.1
|
|
188
190
|
*/
|
|
189
191
|
enum StatusCode {
|
|
190
192
|
/**
|
|
@@ -192,6 +194,14 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
192
194
|
*/
|
|
193
195
|
FailureDueToFault = 2
|
|
194
196
|
}
|
|
197
|
+
/**
|
|
198
|
+
* Thrown for cluster status code {@link StatusCode.FailureDueToFault}.
|
|
199
|
+
*
|
|
200
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.6.1
|
|
201
|
+
*/
|
|
202
|
+
class FailureDueToFaultError extends StatusResponseError {
|
|
203
|
+
constructor(message?: string, code?: Status, clusterCode?: StatusCode);
|
|
204
|
+
}
|
|
195
205
|
/**
|
|
196
206
|
* A ValveConfigurationAndControlCluster supports these elements if it supports feature TimeSync.
|
|
197
207
|
*/
|
|
@@ -216,7 +226,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
216
226
|
* modifying the current UTC time of the device, the value of this attribute shall be adjusted to match the
|
|
217
227
|
* new UTC time plus the value of the RemainingDuration attribute.
|
|
218
228
|
*
|
|
219
|
-
* @see {@link MatterSpecification.
|
|
229
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.3
|
|
220
230
|
*/
|
|
221
231
|
readonly autoCloseTime: Attribute<number | bigint | null, any>;
|
|
222
232
|
};
|
|
@@ -236,7 +246,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
236
246
|
*
|
|
237
247
|
* A value of null shall indicate that the current state is not known.
|
|
238
248
|
*
|
|
239
|
-
* @see {@link MatterSpecification.
|
|
249
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.7
|
|
240
250
|
*/
|
|
241
251
|
readonly currentLevel: Attribute<number | null, any>;
|
|
242
252
|
/**
|
|
@@ -247,7 +257,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
247
257
|
* A value of null shall indicate that no target position is set, since the change of level is either done
|
|
248
258
|
* or failed.
|
|
249
259
|
*
|
|
250
|
-
* @see {@link MatterSpecification.
|
|
260
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.8
|
|
251
261
|
*/
|
|
252
262
|
readonly targetLevel: Attribute<number | null, any>;
|
|
253
263
|
/**
|
|
@@ -260,7 +270,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
260
270
|
* not 0, the requested DefaultOpenLevel value is considered an unsupported value and a CONSTRAINT_ERROR
|
|
261
271
|
* status shall be returned.
|
|
262
272
|
*
|
|
263
|
-
* @see {@link MatterSpecification.
|
|
273
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.9
|
|
264
274
|
*/
|
|
265
275
|
readonly defaultOpenLevel: OptionalWritableAttribute<number, any>;
|
|
266
276
|
/**
|
|
@@ -272,7 +282,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
272
282
|
*
|
|
273
283
|
* The values of 0 and 100 shall always be supported, regardless of the value of this attribute.
|
|
274
284
|
*
|
|
275
|
-
* @see {@link MatterSpecification.
|
|
285
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.11
|
|
276
286
|
*/
|
|
277
287
|
readonly levelStep: OptionalFixedAttribute<number, any>;
|
|
278
288
|
};
|
|
@@ -291,14 +301,14 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
291
301
|
*
|
|
292
302
|
* This feature shall NOT be supported unless the device supports the Time Synchronization cluster.
|
|
293
303
|
*
|
|
294
|
-
* @see {@link MatterSpecification.
|
|
304
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.4.1
|
|
295
305
|
*/
|
|
296
306
|
readonly timeSync: BitFlag;
|
|
297
307
|
/**
|
|
298
308
|
* This feature shall indicate that the valve is capable of being adjusted to a specific position, as a
|
|
299
309
|
* percentage, of its full range of motion.
|
|
300
310
|
*
|
|
301
|
-
* @see {@link MatterSpecification.
|
|
311
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.4.2
|
|
302
312
|
*/
|
|
303
313
|
readonly level: BitFlag;
|
|
304
314
|
};
|
|
@@ -309,7 +319,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
309
319
|
* A value of null shall indicate the duration is not set, meaning that the valve will remain open until
|
|
310
320
|
* closed by the user or some other automation.
|
|
311
321
|
*
|
|
312
|
-
* @see {@link MatterSpecification.
|
|
322
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.1
|
|
313
323
|
*/
|
|
314
324
|
readonly openDuration: Attribute<number | null, any>;
|
|
315
325
|
/**
|
|
@@ -319,7 +329,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
319
329
|
* A value of null shall indicate the duration is not set, meaning that the valve will remain open until
|
|
320
330
|
* closed by the user or some other automation.
|
|
321
331
|
*
|
|
322
|
-
* @see {@link MatterSpecification.
|
|
332
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.2
|
|
323
333
|
*/
|
|
324
334
|
readonly defaultOpenDuration: WritableAttribute<number | null, any>;
|
|
325
335
|
/**
|
|
@@ -348,7 +358,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
348
358
|
* position. The behavior of transitioning to the closed position shall match the behavior described in the
|
|
349
359
|
* Close command.
|
|
350
360
|
*
|
|
351
|
-
* @see {@link MatterSpecification.
|
|
361
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.4
|
|
352
362
|
*/
|
|
353
363
|
readonly remainingDuration: Attribute<number | null, any>;
|
|
354
364
|
/**
|
|
@@ -356,7 +366,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
356
366
|
*
|
|
357
367
|
* A value of null shall indicate that the current state is not known.
|
|
358
368
|
*
|
|
359
|
-
* @see {@link MatterSpecification.
|
|
369
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.5
|
|
360
370
|
*/
|
|
361
371
|
readonly currentState: Attribute<ValveState | null, any>;
|
|
362
372
|
/**
|
|
@@ -365,13 +375,13 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
365
375
|
* A value of null shall indicate that no target position is set, since the change in state is either done
|
|
366
376
|
* or failed.
|
|
367
377
|
*
|
|
368
|
-
* @see {@link MatterSpecification.
|
|
378
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.6
|
|
369
379
|
*/
|
|
370
380
|
readonly targetState: Attribute<ValveState | null, any>;
|
|
371
381
|
/**
|
|
372
382
|
* Indicates any faults registered by the valve.
|
|
373
383
|
*
|
|
374
|
-
* @see {@link MatterSpecification.
|
|
384
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.10
|
|
375
385
|
*/
|
|
376
386
|
readonly valveFault: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
377
387
|
/**
|
|
@@ -404,7 +414,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
404
414
|
/**
|
|
405
415
|
* This command is used to set the valve to its open position.
|
|
406
416
|
*
|
|
407
|
-
* @see {@link MatterSpecification.
|
|
417
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.8.1
|
|
408
418
|
*/
|
|
409
419
|
readonly open: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
410
420
|
/**
|
|
@@ -413,20 +423,20 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
413
423
|
* A value of null shall indicate the duration is not set, meaning that the valve will remain open until closed
|
|
414
424
|
* by the user or some other automation.
|
|
415
425
|
*
|
|
416
|
-
* @see {@link MatterSpecification.
|
|
426
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.8.1.1
|
|
417
427
|
*/
|
|
418
428
|
openDuration: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
419
429
|
/**
|
|
420
430
|
* This field shall indicate the target level used for this specific Open command.
|
|
421
431
|
*
|
|
422
|
-
* @see {@link MatterSpecification.
|
|
432
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.8.1.2
|
|
423
433
|
*/
|
|
424
434
|
targetLevel: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
425
435
|
}>, void, any>;
|
|
426
436
|
/**
|
|
427
437
|
* This command is used to set the valve to its closed position.
|
|
428
438
|
*
|
|
429
|
-
* @see {@link MatterSpecification.
|
|
439
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.8.2
|
|
430
440
|
*/
|
|
431
441
|
readonly close: Command<void, void, any>;
|
|
432
442
|
};
|
|
@@ -435,19 +445,19 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
435
445
|
* This event shall be generated when the valve state changed. For level changes, after the end of movement,
|
|
436
446
|
* for state changes when the new state has been reached.
|
|
437
447
|
*
|
|
438
|
-
* @see {@link MatterSpecification.
|
|
448
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.9.1
|
|
439
449
|
*/
|
|
440
450
|
readonly valveStateChanged: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
441
451
|
/**
|
|
442
452
|
* This field shall indicate the new state of the valve.
|
|
443
453
|
*
|
|
444
|
-
* @see {@link MatterSpecification.
|
|
454
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.9.1.1
|
|
445
455
|
*/
|
|
446
456
|
valveState: import("../tlv/TlvObject.js").FieldType<ValveState>;
|
|
447
457
|
/**
|
|
448
458
|
* This field shall indicate the new level of the valve.
|
|
449
459
|
*
|
|
450
|
-
* @see {@link MatterSpecification.
|
|
460
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.9.1.2
|
|
451
461
|
*/
|
|
452
462
|
valveLevel: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
453
463
|
}>, any>;
|
|
@@ -455,13 +465,13 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
455
465
|
* This event shall be generated when the valve registers or clears a fault, e.g. not being able to
|
|
456
466
|
* transition to the requested target level or state.
|
|
457
467
|
*
|
|
458
|
-
* @see {@link MatterSpecification.
|
|
468
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.9.2
|
|
459
469
|
*/
|
|
460
470
|
readonly valveFault: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
461
471
|
/**
|
|
462
472
|
* This field shall indicate the value of the ValveFault attribute, at the time this event is generated.
|
|
463
473
|
*
|
|
464
|
-
* @see {@link MatterSpecification.
|
|
474
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.9.2.1
|
|
465
475
|
*/
|
|
466
476
|
valveFault: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
467
477
|
/**
|
|
@@ -520,7 +530,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
520
530
|
* modifying the current UTC time of the device, the value of this attribute shall be adjusted to match the
|
|
521
531
|
* new UTC time plus the value of the RemainingDuration attribute.
|
|
522
532
|
*
|
|
523
|
-
* @see {@link MatterSpecification.
|
|
533
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.3
|
|
524
534
|
*/
|
|
525
535
|
readonly autoCloseTime: Attribute<number | bigint | null, any>;
|
|
526
536
|
};
|
|
@@ -541,7 +551,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
541
551
|
*
|
|
542
552
|
* A value of null shall indicate that the current state is not known.
|
|
543
553
|
*
|
|
544
|
-
* @see {@link MatterSpecification.
|
|
554
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.7
|
|
545
555
|
*/
|
|
546
556
|
readonly currentLevel: Attribute<number | null, any>;
|
|
547
557
|
/**
|
|
@@ -552,7 +562,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
552
562
|
* A value of null shall indicate that no target position is set, since the change of level is either done
|
|
553
563
|
* or failed.
|
|
554
564
|
*
|
|
555
|
-
* @see {@link MatterSpecification.
|
|
565
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.8
|
|
556
566
|
*/
|
|
557
567
|
readonly targetLevel: Attribute<number | null, any>;
|
|
558
568
|
/**
|
|
@@ -565,7 +575,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
565
575
|
* not 0, the requested DefaultOpenLevel value is considered an unsupported value and a CONSTRAINT_ERROR
|
|
566
576
|
* status shall be returned.
|
|
567
577
|
*
|
|
568
|
-
* @see {@link MatterSpecification.
|
|
578
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.9
|
|
569
579
|
*/
|
|
570
580
|
readonly defaultOpenLevel: OptionalWritableAttribute<number, any>;
|
|
571
581
|
/**
|
|
@@ -577,7 +587,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
577
587
|
*
|
|
578
588
|
* The values of 0 and 100 shall always be supported, regardless of the value of this attribute.
|
|
579
589
|
*
|
|
580
|
-
* @see {@link MatterSpecification.
|
|
590
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.11
|
|
581
591
|
*/
|
|
582
592
|
readonly levelStep: OptionalFixedAttribute<number, any>;
|
|
583
593
|
};
|
|
@@ -598,14 +608,14 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
598
608
|
*
|
|
599
609
|
* This feature shall NOT be supported unless the device supports the Time Synchronization cluster.
|
|
600
610
|
*
|
|
601
|
-
* @see {@link MatterSpecification.
|
|
611
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.4.1
|
|
602
612
|
*/
|
|
603
613
|
readonly timeSync: BitFlag;
|
|
604
614
|
/**
|
|
605
615
|
* This feature shall indicate that the valve is capable of being adjusted to a specific position, as a
|
|
606
616
|
* percentage, of its full range of motion.
|
|
607
617
|
*
|
|
608
|
-
* @see {@link MatterSpecification.
|
|
618
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.4.2
|
|
609
619
|
*/
|
|
610
620
|
readonly level: BitFlag;
|
|
611
621
|
};
|
|
@@ -616,7 +626,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
616
626
|
* A value of null shall indicate the duration is not set, meaning that the valve will remain open until
|
|
617
627
|
* closed by the user or some other automation.
|
|
618
628
|
*
|
|
619
|
-
* @see {@link MatterSpecification.
|
|
629
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.1
|
|
620
630
|
*/
|
|
621
631
|
readonly openDuration: Attribute<number | null, any>;
|
|
622
632
|
/**
|
|
@@ -626,7 +636,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
626
636
|
* A value of null shall indicate the duration is not set, meaning that the valve will remain open until
|
|
627
637
|
* closed by the user or some other automation.
|
|
628
638
|
*
|
|
629
|
-
* @see {@link MatterSpecification.
|
|
639
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.2
|
|
630
640
|
*/
|
|
631
641
|
readonly defaultOpenDuration: WritableAttribute<number | null, any>;
|
|
632
642
|
/**
|
|
@@ -655,7 +665,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
655
665
|
* position. The behavior of transitioning to the closed position shall match the behavior described in the
|
|
656
666
|
* Close command.
|
|
657
667
|
*
|
|
658
|
-
* @see {@link MatterSpecification.
|
|
668
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.4
|
|
659
669
|
*/
|
|
660
670
|
readonly remainingDuration: Attribute<number | null, any>;
|
|
661
671
|
/**
|
|
@@ -663,7 +673,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
663
673
|
*
|
|
664
674
|
* A value of null shall indicate that the current state is not known.
|
|
665
675
|
*
|
|
666
|
-
* @see {@link MatterSpecification.
|
|
676
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.5
|
|
667
677
|
*/
|
|
668
678
|
readonly currentState: Attribute<ValveState | null, any>;
|
|
669
679
|
/**
|
|
@@ -672,13 +682,13 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
672
682
|
* A value of null shall indicate that no target position is set, since the change in state is either done
|
|
673
683
|
* or failed.
|
|
674
684
|
*
|
|
675
|
-
* @see {@link MatterSpecification.
|
|
685
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.6
|
|
676
686
|
*/
|
|
677
687
|
readonly targetState: Attribute<ValveState | null, any>;
|
|
678
688
|
/**
|
|
679
689
|
* Indicates any faults registered by the valve.
|
|
680
690
|
*
|
|
681
|
-
* @see {@link MatterSpecification.
|
|
691
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.10
|
|
682
692
|
*/
|
|
683
693
|
readonly valveFault: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
684
694
|
/**
|
|
@@ -711,7 +721,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
711
721
|
/**
|
|
712
722
|
* This command is used to set the valve to its open position.
|
|
713
723
|
*
|
|
714
|
-
* @see {@link MatterSpecification.
|
|
724
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.8.1
|
|
715
725
|
*/
|
|
716
726
|
readonly open: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
717
727
|
/**
|
|
@@ -720,20 +730,20 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
720
730
|
* A value of null shall indicate the duration is not set, meaning that the valve will remain open until closed
|
|
721
731
|
* by the user or some other automation.
|
|
722
732
|
*
|
|
723
|
-
* @see {@link MatterSpecification.
|
|
733
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.8.1.1
|
|
724
734
|
*/
|
|
725
735
|
openDuration: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
726
736
|
/**
|
|
727
737
|
* This field shall indicate the target level used for this specific Open command.
|
|
728
738
|
*
|
|
729
|
-
* @see {@link MatterSpecification.
|
|
739
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.8.1.2
|
|
730
740
|
*/
|
|
731
741
|
targetLevel: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
732
742
|
}>, void, any>;
|
|
733
743
|
/**
|
|
734
744
|
* This command is used to set the valve to its closed position.
|
|
735
745
|
*
|
|
736
|
-
* @see {@link MatterSpecification.
|
|
746
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.8.2
|
|
737
747
|
*/
|
|
738
748
|
readonly close: Command<void, void, any>;
|
|
739
749
|
};
|
|
@@ -742,19 +752,19 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
742
752
|
* This event shall be generated when the valve state changed. For level changes, after the end of movement,
|
|
743
753
|
* for state changes when the new state has been reached.
|
|
744
754
|
*
|
|
745
|
-
* @see {@link MatterSpecification.
|
|
755
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.9.1
|
|
746
756
|
*/
|
|
747
757
|
readonly valveStateChanged: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
748
758
|
/**
|
|
749
759
|
* This field shall indicate the new state of the valve.
|
|
750
760
|
*
|
|
751
|
-
* @see {@link MatterSpecification.
|
|
761
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.9.1.1
|
|
752
762
|
*/
|
|
753
763
|
valveState: import("../tlv/TlvObject.js").FieldType<ValveState>;
|
|
754
764
|
/**
|
|
755
765
|
* This field shall indicate the new level of the valve.
|
|
756
766
|
*
|
|
757
|
-
* @see {@link MatterSpecification.
|
|
767
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.9.1.2
|
|
758
768
|
*/
|
|
759
769
|
valveLevel: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
760
770
|
}>, any>;
|
|
@@ -762,13 +772,13 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
762
772
|
* This event shall be generated when the valve registers or clears a fault, e.g. not being able to
|
|
763
773
|
* transition to the requested target level or state.
|
|
764
774
|
*
|
|
765
|
-
* @see {@link MatterSpecification.
|
|
775
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.9.2
|
|
766
776
|
*/
|
|
767
777
|
readonly valveFault: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
768
778
|
/**
|
|
769
779
|
* This field shall indicate the value of the ValveFault attribute, at the time this event is generated.
|
|
770
780
|
*
|
|
771
|
-
* @see {@link MatterSpecification.
|
|
781
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.9.2.1
|
|
772
782
|
*/
|
|
773
783
|
valveFault: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
774
784
|
/**
|
|
@@ -827,7 +837,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
827
837
|
* modifying the current UTC time of the device, the value of this attribute shall be adjusted to match the
|
|
828
838
|
* new UTC time plus the value of the RemainingDuration attribute.
|
|
829
839
|
*
|
|
830
|
-
* @see {@link MatterSpecification.
|
|
840
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.3
|
|
831
841
|
*/
|
|
832
842
|
readonly autoCloseTime: Attribute<number | bigint | null, any>;
|
|
833
843
|
};
|
|
@@ -848,7 +858,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
848
858
|
*
|
|
849
859
|
* A value of null shall indicate that the current state is not known.
|
|
850
860
|
*
|
|
851
|
-
* @see {@link MatterSpecification.
|
|
861
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.7
|
|
852
862
|
*/
|
|
853
863
|
readonly currentLevel: Attribute<number | null, any>;
|
|
854
864
|
/**
|
|
@@ -859,7 +869,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
859
869
|
* A value of null shall indicate that no target position is set, since the change of level is either done
|
|
860
870
|
* or failed.
|
|
861
871
|
*
|
|
862
|
-
* @see {@link MatterSpecification.
|
|
872
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.8
|
|
863
873
|
*/
|
|
864
874
|
readonly targetLevel: Attribute<number | null, any>;
|
|
865
875
|
/**
|
|
@@ -872,7 +882,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
872
882
|
* not 0, the requested DefaultOpenLevel value is considered an unsupported value and a CONSTRAINT_ERROR
|
|
873
883
|
* status shall be returned.
|
|
874
884
|
*
|
|
875
|
-
* @see {@link MatterSpecification.
|
|
885
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.9
|
|
876
886
|
*/
|
|
877
887
|
readonly defaultOpenLevel: OptionalWritableAttribute<number, any>;
|
|
878
888
|
/**
|
|
@@ -884,7 +894,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
884
894
|
*
|
|
885
895
|
* The values of 0 and 100 shall always be supported, regardless of the value of this attribute.
|
|
886
896
|
*
|
|
887
|
-
* @see {@link MatterSpecification.
|
|
897
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.7.11
|
|
888
898
|
*/
|
|
889
899
|
readonly levelStep: OptionalFixedAttribute<number, any>;
|
|
890
900
|
};
|
|
@@ -897,7 +907,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
897
907
|
* ValveConfigurationAndControlCluster supports optional features that you can enable with the
|
|
898
908
|
* ValveConfigurationAndControlCluster.with() factory method.
|
|
899
909
|
*
|
|
900
|
-
* @see {@link MatterSpecification.
|
|
910
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6
|
|
901
911
|
*/
|
|
902
912
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
903
913
|
}
|
|
@@ -916,14 +926,14 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
916
926
|
*
|
|
917
927
|
* This feature shall NOT be supported unless the device supports the Time Synchronization cluster.
|
|
918
928
|
*
|
|
919
|
-
* @see {@link MatterSpecification.
|
|
929
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.4.1
|
|
920
930
|
*/
|
|
921
931
|
readonly timeSync: BitFlag;
|
|
922
932
|
/**
|
|
923
933
|
* This feature shall indicate that the valve is capable of being adjusted to a specific position, as a
|
|
924
934
|
* percentage, of its full range of motion.
|
|
925
935
|
*
|
|
926
|
-
* @see {@link MatterSpecification.
|
|
936
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.4.2
|
|
927
937
|
*/
|
|
928
938
|
readonly level: BitFlag;
|
|
929
939
|
};
|
|
@@ -1007,14 +1017,14 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
1007
1017
|
*
|
|
1008
1018
|
* This feature shall NOT be supported unless the device supports the Time Synchronization cluster.
|
|
1009
1019
|
*
|
|
1010
|
-
* @see {@link MatterSpecification.
|
|
1020
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.4.1
|
|
1011
1021
|
*/
|
|
1012
1022
|
readonly timeSync: BitFlag;
|
|
1013
1023
|
/**
|
|
1014
1024
|
* This feature shall indicate that the valve is capable of being adjusted to a specific position, as a
|
|
1015
1025
|
* percentage, of its full range of motion.
|
|
1016
1026
|
*
|
|
1017
|
-
* @see {@link MatterSpecification.
|
|
1027
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.4.2
|
|
1018
1028
|
*/
|
|
1019
1029
|
readonly level: BitFlag;
|
|
1020
1030
|
}>, never>;
|
|
@@ -1026,7 +1036,7 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
1026
1036
|
/**
|
|
1027
1037
|
* This command is used to set the valve to its open position.
|
|
1028
1038
|
*
|
|
1029
|
-
* @see {@link MatterSpecification.
|
|
1039
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.8.1
|
|
1030
1040
|
*/
|
|
1031
1041
|
readonly open: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1032
1042
|
/**
|
|
@@ -1035,20 +1045,20 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
1035
1045
|
* A value of null shall indicate the duration is not set, meaning that the valve will remain open until closed
|
|
1036
1046
|
* by the user or some other automation.
|
|
1037
1047
|
*
|
|
1038
|
-
* @see {@link MatterSpecification.
|
|
1048
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.8.1.1
|
|
1039
1049
|
*/
|
|
1040
1050
|
openDuration: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
|
|
1041
1051
|
/**
|
|
1042
1052
|
* This field shall indicate the target level used for this specific Open command.
|
|
1043
1053
|
*
|
|
1044
|
-
* @see {@link MatterSpecification.
|
|
1054
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.8.1.2
|
|
1045
1055
|
*/
|
|
1046
1056
|
targetLevel: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1047
1057
|
}>, void, any>;
|
|
1048
1058
|
/**
|
|
1049
1059
|
* This command is used to set the valve to its closed position.
|
|
1050
1060
|
*
|
|
1051
|
-
* @see {@link MatterSpecification.
|
|
1061
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.8.2
|
|
1052
1062
|
*/
|
|
1053
1063
|
readonly close: Command<void, void, any>;
|
|
1054
1064
|
};
|
|
@@ -1057,19 +1067,19 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
1057
1067
|
* This event shall be generated when the valve state changed. For level changes, after the end of movement,
|
|
1058
1068
|
* for state changes when the new state has been reached.
|
|
1059
1069
|
*
|
|
1060
|
-
* @see {@link MatterSpecification.
|
|
1070
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.9.1
|
|
1061
1071
|
*/
|
|
1062
1072
|
readonly valveStateChanged: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1063
1073
|
/**
|
|
1064
1074
|
* This field shall indicate the new state of the valve.
|
|
1065
1075
|
*
|
|
1066
|
-
* @see {@link MatterSpecification.
|
|
1076
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.9.1.1
|
|
1067
1077
|
*/
|
|
1068
1078
|
valveState: import("../tlv/TlvObject.js").FieldType<ValveState>;
|
|
1069
1079
|
/**
|
|
1070
1080
|
* This field shall indicate the new level of the valve.
|
|
1071
1081
|
*
|
|
1072
|
-
* @see {@link MatterSpecification.
|
|
1082
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.9.1.2
|
|
1073
1083
|
*/
|
|
1074
1084
|
valveLevel: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1075
1085
|
}>, any>;
|
|
@@ -1077,13 +1087,13 @@ export declare namespace ValveConfigurationAndControl {
|
|
|
1077
1087
|
* This event shall be generated when the valve registers or clears a fault, e.g. not being able to
|
|
1078
1088
|
* transition to the requested target level or state.
|
|
1079
1089
|
*
|
|
1080
|
-
* @see {@link MatterSpecification.
|
|
1090
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.9.2
|
|
1081
1091
|
*/
|
|
1082
1092
|
readonly valveFault: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1083
1093
|
/**
|
|
1084
1094
|
* This field shall indicate the value of the ValveFault attribute, at the time this event is generated.
|
|
1085
1095
|
*
|
|
1086
|
-
* @see {@link MatterSpecification.
|
|
1096
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.6.9.2.1
|
|
1087
1097
|
*/
|
|
1088
1098
|
valveFault: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1089
1099
|
/**
|