@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +32 -12
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +141 -99
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +45 -13
- package/dist/cjs/clusters/application-launcher.js.map +2 -2
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +577 -559
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +87 -73
- package/dist/cjs/clusters/channel.js.map +2 -2
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +27 -17
- package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/cjs/clusters/content-app-observer.js +14 -6
- package/dist/cjs/clusters/content-app-observer.js.map +2 -2
- package/dist/cjs/clusters/content-control.d.ts +438 -356
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +120 -58
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +509 -475
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +65 -39
- package/dist/cjs/clusters/content-launcher.js.map +2 -2
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/cjs/clusters/diagnostic-logs.js +34 -8
- package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1367 -1350
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +242 -228
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +34 -16
- package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
- package/dist/cjs/clusters/keypad-input.js +17 -3
- package/dist/cjs/clusters/keypad-input.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +427 -385
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +89 -57
- package/dist/cjs/clusters/media-playback.js.map +2 -2
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
- package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +40 -40
- package/dist/cjs/clusters/oven-mode.js +5 -5
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +48 -30
- package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
- package/dist/cjs/clusters/target-navigator.js +24 -10
- package/dist/cjs/clusters/target-navigator.js.map +2 -2
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +55 -47
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/common/StatusCode.d.ts +2 -11
- package/dist/cjs/common/StatusCode.d.ts.map +1 -1
- package/dist/cjs/common/StatusCode.js +1 -17
- package/dist/cjs/common/StatusCode.js.map +1 -1
- package/dist/cjs/common/StatusResponseError.d.ts +21 -0
- package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
- package/dist/cjs/common/StatusResponseError.js +54 -0
- package/dist/cjs/common/StatusResponseError.js.map +6 -0
- package/dist/cjs/common/ValidationError.d.ts +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/common/ValidationError.js +2 -1
- package/dist/cjs/common/ValidationError.js.map +1 -1
- package/dist/cjs/common/index.d.ts +1 -0
- package/dist/cjs/common/index.d.ts.map +1 -1
- package/dist/cjs/common/index.js +1 -0
- package/dist/cjs/common/index.js.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +32 -12
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +141 -99
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +45 -13
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +577 -559
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +87 -73
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +27 -17
- package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/esm/clusters/content-app-observer.js +14 -6
- package/dist/esm/clusters/content-app-observer.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +438 -356
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +120 -58
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +509 -475
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +65 -39
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/esm/clusters/diagnostic-logs.js +34 -8
- package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1367 -1350
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +242 -228
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +34 -16
- package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
- package/dist/esm/clusters/keypad-input.js +17 -3
- package/dist/esm/clusters/keypad-input.js.map +1 -1
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +427 -385
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +89 -57
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +51 -25
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +40 -40
- package/dist/esm/clusters/oven-mode.js +5 -5
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +48 -30
- package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
- package/dist/esm/clusters/target-navigator.js +24 -10
- package/dist/esm/clusters/target-navigator.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +255 -245
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +55 -47
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/common/StatusCode.d.ts +2 -11
- package/dist/esm/common/StatusCode.d.ts.map +1 -1
- package/dist/esm/common/StatusCode.js +1 -17
- package/dist/esm/common/StatusCode.js.map +1 -1
- package/dist/esm/common/StatusResponseError.d.ts +21 -0
- package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
- package/dist/esm/common/StatusResponseError.js +34 -0
- package/dist/esm/common/StatusResponseError.js.map +6 -0
- package/dist/esm/common/ValidationError.d.ts +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/common/ValidationError.js +2 -1
- package/dist/esm/common/ValidationError.js.map +1 -1
- package/dist/esm/common/index.d.ts +1 -0
- package/dist/esm/common/index.d.ts.map +1 -1
- package/dist/esm/common/index.js +1 -0
- package/dist/esm/common/index.js.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +67 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +105 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +143 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +29 -12
- package/src/clusters/content-control.ts +248 -96
- package/src/clusters/content-launcher.ts +131 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +88 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +408 -377
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +43 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +168 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +101 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +31 -31
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +31 -31
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +68 -68
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +52 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +98 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +52 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/common/StatusCode.ts +3 -21
- package/src/common/StatusResponseError.ts +41 -0
- package/src/common/ValidationError.ts +2 -1
- package/src/common/index.ts +1 -0
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -13,7 +13,7 @@ export declare namespace Thermostat {
|
|
|
13
13
|
/**
|
|
14
14
|
* These are optional features supported by ThermostatCluster.
|
|
15
15
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
16
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.4
|
|
17
17
|
*/
|
|
18
18
|
enum Feature {
|
|
19
19
|
/**
|
|
@@ -59,7 +59,7 @@ export declare namespace Thermostat {
|
|
|
59
59
|
* externally, for example due to the temperature control being done by a separate subsystem which does not
|
|
60
60
|
* offer a view into the currently measured temperature, but allows setpoints to be provided.
|
|
61
61
|
*
|
|
62
|
-
* @see {@link MatterSpecification.
|
|
62
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.4.1
|
|
63
63
|
*/
|
|
64
64
|
LocalTemperatureNotExposed = "LocalTemperatureNotExposed",
|
|
65
65
|
/**
|
|
@@ -76,7 +76,7 @@ export declare namespace Thermostat {
|
|
|
76
76
|
Presets = "Presets"
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
|
-
* @see {@link MatterSpecification.
|
|
79
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.7
|
|
80
80
|
*/
|
|
81
81
|
const Occupancy: {
|
|
82
82
|
/**
|
|
@@ -85,12 +85,12 @@ export declare namespace Thermostat {
|
|
|
85
85
|
* If this bit is set, it shall indicate the occupied state else if the bit if not set, it shall indicate the
|
|
86
86
|
* unoccupied state.
|
|
87
87
|
*
|
|
88
|
-
* @see {@link MatterSpecification.
|
|
88
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.7.1
|
|
89
89
|
*/
|
|
90
90
|
occupied: BitFlag;
|
|
91
91
|
};
|
|
92
92
|
/**
|
|
93
|
-
* @see {@link MatterSpecification.
|
|
93
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.26
|
|
94
94
|
*/
|
|
95
95
|
enum ThermostatRunningMode {
|
|
96
96
|
/**
|
|
@@ -107,7 +107,7 @@ export declare namespace Thermostat {
|
|
|
107
107
|
Heat = 4
|
|
108
108
|
}
|
|
109
109
|
/**
|
|
110
|
-
* @see {@link MatterSpecification.
|
|
110
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.24
|
|
111
111
|
*/
|
|
112
112
|
enum StartOfWeek {
|
|
113
113
|
Sunday = 0,
|
|
@@ -119,7 +119,7 @@ export declare namespace Thermostat {
|
|
|
119
119
|
Saturday = 6
|
|
120
120
|
}
|
|
121
121
|
/**
|
|
122
|
-
* @see {@link MatterSpecification.
|
|
122
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.13
|
|
123
123
|
*/
|
|
124
124
|
const ScheduleDayOfWeek: {
|
|
125
125
|
/**
|
|
@@ -156,7 +156,7 @@ export declare namespace Thermostat {
|
|
|
156
156
|
away: BitFlag;
|
|
157
157
|
};
|
|
158
158
|
/**
|
|
159
|
-
* @see {@link MatterSpecification.
|
|
159
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.14
|
|
160
160
|
*/
|
|
161
161
|
const ScheduleMode: {
|
|
162
162
|
/**
|
|
@@ -171,7 +171,7 @@ export declare namespace Thermostat {
|
|
|
171
171
|
/**
|
|
172
172
|
* This represents a single transition in a Thermostat schedule
|
|
173
173
|
*
|
|
174
|
-
* @see {@link MatterSpecification.
|
|
174
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30
|
|
175
175
|
*/
|
|
176
176
|
const TlvWeeklyScheduleTransition: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
177
177
|
/**
|
|
@@ -179,33 +179,33 @@ export declare namespace Thermostat {
|
|
|
179
179
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
180
180
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
181
181
|
*
|
|
182
|
-
* @see {@link MatterSpecification.
|
|
182
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.1
|
|
183
183
|
*/
|
|
184
184
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
185
185
|
/**
|
|
186
186
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
187
187
|
*
|
|
188
|
-
* @see {@link MatterSpecification.
|
|
188
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.2
|
|
189
189
|
*/
|
|
190
190
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
191
191
|
/**
|
|
192
192
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
193
193
|
*
|
|
194
|
-
* @see {@link MatterSpecification.
|
|
194
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.3
|
|
195
195
|
*/
|
|
196
196
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
197
197
|
}>;
|
|
198
198
|
/**
|
|
199
199
|
* This represents a single transition in a Thermostat schedule
|
|
200
200
|
*
|
|
201
|
-
* @see {@link MatterSpecification.
|
|
201
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30
|
|
202
202
|
*/
|
|
203
203
|
interface WeeklyScheduleTransition extends TypeFromSchema<typeof TlvWeeklyScheduleTransition> {
|
|
204
204
|
}
|
|
205
205
|
/**
|
|
206
206
|
* Input to the Thermostat setWeeklySchedule command
|
|
207
207
|
*
|
|
208
|
-
* @see {@link MatterSpecification.
|
|
208
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2
|
|
209
209
|
*/
|
|
210
210
|
const TlvSetWeeklyScheduleRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
211
211
|
/**
|
|
@@ -213,7 +213,7 @@ export declare namespace Thermostat {
|
|
|
213
213
|
* device supports more than 10 transitions in its schedule they can send this by sending more than 1 “Set
|
|
214
214
|
* Weekly Schedule” command, each containing the separate information that the device needs to set.
|
|
215
215
|
*
|
|
216
|
-
* @see {@link MatterSpecification.
|
|
216
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.1
|
|
217
217
|
*/
|
|
218
218
|
numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
|
|
219
219
|
/**
|
|
@@ -225,7 +225,7 @@ export declare namespace Thermostat {
|
|
|
225
225
|
* Each setpoint transition will begin with the day of week for this transition. There can be up to 10
|
|
226
226
|
* transitions for each command.
|
|
227
227
|
*
|
|
228
|
-
* @see {@link MatterSpecification.
|
|
228
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.2
|
|
229
229
|
*/
|
|
230
230
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
231
231
|
/**
|
|
@@ -282,7 +282,7 @@ export declare namespace Thermostat {
|
|
|
282
282
|
* Both bits must be respected, even if the HEAT or COOL feature is not supported, to ensure the command is
|
|
283
283
|
* decoded and handled correctly.
|
|
284
284
|
*
|
|
285
|
-
* @see {@link MatterSpecification.
|
|
285
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.3
|
|
286
286
|
*/
|
|
287
287
|
modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
288
288
|
/**
|
|
@@ -297,7 +297,7 @@ export declare namespace Thermostat {
|
|
|
297
297
|
/**
|
|
298
298
|
* This field shall contain the list of setpoint transitions used to update the specified daily schedules
|
|
299
299
|
*
|
|
300
|
-
* @see {@link MatterSpecification.
|
|
300
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.4
|
|
301
301
|
*/
|
|
302
302
|
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
303
303
|
/**
|
|
@@ -305,19 +305,19 @@ export declare namespace Thermostat {
|
|
|
305
305
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
306
306
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
307
307
|
*
|
|
308
|
-
* @see {@link MatterSpecification.
|
|
308
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.1
|
|
309
309
|
*/
|
|
310
310
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
311
311
|
/**
|
|
312
312
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
313
313
|
*
|
|
314
|
-
* @see {@link MatterSpecification.
|
|
314
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.2
|
|
315
315
|
*/
|
|
316
316
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
317
317
|
/**
|
|
318
318
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
319
319
|
*
|
|
320
|
-
* @see {@link MatterSpecification.
|
|
320
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.3
|
|
321
321
|
*/
|
|
322
322
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
323
323
|
}>[]>;
|
|
@@ -325,21 +325,21 @@ export declare namespace Thermostat {
|
|
|
325
325
|
/**
|
|
326
326
|
* Input to the Thermostat setWeeklySchedule command
|
|
327
327
|
*
|
|
328
|
-
* @see {@link MatterSpecification.
|
|
328
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2
|
|
329
329
|
*/
|
|
330
330
|
interface SetWeeklyScheduleRequest extends TypeFromSchema<typeof TlvSetWeeklyScheduleRequest> {
|
|
331
331
|
}
|
|
332
332
|
/**
|
|
333
333
|
* Input to the Thermostat getWeeklySchedule command
|
|
334
334
|
*
|
|
335
|
-
* @see {@link MatterSpecification.
|
|
335
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3
|
|
336
336
|
*/
|
|
337
337
|
const TlvGetWeeklyScheduleRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
338
338
|
/**
|
|
339
339
|
* This field shall indicate the number of days the client would like to return the setpoint values for and
|
|
340
340
|
* could be any combination of single days or the entire week.
|
|
341
341
|
*
|
|
342
|
-
* @see {@link MatterSpecification.
|
|
342
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3.1
|
|
343
343
|
*/
|
|
344
344
|
daysToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
345
345
|
/**
|
|
@@ -379,7 +379,7 @@ export declare namespace Thermostat {
|
|
|
379
379
|
* This field shall indicate the mode the client would like to return the set point values for and could be any
|
|
380
380
|
* combination of heat only, cool only or heat & cool.
|
|
381
381
|
*
|
|
382
|
-
* @see {@link MatterSpecification.
|
|
382
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3.2
|
|
383
383
|
*/
|
|
384
384
|
modeToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
385
385
|
/**
|
|
@@ -395,14 +395,14 @@ export declare namespace Thermostat {
|
|
|
395
395
|
/**
|
|
396
396
|
* Input to the Thermostat getWeeklySchedule command
|
|
397
397
|
*
|
|
398
|
-
* @see {@link MatterSpecification.
|
|
398
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3
|
|
399
399
|
*/
|
|
400
400
|
interface GetWeeklyScheduleRequest extends TypeFromSchema<typeof TlvGetWeeklyScheduleRequest> {
|
|
401
401
|
}
|
|
402
402
|
/**
|
|
403
403
|
* This command has the same payload format as the Set Weekly Schedule.
|
|
404
404
|
*
|
|
405
|
-
* @see {@link MatterSpecification.
|
|
405
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.4
|
|
406
406
|
*/
|
|
407
407
|
const TlvGetWeeklyScheduleResponse: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
408
408
|
numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
|
|
@@ -456,19 +456,19 @@ export declare namespace Thermostat {
|
|
|
456
456
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
457
457
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
458
458
|
*
|
|
459
|
-
* @see {@link MatterSpecification.
|
|
459
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.1
|
|
460
460
|
*/
|
|
461
461
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
462
462
|
/**
|
|
463
463
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
464
464
|
*
|
|
465
|
-
* @see {@link MatterSpecification.
|
|
465
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.2
|
|
466
466
|
*/
|
|
467
467
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
468
468
|
/**
|
|
469
469
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
470
470
|
*
|
|
471
|
-
* @see {@link MatterSpecification.
|
|
471
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.3
|
|
472
472
|
*/
|
|
473
473
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
474
474
|
}>[]>;
|
|
@@ -476,12 +476,12 @@ export declare namespace Thermostat {
|
|
|
476
476
|
/**
|
|
477
477
|
* This command has the same payload format as the Set Weekly Schedule.
|
|
478
478
|
*
|
|
479
|
-
* @see {@link MatterSpecification.
|
|
479
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.4
|
|
480
480
|
*/
|
|
481
481
|
interface GetWeeklyScheduleResponse extends TypeFromSchema<typeof TlvGetWeeklyScheduleResponse> {
|
|
482
482
|
}
|
|
483
483
|
/**
|
|
484
|
-
* @see {@link MatterSpecification.
|
|
484
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.22
|
|
485
485
|
*/
|
|
486
486
|
enum PresetScenario {
|
|
487
487
|
/**
|
|
@@ -490,7 +490,7 @@ export declare namespace Thermostat {
|
|
|
490
490
|
* This value shall indicate the preset for periods when the thermostat’s temperature-controlled area is
|
|
491
491
|
* occupied. It is intended for thermostats that can automatically determine occupancy.
|
|
492
492
|
*
|
|
493
|
-
* @see {@link MatterSpecification.
|
|
493
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.22.2
|
|
494
494
|
*/
|
|
495
495
|
Occupied = 1,
|
|
496
496
|
/**
|
|
@@ -499,7 +499,7 @@ export declare namespace Thermostat {
|
|
|
499
499
|
* This value shall indicate the preset for periods when the thermostat’s temperature-controlled area is
|
|
500
500
|
* unoccupied. It is intended for thermostats that can automatically determine occupancy.
|
|
501
501
|
*
|
|
502
|
-
* @see {@link MatterSpecification.
|
|
502
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.22.3
|
|
503
503
|
*/
|
|
504
504
|
Unoccupied = 2,
|
|
505
505
|
/**
|
|
@@ -507,7 +507,7 @@ export declare namespace Thermostat {
|
|
|
507
507
|
*
|
|
508
508
|
* This value shall indicate the preset for periods when users are likely to be asleep.
|
|
509
509
|
*
|
|
510
|
-
* @see {@link MatterSpecification.
|
|
510
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.22.4
|
|
511
511
|
*/
|
|
512
512
|
Sleep = 3,
|
|
513
513
|
/**
|
|
@@ -515,7 +515,7 @@ export declare namespace Thermostat {
|
|
|
515
515
|
*
|
|
516
516
|
* This value shall indicate the preset for periods when users are likely to be waking up.
|
|
517
517
|
*
|
|
518
|
-
* @see {@link MatterSpecification.
|
|
518
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.22.5
|
|
519
519
|
*/
|
|
520
520
|
Wake = 4,
|
|
521
521
|
/**
|
|
@@ -524,7 +524,7 @@ export declare namespace Thermostat {
|
|
|
524
524
|
* This value shall indicate the preset for periods when users are on vacation, or otherwise out-of-home for
|
|
525
525
|
* extended periods of time.
|
|
526
526
|
*
|
|
527
|
-
* @see {@link MatterSpecification.
|
|
527
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.22.6
|
|
528
528
|
*/
|
|
529
529
|
Vacation = 5,
|
|
530
530
|
/**
|
|
@@ -532,7 +532,7 @@ export declare namespace Thermostat {
|
|
|
532
532
|
*
|
|
533
533
|
* This value shall indicate the preset for periods when users are likely to be going to sleep.
|
|
534
534
|
*
|
|
535
|
-
* @see {@link MatterSpecification.
|
|
535
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.22.7
|
|
536
536
|
*/
|
|
537
537
|
GoingToSleep = 6,
|
|
538
538
|
/**
|
|
@@ -540,12 +540,12 @@ export declare namespace Thermostat {
|
|
|
540
540
|
*
|
|
541
541
|
* This value shall indicate a free-form preset; when set, the Name field on PresetStruct shall NOT be null.
|
|
542
542
|
*
|
|
543
|
-
* @see {@link MatterSpecification.
|
|
543
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.22.8
|
|
544
544
|
*/
|
|
545
545
|
UserDefined = 254
|
|
546
546
|
}
|
|
547
547
|
/**
|
|
548
|
-
* @see {@link MatterSpecification.
|
|
548
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.8
|
|
549
549
|
*/
|
|
550
550
|
const PresetTypeFeatures: {
|
|
551
551
|
/**
|
|
@@ -558,25 +558,25 @@ export declare namespace Thermostat {
|
|
|
558
558
|
supportsNames: BitFlag;
|
|
559
559
|
};
|
|
560
560
|
/**
|
|
561
|
-
* @see {@link MatterSpecification.
|
|
561
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29
|
|
562
562
|
*/
|
|
563
563
|
const TlvPresetType: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
564
564
|
/**
|
|
565
565
|
* This field shall specify a PresetScenarioEnum value supported by this thermostat.
|
|
566
566
|
*
|
|
567
|
-
* @see {@link MatterSpecification.
|
|
567
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
|
|
568
568
|
*/
|
|
569
569
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
570
570
|
/**
|
|
571
571
|
* This field shall specify a limit for the number of presets for this PresetScenarioEnum.
|
|
572
572
|
*
|
|
573
|
-
* @see {@link MatterSpecification.
|
|
573
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
|
|
574
574
|
*/
|
|
575
575
|
numberOfPresets: import("../tlv/TlvObject.js").FieldType<number>;
|
|
576
576
|
/**
|
|
577
577
|
* This field shall specify a bitmap of features for this PresetTypeStruct.
|
|
578
578
|
*
|
|
579
|
-
* @see {@link MatterSpecification.
|
|
579
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
|
|
580
580
|
*/
|
|
581
581
|
presetTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
582
582
|
/**
|
|
@@ -590,12 +590,12 @@ export declare namespace Thermostat {
|
|
|
590
590
|
}>>;
|
|
591
591
|
}>;
|
|
592
592
|
/**
|
|
593
|
-
* @see {@link MatterSpecification.
|
|
593
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29
|
|
594
594
|
*/
|
|
595
595
|
interface PresetType extends TypeFromSchema<typeof TlvPresetType> {
|
|
596
596
|
}
|
|
597
597
|
/**
|
|
598
|
-
* @see {@link MatterSpecification.
|
|
598
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28
|
|
599
599
|
*/
|
|
600
600
|
const TlvPreset: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
601
601
|
/**
|
|
@@ -605,13 +605,13 @@ export declare namespace Thermostat {
|
|
|
605
605
|
* This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for the
|
|
606
606
|
* purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
|
|
607
607
|
*
|
|
608
|
-
* @see {@link MatterSpecification.
|
|
608
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.1
|
|
609
609
|
*/
|
|
610
610
|
presetHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
611
611
|
/**
|
|
612
612
|
* This field shall indicate the associated PresetScenarioEnum value for this preset.
|
|
613
613
|
*
|
|
614
|
-
* @see {@link MatterSpecification.
|
|
614
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.2
|
|
615
615
|
*/
|
|
616
616
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
617
617
|
/**
|
|
@@ -620,61 +620,61 @@ export declare namespace Thermostat {
|
|
|
620
620
|
* Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
|
|
621
621
|
* with the same value, including null as a value, in the Name field.
|
|
622
622
|
*
|
|
623
|
-
* @see {@link MatterSpecification.
|
|
623
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.3
|
|
624
624
|
*/
|
|
625
625
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
626
626
|
/**
|
|
627
627
|
* This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
|
|
628
628
|
* constraints.
|
|
629
629
|
*
|
|
630
|
-
* @see {@link MatterSpecification.
|
|
630
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.4
|
|
631
631
|
*/
|
|
632
632
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
633
633
|
/**
|
|
634
634
|
* This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
|
|
635
635
|
* constraints.
|
|
636
636
|
*
|
|
637
|
-
* @see {@link MatterSpecification.
|
|
637
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.5
|
|
638
638
|
*/
|
|
639
639
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
640
640
|
/**
|
|
641
641
|
* This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but it
|
|
642
642
|
* cannot be deleted.
|
|
643
643
|
*
|
|
644
|
-
* @see {@link MatterSpecification.
|
|
644
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.6
|
|
645
645
|
*/
|
|
646
646
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
647
647
|
}>;
|
|
648
648
|
/**
|
|
649
|
-
* @see {@link MatterSpecification.
|
|
649
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28
|
|
650
650
|
*/
|
|
651
651
|
interface Preset extends TypeFromSchema<typeof TlvPreset> {
|
|
652
652
|
}
|
|
653
653
|
/**
|
|
654
654
|
* Input to the Thermostat setActivePresetRequest command
|
|
655
655
|
*
|
|
656
|
-
* @see {@link MatterSpecification.
|
|
656
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9
|
|
657
657
|
*/
|
|
658
658
|
const TlvSetActivePresetRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
659
659
|
/**
|
|
660
660
|
* This field shall specify the value of the PresetHandle field on the PresetStruct to be made active. If the
|
|
661
661
|
* field is set to null, that indicates there should be no active preset.
|
|
662
662
|
*
|
|
663
|
-
* @see {@link MatterSpecification.
|
|
663
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9.1
|
|
664
664
|
*/
|
|
665
665
|
presetHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
666
666
|
}>;
|
|
667
667
|
/**
|
|
668
668
|
* Input to the Thermostat setActivePresetRequest command
|
|
669
669
|
*
|
|
670
|
-
* @see {@link MatterSpecification.
|
|
670
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9
|
|
671
671
|
*/
|
|
672
672
|
interface SetActivePresetRequest extends TypeFromSchema<typeof TlvSetActivePresetRequest> {
|
|
673
673
|
}
|
|
674
674
|
/**
|
|
675
675
|
* Table 9. Interpretation of Heat, Cool and Auto SystemModeEnum Values
|
|
676
676
|
*
|
|
677
|
-
* @see {@link MatterSpecification.
|
|
677
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.25
|
|
678
678
|
*/
|
|
679
679
|
enum SystemMode {
|
|
680
680
|
/**
|
|
@@ -706,7 +706,7 @@ export declare namespace Thermostat {
|
|
|
706
706
|
Sleep = 9
|
|
707
707
|
}
|
|
708
708
|
/**
|
|
709
|
-
* @see {@link MatterSpecification.
|
|
709
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12
|
|
710
710
|
*/
|
|
711
711
|
const ScheduleTypeFeatures: {
|
|
712
712
|
/**
|
|
@@ -716,7 +716,7 @@ export declare namespace Thermostat {
|
|
|
716
716
|
* field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
|
|
717
717
|
* contained in its Transitions field.
|
|
718
718
|
*
|
|
719
|
-
* @see {@link MatterSpecification.
|
|
719
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.1
|
|
720
720
|
*/
|
|
721
721
|
supportsPresets: BitFlag;
|
|
722
722
|
/**
|
|
@@ -726,7 +726,7 @@ export declare namespace Thermostat {
|
|
|
726
726
|
* field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
|
|
727
727
|
* contained in its Transitions field.
|
|
728
728
|
*
|
|
729
|
-
* @see {@link MatterSpecification.
|
|
729
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.2
|
|
730
730
|
*/
|
|
731
731
|
supportsSetpoints: BitFlag;
|
|
732
732
|
/**
|
|
@@ -735,7 +735,7 @@ export declare namespace Thermostat {
|
|
|
735
735
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
736
736
|
* field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
|
|
737
737
|
*
|
|
738
|
-
* @see {@link MatterSpecification.
|
|
738
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.3
|
|
739
739
|
*/
|
|
740
740
|
supportsNames: BitFlag;
|
|
741
741
|
/**
|
|
@@ -744,32 +744,32 @@ export declare namespace Thermostat {
|
|
|
744
744
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
745
745
|
* field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
|
|
746
746
|
*
|
|
747
|
-
* @see {@link MatterSpecification.
|
|
747
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.4
|
|
748
748
|
*/
|
|
749
749
|
supportsOff: BitFlag;
|
|
750
750
|
};
|
|
751
751
|
/**
|
|
752
|
-
* @see {@link MatterSpecification.
|
|
752
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.33
|
|
753
753
|
*/
|
|
754
754
|
const TlvScheduleType: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
755
755
|
/**
|
|
756
756
|
* This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
|
|
757
757
|
* for this field shall be Auto, Heat, and Cool.
|
|
758
758
|
*
|
|
759
|
-
* @see {@link MatterSpecification.
|
|
759
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.33.1
|
|
760
760
|
*/
|
|
761
761
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
762
762
|
/**
|
|
763
763
|
* This field shall specify a limit for the number of Schedules for this SystemMode.
|
|
764
764
|
*
|
|
765
|
-
* @see {@link MatterSpecification.
|
|
765
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.33.2
|
|
766
766
|
*/
|
|
767
767
|
numberOfSchedules: import("../tlv/TlvObject.js").FieldType<number>;
|
|
768
768
|
/**
|
|
769
769
|
* This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
|
|
770
770
|
* SupportsSetpoints shall be set.
|
|
771
771
|
*
|
|
772
|
-
* @see {@link MatterSpecification.
|
|
772
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.33.3
|
|
773
773
|
*/
|
|
774
774
|
scheduleTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
775
775
|
/**
|
|
@@ -779,7 +779,7 @@ export declare namespace Thermostat {
|
|
|
779
779
|
* field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
|
|
780
780
|
* contained in its Transitions field.
|
|
781
781
|
*
|
|
782
|
-
* @see {@link MatterSpecification.
|
|
782
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.1
|
|
783
783
|
*/
|
|
784
784
|
supportsPresets: BitFlag;
|
|
785
785
|
/**
|
|
@@ -789,7 +789,7 @@ export declare namespace Thermostat {
|
|
|
789
789
|
* field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
|
|
790
790
|
* contained in its Transitions field.
|
|
791
791
|
*
|
|
792
|
-
* @see {@link MatterSpecification.
|
|
792
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.2
|
|
793
793
|
*/
|
|
794
794
|
supportsSetpoints: BitFlag;
|
|
795
795
|
/**
|
|
@@ -798,7 +798,7 @@ export declare namespace Thermostat {
|
|
|
798
798
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
799
799
|
* field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
|
|
800
800
|
*
|
|
801
|
-
* @see {@link MatterSpecification.
|
|
801
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.3
|
|
802
802
|
*/
|
|
803
803
|
supportsNames: BitFlag;
|
|
804
804
|
/**
|
|
@@ -807,13 +807,13 @@ export declare namespace Thermostat {
|
|
|
807
807
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
808
808
|
* field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
|
|
809
809
|
*
|
|
810
|
-
* @see {@link MatterSpecification.
|
|
810
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.4
|
|
811
811
|
*/
|
|
812
812
|
supportsOff: BitFlag;
|
|
813
813
|
}>>;
|
|
814
814
|
}>;
|
|
815
815
|
/**
|
|
816
|
-
* @see {@link MatterSpecification.
|
|
816
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.33
|
|
817
817
|
*/
|
|
818
818
|
interface ScheduleType extends TypeFromSchema<typeof TlvScheduleType> {
|
|
819
819
|
}
|
|
@@ -875,14 +875,14 @@ export declare namespace Thermostat {
|
|
|
875
875
|
* • The SystemMode field is provided and has the value Cool or Auto, or the SystemMode field on the parent
|
|
876
876
|
* ScheduleStruct has the value Cool or Auto
|
|
877
877
|
*
|
|
878
|
-
* @see {@link MatterSpecification.
|
|
878
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32
|
|
879
879
|
*/
|
|
880
880
|
const TlvScheduleTransition: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
881
881
|
/**
|
|
882
882
|
* This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
|
|
883
883
|
* NOT be set; vacation schedules shall be set via the vacation preset.
|
|
884
884
|
*
|
|
885
|
-
* @see {@link MatterSpecification.
|
|
885
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.1
|
|
886
886
|
*/
|
|
887
887
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
888
888
|
/**
|
|
@@ -924,14 +924,14 @@ export declare namespace Thermostat {
|
|
|
924
924
|
*
|
|
925
925
|
* Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
|
|
926
926
|
*
|
|
927
|
-
* @see {@link MatterSpecification.
|
|
927
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.2
|
|
928
928
|
*/
|
|
929
929
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
930
930
|
/**
|
|
931
931
|
* This field shall specify the preset used at the TransitionTime. If this field is provided, then the
|
|
932
932
|
* SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
|
|
933
933
|
*
|
|
934
|
-
* @see {@link MatterSpecification.
|
|
934
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.3
|
|
935
935
|
*/
|
|
936
936
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
937
937
|
/**
|
|
@@ -939,21 +939,21 @@ export declare namespace Thermostat {
|
|
|
939
939
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
940
940
|
* shall only be included when the required system mode differs from the schedule’s default SystemMode.
|
|
941
941
|
*
|
|
942
|
-
* @see {@link MatterSpecification.
|
|
942
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.4
|
|
943
943
|
*/
|
|
944
944
|
systemMode: import("../tlv/TlvObject.js").OptionalFieldType<SystemMode>;
|
|
945
945
|
/**
|
|
946
946
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
947
947
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
948
948
|
*
|
|
949
|
-
* @see {@link MatterSpecification.
|
|
949
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.5
|
|
950
950
|
*/
|
|
951
951
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
952
952
|
/**
|
|
953
953
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
954
954
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
955
955
|
*
|
|
956
|
-
* @see {@link MatterSpecification.
|
|
956
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.6
|
|
957
957
|
*/
|
|
958
958
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
959
959
|
}>;
|
|
@@ -1015,12 +1015,12 @@ export declare namespace Thermostat {
|
|
|
1015
1015
|
* • The SystemMode field is provided and has the value Cool or Auto, or the SystemMode field on the parent
|
|
1016
1016
|
* ScheduleStruct has the value Cool or Auto
|
|
1017
1017
|
*
|
|
1018
|
-
* @see {@link MatterSpecification.
|
|
1018
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32
|
|
1019
1019
|
*/
|
|
1020
1020
|
interface ScheduleTransition extends TypeFromSchema<typeof TlvScheduleTransition> {
|
|
1021
1021
|
}
|
|
1022
1022
|
/**
|
|
1023
|
-
* @see {@link MatterSpecification.
|
|
1023
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31
|
|
1024
1024
|
*/
|
|
1025
1025
|
const TlvSchedule: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
1026
1026
|
/**
|
|
@@ -1030,26 +1030,26 @@ export declare namespace Thermostat {
|
|
|
1030
1030
|
* This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute for
|
|
1031
1031
|
* the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
|
|
1032
1032
|
*
|
|
1033
|
-
* @see {@link MatterSpecification.
|
|
1033
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.1
|
|
1034
1034
|
*/
|
|
1035
1035
|
scheduleHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
1036
1036
|
/**
|
|
1037
1037
|
* This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
|
|
1038
1038
|
* values for this field shall be Auto, Heat, and Cool.
|
|
1039
1039
|
*
|
|
1040
|
-
* @see {@link MatterSpecification.
|
|
1040
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.2
|
|
1041
1041
|
*/
|
|
1042
1042
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
1043
1043
|
/**
|
|
1044
1044
|
* This field shall specify a name for the ScheduleStruct.
|
|
1045
1045
|
*
|
|
1046
|
-
* @see {@link MatterSpecification.
|
|
1046
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.3
|
|
1047
1047
|
*/
|
|
1048
1048
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1049
1049
|
/**
|
|
1050
1050
|
* This field shall indicate the default PresetHandle value for transitions in this schedule.
|
|
1051
1051
|
*
|
|
1052
|
-
* @see {@link MatterSpecification.
|
|
1052
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.4
|
|
1053
1053
|
*/
|
|
1054
1054
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
1055
1055
|
/**
|
|
@@ -1080,14 +1080,14 @@ export declare namespace Thermostat {
|
|
|
1080
1080
|
* ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
|
|
1081
1081
|
* whose DayOfWeek field matches the current day of the week.
|
|
1082
1082
|
*
|
|
1083
|
-
* @see {@link MatterSpecification.
|
|
1083
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.5
|
|
1084
1084
|
*/
|
|
1085
1085
|
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1086
1086
|
/**
|
|
1087
1087
|
* This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
|
|
1088
1088
|
* NOT be set; vacation schedules shall be set via the vacation preset.
|
|
1089
1089
|
*
|
|
1090
|
-
* @see {@link MatterSpecification.
|
|
1090
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.1
|
|
1091
1091
|
*/
|
|
1092
1092
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1093
1093
|
/**
|
|
@@ -1129,14 +1129,14 @@ export declare namespace Thermostat {
|
|
|
1129
1129
|
*
|
|
1130
1130
|
* Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
|
|
1131
1131
|
*
|
|
1132
|
-
* @see {@link MatterSpecification.
|
|
1132
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.2
|
|
1133
1133
|
*/
|
|
1134
1134
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1135
1135
|
/**
|
|
1136
1136
|
* This field shall specify the preset used at the TransitionTime. If this field is provided, then the
|
|
1137
1137
|
* SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
|
|
1138
1138
|
*
|
|
1139
|
-
* @see {@link MatterSpecification.
|
|
1139
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.3
|
|
1140
1140
|
*/
|
|
1141
1141
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
1142
1142
|
/**
|
|
@@ -1144,21 +1144,21 @@ export declare namespace Thermostat {
|
|
|
1144
1144
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
1145
1145
|
* shall only be included when the required system mode differs from the schedule’s default SystemMode.
|
|
1146
1146
|
*
|
|
1147
|
-
* @see {@link MatterSpecification.
|
|
1147
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.4
|
|
1148
1148
|
*/
|
|
1149
1149
|
systemMode: import("../tlv/TlvObject.js").OptionalFieldType<SystemMode>;
|
|
1150
1150
|
/**
|
|
1151
1151
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
1152
1152
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
1153
1153
|
*
|
|
1154
|
-
* @see {@link MatterSpecification.
|
|
1154
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.5
|
|
1155
1155
|
*/
|
|
1156
1156
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1157
1157
|
/**
|
|
1158
1158
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
1159
1159
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
1160
1160
|
*
|
|
1161
|
-
* @see {@link MatterSpecification.
|
|
1161
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.6
|
|
1162
1162
|
*/
|
|
1163
1163
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1164
1164
|
}>[]>;
|
|
@@ -1166,37 +1166,37 @@ export declare namespace Thermostat {
|
|
|
1166
1166
|
* This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
|
|
1167
1167
|
* it cannot be deleted.
|
|
1168
1168
|
*
|
|
1169
|
-
* @see {@link MatterSpecification.
|
|
1169
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.6
|
|
1170
1170
|
*/
|
|
1171
1171
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
1172
1172
|
}>;
|
|
1173
1173
|
/**
|
|
1174
|
-
* @see {@link MatterSpecification.
|
|
1174
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31
|
|
1175
1175
|
*/
|
|
1176
1176
|
interface Schedule extends TypeFromSchema<typeof TlvSchedule> {
|
|
1177
1177
|
}
|
|
1178
1178
|
/**
|
|
1179
1179
|
* Input to the Thermostat setActiveScheduleRequest command
|
|
1180
1180
|
*
|
|
1181
|
-
* @see {@link MatterSpecification.
|
|
1181
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8
|
|
1182
1182
|
*/
|
|
1183
1183
|
const TlvSetActiveScheduleRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
1184
1184
|
/**
|
|
1185
1185
|
* This field shall specify the value of the ScheduleHandle field on the ScheduleStruct to be made active.
|
|
1186
1186
|
*
|
|
1187
|
-
* @see {@link MatterSpecification.
|
|
1187
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8.1
|
|
1188
1188
|
*/
|
|
1189
1189
|
scheduleHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
1190
1190
|
}>;
|
|
1191
1191
|
/**
|
|
1192
1192
|
* Input to the Thermostat setActiveScheduleRequest command
|
|
1193
1193
|
*
|
|
1194
|
-
* @see {@link MatterSpecification.
|
|
1194
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8
|
|
1195
1195
|
*/
|
|
1196
1196
|
interface SetActiveScheduleRequest extends TypeFromSchema<typeof TlvSetActiveScheduleRequest> {
|
|
1197
1197
|
}
|
|
1198
1198
|
/**
|
|
1199
|
-
* @see {@link MatterSpecification.
|
|
1199
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6
|
|
1200
1200
|
*/
|
|
1201
1201
|
const HvacSystemType: {
|
|
1202
1202
|
/**
|
|
@@ -1212,7 +1212,7 @@ export declare namespace Thermostat {
|
|
|
1212
1212
|
*
|
|
1213
1213
|
* • 11 = Reserved
|
|
1214
1214
|
*
|
|
1215
|
-
* @see {@link MatterSpecification.
|
|
1215
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.1
|
|
1216
1216
|
*/
|
|
1217
1217
|
coolingStage: BitField;
|
|
1218
1218
|
/**
|
|
@@ -1228,7 +1228,7 @@ export declare namespace Thermostat {
|
|
|
1228
1228
|
*
|
|
1229
1229
|
* • 11 = Reserved
|
|
1230
1230
|
*
|
|
1231
|
-
* @see {@link MatterSpecification.
|
|
1231
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.2
|
|
1232
1232
|
*/
|
|
1233
1233
|
heatingStage: BitField;
|
|
1234
1234
|
/**
|
|
@@ -1240,7 +1240,7 @@ export declare namespace Thermostat {
|
|
|
1240
1240
|
*
|
|
1241
1241
|
* • 1 = Heat Pump
|
|
1242
1242
|
*
|
|
1243
|
-
* @see {@link MatterSpecification.
|
|
1243
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.3
|
|
1244
1244
|
*/
|
|
1245
1245
|
heatingIsHeatPump: BitFlag;
|
|
1246
1246
|
/**
|
|
@@ -1252,12 +1252,12 @@ export declare namespace Thermostat {
|
|
|
1252
1252
|
*
|
|
1253
1253
|
* • 1 = Uses fuel
|
|
1254
1254
|
*
|
|
1255
|
-
* @see {@link MatterSpecification.
|
|
1255
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.4
|
|
1256
1256
|
*/
|
|
1257
1257
|
heatingUsesFuel: BitFlag;
|
|
1258
1258
|
};
|
|
1259
1259
|
/**
|
|
1260
|
-
* @see {@link MatterSpecification.
|
|
1260
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11
|
|
1261
1261
|
*/
|
|
1262
1262
|
const RemoteSensing: {
|
|
1263
1263
|
/**
|
|
@@ -1269,7 +1269,7 @@ export declare namespace Thermostat {
|
|
|
1269
1269
|
*
|
|
1270
1270
|
* This bit shall be supported if the OutdoorTemperature attribute is supported.
|
|
1271
1271
|
*
|
|
1272
|
-
* @see {@link MatterSpecification.
|
|
1272
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.1
|
|
1273
1273
|
*/
|
|
1274
1274
|
outdoorTemperature: BitFlag;
|
|
1275
1275
|
/**
|
|
@@ -1288,7 +1288,7 @@ export declare namespace Thermostat {
|
|
|
1288
1288
|
* Systems which support cooling or heating, requiring external intervention to change modes or where the whole
|
|
1289
1289
|
* building must be in the same mode, SHOULD report CoolingOnly or HeatingOnly based on the current capability.
|
|
1290
1290
|
*
|
|
1291
|
-
* @see {@link MatterSpecification.
|
|
1291
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.21
|
|
1292
1292
|
*/
|
|
1293
1293
|
enum ControlSequenceOfOperation {
|
|
1294
1294
|
/**
|
|
@@ -1317,7 +1317,7 @@ export declare namespace Thermostat {
|
|
|
1317
1317
|
CoolingAndHeatingWithReheat = 5
|
|
1318
1318
|
}
|
|
1319
1319
|
/**
|
|
1320
|
-
* @see {@link MatterSpecification.
|
|
1320
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27
|
|
1321
1321
|
*/
|
|
1322
1322
|
enum TemperatureSetpointHold {
|
|
1323
1323
|
/**
|
|
@@ -1330,7 +1330,7 @@ export declare namespace Thermostat {
|
|
|
1330
1330
|
SetpointHoldOn = 1
|
|
1331
1331
|
}
|
|
1332
1332
|
/**
|
|
1333
|
-
* @see {@link MatterSpecification.
|
|
1333
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.9
|
|
1334
1334
|
*/
|
|
1335
1335
|
const ProgrammingOperationMode: {
|
|
1336
1336
|
/**
|
|
@@ -1347,7 +1347,7 @@ export declare namespace Thermostat {
|
|
|
1347
1347
|
economy: BitFlag;
|
|
1348
1348
|
};
|
|
1349
1349
|
/**
|
|
1350
|
-
* @see {@link MatterSpecification.
|
|
1350
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.10
|
|
1351
1351
|
*/
|
|
1352
1352
|
const RelayState: {
|
|
1353
1353
|
/**
|
|
@@ -1380,7 +1380,7 @@ export declare namespace Thermostat {
|
|
|
1380
1380
|
fanStage3: BitFlag;
|
|
1381
1381
|
};
|
|
1382
1382
|
/**
|
|
1383
|
-
* @see {@link MatterSpecification.
|
|
1383
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.23
|
|
1384
1384
|
*/
|
|
1385
1385
|
enum SetpointChangeSource {
|
|
1386
1386
|
/**
|
|
@@ -1397,7 +1397,7 @@ export declare namespace Thermostat {
|
|
|
1397
1397
|
External = 2
|
|
1398
1398
|
}
|
|
1399
1399
|
/**
|
|
1400
|
-
* @see {@link MatterSpecification.
|
|
1400
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.19
|
|
1401
1401
|
*/
|
|
1402
1402
|
enum AcType {
|
|
1403
1403
|
/**
|
|
@@ -1422,7 +1422,7 @@ export declare namespace Thermostat {
|
|
|
1422
1422
|
HeatPumpInverter = 4
|
|
1423
1423
|
}
|
|
1424
1424
|
/**
|
|
1425
|
-
* @see {@link MatterSpecification.
|
|
1425
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.18
|
|
1426
1426
|
*/
|
|
1427
1427
|
enum AcRefrigerantType {
|
|
1428
1428
|
/**
|
|
@@ -1443,7 +1443,7 @@ export declare namespace Thermostat {
|
|
|
1443
1443
|
R407C = 3
|
|
1444
1444
|
}
|
|
1445
1445
|
/**
|
|
1446
|
-
* @see {@link MatterSpecification.
|
|
1446
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.16
|
|
1447
1447
|
*/
|
|
1448
1448
|
enum AcCompressorType {
|
|
1449
1449
|
/**
|
|
@@ -1464,7 +1464,7 @@ export declare namespace Thermostat {
|
|
|
1464
1464
|
T3 = 3
|
|
1465
1465
|
}
|
|
1466
1466
|
/**
|
|
1467
|
-
* @see {@link MatterSpecification.
|
|
1467
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.4
|
|
1468
1468
|
*/
|
|
1469
1469
|
const AcErrorCode: {
|
|
1470
1470
|
/**
|
|
@@ -1489,7 +1489,7 @@ export declare namespace Thermostat {
|
|
|
1489
1489
|
fanFail: BitFlag;
|
|
1490
1490
|
};
|
|
1491
1491
|
/**
|
|
1492
|
-
* @see {@link MatterSpecification.
|
|
1492
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.17
|
|
1493
1493
|
*/
|
|
1494
1494
|
enum AcLouverPosition {
|
|
1495
1495
|
/**
|
|
@@ -1514,7 +1514,7 @@ export declare namespace Thermostat {
|
|
|
1514
1514
|
ThreeQuarters = 5
|
|
1515
1515
|
}
|
|
1516
1516
|
/**
|
|
1517
|
-
* @see {@link MatterSpecification.
|
|
1517
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.15
|
|
1518
1518
|
*/
|
|
1519
1519
|
enum AcCapacityFormat {
|
|
1520
1520
|
/**
|
|
@@ -1523,7 +1523,7 @@ export declare namespace Thermostat {
|
|
|
1523
1523
|
BtUh = 0
|
|
1524
1524
|
}
|
|
1525
1525
|
/**
|
|
1526
|
-
* @see {@link MatterSpecification.
|
|
1526
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.20
|
|
1527
1527
|
*/
|
|
1528
1528
|
enum SetpointRaiseLowerMode {
|
|
1529
1529
|
/**
|
|
@@ -1542,32 +1542,32 @@ export declare namespace Thermostat {
|
|
|
1542
1542
|
/**
|
|
1543
1543
|
* Input to the Thermostat setpointRaiseLower command
|
|
1544
1544
|
*
|
|
1545
|
-
* @see {@link MatterSpecification.
|
|
1545
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1
|
|
1546
1546
|
*/
|
|
1547
1547
|
const TlvSetpointRaiseLowerRequest: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
1548
1548
|
/**
|
|
1549
1549
|
* The field shall specify which setpoints are to be adjusted.
|
|
1550
1550
|
*
|
|
1551
|
-
* @see {@link MatterSpecification.
|
|
1551
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1.1
|
|
1552
1552
|
*/
|
|
1553
1553
|
mode: import("../tlv/TlvObject.js").FieldType<SetpointRaiseLowerMode>;
|
|
1554
1554
|
/**
|
|
1555
1555
|
* This field shall indicate the amount (possibly negative) that should be added to the setpoint(s), in steps of
|
|
1556
1556
|
* 0.1°C.
|
|
1557
1557
|
*
|
|
1558
|
-
* @see {@link MatterSpecification.
|
|
1558
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1.2
|
|
1559
1559
|
*/
|
|
1560
1560
|
amount: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1561
1561
|
}>;
|
|
1562
1562
|
/**
|
|
1563
1563
|
* Input to the Thermostat setpointRaiseLower command
|
|
1564
1564
|
*
|
|
1565
|
-
* @see {@link MatterSpecification.
|
|
1565
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1
|
|
1566
1566
|
*/
|
|
1567
1567
|
interface SetpointRaiseLowerRequest extends TypeFromSchema<typeof TlvSetpointRaiseLowerRequest> {
|
|
1568
1568
|
}
|
|
1569
1569
|
/**
|
|
1570
|
-
* @see {@link MatterSpecification.
|
|
1570
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5
|
|
1571
1571
|
*/
|
|
1572
1572
|
const AlarmCode: {
|
|
1573
1573
|
/**
|
|
@@ -1592,7 +1592,7 @@ export declare namespace Thermostat {
|
|
|
1592
1592
|
* Indicates whether the heated/cooled space is occupied or not, as measured locally or remotely (over the
|
|
1593
1593
|
* network).
|
|
1594
1594
|
*
|
|
1595
|
-
* @see {@link MatterSpecification.
|
|
1595
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.4
|
|
1596
1596
|
*/
|
|
1597
1597
|
readonly occupancy: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1598
1598
|
/**
|
|
@@ -1601,7 +1601,7 @@ export declare namespace Thermostat {
|
|
|
1601
1601
|
* If this bit is set, it shall indicate the occupied state else if the bit if not set, it shall indicate the
|
|
1602
1602
|
* unoccupied state.
|
|
1603
1603
|
*
|
|
1604
|
-
* @see {@link MatterSpecification.
|
|
1604
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.7.1
|
|
1605
1605
|
*/
|
|
1606
1606
|
occupied: BitFlag;
|
|
1607
1607
|
}>, any>;
|
|
@@ -1618,11 +1618,11 @@ export declare namespace Thermostat {
|
|
|
1618
1618
|
*
|
|
1619
1619
|
* ### Refer to Setpoint Limits for constraints
|
|
1620
1620
|
*
|
|
1621
|
-
* @see {@link MatterSpecification.
|
|
1621
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.5
|
|
1622
1622
|
*/
|
|
1623
1623
|
readonly absMinHeatSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
1624
1624
|
/**
|
|
1625
|
-
* @see {@link MatterSpecification.
|
|
1625
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9
|
|
1626
1626
|
*/
|
|
1627
1627
|
readonly absMaxHeatSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
1628
1628
|
/**
|
|
@@ -1631,7 +1631,7 @@ export declare namespace Thermostat {
|
|
|
1631
1631
|
*
|
|
1632
1632
|
* This attribute is reported regularly and may be used to control a heating device.
|
|
1633
1633
|
*
|
|
1634
|
-
* @see {@link MatterSpecification.
|
|
1634
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.10
|
|
1635
1635
|
*/
|
|
1636
1636
|
readonly piHeatingDemand: OptionalAttribute<number, any>;
|
|
1637
1637
|
/**
|
|
@@ -1651,7 +1651,7 @@ export declare namespace Thermostat {
|
|
|
1651
1651
|
* either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
|
|
1652
1652
|
* of the ActivePresetHandle attribute shall be set to null.
|
|
1653
1653
|
*
|
|
1654
|
-
* @see {@link MatterSpecification.
|
|
1654
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.14
|
|
1655
1655
|
*/
|
|
1656
1656
|
readonly occupiedHeatingSetpoint: WritableAttribute<number, any>;
|
|
1657
1657
|
/**
|
|
@@ -1667,7 +1667,7 @@ export declare namespace Thermostat {
|
|
|
1667
1667
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1668
1668
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1669
1669
|
*
|
|
1670
|
-
* @see {@link MatterSpecification.
|
|
1670
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.17
|
|
1671
1671
|
*/
|
|
1672
1672
|
readonly minHeatSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
1673
1673
|
/**
|
|
@@ -1679,7 +1679,7 @@ export declare namespace Thermostat {
|
|
|
1679
1679
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1680
1680
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1681
1681
|
*
|
|
1682
|
-
* @see {@link MatterSpecification.
|
|
1682
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.18
|
|
1683
1683
|
*/
|
|
1684
1684
|
readonly maxHeatSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
1685
1685
|
};
|
|
@@ -1690,7 +1690,7 @@ export declare namespace Thermostat {
|
|
|
1690
1690
|
const CoolingComponent: {
|
|
1691
1691
|
readonly attributes: {
|
|
1692
1692
|
/**
|
|
1693
|
-
* @see {@link MatterSpecification.
|
|
1693
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9
|
|
1694
1694
|
*/
|
|
1695
1695
|
readonly absMinCoolSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
1696
1696
|
/**
|
|
@@ -1699,7 +1699,7 @@ export declare namespace Thermostat {
|
|
|
1699
1699
|
*
|
|
1700
1700
|
* ### Refer to Setpoint Limits for constraints
|
|
1701
1701
|
*
|
|
1702
|
-
* @see {@link MatterSpecification.
|
|
1702
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.8
|
|
1703
1703
|
*/
|
|
1704
1704
|
readonly absMaxCoolSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
1705
1705
|
/**
|
|
@@ -1708,7 +1708,7 @@ export declare namespace Thermostat {
|
|
|
1708
1708
|
*
|
|
1709
1709
|
* This attribute is reported regularly and may be used to control a cooling device.
|
|
1710
1710
|
*
|
|
1711
|
-
* @see {@link MatterSpecification.
|
|
1711
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.9
|
|
1712
1712
|
*/
|
|
1713
1713
|
readonly piCoolingDemand: OptionalAttribute<number, any>;
|
|
1714
1714
|
/**
|
|
@@ -1728,7 +1728,7 @@ export declare namespace Thermostat {
|
|
|
1728
1728
|
* either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
|
|
1729
1729
|
* of the ActivePresetHandle attribute shall be set to null.
|
|
1730
1730
|
*
|
|
1731
|
-
* @see {@link MatterSpecification.
|
|
1731
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.13
|
|
1732
1732
|
*/
|
|
1733
1733
|
readonly occupiedCoolingSetpoint: WritableAttribute<number, any>;
|
|
1734
1734
|
/**
|
|
@@ -1740,7 +1740,7 @@ export declare namespace Thermostat {
|
|
|
1740
1740
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1741
1741
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1742
1742
|
*
|
|
1743
|
-
* @see {@link MatterSpecification.
|
|
1743
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.19
|
|
1744
1744
|
*/
|
|
1745
1745
|
readonly minCoolSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
1746
1746
|
/**
|
|
@@ -1752,7 +1752,7 @@ export declare namespace Thermostat {
|
|
|
1752
1752
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1753
1753
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1754
1754
|
*
|
|
1755
|
-
* @see {@link MatterSpecification.
|
|
1755
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.20
|
|
1756
1756
|
*/
|
|
1757
1757
|
readonly maxCoolSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
1758
1758
|
};
|
|
@@ -1779,7 +1779,7 @@ export declare namespace Thermostat {
|
|
|
1779
1779
|
* > Prior to revision 8 of this cluster specification the value of this attribute was constrained to a
|
|
1780
1780
|
* range of -2.5°C to 2.5°C.
|
|
1781
1781
|
*
|
|
1782
|
-
* @see {@link MatterSpecification.
|
|
1782
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.12
|
|
1783
1783
|
*/
|
|
1784
1784
|
readonly localTemperatureCalibration: OptionalWritableAttribute<number, any>;
|
|
1785
1785
|
};
|
|
@@ -1806,7 +1806,7 @@ export declare namespace Thermostat {
|
|
|
1806
1806
|
* Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
|
|
1807
1807
|
* be set to null.
|
|
1808
1808
|
*
|
|
1809
|
-
* @see {@link MatterSpecification.
|
|
1809
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.15
|
|
1810
1810
|
*/
|
|
1811
1811
|
readonly unoccupiedCoolingSetpoint: WritableAttribute<number, any>;
|
|
1812
1812
|
};
|
|
@@ -1833,7 +1833,7 @@ export declare namespace Thermostat {
|
|
|
1833
1833
|
* Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
|
|
1834
1834
|
* be set to null.
|
|
1835
1835
|
*
|
|
1836
|
-
* @see {@link MatterSpecification.
|
|
1836
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.16
|
|
1837
1837
|
*/
|
|
1838
1838
|
readonly unoccupiedHeatingSetpoint: WritableAttribute<number, any>;
|
|
1839
1839
|
};
|
|
@@ -1857,7 +1857,7 @@ export declare namespace Thermostat {
|
|
|
1857
1857
|
* For backwards compatibility, this attribute is optionally writeable. However any writes to this attribute
|
|
1858
1858
|
* shall be silently ignored.
|
|
1859
1859
|
*
|
|
1860
|
-
* @see {@link MatterSpecification.
|
|
1860
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.21
|
|
1861
1861
|
*/
|
|
1862
1862
|
readonly minSetpointDeadBand: WritableAttribute<number, any>;
|
|
1863
1863
|
/**
|
|
@@ -1865,7 +1865,7 @@ export declare namespace Thermostat {
|
|
|
1865
1865
|
* can only be Off, Cool or Heat. This attribute is intended to provide additional information when the
|
|
1866
1866
|
* thermostat’s system mode is in auto mode.
|
|
1867
1867
|
*
|
|
1868
|
-
* @see {@link MatterSpecification.
|
|
1868
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.26
|
|
1869
1869
|
*/
|
|
1870
1870
|
readonly thermostatRunningMode: OptionalAttribute<ThermostatRunningMode, any>;
|
|
1871
1871
|
};
|
|
@@ -1882,19 +1882,19 @@ export declare namespace Thermostat {
|
|
|
1882
1882
|
* This attribute may be able to be used as the base to determine if the device supports weekly scheduling
|
|
1883
1883
|
* by reading the attribute. Successful response means that the weekly scheduling is supported.
|
|
1884
1884
|
*
|
|
1885
|
-
* @see {@link MatterSpecification.
|
|
1885
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.27
|
|
1886
1886
|
*/
|
|
1887
1887
|
readonly startOfWeek: FixedAttribute<StartOfWeek, any>;
|
|
1888
1888
|
/**
|
|
1889
1889
|
* Indicates how many weekly schedule transitions the thermostat is capable of handling.
|
|
1890
1890
|
*
|
|
1891
|
-
* @see {@link MatterSpecification.
|
|
1891
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.28
|
|
1892
1892
|
*/
|
|
1893
1893
|
readonly numberOfWeeklyTransitions: FixedAttribute<number, any>;
|
|
1894
1894
|
/**
|
|
1895
1895
|
* Indicates how many daily schedule transitions the thermostat is capable of handling.
|
|
1896
1896
|
*
|
|
1897
|
-
* @see {@link MatterSpecification.
|
|
1897
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.29
|
|
1898
1898
|
*/
|
|
1899
1899
|
readonly numberOfDailyTransitions: FixedAttribute<number, any>;
|
|
1900
1900
|
};
|
|
@@ -1908,7 +1908,7 @@ export declare namespace Thermostat {
|
|
|
1908
1908
|
* leave all other days unchanged. If the schedule is larger than what fits in one frame or contains more
|
|
1909
1909
|
* than 10 transitions, the schedule shall then be sent using multiple SetWeeklySchedule Commands.
|
|
1910
1910
|
*
|
|
1911
|
-
* @see {@link MatterSpecification.
|
|
1911
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2
|
|
1912
1912
|
*/
|
|
1913
1913
|
readonly setWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1914
1914
|
/**
|
|
@@ -1916,7 +1916,7 @@ export declare namespace Thermostat {
|
|
|
1916
1916
|
* device supports more than 10 transitions in its schedule they can send this by sending more than 1 “Set
|
|
1917
1917
|
* Weekly Schedule” command, each containing the separate information that the device needs to set.
|
|
1918
1918
|
*
|
|
1919
|
-
* @see {@link MatterSpecification.
|
|
1919
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.1
|
|
1920
1920
|
*/
|
|
1921
1921
|
numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1922
1922
|
/**
|
|
@@ -1928,7 +1928,7 @@ export declare namespace Thermostat {
|
|
|
1928
1928
|
* Each setpoint transition will begin with the day of week for this transition. There can be up to 10
|
|
1929
1929
|
* transitions for each command.
|
|
1930
1930
|
*
|
|
1931
|
-
* @see {@link MatterSpecification.
|
|
1931
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.2
|
|
1932
1932
|
*/
|
|
1933
1933
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1934
1934
|
/**
|
|
@@ -1985,7 +1985,7 @@ export declare namespace Thermostat {
|
|
|
1985
1985
|
* Both bits must be respected, even if the HEAT or COOL feature is not supported, to ensure the command is
|
|
1986
1986
|
* decoded and handled correctly.
|
|
1987
1987
|
*
|
|
1988
|
-
* @see {@link MatterSpecification.
|
|
1988
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.3
|
|
1989
1989
|
*/
|
|
1990
1990
|
modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1991
1991
|
/**
|
|
@@ -2000,7 +2000,7 @@ export declare namespace Thermostat {
|
|
|
2000
2000
|
/**
|
|
2001
2001
|
* This field shall contain the list of setpoint transitions used to update the specified daily schedules
|
|
2002
2002
|
*
|
|
2003
|
-
* @see {@link MatterSpecification.
|
|
2003
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.4
|
|
2004
2004
|
*/
|
|
2005
2005
|
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2006
2006
|
/**
|
|
@@ -2008,32 +2008,32 @@ export declare namespace Thermostat {
|
|
|
2008
2008
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
2009
2009
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
2010
2010
|
*
|
|
2011
|
-
* @see {@link MatterSpecification.
|
|
2011
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.1
|
|
2012
2012
|
*/
|
|
2013
2013
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2014
2014
|
/**
|
|
2015
2015
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
2016
2016
|
*
|
|
2017
|
-
* @see {@link MatterSpecification.
|
|
2017
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.2
|
|
2018
2018
|
*/
|
|
2019
2019
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2020
2020
|
/**
|
|
2021
2021
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
2022
2022
|
*
|
|
2023
|
-
* @see {@link MatterSpecification.
|
|
2023
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.3
|
|
2024
2024
|
*/
|
|
2025
2025
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2026
2026
|
}>[]>;
|
|
2027
2027
|
}>, void, any>;
|
|
2028
2028
|
/**
|
|
2029
|
-
* @see {@link MatterSpecification.
|
|
2029
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3
|
|
2030
2030
|
*/
|
|
2031
2031
|
readonly getWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2032
2032
|
/**
|
|
2033
2033
|
* This field shall indicate the number of days the client would like to return the setpoint values for and
|
|
2034
2034
|
* could be any combination of single days or the entire week.
|
|
2035
2035
|
*
|
|
2036
|
-
* @see {@link MatterSpecification.
|
|
2036
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3.1
|
|
2037
2037
|
*/
|
|
2038
2038
|
daysToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2039
2039
|
/**
|
|
@@ -2073,7 +2073,7 @@ export declare namespace Thermostat {
|
|
|
2073
2073
|
* This field shall indicate the mode the client would like to return the set point values for and could be any
|
|
2074
2074
|
* combination of heat only, cool only or heat & cool.
|
|
2075
2075
|
*
|
|
2076
|
-
* @see {@link MatterSpecification.
|
|
2076
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3.2
|
|
2077
2077
|
*/
|
|
2078
2078
|
modeToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2079
2079
|
/**
|
|
@@ -2137,19 +2137,19 @@ export declare namespace Thermostat {
|
|
|
2137
2137
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
2138
2138
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
2139
2139
|
*
|
|
2140
|
-
* @see {@link MatterSpecification.
|
|
2140
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.1
|
|
2141
2141
|
*/
|
|
2142
2142
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2143
2143
|
/**
|
|
2144
2144
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
2145
2145
|
*
|
|
2146
|
-
* @see {@link MatterSpecification.
|
|
2146
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.2
|
|
2147
2147
|
*/
|
|
2148
2148
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2149
2149
|
/**
|
|
2150
2150
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
2151
2151
|
*
|
|
2152
|
-
* @see {@link MatterSpecification.
|
|
2152
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.3
|
|
2153
2153
|
*/
|
|
2154
2154
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2155
2155
|
}>[]>;
|
|
@@ -2160,7 +2160,7 @@ export declare namespace Thermostat {
|
|
|
2160
2160
|
* Upon receipt, all transitions currently stored shall be cleared and a default response of SUCCESS shall
|
|
2161
2161
|
* be sent in response. There are no error responses to this command.
|
|
2162
2162
|
*
|
|
2163
|
-
* @see {@link MatterSpecification.
|
|
2163
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.5
|
|
2164
2164
|
*/
|
|
2165
2165
|
readonly clearWeeklySchedule: Command<void, void, any>;
|
|
2166
2166
|
};
|
|
@@ -2192,7 +2192,7 @@ export declare namespace Thermostat {
|
|
|
2192
2192
|
* Thermostat server shall set its OccupiedSetback value to OccupiedSetbackMin and shall send a Write
|
|
2193
2193
|
* Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
2194
2194
|
*
|
|
2195
|
-
* @see {@link MatterSpecification.
|
|
2195
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.37
|
|
2196
2196
|
*/
|
|
2197
2197
|
readonly occupiedSetback: WritableAttribute<number | null, any>;
|
|
2198
2198
|
/**
|
|
@@ -2201,7 +2201,7 @@ export declare namespace Thermostat {
|
|
|
2201
2201
|
*
|
|
2202
2202
|
* The null value indicates the attribute is unused.
|
|
2203
2203
|
*
|
|
2204
|
-
* @see {@link MatterSpecification.
|
|
2204
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.38
|
|
2205
2205
|
*/
|
|
2206
2206
|
readonly occupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
2207
2207
|
/**
|
|
@@ -2210,7 +2210,7 @@ export declare namespace Thermostat {
|
|
|
2210
2210
|
*
|
|
2211
2211
|
* The null value indicates the attribute is unused.
|
|
2212
2212
|
*
|
|
2213
|
-
* @see {@link MatterSpecification.
|
|
2213
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.39
|
|
2214
2214
|
*/
|
|
2215
2215
|
readonly occupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
2216
2216
|
};
|
|
@@ -2242,7 +2242,7 @@ export declare namespace Thermostat {
|
|
|
2242
2242
|
* the Thermostat server shall set its UnoccupiedSetback value to UnoccupiedSetbackMin and shall send a
|
|
2243
2243
|
* Write Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
2244
2244
|
*
|
|
2245
|
-
* @see {@link MatterSpecification.
|
|
2245
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.40
|
|
2246
2246
|
*/
|
|
2247
2247
|
readonly unoccupiedSetback: WritableAttribute<number | null, any>;
|
|
2248
2248
|
/**
|
|
@@ -2251,7 +2251,7 @@ export declare namespace Thermostat {
|
|
|
2251
2251
|
*
|
|
2252
2252
|
* The null value indicates the attribute is unused.
|
|
2253
2253
|
*
|
|
2254
|
-
* @see {@link MatterSpecification.
|
|
2254
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.41
|
|
2255
2255
|
*/
|
|
2256
2256
|
readonly unoccupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
2257
2257
|
/**
|
|
@@ -2260,7 +2260,7 @@ export declare namespace Thermostat {
|
|
|
2260
2260
|
*
|
|
2261
2261
|
* The null value indicates the attribute is unused.
|
|
2262
2262
|
*
|
|
2263
|
-
* @see {@link MatterSpecification.
|
|
2263
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.42
|
|
2264
2264
|
*/
|
|
2265
2265
|
readonly unoccupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
2266
2266
|
};
|
|
@@ -2274,25 +2274,25 @@ export declare namespace Thermostat {
|
|
|
2274
2274
|
* Indicates the supported PresetScenarioEnum values, limits on how many presets can be created for each
|
|
2275
2275
|
* PresetScenarioEnum, and whether or not a thermostat can transition automatically to a given scenario.
|
|
2276
2276
|
*
|
|
2277
|
-
* @see {@link MatterSpecification.
|
|
2277
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.52
|
|
2278
2278
|
*/
|
|
2279
2279
|
readonly presetTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2280
2280
|
/**
|
|
2281
2281
|
* This field shall specify a PresetScenarioEnum value supported by this thermostat.
|
|
2282
2282
|
*
|
|
2283
|
-
* @see {@link MatterSpecification.
|
|
2283
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
|
|
2284
2284
|
*/
|
|
2285
2285
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
2286
2286
|
/**
|
|
2287
2287
|
* This field shall specify a limit for the number of presets for this PresetScenarioEnum.
|
|
2288
2288
|
*
|
|
2289
|
-
* @see {@link MatterSpecification.
|
|
2289
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
|
|
2290
2290
|
*/
|
|
2291
2291
|
numberOfPresets: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2292
2292
|
/**
|
|
2293
2293
|
* This field shall specify a bitmap of features for this PresetTypeStruct.
|
|
2294
2294
|
*
|
|
2295
|
-
* @see {@link MatterSpecification.
|
|
2295
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
|
|
2296
2296
|
*/
|
|
2297
2297
|
presetTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2298
2298
|
/**
|
|
@@ -2308,14 +2308,14 @@ export declare namespace Thermostat {
|
|
|
2308
2308
|
/**
|
|
2309
2309
|
* Indicates the maximum number of entries supported by the Presets attribute.
|
|
2310
2310
|
*
|
|
2311
|
-
* @see {@link MatterSpecification.
|
|
2311
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.54
|
|
2312
2312
|
*/
|
|
2313
2313
|
readonly numberOfPresets: FixedAttribute<number, any>;
|
|
2314
2314
|
/**
|
|
2315
2315
|
* Indicates the PresetHandle of the active preset. If this attribute is null, then there is no active
|
|
2316
2316
|
* preset.
|
|
2317
2317
|
*
|
|
2318
|
-
* @see {@link MatterSpecification.
|
|
2318
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.58
|
|
2319
2319
|
*/
|
|
2320
2320
|
readonly activePresetHandle: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
2321
2321
|
/**
|
|
@@ -2390,7 +2390,7 @@ export declare namespace Thermostat {
|
|
|
2390
2390
|
*
|
|
2391
2391
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
2392
2392
|
*
|
|
2393
|
-
* @see {@link MatterSpecification.
|
|
2393
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.60
|
|
2394
2394
|
*/
|
|
2395
2395
|
readonly presets: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2396
2396
|
/**
|
|
@@ -2400,13 +2400,13 @@ export declare namespace Thermostat {
|
|
|
2400
2400
|
* This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for the
|
|
2401
2401
|
* purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
|
|
2402
2402
|
*
|
|
2403
|
-
* @see {@link MatterSpecification.
|
|
2403
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.1
|
|
2404
2404
|
*/
|
|
2405
2405
|
presetHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
2406
2406
|
/**
|
|
2407
2407
|
* This field shall indicate the associated PresetScenarioEnum value for this preset.
|
|
2408
2408
|
*
|
|
2409
|
-
* @see {@link MatterSpecification.
|
|
2409
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.2
|
|
2410
2410
|
*/
|
|
2411
2411
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
2412
2412
|
/**
|
|
@@ -2415,42 +2415,42 @@ export declare namespace Thermostat {
|
|
|
2415
2415
|
* Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
|
|
2416
2416
|
* with the same value, including null as a value, in the Name field.
|
|
2417
2417
|
*
|
|
2418
|
-
* @see {@link MatterSpecification.
|
|
2418
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.3
|
|
2419
2419
|
*/
|
|
2420
2420
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
2421
2421
|
/**
|
|
2422
2422
|
* This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
|
|
2423
2423
|
* constraints.
|
|
2424
2424
|
*
|
|
2425
|
-
* @see {@link MatterSpecification.
|
|
2425
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.4
|
|
2426
2426
|
*/
|
|
2427
2427
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2428
2428
|
/**
|
|
2429
2429
|
* This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
|
|
2430
2430
|
* constraints.
|
|
2431
2431
|
*
|
|
2432
|
-
* @see {@link MatterSpecification.
|
|
2432
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.5
|
|
2433
2433
|
*/
|
|
2434
2434
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2435
2435
|
/**
|
|
2436
2436
|
* This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but it
|
|
2437
2437
|
* cannot be deleted.
|
|
2438
2438
|
*
|
|
2439
|
-
* @see {@link MatterSpecification.
|
|
2439
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.6
|
|
2440
2440
|
*/
|
|
2441
2441
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
2442
2442
|
}>[], any>;
|
|
2443
2443
|
};
|
|
2444
2444
|
readonly commands: {
|
|
2445
2445
|
/**
|
|
2446
|
-
* @see {@link MatterSpecification.
|
|
2446
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9
|
|
2447
2447
|
*/
|
|
2448
2448
|
readonly setActivePresetRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2449
2449
|
/**
|
|
2450
2450
|
* This field shall specify the value of the PresetHandle field on the PresetStruct to be made active. If the
|
|
2451
2451
|
* field is set to null, that indicates there should be no active preset.
|
|
2452
2452
|
*
|
|
2453
|
-
* @see {@link MatterSpecification.
|
|
2453
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9.1
|
|
2454
2454
|
*/
|
|
2455
2455
|
presetHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
2456
2456
|
}>, void, any>;
|
|
@@ -2466,27 +2466,27 @@ export declare namespace Thermostat {
|
|
|
2466
2466
|
* each SystemMode value, and whether or not a given SystemMode value supports transitions to Presets,
|
|
2467
2467
|
* target setpoints, or both.
|
|
2468
2468
|
*
|
|
2469
|
-
* @see {@link MatterSpecification.
|
|
2469
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.53
|
|
2470
2470
|
*/
|
|
2471
2471
|
readonly scheduleTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2472
2472
|
/**
|
|
2473
2473
|
* This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
|
|
2474
2474
|
* for this field shall be Auto, Heat, and Cool.
|
|
2475
2475
|
*
|
|
2476
|
-
* @see {@link MatterSpecification.
|
|
2476
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.33.1
|
|
2477
2477
|
*/
|
|
2478
2478
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
2479
2479
|
/**
|
|
2480
2480
|
* This field shall specify a limit for the number of Schedules for this SystemMode.
|
|
2481
2481
|
*
|
|
2482
|
-
* @see {@link MatterSpecification.
|
|
2482
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.33.2
|
|
2483
2483
|
*/
|
|
2484
2484
|
numberOfSchedules: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2485
2485
|
/**
|
|
2486
2486
|
* This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
|
|
2487
2487
|
* SupportsSetpoints shall be set.
|
|
2488
2488
|
*
|
|
2489
|
-
* @see {@link MatterSpecification.
|
|
2489
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.33.3
|
|
2490
2490
|
*/
|
|
2491
2491
|
scheduleTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2492
2492
|
/**
|
|
@@ -2496,7 +2496,7 @@ export declare namespace Thermostat {
|
|
|
2496
2496
|
* field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
|
|
2497
2497
|
* contained in its Transitions field.
|
|
2498
2498
|
*
|
|
2499
|
-
* @see {@link MatterSpecification.
|
|
2499
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.1
|
|
2500
2500
|
*/
|
|
2501
2501
|
supportsPresets: BitFlag;
|
|
2502
2502
|
/**
|
|
@@ -2506,7 +2506,7 @@ export declare namespace Thermostat {
|
|
|
2506
2506
|
* field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
|
|
2507
2507
|
* contained in its Transitions field.
|
|
2508
2508
|
*
|
|
2509
|
-
* @see {@link MatterSpecification.
|
|
2509
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.2
|
|
2510
2510
|
*/
|
|
2511
2511
|
supportsSetpoints: BitFlag;
|
|
2512
2512
|
/**
|
|
@@ -2515,7 +2515,7 @@ export declare namespace Thermostat {
|
|
|
2515
2515
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
2516
2516
|
* field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
|
|
2517
2517
|
*
|
|
2518
|
-
* @see {@link MatterSpecification.
|
|
2518
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.3
|
|
2519
2519
|
*/
|
|
2520
2520
|
supportsNames: BitFlag;
|
|
2521
2521
|
/**
|
|
@@ -2524,7 +2524,7 @@ export declare namespace Thermostat {
|
|
|
2524
2524
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
2525
2525
|
* field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
|
|
2526
2526
|
*
|
|
2527
|
-
* @see {@link MatterSpecification.
|
|
2527
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.4
|
|
2528
2528
|
*/
|
|
2529
2529
|
supportsOff: BitFlag;
|
|
2530
2530
|
}>>;
|
|
@@ -2532,24 +2532,24 @@ export declare namespace Thermostat {
|
|
|
2532
2532
|
/**
|
|
2533
2533
|
* Indicates the maximum number of entries supported by the Schedules attribute.
|
|
2534
2534
|
*
|
|
2535
|
-
* @see {@link MatterSpecification.
|
|
2535
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.55
|
|
2536
2536
|
*/
|
|
2537
2537
|
readonly numberOfSchedules: FixedAttribute<number, any>;
|
|
2538
2538
|
/**
|
|
2539
2539
|
* Indicates the maximum number of transitions per Schedules attribute entry.
|
|
2540
2540
|
*
|
|
2541
|
-
* @see {@link MatterSpecification.
|
|
2541
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.56
|
|
2542
2542
|
*/
|
|
2543
2543
|
readonly numberOfScheduleTransitions: FixedAttribute<number, any>;
|
|
2544
2544
|
/**
|
|
2545
|
-
* @see {@link MatterSpecification.
|
|
2545
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9
|
|
2546
2546
|
*/
|
|
2547
2547
|
readonly numberOfScheduleTransitionPerDay: FixedAttribute<number | null, any>;
|
|
2548
2548
|
/**
|
|
2549
2549
|
* Indicates the ScheduleHandle of the active schedule. A null value in this attribute indicates that there
|
|
2550
2550
|
* is no active schedule.
|
|
2551
2551
|
*
|
|
2552
|
-
* @see {@link MatterSpecification.
|
|
2552
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.59
|
|
2553
2553
|
*/
|
|
2554
2554
|
readonly activeScheduleHandle: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
2555
2555
|
/**
|
|
@@ -2660,7 +2660,7 @@ export declare namespace Thermostat {
|
|
|
2660
2660
|
*
|
|
2661
2661
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
2662
2662
|
*
|
|
2663
|
-
* @see {@link MatterSpecification.
|
|
2663
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.61
|
|
2664
2664
|
*/
|
|
2665
2665
|
readonly schedules: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2666
2666
|
/**
|
|
@@ -2670,26 +2670,26 @@ export declare namespace Thermostat {
|
|
|
2670
2670
|
* This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute for
|
|
2671
2671
|
* the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
|
|
2672
2672
|
*
|
|
2673
|
-
* @see {@link MatterSpecification.
|
|
2673
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.1
|
|
2674
2674
|
*/
|
|
2675
2675
|
scheduleHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
2676
2676
|
/**
|
|
2677
2677
|
* This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
|
|
2678
2678
|
* values for this field shall be Auto, Heat, and Cool.
|
|
2679
2679
|
*
|
|
2680
|
-
* @see {@link MatterSpecification.
|
|
2680
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.2
|
|
2681
2681
|
*/
|
|
2682
2682
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
2683
2683
|
/**
|
|
2684
2684
|
* This field shall specify a name for the ScheduleStruct.
|
|
2685
2685
|
*
|
|
2686
|
-
* @see {@link MatterSpecification.
|
|
2686
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.3
|
|
2687
2687
|
*/
|
|
2688
2688
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2689
2689
|
/**
|
|
2690
2690
|
* This field shall indicate the default PresetHandle value for transitions in this schedule.
|
|
2691
2691
|
*
|
|
2692
|
-
* @see {@link MatterSpecification.
|
|
2692
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.4
|
|
2693
2693
|
*/
|
|
2694
2694
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
2695
2695
|
/**
|
|
@@ -2720,14 +2720,14 @@ export declare namespace Thermostat {
|
|
|
2720
2720
|
* ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
|
|
2721
2721
|
* whose DayOfWeek field matches the current day of the week.
|
|
2722
2722
|
*
|
|
2723
|
-
* @see {@link MatterSpecification.
|
|
2723
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.5
|
|
2724
2724
|
*/
|
|
2725
2725
|
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2726
2726
|
/**
|
|
2727
2727
|
* This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
|
|
2728
2728
|
* NOT be set; vacation schedules shall be set via the vacation preset.
|
|
2729
2729
|
*
|
|
2730
|
-
* @see {@link MatterSpecification.
|
|
2730
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.1
|
|
2731
2731
|
*/
|
|
2732
2732
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2733
2733
|
/**
|
|
@@ -2769,14 +2769,14 @@ export declare namespace Thermostat {
|
|
|
2769
2769
|
*
|
|
2770
2770
|
* Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
|
|
2771
2771
|
*
|
|
2772
|
-
* @see {@link MatterSpecification.
|
|
2772
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.2
|
|
2773
2773
|
*/
|
|
2774
2774
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2775
2775
|
/**
|
|
2776
2776
|
* This field shall specify the preset used at the TransitionTime. If this field is provided, then the
|
|
2777
2777
|
* SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
|
|
2778
2778
|
*
|
|
2779
|
-
* @see {@link MatterSpecification.
|
|
2779
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.3
|
|
2780
2780
|
*/
|
|
2781
2781
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
2782
2782
|
/**
|
|
@@ -2784,21 +2784,21 @@ export declare namespace Thermostat {
|
|
|
2784
2784
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
2785
2785
|
* shall only be included when the required system mode differs from the schedule’s default SystemMode.
|
|
2786
2786
|
*
|
|
2787
|
-
* @see {@link MatterSpecification.
|
|
2787
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.4
|
|
2788
2788
|
*/
|
|
2789
2789
|
systemMode: import("../tlv/TlvObject.js").OptionalFieldType<SystemMode>;
|
|
2790
2790
|
/**
|
|
2791
2791
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
2792
2792
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
2793
2793
|
*
|
|
2794
|
-
* @see {@link MatterSpecification.
|
|
2794
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.5
|
|
2795
2795
|
*/
|
|
2796
2796
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2797
2797
|
/**
|
|
2798
2798
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
2799
2799
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
2800
2800
|
*
|
|
2801
|
-
* @see {@link MatterSpecification.
|
|
2801
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.6
|
|
2802
2802
|
*/
|
|
2803
2803
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2804
2804
|
}>[]>;
|
|
@@ -2806,20 +2806,20 @@ export declare namespace Thermostat {
|
|
|
2806
2806
|
* This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
|
|
2807
2807
|
* it cannot be deleted.
|
|
2808
2808
|
*
|
|
2809
|
-
* @see {@link MatterSpecification.
|
|
2809
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.6
|
|
2810
2810
|
*/
|
|
2811
2811
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
2812
2812
|
}>[], any>;
|
|
2813
2813
|
};
|
|
2814
2814
|
readonly commands: {
|
|
2815
2815
|
/**
|
|
2816
|
-
* @see {@link MatterSpecification.
|
|
2816
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8
|
|
2817
2817
|
*/
|
|
2818
2818
|
readonly setActiveScheduleRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2819
2819
|
/**
|
|
2820
2820
|
* This field shall specify the value of the ScheduleHandle field on the ScheduleStruct to be made active.
|
|
2821
2821
|
*
|
|
2822
|
-
* @see {@link MatterSpecification.
|
|
2822
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8.1
|
|
2823
2823
|
*/
|
|
2824
2824
|
scheduleHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
2825
2825
|
}>, void, any>;
|
|
@@ -2862,7 +2862,7 @@ export declare namespace Thermostat {
|
|
|
2862
2862
|
* externally, for example due to the temperature control being done by a separate subsystem which does not
|
|
2863
2863
|
* offer a view into the currently measured temperature, but allows setpoints to be provided.
|
|
2864
2864
|
*
|
|
2865
|
-
* @see {@link MatterSpecification.
|
|
2865
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.4.1
|
|
2866
2866
|
*/
|
|
2867
2867
|
readonly localTemperatureNotExposed: BitFlag;
|
|
2868
2868
|
/**
|
|
@@ -2888,13 +2888,13 @@ export declare namespace Thermostat {
|
|
|
2888
2888
|
* • Otherwise, if the LTNE feature is supported, there is no feedback externally available for the
|
|
2889
2889
|
* LocalTemperatureCalibration. In that case, the LocalTemperature attribute shall always report null.
|
|
2890
2890
|
*
|
|
2891
|
-
* @see {@link MatterSpecification.
|
|
2891
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.2
|
|
2892
2892
|
*/
|
|
2893
2893
|
readonly localTemperature: Attribute<number | null, any>;
|
|
2894
2894
|
/**
|
|
2895
2895
|
* Indicates the outdoor temperature, as measured locally or remotely (over the network).
|
|
2896
2896
|
*
|
|
2897
|
-
* @see {@link MatterSpecification.
|
|
2897
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.3
|
|
2898
2898
|
*/
|
|
2899
2899
|
readonly outdoorTemperature: OptionalAttribute<number | null, any>;
|
|
2900
2900
|
/**
|
|
@@ -2903,7 +2903,7 @@ export declare namespace Thermostat {
|
|
|
2903
2903
|
* parameters are set via software, there shall be read/write access in order to provide remote programming
|
|
2904
2904
|
* capability.
|
|
2905
2905
|
*
|
|
2906
|
-
* @see {@link MatterSpecification.
|
|
2906
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.11
|
|
2907
2907
|
* @deprecated
|
|
2908
2908
|
*/
|
|
2909
2909
|
readonly hvacSystemTypeConfiguration: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -2920,7 +2920,7 @@ export declare namespace Thermostat {
|
|
|
2920
2920
|
*
|
|
2921
2921
|
* • 11 = Reserved
|
|
2922
2922
|
*
|
|
2923
|
-
* @see {@link MatterSpecification.
|
|
2923
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.1
|
|
2924
2924
|
*/
|
|
2925
2925
|
coolingStage: BitField;
|
|
2926
2926
|
/**
|
|
@@ -2936,7 +2936,7 @@ export declare namespace Thermostat {
|
|
|
2936
2936
|
*
|
|
2937
2937
|
* • 11 = Reserved
|
|
2938
2938
|
*
|
|
2939
|
-
* @see {@link MatterSpecification.
|
|
2939
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.2
|
|
2940
2940
|
*/
|
|
2941
2941
|
heatingStage: BitField;
|
|
2942
2942
|
/**
|
|
@@ -2948,7 +2948,7 @@ export declare namespace Thermostat {
|
|
|
2948
2948
|
*
|
|
2949
2949
|
* • 1 = Heat Pump
|
|
2950
2950
|
*
|
|
2951
|
-
* @see {@link MatterSpecification.
|
|
2951
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.3
|
|
2952
2952
|
*/
|
|
2953
2953
|
heatingIsHeatPump: BitFlag;
|
|
2954
2954
|
/**
|
|
@@ -2960,7 +2960,7 @@ export declare namespace Thermostat {
|
|
|
2960
2960
|
*
|
|
2961
2961
|
* • 1 = Uses fuel
|
|
2962
2962
|
*
|
|
2963
|
-
* @see {@link MatterSpecification.
|
|
2963
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.4
|
|
2964
2964
|
*/
|
|
2965
2965
|
heatingUsesFuel: BitFlag;
|
|
2966
2966
|
}>, any>;
|
|
@@ -2974,7 +2974,7 @@ export declare namespace Thermostat {
|
|
|
2974
2974
|
* If the LocalTemperature RemoteSensing bit is written with a value of 1 when the LTNE feature is present,
|
|
2975
2975
|
* the write shall fail and the server shall report a CONSTRAINT_ERROR.
|
|
2976
2976
|
*
|
|
2977
|
-
* @see {@link MatterSpecification.
|
|
2977
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.22
|
|
2978
2978
|
*/
|
|
2979
2979
|
readonly remoteSensing: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2980
2980
|
/**
|
|
@@ -2986,7 +2986,7 @@ export declare namespace Thermostat {
|
|
|
2986
2986
|
*
|
|
2987
2987
|
* This bit shall be supported if the OutdoorTemperature attribute is supported.
|
|
2988
2988
|
*
|
|
2989
|
-
* @see {@link MatterSpecification.
|
|
2989
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.1
|
|
2990
2990
|
*/
|
|
2991
2991
|
outdoorTemperature: BitFlag;
|
|
2992
2992
|
/**
|
|
@@ -3002,14 +3002,14 @@ export declare namespace Thermostat {
|
|
|
3002
3002
|
* value of this attribute shall remain unchanged. This behavior is in place for backwards compatibility
|
|
3003
3003
|
* with existing thermostats.
|
|
3004
3004
|
*
|
|
3005
|
-
* @see {@link MatterSpecification.
|
|
3005
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.23
|
|
3006
3006
|
*/
|
|
3007
3007
|
readonly controlSequenceOfOperation: WritableAttribute<ControlSequenceOfOperation, any>;
|
|
3008
3008
|
/**
|
|
3009
3009
|
* Indicates the current operating mode of the thermostat. Its value shall be limited by the
|
|
3010
3010
|
* ControlSequenceOfOperation attribute.
|
|
3011
3011
|
*
|
|
3012
|
-
* @see {@link MatterSpecification.
|
|
3012
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.24
|
|
3013
3013
|
*/
|
|
3014
3014
|
readonly systemMode: WritableAttribute<SystemMode, any>;
|
|
3015
3015
|
/**
|
|
@@ -3030,7 +3030,7 @@ export declare namespace Thermostat {
|
|
|
3030
3030
|
* If this attribute is updated to SetpointHoldOff and the SetpointHoldExpiryTimestamp is supported, the
|
|
3031
3031
|
* server shall set the SetpointHoldExpiryTimestamp to null.
|
|
3032
3032
|
*
|
|
3033
|
-
* @see {@link MatterSpecification.
|
|
3033
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.30
|
|
3034
3034
|
*/
|
|
3035
3035
|
readonly temperatureSetpointHold: OptionalWritableAttribute<TemperatureSetpointHold, any>;
|
|
3036
3036
|
/**
|
|
@@ -3045,7 +3045,7 @@ export declare namespace Thermostat {
|
|
|
3045
3045
|
* If this attribute is set to null and the SetpointHoldExpiryTimestamp is supported, the server shall set
|
|
3046
3046
|
* the SetpointHoldExpiryTimestamp to null.
|
|
3047
3047
|
*
|
|
3048
|
-
* @see {@link MatterSpecification.
|
|
3048
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.31
|
|
3049
3049
|
*/
|
|
3050
3050
|
readonly temperatureSetpointHoldDuration: OptionalWritableAttribute<number | null, any>;
|
|
3051
3051
|
/**
|
|
@@ -3066,7 +3066,7 @@ export declare namespace Thermostat {
|
|
|
3066
3066
|
* > Modifying the ScheduleActive bit does not clear or delete previous weekly schedule programming
|
|
3067
3067
|
* configurations.
|
|
3068
3068
|
*
|
|
3069
|
-
* @see {@link MatterSpecification.
|
|
3069
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.32
|
|
3070
3070
|
*/
|
|
3071
3071
|
readonly thermostatProgrammingOperationMode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3072
3072
|
/**
|
|
@@ -3086,7 +3086,7 @@ export declare namespace Thermostat {
|
|
|
3086
3086
|
* Indicates the current relay state of the heat, cool, and fan relays. Unimplemented outputs shall be
|
|
3087
3087
|
* treated as if they were Off.
|
|
3088
3088
|
*
|
|
3089
|
-
* @see {@link MatterSpecification.
|
|
3089
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.33
|
|
3090
3090
|
*/
|
|
3091
3091
|
readonly thermostatRunningState: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3092
3092
|
/**
|
|
@@ -3127,7 +3127,7 @@ export declare namespace Thermostat {
|
|
|
3127
3127
|
* provider). Because automation services may initiate frequent setpoint changes, this attribute clearly
|
|
3128
3128
|
* differentiates the source of setpoint changes made at the thermostat.
|
|
3129
3129
|
*
|
|
3130
|
-
* @see {@link MatterSpecification.
|
|
3130
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.34
|
|
3131
3131
|
*/
|
|
3132
3132
|
readonly setpointChangeSource: OptionalAttribute<SetpointChangeSource, any>;
|
|
3133
3133
|
/**
|
|
@@ -3137,13 +3137,13 @@ export declare namespace Thermostat {
|
|
|
3137
3137
|
*
|
|
3138
3138
|
* The null value indicates that the previous setpoint was unknown.
|
|
3139
3139
|
*
|
|
3140
|
-
* @see {@link MatterSpecification.
|
|
3140
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.35
|
|
3141
3141
|
*/
|
|
3142
3142
|
readonly setpointChangeAmount: OptionalAttribute<number | null, any>;
|
|
3143
3143
|
/**
|
|
3144
3144
|
* Indicates the time in UTC at which the SetpointChangeAmount attribute change was recorded.
|
|
3145
3145
|
*
|
|
3146
|
-
* @see {@link MatterSpecification.
|
|
3146
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.36
|
|
3147
3147
|
*/
|
|
3148
3148
|
readonly setpointChangeSourceTimestamp: OptionalAttribute<number, any>;
|
|
3149
3149
|
/**
|
|
@@ -3172,38 +3172,38 @@ export declare namespace Thermostat {
|
|
|
3172
3172
|
* when a setpoint is of a specified amount greater than the measured temperature. This allows the heated
|
|
3173
3173
|
* space to be quickly heated to the desired level set by the user.
|
|
3174
3174
|
*
|
|
3175
|
-
* @see {@link MatterSpecification.
|
|
3175
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.43
|
|
3176
3176
|
*/
|
|
3177
3177
|
readonly emergencyHeatDelta: OptionalWritableAttribute<number, any>;
|
|
3178
3178
|
/**
|
|
3179
3179
|
* Indicates the type of Mini Split ACTypeEnum of Mini Split AC is defined depending on how Cooling and
|
|
3180
3180
|
* Heating condition is achieved by Mini Split AC.
|
|
3181
3181
|
*
|
|
3182
|
-
* @see {@link MatterSpecification.
|
|
3182
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.44
|
|
3183
3183
|
*/
|
|
3184
3184
|
readonly acType: OptionalWritableAttribute<AcType, any>;
|
|
3185
3185
|
/**
|
|
3186
3186
|
* Indicates capacity of Mini Split AC in terms of the format defined by the ACCapacityFormat attribute
|
|
3187
3187
|
*
|
|
3188
|
-
* @see {@link MatterSpecification.
|
|
3188
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.45
|
|
3189
3189
|
*/
|
|
3190
3190
|
readonly acCapacity: OptionalWritableAttribute<number, any>;
|
|
3191
3191
|
/**
|
|
3192
3192
|
* Indicates type of refrigerant used within the Mini Split AC.
|
|
3193
3193
|
*
|
|
3194
|
-
* @see {@link MatterSpecification.
|
|
3194
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.46
|
|
3195
3195
|
*/
|
|
3196
3196
|
readonly acRefrigerantType: OptionalWritableAttribute<AcRefrigerantType, any>;
|
|
3197
3197
|
/**
|
|
3198
3198
|
* Indicates the type of compressor used within the Mini Split AC.
|
|
3199
3199
|
*
|
|
3200
|
-
* @see {@link MatterSpecification.
|
|
3200
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.47
|
|
3201
3201
|
*/
|
|
3202
3202
|
readonly acCompressorType: OptionalWritableAttribute<AcCompressorType, any>;
|
|
3203
3203
|
/**
|
|
3204
3204
|
* Indicates the type of errors encountered within the Mini Split AC.
|
|
3205
3205
|
*
|
|
3206
|
-
* @see {@link MatterSpecification.
|
|
3206
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.48
|
|
3207
3207
|
*/
|
|
3208
3208
|
readonly acErrorCode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3209
3209
|
/**
|
|
@@ -3230,19 +3230,19 @@ export declare namespace Thermostat {
|
|
|
3230
3230
|
/**
|
|
3231
3231
|
* Indicates the position of Louver on the AC.
|
|
3232
3232
|
*
|
|
3233
|
-
* @see {@link MatterSpecification.
|
|
3233
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.49
|
|
3234
3234
|
*/
|
|
3235
3235
|
readonly acLouverPosition: OptionalWritableAttribute<AcLouverPosition, any>;
|
|
3236
3236
|
/**
|
|
3237
3237
|
* Indicates the temperature of the AC coil, as measured locally or remotely (over the network).
|
|
3238
3238
|
*
|
|
3239
|
-
* @see {@link MatterSpecification.
|
|
3239
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.50
|
|
3240
3240
|
*/
|
|
3241
3241
|
readonly acCoilTemperature: OptionalAttribute<number | null, any>;
|
|
3242
3242
|
/**
|
|
3243
3243
|
* Indicates the format for the ACCapacity attribute.
|
|
3244
3244
|
*
|
|
3245
|
-
* @see {@link MatterSpecification.
|
|
3245
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.51
|
|
3246
3246
|
*/
|
|
3247
3247
|
readonly acCapacityFormat: OptionalWritableAttribute<AcCapacityFormat, any>;
|
|
3248
3248
|
/**
|
|
@@ -3254,26 +3254,26 @@ export declare namespace Thermostat {
|
|
|
3254
3254
|
* null, this attribute shall be set to null indicating there is no hold on the Thermostat either with or
|
|
3255
3255
|
* without a duration.
|
|
3256
3256
|
*
|
|
3257
|
-
* @see {@link MatterSpecification.
|
|
3257
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.62
|
|
3258
3258
|
*/
|
|
3259
3259
|
readonly setpointHoldExpiryTimestamp: OptionalAttribute<number | null, any>;
|
|
3260
3260
|
};
|
|
3261
3261
|
readonly commands: {
|
|
3262
3262
|
/**
|
|
3263
|
-
* @see {@link MatterSpecification.
|
|
3263
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1
|
|
3264
3264
|
*/
|
|
3265
3265
|
readonly setpointRaiseLower: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3266
3266
|
/**
|
|
3267
3267
|
* The field shall specify which setpoints are to be adjusted.
|
|
3268
3268
|
*
|
|
3269
|
-
* @see {@link MatterSpecification.
|
|
3269
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1.1
|
|
3270
3270
|
*/
|
|
3271
3271
|
mode: import("../tlv/TlvObject.js").FieldType<SetpointRaiseLowerMode>;
|
|
3272
3272
|
/**
|
|
3273
3273
|
* This field shall indicate the amount (possibly negative) that should be added to the setpoint(s), in steps of
|
|
3274
3274
|
* 0.1°C.
|
|
3275
3275
|
*
|
|
3276
|
-
* @see {@link MatterSpecification.
|
|
3276
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1.2
|
|
3277
3277
|
*/
|
|
3278
3278
|
amount: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3279
3279
|
}>, void, any>;
|
|
@@ -3292,7 +3292,7 @@ export declare namespace Thermostat {
|
|
|
3292
3292
|
* Indicates whether the heated/cooled space is occupied or not, as measured locally or remotely (over the
|
|
3293
3293
|
* network).
|
|
3294
3294
|
*
|
|
3295
|
-
* @see {@link MatterSpecification.
|
|
3295
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.4
|
|
3296
3296
|
*/
|
|
3297
3297
|
readonly occupancy: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3298
3298
|
/**
|
|
@@ -3301,7 +3301,7 @@ export declare namespace Thermostat {
|
|
|
3301
3301
|
* If this bit is set, it shall indicate the occupied state else if the bit if not set, it shall indicate the
|
|
3302
3302
|
* unoccupied state.
|
|
3303
3303
|
*
|
|
3304
|
-
* @see {@link MatterSpecification.
|
|
3304
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.7.1
|
|
3305
3305
|
*/
|
|
3306
3306
|
occupied: BitFlag;
|
|
3307
3307
|
}>, any>;
|
|
@@ -3319,11 +3319,11 @@ export declare namespace Thermostat {
|
|
|
3319
3319
|
*
|
|
3320
3320
|
* ### Refer to Setpoint Limits for constraints
|
|
3321
3321
|
*
|
|
3322
|
-
* @see {@link MatterSpecification.
|
|
3322
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.5
|
|
3323
3323
|
*/
|
|
3324
3324
|
readonly absMinHeatSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
3325
3325
|
/**
|
|
3326
|
-
* @see {@link MatterSpecification.
|
|
3326
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9
|
|
3327
3327
|
*/
|
|
3328
3328
|
readonly absMaxHeatSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
3329
3329
|
/**
|
|
@@ -3332,7 +3332,7 @@ export declare namespace Thermostat {
|
|
|
3332
3332
|
*
|
|
3333
3333
|
* This attribute is reported regularly and may be used to control a heating device.
|
|
3334
3334
|
*
|
|
3335
|
-
* @see {@link MatterSpecification.
|
|
3335
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.10
|
|
3336
3336
|
*/
|
|
3337
3337
|
readonly piHeatingDemand: OptionalAttribute<number, any>;
|
|
3338
3338
|
/**
|
|
@@ -3352,7 +3352,7 @@ export declare namespace Thermostat {
|
|
|
3352
3352
|
* either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
|
|
3353
3353
|
* of the ActivePresetHandle attribute shall be set to null.
|
|
3354
3354
|
*
|
|
3355
|
-
* @see {@link MatterSpecification.
|
|
3355
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.14
|
|
3356
3356
|
*/
|
|
3357
3357
|
readonly occupiedHeatingSetpoint: WritableAttribute<number, any>;
|
|
3358
3358
|
/**
|
|
@@ -3368,7 +3368,7 @@ export declare namespace Thermostat {
|
|
|
3368
3368
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
3369
3369
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
3370
3370
|
*
|
|
3371
|
-
* @see {@link MatterSpecification.
|
|
3371
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.17
|
|
3372
3372
|
*/
|
|
3373
3373
|
readonly minHeatSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
3374
3374
|
/**
|
|
@@ -3380,7 +3380,7 @@ export declare namespace Thermostat {
|
|
|
3380
3380
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
3381
3381
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
3382
3382
|
*
|
|
3383
|
-
* @see {@link MatterSpecification.
|
|
3383
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.18
|
|
3384
3384
|
*/
|
|
3385
3385
|
readonly maxHeatSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
3386
3386
|
};
|
|
@@ -3392,7 +3392,7 @@ export declare namespace Thermostat {
|
|
|
3392
3392
|
readonly component: {
|
|
3393
3393
|
readonly attributes: {
|
|
3394
3394
|
/**
|
|
3395
|
-
* @see {@link MatterSpecification.
|
|
3395
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9
|
|
3396
3396
|
*/
|
|
3397
3397
|
readonly absMinCoolSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
3398
3398
|
/**
|
|
@@ -3401,7 +3401,7 @@ export declare namespace Thermostat {
|
|
|
3401
3401
|
*
|
|
3402
3402
|
* ### Refer to Setpoint Limits for constraints
|
|
3403
3403
|
*
|
|
3404
|
-
* @see {@link MatterSpecification.
|
|
3404
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.8
|
|
3405
3405
|
*/
|
|
3406
3406
|
readonly absMaxCoolSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
3407
3407
|
/**
|
|
@@ -3410,7 +3410,7 @@ export declare namespace Thermostat {
|
|
|
3410
3410
|
*
|
|
3411
3411
|
* This attribute is reported regularly and may be used to control a cooling device.
|
|
3412
3412
|
*
|
|
3413
|
-
* @see {@link MatterSpecification.
|
|
3413
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.9
|
|
3414
3414
|
*/
|
|
3415
3415
|
readonly piCoolingDemand: OptionalAttribute<number, any>;
|
|
3416
3416
|
/**
|
|
@@ -3430,7 +3430,7 @@ export declare namespace Thermostat {
|
|
|
3430
3430
|
* either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
|
|
3431
3431
|
* of the ActivePresetHandle attribute shall be set to null.
|
|
3432
3432
|
*
|
|
3433
|
-
* @see {@link MatterSpecification.
|
|
3433
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.13
|
|
3434
3434
|
*/
|
|
3435
3435
|
readonly occupiedCoolingSetpoint: WritableAttribute<number, any>;
|
|
3436
3436
|
/**
|
|
@@ -3442,7 +3442,7 @@ export declare namespace Thermostat {
|
|
|
3442
3442
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
3443
3443
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
3444
3444
|
*
|
|
3445
|
-
* @see {@link MatterSpecification.
|
|
3445
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.19
|
|
3446
3446
|
*/
|
|
3447
3447
|
readonly minCoolSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
3448
3448
|
/**
|
|
@@ -3454,7 +3454,7 @@ export declare namespace Thermostat {
|
|
|
3454
3454
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
3455
3455
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
3456
3456
|
*
|
|
3457
|
-
* @see {@link MatterSpecification.
|
|
3457
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.20
|
|
3458
3458
|
*/
|
|
3459
3459
|
readonly maxCoolSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
3460
3460
|
};
|
|
@@ -3482,7 +3482,7 @@ export declare namespace Thermostat {
|
|
|
3482
3482
|
* > Prior to revision 8 of this cluster specification the value of this attribute was constrained to a
|
|
3483
3483
|
* range of -2.5°C to 2.5°C.
|
|
3484
3484
|
*
|
|
3485
|
-
* @see {@link MatterSpecification.
|
|
3485
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.12
|
|
3486
3486
|
*/
|
|
3487
3487
|
readonly localTemperatureCalibration: OptionalWritableAttribute<number, any>;
|
|
3488
3488
|
};
|
|
@@ -3511,7 +3511,7 @@ export declare namespace Thermostat {
|
|
|
3511
3511
|
* Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
|
|
3512
3512
|
* be set to null.
|
|
3513
3513
|
*
|
|
3514
|
-
* @see {@link MatterSpecification.
|
|
3514
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.15
|
|
3515
3515
|
*/
|
|
3516
3516
|
readonly unoccupiedCoolingSetpoint: WritableAttribute<number, any>;
|
|
3517
3517
|
};
|
|
@@ -3540,7 +3540,7 @@ export declare namespace Thermostat {
|
|
|
3540
3540
|
* Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
|
|
3541
3541
|
* be set to null.
|
|
3542
3542
|
*
|
|
3543
|
-
* @see {@link MatterSpecification.
|
|
3543
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.16
|
|
3544
3544
|
*/
|
|
3545
3545
|
readonly unoccupiedHeatingSetpoint: WritableAttribute<number, any>;
|
|
3546
3546
|
};
|
|
@@ -3565,7 +3565,7 @@ export declare namespace Thermostat {
|
|
|
3565
3565
|
* For backwards compatibility, this attribute is optionally writeable. However any writes to this attribute
|
|
3566
3566
|
* shall be silently ignored.
|
|
3567
3567
|
*
|
|
3568
|
-
* @see {@link MatterSpecification.
|
|
3568
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.21
|
|
3569
3569
|
*/
|
|
3570
3570
|
readonly minSetpointDeadBand: WritableAttribute<number, any>;
|
|
3571
3571
|
/**
|
|
@@ -3573,7 +3573,7 @@ export declare namespace Thermostat {
|
|
|
3573
3573
|
* can only be Off, Cool or Heat. This attribute is intended to provide additional information when the
|
|
3574
3574
|
* thermostat’s system mode is in auto mode.
|
|
3575
3575
|
*
|
|
3576
|
-
* @see {@link MatterSpecification.
|
|
3576
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.26
|
|
3577
3577
|
*/
|
|
3578
3578
|
readonly thermostatRunningMode: OptionalAttribute<ThermostatRunningMode, any>;
|
|
3579
3579
|
};
|
|
@@ -3591,19 +3591,19 @@ export declare namespace Thermostat {
|
|
|
3591
3591
|
* This attribute may be able to be used as the base to determine if the device supports weekly scheduling
|
|
3592
3592
|
* by reading the attribute. Successful response means that the weekly scheduling is supported.
|
|
3593
3593
|
*
|
|
3594
|
-
* @see {@link MatterSpecification.
|
|
3594
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.27
|
|
3595
3595
|
*/
|
|
3596
3596
|
readonly startOfWeek: FixedAttribute<StartOfWeek, any>;
|
|
3597
3597
|
/**
|
|
3598
3598
|
* Indicates how many weekly schedule transitions the thermostat is capable of handling.
|
|
3599
3599
|
*
|
|
3600
|
-
* @see {@link MatterSpecification.
|
|
3600
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.28
|
|
3601
3601
|
*/
|
|
3602
3602
|
readonly numberOfWeeklyTransitions: FixedAttribute<number, any>;
|
|
3603
3603
|
/**
|
|
3604
3604
|
* Indicates how many daily schedule transitions the thermostat is capable of handling.
|
|
3605
3605
|
*
|
|
3606
|
-
* @see {@link MatterSpecification.
|
|
3606
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.29
|
|
3607
3607
|
*/
|
|
3608
3608
|
readonly numberOfDailyTransitions: FixedAttribute<number, any>;
|
|
3609
3609
|
};
|
|
@@ -3617,7 +3617,7 @@ export declare namespace Thermostat {
|
|
|
3617
3617
|
* leave all other days unchanged. If the schedule is larger than what fits in one frame or contains more
|
|
3618
3618
|
* than 10 transitions, the schedule shall then be sent using multiple SetWeeklySchedule Commands.
|
|
3619
3619
|
*
|
|
3620
|
-
* @see {@link MatterSpecification.
|
|
3620
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2
|
|
3621
3621
|
*/
|
|
3622
3622
|
readonly setWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3623
3623
|
/**
|
|
@@ -3625,7 +3625,7 @@ export declare namespace Thermostat {
|
|
|
3625
3625
|
* device supports more than 10 transitions in its schedule they can send this by sending more than 1 “Set
|
|
3626
3626
|
* Weekly Schedule” command, each containing the separate information that the device needs to set.
|
|
3627
3627
|
*
|
|
3628
|
-
* @see {@link MatterSpecification.
|
|
3628
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.1
|
|
3629
3629
|
*/
|
|
3630
3630
|
numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3631
3631
|
/**
|
|
@@ -3637,7 +3637,7 @@ export declare namespace Thermostat {
|
|
|
3637
3637
|
* Each setpoint transition will begin with the day of week for this transition. There can be up to 10
|
|
3638
3638
|
* transitions for each command.
|
|
3639
3639
|
*
|
|
3640
|
-
* @see {@link MatterSpecification.
|
|
3640
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.2
|
|
3641
3641
|
*/
|
|
3642
3642
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3643
3643
|
/**
|
|
@@ -3694,7 +3694,7 @@ export declare namespace Thermostat {
|
|
|
3694
3694
|
* Both bits must be respected, even if the HEAT or COOL feature is not supported, to ensure the command is
|
|
3695
3695
|
* decoded and handled correctly.
|
|
3696
3696
|
*
|
|
3697
|
-
* @see {@link MatterSpecification.
|
|
3697
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.3
|
|
3698
3698
|
*/
|
|
3699
3699
|
modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3700
3700
|
/**
|
|
@@ -3709,7 +3709,7 @@ export declare namespace Thermostat {
|
|
|
3709
3709
|
/**
|
|
3710
3710
|
* This field shall contain the list of setpoint transitions used to update the specified daily schedules
|
|
3711
3711
|
*
|
|
3712
|
-
* @see {@link MatterSpecification.
|
|
3712
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.4
|
|
3713
3713
|
*/
|
|
3714
3714
|
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3715
3715
|
/**
|
|
@@ -3717,32 +3717,32 @@ export declare namespace Thermostat {
|
|
|
3717
3717
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
3718
3718
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
3719
3719
|
*
|
|
3720
|
-
* @see {@link MatterSpecification.
|
|
3720
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.1
|
|
3721
3721
|
*/
|
|
3722
3722
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3723
3723
|
/**
|
|
3724
3724
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
3725
3725
|
*
|
|
3726
|
-
* @see {@link MatterSpecification.
|
|
3726
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.2
|
|
3727
3727
|
*/
|
|
3728
3728
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3729
3729
|
/**
|
|
3730
3730
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
3731
3731
|
*
|
|
3732
|
-
* @see {@link MatterSpecification.
|
|
3732
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.3
|
|
3733
3733
|
*/
|
|
3734
3734
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3735
3735
|
}>[]>;
|
|
3736
3736
|
}>, void, any>;
|
|
3737
3737
|
/**
|
|
3738
|
-
* @see {@link MatterSpecification.
|
|
3738
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3
|
|
3739
3739
|
*/
|
|
3740
3740
|
readonly getWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3741
3741
|
/**
|
|
3742
3742
|
* This field shall indicate the number of days the client would like to return the setpoint values for and
|
|
3743
3743
|
* could be any combination of single days or the entire week.
|
|
3744
3744
|
*
|
|
3745
|
-
* @see {@link MatterSpecification.
|
|
3745
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3.1
|
|
3746
3746
|
*/
|
|
3747
3747
|
daysToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3748
3748
|
/**
|
|
@@ -3782,7 +3782,7 @@ export declare namespace Thermostat {
|
|
|
3782
3782
|
* This field shall indicate the mode the client would like to return the set point values for and could be any
|
|
3783
3783
|
* combination of heat only, cool only or heat & cool.
|
|
3784
3784
|
*
|
|
3785
|
-
* @see {@link MatterSpecification.
|
|
3785
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3.2
|
|
3786
3786
|
*/
|
|
3787
3787
|
modeToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3788
3788
|
/**
|
|
@@ -3846,19 +3846,19 @@ export declare namespace Thermostat {
|
|
|
3846
3846
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
3847
3847
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
3848
3848
|
*
|
|
3849
|
-
* @see {@link MatterSpecification.
|
|
3849
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.1
|
|
3850
3850
|
*/
|
|
3851
3851
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3852
3852
|
/**
|
|
3853
3853
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
3854
3854
|
*
|
|
3855
|
-
* @see {@link MatterSpecification.
|
|
3855
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.2
|
|
3856
3856
|
*/
|
|
3857
3857
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3858
3858
|
/**
|
|
3859
3859
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
3860
3860
|
*
|
|
3861
|
-
* @see {@link MatterSpecification.
|
|
3861
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.3
|
|
3862
3862
|
*/
|
|
3863
3863
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3864
3864
|
}>[]>;
|
|
@@ -3869,7 +3869,7 @@ export declare namespace Thermostat {
|
|
|
3869
3869
|
* Upon receipt, all transitions currently stored shall be cleared and a default response of SUCCESS shall
|
|
3870
3870
|
* be sent in response. There are no error responses to this command.
|
|
3871
3871
|
*
|
|
3872
|
-
* @see {@link MatterSpecification.
|
|
3872
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.5
|
|
3873
3873
|
*/
|
|
3874
3874
|
readonly clearWeeklySchedule: Command<void, void, any>;
|
|
3875
3875
|
};
|
|
@@ -3902,7 +3902,7 @@ export declare namespace Thermostat {
|
|
|
3902
3902
|
* Thermostat server shall set its OccupiedSetback value to OccupiedSetbackMin and shall send a Write
|
|
3903
3903
|
* Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
3904
3904
|
*
|
|
3905
|
-
* @see {@link MatterSpecification.
|
|
3905
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.37
|
|
3906
3906
|
*/
|
|
3907
3907
|
readonly occupiedSetback: WritableAttribute<number | null, any>;
|
|
3908
3908
|
/**
|
|
@@ -3911,7 +3911,7 @@ export declare namespace Thermostat {
|
|
|
3911
3911
|
*
|
|
3912
3912
|
* The null value indicates the attribute is unused.
|
|
3913
3913
|
*
|
|
3914
|
-
* @see {@link MatterSpecification.
|
|
3914
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.38
|
|
3915
3915
|
*/
|
|
3916
3916
|
readonly occupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
3917
3917
|
/**
|
|
@@ -3920,7 +3920,7 @@ export declare namespace Thermostat {
|
|
|
3920
3920
|
*
|
|
3921
3921
|
* The null value indicates the attribute is unused.
|
|
3922
3922
|
*
|
|
3923
|
-
* @see {@link MatterSpecification.
|
|
3923
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.39
|
|
3924
3924
|
*/
|
|
3925
3925
|
readonly occupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
3926
3926
|
};
|
|
@@ -3954,7 +3954,7 @@ export declare namespace Thermostat {
|
|
|
3954
3954
|
* the Thermostat server shall set its UnoccupiedSetback value to UnoccupiedSetbackMin and shall send a
|
|
3955
3955
|
* Write Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
3956
3956
|
*
|
|
3957
|
-
* @see {@link MatterSpecification.
|
|
3957
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.40
|
|
3958
3958
|
*/
|
|
3959
3959
|
readonly unoccupiedSetback: WritableAttribute<number | null, any>;
|
|
3960
3960
|
/**
|
|
@@ -3963,7 +3963,7 @@ export declare namespace Thermostat {
|
|
|
3963
3963
|
*
|
|
3964
3964
|
* The null value indicates the attribute is unused.
|
|
3965
3965
|
*
|
|
3966
|
-
* @see {@link MatterSpecification.
|
|
3966
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.41
|
|
3967
3967
|
*/
|
|
3968
3968
|
readonly unoccupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
3969
3969
|
/**
|
|
@@ -3972,7 +3972,7 @@ export declare namespace Thermostat {
|
|
|
3972
3972
|
*
|
|
3973
3973
|
* The null value indicates the attribute is unused.
|
|
3974
3974
|
*
|
|
3975
|
-
* @see {@link MatterSpecification.
|
|
3975
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.42
|
|
3976
3976
|
*/
|
|
3977
3977
|
readonly unoccupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
3978
3978
|
};
|
|
@@ -3987,25 +3987,25 @@ export declare namespace Thermostat {
|
|
|
3987
3987
|
* Indicates the supported PresetScenarioEnum values, limits on how many presets can be created for each
|
|
3988
3988
|
* PresetScenarioEnum, and whether or not a thermostat can transition automatically to a given scenario.
|
|
3989
3989
|
*
|
|
3990
|
-
* @see {@link MatterSpecification.
|
|
3990
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.52
|
|
3991
3991
|
*/
|
|
3992
3992
|
readonly presetTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3993
3993
|
/**
|
|
3994
3994
|
* This field shall specify a PresetScenarioEnum value supported by this thermostat.
|
|
3995
3995
|
*
|
|
3996
|
-
* @see {@link MatterSpecification.
|
|
3996
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
|
|
3997
3997
|
*/
|
|
3998
3998
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
3999
3999
|
/**
|
|
4000
4000
|
* This field shall specify a limit for the number of presets for this PresetScenarioEnum.
|
|
4001
4001
|
*
|
|
4002
|
-
* @see {@link MatterSpecification.
|
|
4002
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
|
|
4003
4003
|
*/
|
|
4004
4004
|
numberOfPresets: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4005
4005
|
/**
|
|
4006
4006
|
* This field shall specify a bitmap of features for this PresetTypeStruct.
|
|
4007
4007
|
*
|
|
4008
|
-
* @see {@link MatterSpecification.
|
|
4008
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
|
|
4009
4009
|
*/
|
|
4010
4010
|
presetTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4011
4011
|
/**
|
|
@@ -4021,14 +4021,14 @@ export declare namespace Thermostat {
|
|
|
4021
4021
|
/**
|
|
4022
4022
|
* Indicates the maximum number of entries supported by the Presets attribute.
|
|
4023
4023
|
*
|
|
4024
|
-
* @see {@link MatterSpecification.
|
|
4024
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.54
|
|
4025
4025
|
*/
|
|
4026
4026
|
readonly numberOfPresets: FixedAttribute<number, any>;
|
|
4027
4027
|
/**
|
|
4028
4028
|
* Indicates the PresetHandle of the active preset. If this attribute is null, then there is no active
|
|
4029
4029
|
* preset.
|
|
4030
4030
|
*
|
|
4031
|
-
* @see {@link MatterSpecification.
|
|
4031
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.58
|
|
4032
4032
|
*/
|
|
4033
4033
|
readonly activePresetHandle: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
4034
4034
|
/**
|
|
@@ -4103,7 +4103,7 @@ export declare namespace Thermostat {
|
|
|
4103
4103
|
*
|
|
4104
4104
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
4105
4105
|
*
|
|
4106
|
-
* @see {@link MatterSpecification.
|
|
4106
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.60
|
|
4107
4107
|
*/
|
|
4108
4108
|
readonly presets: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4109
4109
|
/**
|
|
@@ -4113,13 +4113,13 @@ export declare namespace Thermostat {
|
|
|
4113
4113
|
* This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for the
|
|
4114
4114
|
* purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
|
|
4115
4115
|
*
|
|
4116
|
-
* @see {@link MatterSpecification.
|
|
4116
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.1
|
|
4117
4117
|
*/
|
|
4118
4118
|
presetHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
4119
4119
|
/**
|
|
4120
4120
|
* This field shall indicate the associated PresetScenarioEnum value for this preset.
|
|
4121
4121
|
*
|
|
4122
|
-
* @see {@link MatterSpecification.
|
|
4122
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.2
|
|
4123
4123
|
*/
|
|
4124
4124
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
4125
4125
|
/**
|
|
@@ -4128,42 +4128,42 @@ export declare namespace Thermostat {
|
|
|
4128
4128
|
* Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
|
|
4129
4129
|
* with the same value, including null as a value, in the Name field.
|
|
4130
4130
|
*
|
|
4131
|
-
* @see {@link MatterSpecification.
|
|
4131
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.3
|
|
4132
4132
|
*/
|
|
4133
4133
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
4134
4134
|
/**
|
|
4135
4135
|
* This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
|
|
4136
4136
|
* constraints.
|
|
4137
4137
|
*
|
|
4138
|
-
* @see {@link MatterSpecification.
|
|
4138
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.4
|
|
4139
4139
|
*/
|
|
4140
4140
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4141
4141
|
/**
|
|
4142
4142
|
* This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
|
|
4143
4143
|
* constraints.
|
|
4144
4144
|
*
|
|
4145
|
-
* @see {@link MatterSpecification.
|
|
4145
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.5
|
|
4146
4146
|
*/
|
|
4147
4147
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4148
4148
|
/**
|
|
4149
4149
|
* This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but it
|
|
4150
4150
|
* cannot be deleted.
|
|
4151
4151
|
*
|
|
4152
|
-
* @see {@link MatterSpecification.
|
|
4152
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.6
|
|
4153
4153
|
*/
|
|
4154
4154
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
4155
4155
|
}>[], any>;
|
|
4156
4156
|
};
|
|
4157
4157
|
readonly commands: {
|
|
4158
4158
|
/**
|
|
4159
|
-
* @see {@link MatterSpecification.
|
|
4159
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9
|
|
4160
4160
|
*/
|
|
4161
4161
|
readonly setActivePresetRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4162
4162
|
/**
|
|
4163
4163
|
* This field shall specify the value of the PresetHandle field on the PresetStruct to be made active. If the
|
|
4164
4164
|
* field is set to null, that indicates there should be no active preset.
|
|
4165
4165
|
*
|
|
4166
|
-
* @see {@link MatterSpecification.
|
|
4166
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9.1
|
|
4167
4167
|
*/
|
|
4168
4168
|
presetHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
4169
4169
|
}>, void, any>;
|
|
@@ -4180,27 +4180,27 @@ export declare namespace Thermostat {
|
|
|
4180
4180
|
* each SystemMode value, and whether or not a given SystemMode value supports transitions to Presets,
|
|
4181
4181
|
* target setpoints, or both.
|
|
4182
4182
|
*
|
|
4183
|
-
* @see {@link MatterSpecification.
|
|
4183
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.53
|
|
4184
4184
|
*/
|
|
4185
4185
|
readonly scheduleTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4186
4186
|
/**
|
|
4187
4187
|
* This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
|
|
4188
4188
|
* for this field shall be Auto, Heat, and Cool.
|
|
4189
4189
|
*
|
|
4190
|
-
* @see {@link MatterSpecification.
|
|
4190
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.33.1
|
|
4191
4191
|
*/
|
|
4192
4192
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
4193
4193
|
/**
|
|
4194
4194
|
* This field shall specify a limit for the number of Schedules for this SystemMode.
|
|
4195
4195
|
*
|
|
4196
|
-
* @see {@link MatterSpecification.
|
|
4196
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.33.2
|
|
4197
4197
|
*/
|
|
4198
4198
|
numberOfSchedules: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4199
4199
|
/**
|
|
4200
4200
|
* This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
|
|
4201
4201
|
* SupportsSetpoints shall be set.
|
|
4202
4202
|
*
|
|
4203
|
-
* @see {@link MatterSpecification.
|
|
4203
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.33.3
|
|
4204
4204
|
*/
|
|
4205
4205
|
scheduleTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4206
4206
|
/**
|
|
@@ -4210,7 +4210,7 @@ export declare namespace Thermostat {
|
|
|
4210
4210
|
* field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
|
|
4211
4211
|
* contained in its Transitions field.
|
|
4212
4212
|
*
|
|
4213
|
-
* @see {@link MatterSpecification.
|
|
4213
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.1
|
|
4214
4214
|
*/
|
|
4215
4215
|
supportsPresets: BitFlag;
|
|
4216
4216
|
/**
|
|
@@ -4220,7 +4220,7 @@ export declare namespace Thermostat {
|
|
|
4220
4220
|
* field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
|
|
4221
4221
|
* contained in its Transitions field.
|
|
4222
4222
|
*
|
|
4223
|
-
* @see {@link MatterSpecification.
|
|
4223
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.2
|
|
4224
4224
|
*/
|
|
4225
4225
|
supportsSetpoints: BitFlag;
|
|
4226
4226
|
/**
|
|
@@ -4229,7 +4229,7 @@ export declare namespace Thermostat {
|
|
|
4229
4229
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
4230
4230
|
* field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
|
|
4231
4231
|
*
|
|
4232
|
-
* @see {@link MatterSpecification.
|
|
4232
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.3
|
|
4233
4233
|
*/
|
|
4234
4234
|
supportsNames: BitFlag;
|
|
4235
4235
|
/**
|
|
@@ -4238,7 +4238,7 @@ export declare namespace Thermostat {
|
|
|
4238
4238
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
4239
4239
|
* field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
|
|
4240
4240
|
*
|
|
4241
|
-
* @see {@link MatterSpecification.
|
|
4241
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.4
|
|
4242
4242
|
*/
|
|
4243
4243
|
supportsOff: BitFlag;
|
|
4244
4244
|
}>>;
|
|
@@ -4246,24 +4246,24 @@ export declare namespace Thermostat {
|
|
|
4246
4246
|
/**
|
|
4247
4247
|
* Indicates the maximum number of entries supported by the Schedules attribute.
|
|
4248
4248
|
*
|
|
4249
|
-
* @see {@link MatterSpecification.
|
|
4249
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.55
|
|
4250
4250
|
*/
|
|
4251
4251
|
readonly numberOfSchedules: FixedAttribute<number, any>;
|
|
4252
4252
|
/**
|
|
4253
4253
|
* Indicates the maximum number of transitions per Schedules attribute entry.
|
|
4254
4254
|
*
|
|
4255
|
-
* @see {@link MatterSpecification.
|
|
4255
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.56
|
|
4256
4256
|
*/
|
|
4257
4257
|
readonly numberOfScheduleTransitions: FixedAttribute<number, any>;
|
|
4258
4258
|
/**
|
|
4259
|
-
* @see {@link MatterSpecification.
|
|
4259
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9
|
|
4260
4260
|
*/
|
|
4261
4261
|
readonly numberOfScheduleTransitionPerDay: FixedAttribute<number | null, any>;
|
|
4262
4262
|
/**
|
|
4263
4263
|
* Indicates the ScheduleHandle of the active schedule. A null value in this attribute indicates that there
|
|
4264
4264
|
* is no active schedule.
|
|
4265
4265
|
*
|
|
4266
|
-
* @see {@link MatterSpecification.
|
|
4266
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.59
|
|
4267
4267
|
*/
|
|
4268
4268
|
readonly activeScheduleHandle: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
4269
4269
|
/**
|
|
@@ -4374,7 +4374,7 @@ export declare namespace Thermostat {
|
|
|
4374
4374
|
*
|
|
4375
4375
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
4376
4376
|
*
|
|
4377
|
-
* @see {@link MatterSpecification.
|
|
4377
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.61
|
|
4378
4378
|
*/
|
|
4379
4379
|
readonly schedules: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4380
4380
|
/**
|
|
@@ -4384,26 +4384,26 @@ export declare namespace Thermostat {
|
|
|
4384
4384
|
* This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute for
|
|
4385
4385
|
* the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
|
|
4386
4386
|
*
|
|
4387
|
-
* @see {@link MatterSpecification.
|
|
4387
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.1
|
|
4388
4388
|
*/
|
|
4389
4389
|
scheduleHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
4390
4390
|
/**
|
|
4391
4391
|
* This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
|
|
4392
4392
|
* values for this field shall be Auto, Heat, and Cool.
|
|
4393
4393
|
*
|
|
4394
|
-
* @see {@link MatterSpecification.
|
|
4394
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.2
|
|
4395
4395
|
*/
|
|
4396
4396
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
4397
4397
|
/**
|
|
4398
4398
|
* This field shall specify a name for the ScheduleStruct.
|
|
4399
4399
|
*
|
|
4400
|
-
* @see {@link MatterSpecification.
|
|
4400
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.3
|
|
4401
4401
|
*/
|
|
4402
4402
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4403
4403
|
/**
|
|
4404
4404
|
* This field shall indicate the default PresetHandle value for transitions in this schedule.
|
|
4405
4405
|
*
|
|
4406
|
-
* @see {@link MatterSpecification.
|
|
4406
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.4
|
|
4407
4407
|
*/
|
|
4408
4408
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
4409
4409
|
/**
|
|
@@ -4434,14 +4434,14 @@ export declare namespace Thermostat {
|
|
|
4434
4434
|
* ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
|
|
4435
4435
|
* whose DayOfWeek field matches the current day of the week.
|
|
4436
4436
|
*
|
|
4437
|
-
* @see {@link MatterSpecification.
|
|
4437
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.5
|
|
4438
4438
|
*/
|
|
4439
4439
|
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4440
4440
|
/**
|
|
4441
4441
|
* This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
|
|
4442
4442
|
* NOT be set; vacation schedules shall be set via the vacation preset.
|
|
4443
4443
|
*
|
|
4444
|
-
* @see {@link MatterSpecification.
|
|
4444
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.1
|
|
4445
4445
|
*/
|
|
4446
4446
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4447
4447
|
/**
|
|
@@ -4483,14 +4483,14 @@ export declare namespace Thermostat {
|
|
|
4483
4483
|
*
|
|
4484
4484
|
* Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
|
|
4485
4485
|
*
|
|
4486
|
-
* @see {@link MatterSpecification.
|
|
4486
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.2
|
|
4487
4487
|
*/
|
|
4488
4488
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4489
4489
|
/**
|
|
4490
4490
|
* This field shall specify the preset used at the TransitionTime. If this field is provided, then the
|
|
4491
4491
|
* SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
|
|
4492
4492
|
*
|
|
4493
|
-
* @see {@link MatterSpecification.
|
|
4493
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.3
|
|
4494
4494
|
*/
|
|
4495
4495
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
4496
4496
|
/**
|
|
@@ -4498,21 +4498,21 @@ export declare namespace Thermostat {
|
|
|
4498
4498
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
4499
4499
|
* shall only be included when the required system mode differs from the schedule’s default SystemMode.
|
|
4500
4500
|
*
|
|
4501
|
-
* @see {@link MatterSpecification.
|
|
4501
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.4
|
|
4502
4502
|
*/
|
|
4503
4503
|
systemMode: import("../tlv/TlvObject.js").OptionalFieldType<SystemMode>;
|
|
4504
4504
|
/**
|
|
4505
4505
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
4506
4506
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
4507
4507
|
*
|
|
4508
|
-
* @see {@link MatterSpecification.
|
|
4508
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.5
|
|
4509
4509
|
*/
|
|
4510
4510
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4511
4511
|
/**
|
|
4512
4512
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
4513
4513
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
4514
4514
|
*
|
|
4515
|
-
* @see {@link MatterSpecification.
|
|
4515
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.6
|
|
4516
4516
|
*/
|
|
4517
4517
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4518
4518
|
}>[]>;
|
|
@@ -4520,20 +4520,20 @@ export declare namespace Thermostat {
|
|
|
4520
4520
|
* This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
|
|
4521
4521
|
* it cannot be deleted.
|
|
4522
4522
|
*
|
|
4523
|
-
* @see {@link MatterSpecification.
|
|
4523
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.6
|
|
4524
4524
|
*/
|
|
4525
4525
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
4526
4526
|
}>[], any>;
|
|
4527
4527
|
};
|
|
4528
4528
|
readonly commands: {
|
|
4529
4529
|
/**
|
|
4530
|
-
* @see {@link MatterSpecification.
|
|
4530
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8
|
|
4531
4531
|
*/
|
|
4532
4532
|
readonly setActiveScheduleRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4533
4533
|
/**
|
|
4534
4534
|
* This field shall specify the value of the ScheduleHandle field on the ScheduleStruct to be made active.
|
|
4535
4535
|
*
|
|
4536
|
-
* @see {@link MatterSpecification.
|
|
4536
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8.1
|
|
4537
4537
|
*/
|
|
4538
4538
|
scheduleHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
4539
4539
|
}>, void, any>;
|
|
@@ -4596,7 +4596,7 @@ export declare namespace Thermostat {
|
|
|
4596
4596
|
* externally, for example due to the temperature control being done by a separate subsystem which does not
|
|
4597
4597
|
* offer a view into the currently measured temperature, but allows setpoints to be provided.
|
|
4598
4598
|
*
|
|
4599
|
-
* @see {@link MatterSpecification.
|
|
4599
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.4.1
|
|
4600
4600
|
*/
|
|
4601
4601
|
readonly localTemperatureNotExposed: BitFlag;
|
|
4602
4602
|
/**
|
|
@@ -4622,13 +4622,13 @@ export declare namespace Thermostat {
|
|
|
4622
4622
|
* • Otherwise, if the LTNE feature is supported, there is no feedback externally available for the
|
|
4623
4623
|
* LocalTemperatureCalibration. In that case, the LocalTemperature attribute shall always report null.
|
|
4624
4624
|
*
|
|
4625
|
-
* @see {@link MatterSpecification.
|
|
4625
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.2
|
|
4626
4626
|
*/
|
|
4627
4627
|
readonly localTemperature: Attribute<number | null, any>;
|
|
4628
4628
|
/**
|
|
4629
4629
|
* Indicates the outdoor temperature, as measured locally or remotely (over the network).
|
|
4630
4630
|
*
|
|
4631
|
-
* @see {@link MatterSpecification.
|
|
4631
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.3
|
|
4632
4632
|
*/
|
|
4633
4633
|
readonly outdoorTemperature: OptionalAttribute<number | null, any>;
|
|
4634
4634
|
/**
|
|
@@ -4637,7 +4637,7 @@ export declare namespace Thermostat {
|
|
|
4637
4637
|
* parameters are set via software, there shall be read/write access in order to provide remote programming
|
|
4638
4638
|
* capability.
|
|
4639
4639
|
*
|
|
4640
|
-
* @see {@link MatterSpecification.
|
|
4640
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.11
|
|
4641
4641
|
* @deprecated
|
|
4642
4642
|
*/
|
|
4643
4643
|
readonly hvacSystemTypeConfiguration: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -4654,7 +4654,7 @@ export declare namespace Thermostat {
|
|
|
4654
4654
|
*
|
|
4655
4655
|
* • 11 = Reserved
|
|
4656
4656
|
*
|
|
4657
|
-
* @see {@link MatterSpecification.
|
|
4657
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.1
|
|
4658
4658
|
*/
|
|
4659
4659
|
coolingStage: BitField;
|
|
4660
4660
|
/**
|
|
@@ -4670,7 +4670,7 @@ export declare namespace Thermostat {
|
|
|
4670
4670
|
*
|
|
4671
4671
|
* • 11 = Reserved
|
|
4672
4672
|
*
|
|
4673
|
-
* @see {@link MatterSpecification.
|
|
4673
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.2
|
|
4674
4674
|
*/
|
|
4675
4675
|
heatingStage: BitField;
|
|
4676
4676
|
/**
|
|
@@ -4682,7 +4682,7 @@ export declare namespace Thermostat {
|
|
|
4682
4682
|
*
|
|
4683
4683
|
* • 1 = Heat Pump
|
|
4684
4684
|
*
|
|
4685
|
-
* @see {@link MatterSpecification.
|
|
4685
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.3
|
|
4686
4686
|
*/
|
|
4687
4687
|
heatingIsHeatPump: BitFlag;
|
|
4688
4688
|
/**
|
|
@@ -4694,7 +4694,7 @@ export declare namespace Thermostat {
|
|
|
4694
4694
|
*
|
|
4695
4695
|
* • 1 = Uses fuel
|
|
4696
4696
|
*
|
|
4697
|
-
* @see {@link MatterSpecification.
|
|
4697
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.4
|
|
4698
4698
|
*/
|
|
4699
4699
|
heatingUsesFuel: BitFlag;
|
|
4700
4700
|
}>, any>;
|
|
@@ -4708,7 +4708,7 @@ export declare namespace Thermostat {
|
|
|
4708
4708
|
* If the LocalTemperature RemoteSensing bit is written with a value of 1 when the LTNE feature is present,
|
|
4709
4709
|
* the write shall fail and the server shall report a CONSTRAINT_ERROR.
|
|
4710
4710
|
*
|
|
4711
|
-
* @see {@link MatterSpecification.
|
|
4711
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.22
|
|
4712
4712
|
*/
|
|
4713
4713
|
readonly remoteSensing: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4714
4714
|
/**
|
|
@@ -4720,7 +4720,7 @@ export declare namespace Thermostat {
|
|
|
4720
4720
|
*
|
|
4721
4721
|
* This bit shall be supported if the OutdoorTemperature attribute is supported.
|
|
4722
4722
|
*
|
|
4723
|
-
* @see {@link MatterSpecification.
|
|
4723
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.1
|
|
4724
4724
|
*/
|
|
4725
4725
|
outdoorTemperature: BitFlag;
|
|
4726
4726
|
/**
|
|
@@ -4736,14 +4736,14 @@ export declare namespace Thermostat {
|
|
|
4736
4736
|
* value of this attribute shall remain unchanged. This behavior is in place for backwards compatibility
|
|
4737
4737
|
* with existing thermostats.
|
|
4738
4738
|
*
|
|
4739
|
-
* @see {@link MatterSpecification.
|
|
4739
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.23
|
|
4740
4740
|
*/
|
|
4741
4741
|
readonly controlSequenceOfOperation: WritableAttribute<ControlSequenceOfOperation, any>;
|
|
4742
4742
|
/**
|
|
4743
4743
|
* Indicates the current operating mode of the thermostat. Its value shall be limited by the
|
|
4744
4744
|
* ControlSequenceOfOperation attribute.
|
|
4745
4745
|
*
|
|
4746
|
-
* @see {@link MatterSpecification.
|
|
4746
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.24
|
|
4747
4747
|
*/
|
|
4748
4748
|
readonly systemMode: WritableAttribute<SystemMode, any>;
|
|
4749
4749
|
/**
|
|
@@ -4764,7 +4764,7 @@ export declare namespace Thermostat {
|
|
|
4764
4764
|
* If this attribute is updated to SetpointHoldOff and the SetpointHoldExpiryTimestamp is supported, the
|
|
4765
4765
|
* server shall set the SetpointHoldExpiryTimestamp to null.
|
|
4766
4766
|
*
|
|
4767
|
-
* @see {@link MatterSpecification.
|
|
4767
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.30
|
|
4768
4768
|
*/
|
|
4769
4769
|
readonly temperatureSetpointHold: OptionalWritableAttribute<TemperatureSetpointHold, any>;
|
|
4770
4770
|
/**
|
|
@@ -4779,7 +4779,7 @@ export declare namespace Thermostat {
|
|
|
4779
4779
|
* If this attribute is set to null and the SetpointHoldExpiryTimestamp is supported, the server shall set
|
|
4780
4780
|
* the SetpointHoldExpiryTimestamp to null.
|
|
4781
4781
|
*
|
|
4782
|
-
* @see {@link MatterSpecification.
|
|
4782
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.31
|
|
4783
4783
|
*/
|
|
4784
4784
|
readonly temperatureSetpointHoldDuration: OptionalWritableAttribute<number | null, any>;
|
|
4785
4785
|
/**
|
|
@@ -4800,7 +4800,7 @@ export declare namespace Thermostat {
|
|
|
4800
4800
|
* > Modifying the ScheduleActive bit does not clear or delete previous weekly schedule programming
|
|
4801
4801
|
* configurations.
|
|
4802
4802
|
*
|
|
4803
|
-
* @see {@link MatterSpecification.
|
|
4803
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.32
|
|
4804
4804
|
*/
|
|
4805
4805
|
readonly thermostatProgrammingOperationMode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4806
4806
|
/**
|
|
@@ -4820,7 +4820,7 @@ export declare namespace Thermostat {
|
|
|
4820
4820
|
* Indicates the current relay state of the heat, cool, and fan relays. Unimplemented outputs shall be
|
|
4821
4821
|
* treated as if they were Off.
|
|
4822
4822
|
*
|
|
4823
|
-
* @see {@link MatterSpecification.
|
|
4823
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.33
|
|
4824
4824
|
*/
|
|
4825
4825
|
readonly thermostatRunningState: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4826
4826
|
/**
|
|
@@ -4861,7 +4861,7 @@ export declare namespace Thermostat {
|
|
|
4861
4861
|
* provider). Because automation services may initiate frequent setpoint changes, this attribute clearly
|
|
4862
4862
|
* differentiates the source of setpoint changes made at the thermostat.
|
|
4863
4863
|
*
|
|
4864
|
-
* @see {@link MatterSpecification.
|
|
4864
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.34
|
|
4865
4865
|
*/
|
|
4866
4866
|
readonly setpointChangeSource: OptionalAttribute<SetpointChangeSource, any>;
|
|
4867
4867
|
/**
|
|
@@ -4871,13 +4871,13 @@ export declare namespace Thermostat {
|
|
|
4871
4871
|
*
|
|
4872
4872
|
* The null value indicates that the previous setpoint was unknown.
|
|
4873
4873
|
*
|
|
4874
|
-
* @see {@link MatterSpecification.
|
|
4874
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.35
|
|
4875
4875
|
*/
|
|
4876
4876
|
readonly setpointChangeAmount: OptionalAttribute<number | null, any>;
|
|
4877
4877
|
/**
|
|
4878
4878
|
* Indicates the time in UTC at which the SetpointChangeAmount attribute change was recorded.
|
|
4879
4879
|
*
|
|
4880
|
-
* @see {@link MatterSpecification.
|
|
4880
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.36
|
|
4881
4881
|
*/
|
|
4882
4882
|
readonly setpointChangeSourceTimestamp: OptionalAttribute<number, any>;
|
|
4883
4883
|
/**
|
|
@@ -4906,38 +4906,38 @@ export declare namespace Thermostat {
|
|
|
4906
4906
|
* when a setpoint is of a specified amount greater than the measured temperature. This allows the heated
|
|
4907
4907
|
* space to be quickly heated to the desired level set by the user.
|
|
4908
4908
|
*
|
|
4909
|
-
* @see {@link MatterSpecification.
|
|
4909
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.43
|
|
4910
4910
|
*/
|
|
4911
4911
|
readonly emergencyHeatDelta: OptionalWritableAttribute<number, any>;
|
|
4912
4912
|
/**
|
|
4913
4913
|
* Indicates the type of Mini Split ACTypeEnum of Mini Split AC is defined depending on how Cooling and
|
|
4914
4914
|
* Heating condition is achieved by Mini Split AC.
|
|
4915
4915
|
*
|
|
4916
|
-
* @see {@link MatterSpecification.
|
|
4916
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.44
|
|
4917
4917
|
*/
|
|
4918
4918
|
readonly acType: OptionalWritableAttribute<AcType, any>;
|
|
4919
4919
|
/**
|
|
4920
4920
|
* Indicates capacity of Mini Split AC in terms of the format defined by the ACCapacityFormat attribute
|
|
4921
4921
|
*
|
|
4922
|
-
* @see {@link MatterSpecification.
|
|
4922
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.45
|
|
4923
4923
|
*/
|
|
4924
4924
|
readonly acCapacity: OptionalWritableAttribute<number, any>;
|
|
4925
4925
|
/**
|
|
4926
4926
|
* Indicates type of refrigerant used within the Mini Split AC.
|
|
4927
4927
|
*
|
|
4928
|
-
* @see {@link MatterSpecification.
|
|
4928
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.46
|
|
4929
4929
|
*/
|
|
4930
4930
|
readonly acRefrigerantType: OptionalWritableAttribute<AcRefrigerantType, any>;
|
|
4931
4931
|
/**
|
|
4932
4932
|
* Indicates the type of compressor used within the Mini Split AC.
|
|
4933
4933
|
*
|
|
4934
|
-
* @see {@link MatterSpecification.
|
|
4934
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.47
|
|
4935
4935
|
*/
|
|
4936
4936
|
readonly acCompressorType: OptionalWritableAttribute<AcCompressorType, any>;
|
|
4937
4937
|
/**
|
|
4938
4938
|
* Indicates the type of errors encountered within the Mini Split AC.
|
|
4939
4939
|
*
|
|
4940
|
-
* @see {@link MatterSpecification.
|
|
4940
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.48
|
|
4941
4941
|
*/
|
|
4942
4942
|
readonly acErrorCode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4943
4943
|
/**
|
|
@@ -4964,19 +4964,19 @@ export declare namespace Thermostat {
|
|
|
4964
4964
|
/**
|
|
4965
4965
|
* Indicates the position of Louver on the AC.
|
|
4966
4966
|
*
|
|
4967
|
-
* @see {@link MatterSpecification.
|
|
4967
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.49
|
|
4968
4968
|
*/
|
|
4969
4969
|
readonly acLouverPosition: OptionalWritableAttribute<AcLouverPosition, any>;
|
|
4970
4970
|
/**
|
|
4971
4971
|
* Indicates the temperature of the AC coil, as measured locally or remotely (over the network).
|
|
4972
4972
|
*
|
|
4973
|
-
* @see {@link MatterSpecification.
|
|
4973
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.50
|
|
4974
4974
|
*/
|
|
4975
4975
|
readonly acCoilTemperature: OptionalAttribute<number | null, any>;
|
|
4976
4976
|
/**
|
|
4977
4977
|
* Indicates the format for the ACCapacity attribute.
|
|
4978
4978
|
*
|
|
4979
|
-
* @see {@link MatterSpecification.
|
|
4979
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.51
|
|
4980
4980
|
*/
|
|
4981
4981
|
readonly acCapacityFormat: OptionalWritableAttribute<AcCapacityFormat, any>;
|
|
4982
4982
|
/**
|
|
@@ -4988,26 +4988,26 @@ export declare namespace Thermostat {
|
|
|
4988
4988
|
* null, this attribute shall be set to null indicating there is no hold on the Thermostat either with or
|
|
4989
4989
|
* without a duration.
|
|
4990
4990
|
*
|
|
4991
|
-
* @see {@link MatterSpecification.
|
|
4991
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.62
|
|
4992
4992
|
*/
|
|
4993
4993
|
readonly setpointHoldExpiryTimestamp: OptionalAttribute<number | null, any>;
|
|
4994
4994
|
};
|
|
4995
4995
|
readonly commands: {
|
|
4996
4996
|
/**
|
|
4997
|
-
* @see {@link MatterSpecification.
|
|
4997
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1
|
|
4998
4998
|
*/
|
|
4999
4999
|
readonly setpointRaiseLower: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
5000
5000
|
/**
|
|
5001
5001
|
* The field shall specify which setpoints are to be adjusted.
|
|
5002
5002
|
*
|
|
5003
|
-
* @see {@link MatterSpecification.
|
|
5003
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1.1
|
|
5004
5004
|
*/
|
|
5005
5005
|
mode: import("../tlv/TlvObject.js").FieldType<SetpointRaiseLowerMode>;
|
|
5006
5006
|
/**
|
|
5007
5007
|
* This field shall indicate the amount (possibly negative) that should be added to the setpoint(s), in steps of
|
|
5008
5008
|
* 0.1°C.
|
|
5009
5009
|
*
|
|
5010
|
-
* @see {@link MatterSpecification.
|
|
5010
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1.2
|
|
5011
5011
|
*/
|
|
5012
5012
|
amount: import("../tlv/TlvObject.js").FieldType<number>;
|
|
5013
5013
|
}>, void, any>;
|
|
@@ -5026,7 +5026,7 @@ export declare namespace Thermostat {
|
|
|
5026
5026
|
* Indicates whether the heated/cooled space is occupied or not, as measured locally or remotely (over the
|
|
5027
5027
|
* network).
|
|
5028
5028
|
*
|
|
5029
|
-
* @see {@link MatterSpecification.
|
|
5029
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.4
|
|
5030
5030
|
*/
|
|
5031
5031
|
readonly occupancy: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
5032
5032
|
/**
|
|
@@ -5035,7 +5035,7 @@ export declare namespace Thermostat {
|
|
|
5035
5035
|
* If this bit is set, it shall indicate the occupied state else if the bit if not set, it shall indicate the
|
|
5036
5036
|
* unoccupied state.
|
|
5037
5037
|
*
|
|
5038
|
-
* @see {@link MatterSpecification.
|
|
5038
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.7.1
|
|
5039
5039
|
*/
|
|
5040
5040
|
occupied: BitFlag;
|
|
5041
5041
|
}>, any>;
|
|
@@ -5053,11 +5053,11 @@ export declare namespace Thermostat {
|
|
|
5053
5053
|
*
|
|
5054
5054
|
* ### Refer to Setpoint Limits for constraints
|
|
5055
5055
|
*
|
|
5056
|
-
* @see {@link MatterSpecification.
|
|
5056
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.5
|
|
5057
5057
|
*/
|
|
5058
5058
|
readonly absMinHeatSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
5059
5059
|
/**
|
|
5060
|
-
* @see {@link MatterSpecification.
|
|
5060
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9
|
|
5061
5061
|
*/
|
|
5062
5062
|
readonly absMaxHeatSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
5063
5063
|
/**
|
|
@@ -5066,7 +5066,7 @@ export declare namespace Thermostat {
|
|
|
5066
5066
|
*
|
|
5067
5067
|
* This attribute is reported regularly and may be used to control a heating device.
|
|
5068
5068
|
*
|
|
5069
|
-
* @see {@link MatterSpecification.
|
|
5069
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.10
|
|
5070
5070
|
*/
|
|
5071
5071
|
readonly piHeatingDemand: OptionalAttribute<number, any>;
|
|
5072
5072
|
/**
|
|
@@ -5086,7 +5086,7 @@ export declare namespace Thermostat {
|
|
|
5086
5086
|
* either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
|
|
5087
5087
|
* of the ActivePresetHandle attribute shall be set to null.
|
|
5088
5088
|
*
|
|
5089
|
-
* @see {@link MatterSpecification.
|
|
5089
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.14
|
|
5090
5090
|
*/
|
|
5091
5091
|
readonly occupiedHeatingSetpoint: WritableAttribute<number, any>;
|
|
5092
5092
|
/**
|
|
@@ -5102,7 +5102,7 @@ export declare namespace Thermostat {
|
|
|
5102
5102
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
5103
5103
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
5104
5104
|
*
|
|
5105
|
-
* @see {@link MatterSpecification.
|
|
5105
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.17
|
|
5106
5106
|
*/
|
|
5107
5107
|
readonly minHeatSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
5108
5108
|
/**
|
|
@@ -5114,7 +5114,7 @@ export declare namespace Thermostat {
|
|
|
5114
5114
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
5115
5115
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
5116
5116
|
*
|
|
5117
|
-
* @see {@link MatterSpecification.
|
|
5117
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.18
|
|
5118
5118
|
*/
|
|
5119
5119
|
readonly maxHeatSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
5120
5120
|
};
|
|
@@ -5126,7 +5126,7 @@ export declare namespace Thermostat {
|
|
|
5126
5126
|
readonly component: {
|
|
5127
5127
|
readonly attributes: {
|
|
5128
5128
|
/**
|
|
5129
|
-
* @see {@link MatterSpecification.
|
|
5129
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9
|
|
5130
5130
|
*/
|
|
5131
5131
|
readonly absMinCoolSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
5132
5132
|
/**
|
|
@@ -5135,7 +5135,7 @@ export declare namespace Thermostat {
|
|
|
5135
5135
|
*
|
|
5136
5136
|
* ### Refer to Setpoint Limits for constraints
|
|
5137
5137
|
*
|
|
5138
|
-
* @see {@link MatterSpecification.
|
|
5138
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.8
|
|
5139
5139
|
*/
|
|
5140
5140
|
readonly absMaxCoolSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
5141
5141
|
/**
|
|
@@ -5144,7 +5144,7 @@ export declare namespace Thermostat {
|
|
|
5144
5144
|
*
|
|
5145
5145
|
* This attribute is reported regularly and may be used to control a cooling device.
|
|
5146
5146
|
*
|
|
5147
|
-
* @see {@link MatterSpecification.
|
|
5147
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.9
|
|
5148
5148
|
*/
|
|
5149
5149
|
readonly piCoolingDemand: OptionalAttribute<number, any>;
|
|
5150
5150
|
/**
|
|
@@ -5164,7 +5164,7 @@ export declare namespace Thermostat {
|
|
|
5164
5164
|
* either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
|
|
5165
5165
|
* of the ActivePresetHandle attribute shall be set to null.
|
|
5166
5166
|
*
|
|
5167
|
-
* @see {@link MatterSpecification.
|
|
5167
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.13
|
|
5168
5168
|
*/
|
|
5169
5169
|
readonly occupiedCoolingSetpoint: WritableAttribute<number, any>;
|
|
5170
5170
|
/**
|
|
@@ -5176,7 +5176,7 @@ export declare namespace Thermostat {
|
|
|
5176
5176
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
5177
5177
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
5178
5178
|
*
|
|
5179
|
-
* @see {@link MatterSpecification.
|
|
5179
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.19
|
|
5180
5180
|
*/
|
|
5181
5181
|
readonly minCoolSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
5182
5182
|
/**
|
|
@@ -5188,7 +5188,7 @@ export declare namespace Thermostat {
|
|
|
5188
5188
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
5189
5189
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
5190
5190
|
*
|
|
5191
|
-
* @see {@link MatterSpecification.
|
|
5191
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.20
|
|
5192
5192
|
*/
|
|
5193
5193
|
readonly maxCoolSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
5194
5194
|
};
|
|
@@ -5216,7 +5216,7 @@ export declare namespace Thermostat {
|
|
|
5216
5216
|
* > Prior to revision 8 of this cluster specification the value of this attribute was constrained to a
|
|
5217
5217
|
* range of -2.5°C to 2.5°C.
|
|
5218
5218
|
*
|
|
5219
|
-
* @see {@link MatterSpecification.
|
|
5219
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.12
|
|
5220
5220
|
*/
|
|
5221
5221
|
readonly localTemperatureCalibration: OptionalWritableAttribute<number, any>;
|
|
5222
5222
|
};
|
|
@@ -5245,7 +5245,7 @@ export declare namespace Thermostat {
|
|
|
5245
5245
|
* Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
|
|
5246
5246
|
* be set to null.
|
|
5247
5247
|
*
|
|
5248
|
-
* @see {@link MatterSpecification.
|
|
5248
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.15
|
|
5249
5249
|
*/
|
|
5250
5250
|
readonly unoccupiedCoolingSetpoint: WritableAttribute<number, any>;
|
|
5251
5251
|
};
|
|
@@ -5274,7 +5274,7 @@ export declare namespace Thermostat {
|
|
|
5274
5274
|
* Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
|
|
5275
5275
|
* be set to null.
|
|
5276
5276
|
*
|
|
5277
|
-
* @see {@link MatterSpecification.
|
|
5277
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.16
|
|
5278
5278
|
*/
|
|
5279
5279
|
readonly unoccupiedHeatingSetpoint: WritableAttribute<number, any>;
|
|
5280
5280
|
};
|
|
@@ -5299,7 +5299,7 @@ export declare namespace Thermostat {
|
|
|
5299
5299
|
* For backwards compatibility, this attribute is optionally writeable. However any writes to this attribute
|
|
5300
5300
|
* shall be silently ignored.
|
|
5301
5301
|
*
|
|
5302
|
-
* @see {@link MatterSpecification.
|
|
5302
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.21
|
|
5303
5303
|
*/
|
|
5304
5304
|
readonly minSetpointDeadBand: WritableAttribute<number, any>;
|
|
5305
5305
|
/**
|
|
@@ -5307,7 +5307,7 @@ export declare namespace Thermostat {
|
|
|
5307
5307
|
* can only be Off, Cool or Heat. This attribute is intended to provide additional information when the
|
|
5308
5308
|
* thermostat’s system mode is in auto mode.
|
|
5309
5309
|
*
|
|
5310
|
-
* @see {@link MatterSpecification.
|
|
5310
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.26
|
|
5311
5311
|
*/
|
|
5312
5312
|
readonly thermostatRunningMode: OptionalAttribute<ThermostatRunningMode, any>;
|
|
5313
5313
|
};
|
|
@@ -5325,19 +5325,19 @@ export declare namespace Thermostat {
|
|
|
5325
5325
|
* This attribute may be able to be used as the base to determine if the device supports weekly scheduling
|
|
5326
5326
|
* by reading the attribute. Successful response means that the weekly scheduling is supported.
|
|
5327
5327
|
*
|
|
5328
|
-
* @see {@link MatterSpecification.
|
|
5328
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.27
|
|
5329
5329
|
*/
|
|
5330
5330
|
readonly startOfWeek: FixedAttribute<StartOfWeek, any>;
|
|
5331
5331
|
/**
|
|
5332
5332
|
* Indicates how many weekly schedule transitions the thermostat is capable of handling.
|
|
5333
5333
|
*
|
|
5334
|
-
* @see {@link MatterSpecification.
|
|
5334
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.28
|
|
5335
5335
|
*/
|
|
5336
5336
|
readonly numberOfWeeklyTransitions: FixedAttribute<number, any>;
|
|
5337
5337
|
/**
|
|
5338
5338
|
* Indicates how many daily schedule transitions the thermostat is capable of handling.
|
|
5339
5339
|
*
|
|
5340
|
-
* @see {@link MatterSpecification.
|
|
5340
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.29
|
|
5341
5341
|
*/
|
|
5342
5342
|
readonly numberOfDailyTransitions: FixedAttribute<number, any>;
|
|
5343
5343
|
};
|
|
@@ -5351,7 +5351,7 @@ export declare namespace Thermostat {
|
|
|
5351
5351
|
* leave all other days unchanged. If the schedule is larger than what fits in one frame or contains more
|
|
5352
5352
|
* than 10 transitions, the schedule shall then be sent using multiple SetWeeklySchedule Commands.
|
|
5353
5353
|
*
|
|
5354
|
-
* @see {@link MatterSpecification.
|
|
5354
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2
|
|
5355
5355
|
*/
|
|
5356
5356
|
readonly setWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
5357
5357
|
/**
|
|
@@ -5359,7 +5359,7 @@ export declare namespace Thermostat {
|
|
|
5359
5359
|
* device supports more than 10 transitions in its schedule they can send this by sending more than 1 “Set
|
|
5360
5360
|
* Weekly Schedule” command, each containing the separate information that the device needs to set.
|
|
5361
5361
|
*
|
|
5362
|
-
* @see {@link MatterSpecification.
|
|
5362
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.1
|
|
5363
5363
|
*/
|
|
5364
5364
|
numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
|
|
5365
5365
|
/**
|
|
@@ -5371,7 +5371,7 @@ export declare namespace Thermostat {
|
|
|
5371
5371
|
* Each setpoint transition will begin with the day of week for this transition. There can be up to 10
|
|
5372
5372
|
* transitions for each command.
|
|
5373
5373
|
*
|
|
5374
|
-
* @see {@link MatterSpecification.
|
|
5374
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.2
|
|
5375
5375
|
*/
|
|
5376
5376
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
5377
5377
|
/**
|
|
@@ -5428,7 +5428,7 @@ export declare namespace Thermostat {
|
|
|
5428
5428
|
* Both bits must be respected, even if the HEAT or COOL feature is not supported, to ensure the command is
|
|
5429
5429
|
* decoded and handled correctly.
|
|
5430
5430
|
*
|
|
5431
|
-
* @see {@link MatterSpecification.
|
|
5431
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.3
|
|
5432
5432
|
*/
|
|
5433
5433
|
modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
5434
5434
|
/**
|
|
@@ -5443,7 +5443,7 @@ export declare namespace Thermostat {
|
|
|
5443
5443
|
/**
|
|
5444
5444
|
* This field shall contain the list of setpoint transitions used to update the specified daily schedules
|
|
5445
5445
|
*
|
|
5446
|
-
* @see {@link MatterSpecification.
|
|
5446
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.4
|
|
5447
5447
|
*/
|
|
5448
5448
|
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
5449
5449
|
/**
|
|
@@ -5451,32 +5451,32 @@ export declare namespace Thermostat {
|
|
|
5451
5451
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
5452
5452
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
5453
5453
|
*
|
|
5454
|
-
* @see {@link MatterSpecification.
|
|
5454
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.1
|
|
5455
5455
|
*/
|
|
5456
5456
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
5457
5457
|
/**
|
|
5458
5458
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
5459
5459
|
*
|
|
5460
|
-
* @see {@link MatterSpecification.
|
|
5460
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.2
|
|
5461
5461
|
*/
|
|
5462
5462
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
5463
5463
|
/**
|
|
5464
5464
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
5465
5465
|
*
|
|
5466
|
-
* @see {@link MatterSpecification.
|
|
5466
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.3
|
|
5467
5467
|
*/
|
|
5468
5468
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
5469
5469
|
}>[]>;
|
|
5470
5470
|
}>, void, any>;
|
|
5471
5471
|
/**
|
|
5472
|
-
* @see {@link MatterSpecification.
|
|
5472
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3
|
|
5473
5473
|
*/
|
|
5474
5474
|
readonly getWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
5475
5475
|
/**
|
|
5476
5476
|
* This field shall indicate the number of days the client would like to return the setpoint values for and
|
|
5477
5477
|
* could be any combination of single days or the entire week.
|
|
5478
5478
|
*
|
|
5479
|
-
* @see {@link MatterSpecification.
|
|
5479
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3.1
|
|
5480
5480
|
*/
|
|
5481
5481
|
daysToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
5482
5482
|
/**
|
|
@@ -5516,7 +5516,7 @@ export declare namespace Thermostat {
|
|
|
5516
5516
|
* This field shall indicate the mode the client would like to return the set point values for and could be any
|
|
5517
5517
|
* combination of heat only, cool only or heat & cool.
|
|
5518
5518
|
*
|
|
5519
|
-
* @see {@link MatterSpecification.
|
|
5519
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3.2
|
|
5520
5520
|
*/
|
|
5521
5521
|
modeToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
5522
5522
|
/**
|
|
@@ -5580,19 +5580,19 @@ export declare namespace Thermostat {
|
|
|
5580
5580
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
5581
5581
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
5582
5582
|
*
|
|
5583
|
-
* @see {@link MatterSpecification.
|
|
5583
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.1
|
|
5584
5584
|
*/
|
|
5585
5585
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
5586
5586
|
/**
|
|
5587
5587
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
5588
5588
|
*
|
|
5589
|
-
* @see {@link MatterSpecification.
|
|
5589
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.2
|
|
5590
5590
|
*/
|
|
5591
5591
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
5592
5592
|
/**
|
|
5593
5593
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
5594
5594
|
*
|
|
5595
|
-
* @see {@link MatterSpecification.
|
|
5595
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.3
|
|
5596
5596
|
*/
|
|
5597
5597
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
5598
5598
|
}>[]>;
|
|
@@ -5603,7 +5603,7 @@ export declare namespace Thermostat {
|
|
|
5603
5603
|
* Upon receipt, all transitions currently stored shall be cleared and a default response of SUCCESS shall
|
|
5604
5604
|
* be sent in response. There are no error responses to this command.
|
|
5605
5605
|
*
|
|
5606
|
-
* @see {@link MatterSpecification.
|
|
5606
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.5
|
|
5607
5607
|
*/
|
|
5608
5608
|
readonly clearWeeklySchedule: Command<void, void, any>;
|
|
5609
5609
|
};
|
|
@@ -5636,7 +5636,7 @@ export declare namespace Thermostat {
|
|
|
5636
5636
|
* Thermostat server shall set its OccupiedSetback value to OccupiedSetbackMin and shall send a Write
|
|
5637
5637
|
* Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
5638
5638
|
*
|
|
5639
|
-
* @see {@link MatterSpecification.
|
|
5639
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.37
|
|
5640
5640
|
*/
|
|
5641
5641
|
readonly occupiedSetback: WritableAttribute<number | null, any>;
|
|
5642
5642
|
/**
|
|
@@ -5645,7 +5645,7 @@ export declare namespace Thermostat {
|
|
|
5645
5645
|
*
|
|
5646
5646
|
* The null value indicates the attribute is unused.
|
|
5647
5647
|
*
|
|
5648
|
-
* @see {@link MatterSpecification.
|
|
5648
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.38
|
|
5649
5649
|
*/
|
|
5650
5650
|
readonly occupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
5651
5651
|
/**
|
|
@@ -5654,7 +5654,7 @@ export declare namespace Thermostat {
|
|
|
5654
5654
|
*
|
|
5655
5655
|
* The null value indicates the attribute is unused.
|
|
5656
5656
|
*
|
|
5657
|
-
* @see {@link MatterSpecification.
|
|
5657
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.39
|
|
5658
5658
|
*/
|
|
5659
5659
|
readonly occupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
5660
5660
|
};
|
|
@@ -5688,7 +5688,7 @@ export declare namespace Thermostat {
|
|
|
5688
5688
|
* the Thermostat server shall set its UnoccupiedSetback value to UnoccupiedSetbackMin and shall send a
|
|
5689
5689
|
* Write Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
5690
5690
|
*
|
|
5691
|
-
* @see {@link MatterSpecification.
|
|
5691
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.40
|
|
5692
5692
|
*/
|
|
5693
5693
|
readonly unoccupiedSetback: WritableAttribute<number | null, any>;
|
|
5694
5694
|
/**
|
|
@@ -5697,7 +5697,7 @@ export declare namespace Thermostat {
|
|
|
5697
5697
|
*
|
|
5698
5698
|
* The null value indicates the attribute is unused.
|
|
5699
5699
|
*
|
|
5700
|
-
* @see {@link MatterSpecification.
|
|
5700
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.41
|
|
5701
5701
|
*/
|
|
5702
5702
|
readonly unoccupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
5703
5703
|
/**
|
|
@@ -5706,7 +5706,7 @@ export declare namespace Thermostat {
|
|
|
5706
5706
|
*
|
|
5707
5707
|
* The null value indicates the attribute is unused.
|
|
5708
5708
|
*
|
|
5709
|
-
* @see {@link MatterSpecification.
|
|
5709
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.42
|
|
5710
5710
|
*/
|
|
5711
5711
|
readonly unoccupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
5712
5712
|
};
|
|
@@ -5721,25 +5721,25 @@ export declare namespace Thermostat {
|
|
|
5721
5721
|
* Indicates the supported PresetScenarioEnum values, limits on how many presets can be created for each
|
|
5722
5722
|
* PresetScenarioEnum, and whether or not a thermostat can transition automatically to a given scenario.
|
|
5723
5723
|
*
|
|
5724
|
-
* @see {@link MatterSpecification.
|
|
5724
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.52
|
|
5725
5725
|
*/
|
|
5726
5726
|
readonly presetTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
5727
5727
|
/**
|
|
5728
5728
|
* This field shall specify a PresetScenarioEnum value supported by this thermostat.
|
|
5729
5729
|
*
|
|
5730
|
-
* @see {@link MatterSpecification.
|
|
5730
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
|
|
5731
5731
|
*/
|
|
5732
5732
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
5733
5733
|
/**
|
|
5734
5734
|
* This field shall specify a limit for the number of presets for this PresetScenarioEnum.
|
|
5735
5735
|
*
|
|
5736
|
-
* @see {@link MatterSpecification.
|
|
5736
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
|
|
5737
5737
|
*/
|
|
5738
5738
|
numberOfPresets: import("../tlv/TlvObject.js").FieldType<number>;
|
|
5739
5739
|
/**
|
|
5740
5740
|
* This field shall specify a bitmap of features for this PresetTypeStruct.
|
|
5741
5741
|
*
|
|
5742
|
-
* @see {@link MatterSpecification.
|
|
5742
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
|
|
5743
5743
|
*/
|
|
5744
5744
|
presetTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
5745
5745
|
/**
|
|
@@ -5755,14 +5755,14 @@ export declare namespace Thermostat {
|
|
|
5755
5755
|
/**
|
|
5756
5756
|
* Indicates the maximum number of entries supported by the Presets attribute.
|
|
5757
5757
|
*
|
|
5758
|
-
* @see {@link MatterSpecification.
|
|
5758
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.54
|
|
5759
5759
|
*/
|
|
5760
5760
|
readonly numberOfPresets: FixedAttribute<number, any>;
|
|
5761
5761
|
/**
|
|
5762
5762
|
* Indicates the PresetHandle of the active preset. If this attribute is null, then there is no active
|
|
5763
5763
|
* preset.
|
|
5764
5764
|
*
|
|
5765
|
-
* @see {@link MatterSpecification.
|
|
5765
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.58
|
|
5766
5766
|
*/
|
|
5767
5767
|
readonly activePresetHandle: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
5768
5768
|
/**
|
|
@@ -5837,7 +5837,7 @@ export declare namespace Thermostat {
|
|
|
5837
5837
|
*
|
|
5838
5838
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
5839
5839
|
*
|
|
5840
|
-
* @see {@link MatterSpecification.
|
|
5840
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.60
|
|
5841
5841
|
*/
|
|
5842
5842
|
readonly presets: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
5843
5843
|
/**
|
|
@@ -5847,13 +5847,13 @@ export declare namespace Thermostat {
|
|
|
5847
5847
|
* This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for the
|
|
5848
5848
|
* purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
|
|
5849
5849
|
*
|
|
5850
|
-
* @see {@link MatterSpecification.
|
|
5850
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.1
|
|
5851
5851
|
*/
|
|
5852
5852
|
presetHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
5853
5853
|
/**
|
|
5854
5854
|
* This field shall indicate the associated PresetScenarioEnum value for this preset.
|
|
5855
5855
|
*
|
|
5856
|
-
* @see {@link MatterSpecification.
|
|
5856
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.2
|
|
5857
5857
|
*/
|
|
5858
5858
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
5859
5859
|
/**
|
|
@@ -5862,42 +5862,42 @@ export declare namespace Thermostat {
|
|
|
5862
5862
|
* Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
|
|
5863
5863
|
* with the same value, including null as a value, in the Name field.
|
|
5864
5864
|
*
|
|
5865
|
-
* @see {@link MatterSpecification.
|
|
5865
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.3
|
|
5866
5866
|
*/
|
|
5867
5867
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
5868
5868
|
/**
|
|
5869
5869
|
* This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
|
|
5870
5870
|
* constraints.
|
|
5871
5871
|
*
|
|
5872
|
-
* @see {@link MatterSpecification.
|
|
5872
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.4
|
|
5873
5873
|
*/
|
|
5874
5874
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
5875
5875
|
/**
|
|
5876
5876
|
* This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
|
|
5877
5877
|
* constraints.
|
|
5878
5878
|
*
|
|
5879
|
-
* @see {@link MatterSpecification.
|
|
5879
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.5
|
|
5880
5880
|
*/
|
|
5881
5881
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
5882
5882
|
/**
|
|
5883
5883
|
* This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but it
|
|
5884
5884
|
* cannot be deleted.
|
|
5885
5885
|
*
|
|
5886
|
-
* @see {@link MatterSpecification.
|
|
5886
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.6
|
|
5887
5887
|
*/
|
|
5888
5888
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
5889
5889
|
}>[], any>;
|
|
5890
5890
|
};
|
|
5891
5891
|
readonly commands: {
|
|
5892
5892
|
/**
|
|
5893
|
-
* @see {@link MatterSpecification.
|
|
5893
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9
|
|
5894
5894
|
*/
|
|
5895
5895
|
readonly setActivePresetRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
5896
5896
|
/**
|
|
5897
5897
|
* This field shall specify the value of the PresetHandle field on the PresetStruct to be made active. If the
|
|
5898
5898
|
* field is set to null, that indicates there should be no active preset.
|
|
5899
5899
|
*
|
|
5900
|
-
* @see {@link MatterSpecification.
|
|
5900
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9.1
|
|
5901
5901
|
*/
|
|
5902
5902
|
presetHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
5903
5903
|
}>, void, any>;
|
|
@@ -5914,27 +5914,27 @@ export declare namespace Thermostat {
|
|
|
5914
5914
|
* each SystemMode value, and whether or not a given SystemMode value supports transitions to Presets,
|
|
5915
5915
|
* target setpoints, or both.
|
|
5916
5916
|
*
|
|
5917
|
-
* @see {@link MatterSpecification.
|
|
5917
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.53
|
|
5918
5918
|
*/
|
|
5919
5919
|
readonly scheduleTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
5920
5920
|
/**
|
|
5921
5921
|
* This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
|
|
5922
5922
|
* for this field shall be Auto, Heat, and Cool.
|
|
5923
5923
|
*
|
|
5924
|
-
* @see {@link MatterSpecification.
|
|
5924
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.33.1
|
|
5925
5925
|
*/
|
|
5926
5926
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
5927
5927
|
/**
|
|
5928
5928
|
* This field shall specify a limit for the number of Schedules for this SystemMode.
|
|
5929
5929
|
*
|
|
5930
|
-
* @see {@link MatterSpecification.
|
|
5930
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.33.2
|
|
5931
5931
|
*/
|
|
5932
5932
|
numberOfSchedules: import("../tlv/TlvObject.js").FieldType<number>;
|
|
5933
5933
|
/**
|
|
5934
5934
|
* This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
|
|
5935
5935
|
* SupportsSetpoints shall be set.
|
|
5936
5936
|
*
|
|
5937
|
-
* @see {@link MatterSpecification.
|
|
5937
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.33.3
|
|
5938
5938
|
*/
|
|
5939
5939
|
scheduleTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
5940
5940
|
/**
|
|
@@ -5944,7 +5944,7 @@ export declare namespace Thermostat {
|
|
|
5944
5944
|
* field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
|
|
5945
5945
|
* contained in its Transitions field.
|
|
5946
5946
|
*
|
|
5947
|
-
* @see {@link MatterSpecification.
|
|
5947
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.1
|
|
5948
5948
|
*/
|
|
5949
5949
|
supportsPresets: BitFlag;
|
|
5950
5950
|
/**
|
|
@@ -5954,7 +5954,7 @@ export declare namespace Thermostat {
|
|
|
5954
5954
|
* field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
|
|
5955
5955
|
* contained in its Transitions field.
|
|
5956
5956
|
*
|
|
5957
|
-
* @see {@link MatterSpecification.
|
|
5957
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.2
|
|
5958
5958
|
*/
|
|
5959
5959
|
supportsSetpoints: BitFlag;
|
|
5960
5960
|
/**
|
|
@@ -5963,7 +5963,7 @@ export declare namespace Thermostat {
|
|
|
5963
5963
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
5964
5964
|
* field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
|
|
5965
5965
|
*
|
|
5966
|
-
* @see {@link MatterSpecification.
|
|
5966
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.3
|
|
5967
5967
|
*/
|
|
5968
5968
|
supportsNames: BitFlag;
|
|
5969
5969
|
/**
|
|
@@ -5972,7 +5972,7 @@ export declare namespace Thermostat {
|
|
|
5972
5972
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
5973
5973
|
* field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
|
|
5974
5974
|
*
|
|
5975
|
-
* @see {@link MatterSpecification.
|
|
5975
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.4
|
|
5976
5976
|
*/
|
|
5977
5977
|
supportsOff: BitFlag;
|
|
5978
5978
|
}>>;
|
|
@@ -5980,24 +5980,24 @@ export declare namespace Thermostat {
|
|
|
5980
5980
|
/**
|
|
5981
5981
|
* Indicates the maximum number of entries supported by the Schedules attribute.
|
|
5982
5982
|
*
|
|
5983
|
-
* @see {@link MatterSpecification.
|
|
5983
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.55
|
|
5984
5984
|
*/
|
|
5985
5985
|
readonly numberOfSchedules: FixedAttribute<number, any>;
|
|
5986
5986
|
/**
|
|
5987
5987
|
* Indicates the maximum number of transitions per Schedules attribute entry.
|
|
5988
5988
|
*
|
|
5989
|
-
* @see {@link MatterSpecification.
|
|
5989
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.56
|
|
5990
5990
|
*/
|
|
5991
5991
|
readonly numberOfScheduleTransitions: FixedAttribute<number, any>;
|
|
5992
5992
|
/**
|
|
5993
|
-
* @see {@link MatterSpecification.
|
|
5993
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9
|
|
5994
5994
|
*/
|
|
5995
5995
|
readonly numberOfScheduleTransitionPerDay: FixedAttribute<number | null, any>;
|
|
5996
5996
|
/**
|
|
5997
5997
|
* Indicates the ScheduleHandle of the active schedule. A null value in this attribute indicates that there
|
|
5998
5998
|
* is no active schedule.
|
|
5999
5999
|
*
|
|
6000
|
-
* @see {@link MatterSpecification.
|
|
6000
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.59
|
|
6001
6001
|
*/
|
|
6002
6002
|
readonly activeScheduleHandle: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
6003
6003
|
/**
|
|
@@ -6108,7 +6108,7 @@ export declare namespace Thermostat {
|
|
|
6108
6108
|
*
|
|
6109
6109
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
6110
6110
|
*
|
|
6111
|
-
* @see {@link MatterSpecification.
|
|
6111
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.61
|
|
6112
6112
|
*/
|
|
6113
6113
|
readonly schedules: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
6114
6114
|
/**
|
|
@@ -6118,26 +6118,26 @@ export declare namespace Thermostat {
|
|
|
6118
6118
|
* This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute for
|
|
6119
6119
|
* the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
|
|
6120
6120
|
*
|
|
6121
|
-
* @see {@link MatterSpecification.
|
|
6121
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.1
|
|
6122
6122
|
*/
|
|
6123
6123
|
scheduleHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
6124
6124
|
/**
|
|
6125
6125
|
* This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
|
|
6126
6126
|
* values for this field shall be Auto, Heat, and Cool.
|
|
6127
6127
|
*
|
|
6128
|
-
* @see {@link MatterSpecification.
|
|
6128
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.2
|
|
6129
6129
|
*/
|
|
6130
6130
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
6131
6131
|
/**
|
|
6132
6132
|
* This field shall specify a name for the ScheduleStruct.
|
|
6133
6133
|
*
|
|
6134
|
-
* @see {@link MatterSpecification.
|
|
6134
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.3
|
|
6135
6135
|
*/
|
|
6136
6136
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
6137
6137
|
/**
|
|
6138
6138
|
* This field shall indicate the default PresetHandle value for transitions in this schedule.
|
|
6139
6139
|
*
|
|
6140
|
-
* @see {@link MatterSpecification.
|
|
6140
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.4
|
|
6141
6141
|
*/
|
|
6142
6142
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
6143
6143
|
/**
|
|
@@ -6168,14 +6168,14 @@ export declare namespace Thermostat {
|
|
|
6168
6168
|
* ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
|
|
6169
6169
|
* whose DayOfWeek field matches the current day of the week.
|
|
6170
6170
|
*
|
|
6171
|
-
* @see {@link MatterSpecification.
|
|
6171
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.5
|
|
6172
6172
|
*/
|
|
6173
6173
|
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
6174
6174
|
/**
|
|
6175
6175
|
* This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
|
|
6176
6176
|
* NOT be set; vacation schedules shall be set via the vacation preset.
|
|
6177
6177
|
*
|
|
6178
|
-
* @see {@link MatterSpecification.
|
|
6178
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.1
|
|
6179
6179
|
*/
|
|
6180
6180
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
6181
6181
|
/**
|
|
@@ -6217,14 +6217,14 @@ export declare namespace Thermostat {
|
|
|
6217
6217
|
*
|
|
6218
6218
|
* Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
|
|
6219
6219
|
*
|
|
6220
|
-
* @see {@link MatterSpecification.
|
|
6220
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.2
|
|
6221
6221
|
*/
|
|
6222
6222
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
6223
6223
|
/**
|
|
6224
6224
|
* This field shall specify the preset used at the TransitionTime. If this field is provided, then the
|
|
6225
6225
|
* SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
|
|
6226
6226
|
*
|
|
6227
|
-
* @see {@link MatterSpecification.
|
|
6227
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.3
|
|
6228
6228
|
*/
|
|
6229
6229
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
6230
6230
|
/**
|
|
@@ -6232,21 +6232,21 @@ export declare namespace Thermostat {
|
|
|
6232
6232
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
6233
6233
|
* shall only be included when the required system mode differs from the schedule’s default SystemMode.
|
|
6234
6234
|
*
|
|
6235
|
-
* @see {@link MatterSpecification.
|
|
6235
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.4
|
|
6236
6236
|
*/
|
|
6237
6237
|
systemMode: import("../tlv/TlvObject.js").OptionalFieldType<SystemMode>;
|
|
6238
6238
|
/**
|
|
6239
6239
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
6240
6240
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
6241
6241
|
*
|
|
6242
|
-
* @see {@link MatterSpecification.
|
|
6242
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.5
|
|
6243
6243
|
*/
|
|
6244
6244
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
6245
6245
|
/**
|
|
6246
6246
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
6247
6247
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
6248
6248
|
*
|
|
6249
|
-
* @see {@link MatterSpecification.
|
|
6249
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.6
|
|
6250
6250
|
*/
|
|
6251
6251
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
6252
6252
|
}>[]>;
|
|
@@ -6254,20 +6254,20 @@ export declare namespace Thermostat {
|
|
|
6254
6254
|
* This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
|
|
6255
6255
|
* it cannot be deleted.
|
|
6256
6256
|
*
|
|
6257
|
-
* @see {@link MatterSpecification.
|
|
6257
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.6
|
|
6258
6258
|
*/
|
|
6259
6259
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
6260
6260
|
}>[], any>;
|
|
6261
6261
|
};
|
|
6262
6262
|
readonly commands: {
|
|
6263
6263
|
/**
|
|
6264
|
-
* @see {@link MatterSpecification.
|
|
6264
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8
|
|
6265
6265
|
*/
|
|
6266
6266
|
readonly setActiveScheduleRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
6267
6267
|
/**
|
|
6268
6268
|
* This field shall specify the value of the ScheduleHandle field on the ScheduleStruct to be made active.
|
|
6269
6269
|
*
|
|
6270
|
-
* @see {@link MatterSpecification.
|
|
6270
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8.1
|
|
6271
6271
|
*/
|
|
6272
6272
|
scheduleHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
6273
6273
|
}>, void, any>;
|
|
@@ -6299,7 +6299,7 @@ export declare namespace Thermostat {
|
|
|
6299
6299
|
* Per the Matter specification you cannot use {@link ThermostatCluster} without enabling certain feature
|
|
6300
6300
|
* combinations. You must use the {@link with} factory method to obtain a working cluster.
|
|
6301
6301
|
*
|
|
6302
|
-
* @see {@link MatterSpecification.
|
|
6302
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3
|
|
6303
6303
|
*/
|
|
6304
6304
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
6305
6305
|
}
|
|
@@ -6341,7 +6341,7 @@ export declare namespace Thermostat {
|
|
|
6341
6341
|
* externally, for example due to the temperature control being done by a separate subsystem which does not
|
|
6342
6342
|
* offer a view into the currently measured temperature, but allows setpoints to be provided.
|
|
6343
6343
|
*
|
|
6344
|
-
* @see {@link MatterSpecification.
|
|
6344
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.4.1
|
|
6345
6345
|
*/
|
|
6346
6346
|
readonly localTemperatureNotExposed: BitFlag;
|
|
6347
6347
|
/**
|
|
@@ -6361,7 +6361,7 @@ export declare namespace Thermostat {
|
|
|
6361
6361
|
* If this bit is set, it shall indicate the occupied state else if the bit if not set, it shall indicate the
|
|
6362
6362
|
* unoccupied state.
|
|
6363
6363
|
*
|
|
6364
|
-
* @see {@link MatterSpecification.
|
|
6364
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.7.1
|
|
6365
6365
|
*/
|
|
6366
6366
|
occupied: BitFlag;
|
|
6367
6367
|
}>, any> & {
|
|
@@ -6587,19 +6587,19 @@ export declare namespace Thermostat {
|
|
|
6587
6587
|
/**
|
|
6588
6588
|
* This field shall specify a PresetScenarioEnum value supported by this thermostat.
|
|
6589
6589
|
*
|
|
6590
|
-
* @see {@link MatterSpecification.
|
|
6590
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
|
|
6591
6591
|
*/
|
|
6592
6592
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
6593
6593
|
/**
|
|
6594
6594
|
* This field shall specify a limit for the number of presets for this PresetScenarioEnum.
|
|
6595
6595
|
*
|
|
6596
|
-
* @see {@link MatterSpecification.
|
|
6596
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
|
|
6597
6597
|
*/
|
|
6598
6598
|
numberOfPresets: import("../tlv/TlvObject.js").FieldType<number>;
|
|
6599
6599
|
/**
|
|
6600
6600
|
* This field shall specify a bitmap of features for this PresetTypeStruct.
|
|
6601
6601
|
*
|
|
6602
|
-
* @see {@link MatterSpecification.
|
|
6602
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
|
|
6603
6603
|
*/
|
|
6604
6604
|
presetTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
6605
6605
|
/**
|
|
@@ -6624,20 +6624,20 @@ export declare namespace Thermostat {
|
|
|
6624
6624
|
* This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
|
|
6625
6625
|
* for this field shall be Auto, Heat, and Cool.
|
|
6626
6626
|
*
|
|
6627
|
-
* @see {@link MatterSpecification.
|
|
6627
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.33.1
|
|
6628
6628
|
*/
|
|
6629
6629
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
6630
6630
|
/**
|
|
6631
6631
|
* This field shall specify a limit for the number of Schedules for this SystemMode.
|
|
6632
6632
|
*
|
|
6633
|
-
* @see {@link MatterSpecification.
|
|
6633
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.33.2
|
|
6634
6634
|
*/
|
|
6635
6635
|
numberOfSchedules: import("../tlv/TlvObject.js").FieldType<number>;
|
|
6636
6636
|
/**
|
|
6637
6637
|
* This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
|
|
6638
6638
|
* SupportsSetpoints shall be set.
|
|
6639
6639
|
*
|
|
6640
|
-
* @see {@link MatterSpecification.
|
|
6640
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.33.3
|
|
6641
6641
|
*/
|
|
6642
6642
|
scheduleTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
6643
6643
|
/**
|
|
@@ -6647,7 +6647,7 @@ export declare namespace Thermostat {
|
|
|
6647
6647
|
* field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
|
|
6648
6648
|
* contained in its Transitions field.
|
|
6649
6649
|
*
|
|
6650
|
-
* @see {@link MatterSpecification.
|
|
6650
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.1
|
|
6651
6651
|
*/
|
|
6652
6652
|
supportsPresets: BitFlag;
|
|
6653
6653
|
/**
|
|
@@ -6657,7 +6657,7 @@ export declare namespace Thermostat {
|
|
|
6657
6657
|
* field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
|
|
6658
6658
|
* contained in its Transitions field.
|
|
6659
6659
|
*
|
|
6660
|
-
* @see {@link MatterSpecification.
|
|
6660
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.2
|
|
6661
6661
|
*/
|
|
6662
6662
|
supportsSetpoints: BitFlag;
|
|
6663
6663
|
/**
|
|
@@ -6666,7 +6666,7 @@ export declare namespace Thermostat {
|
|
|
6666
6666
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
6667
6667
|
* field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
|
|
6668
6668
|
*
|
|
6669
|
-
* @see {@link MatterSpecification.
|
|
6669
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.3
|
|
6670
6670
|
*/
|
|
6671
6671
|
supportsNames: BitFlag;
|
|
6672
6672
|
/**
|
|
@@ -6675,7 +6675,7 @@ export declare namespace Thermostat {
|
|
|
6675
6675
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
6676
6676
|
* field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
|
|
6677
6677
|
*
|
|
6678
|
-
* @see {@link MatterSpecification.
|
|
6678
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.4
|
|
6679
6679
|
*/
|
|
6680
6680
|
supportsOff: BitFlag;
|
|
6681
6681
|
}>>;
|
|
@@ -6743,13 +6743,13 @@ export declare namespace Thermostat {
|
|
|
6743
6743
|
* This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for the
|
|
6744
6744
|
* purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
|
|
6745
6745
|
*
|
|
6746
|
-
* @see {@link MatterSpecification.
|
|
6746
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.1
|
|
6747
6747
|
*/
|
|
6748
6748
|
presetHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
6749
6749
|
/**
|
|
6750
6750
|
* This field shall indicate the associated PresetScenarioEnum value for this preset.
|
|
6751
6751
|
*
|
|
6752
|
-
* @see {@link MatterSpecification.
|
|
6752
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.2
|
|
6753
6753
|
*/
|
|
6754
6754
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
6755
6755
|
/**
|
|
@@ -6758,28 +6758,28 @@ export declare namespace Thermostat {
|
|
|
6758
6758
|
* Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
|
|
6759
6759
|
* with the same value, including null as a value, in the Name field.
|
|
6760
6760
|
*
|
|
6761
|
-
* @see {@link MatterSpecification.
|
|
6761
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.3
|
|
6762
6762
|
*/
|
|
6763
6763
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
6764
6764
|
/**
|
|
6765
6765
|
* This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
|
|
6766
6766
|
* constraints.
|
|
6767
6767
|
*
|
|
6768
|
-
* @see {@link MatterSpecification.
|
|
6768
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.4
|
|
6769
6769
|
*/
|
|
6770
6770
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
6771
6771
|
/**
|
|
6772
6772
|
* This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
|
|
6773
6773
|
* constraints.
|
|
6774
6774
|
*
|
|
6775
|
-
* @see {@link MatterSpecification.
|
|
6775
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.5
|
|
6776
6776
|
*/
|
|
6777
6777
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
6778
6778
|
/**
|
|
6779
6779
|
* This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but it
|
|
6780
6780
|
* cannot be deleted.
|
|
6781
6781
|
*
|
|
6782
|
-
* @see {@link MatterSpecification.
|
|
6782
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.6
|
|
6783
6783
|
*/
|
|
6784
6784
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
6785
6785
|
}>[], any> & {
|
|
@@ -6798,26 +6798,26 @@ export declare namespace Thermostat {
|
|
|
6798
6798
|
* This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute for
|
|
6799
6799
|
* the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
|
|
6800
6800
|
*
|
|
6801
|
-
* @see {@link MatterSpecification.
|
|
6801
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.1
|
|
6802
6802
|
*/
|
|
6803
6803
|
scheduleHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
6804
6804
|
/**
|
|
6805
6805
|
* This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
|
|
6806
6806
|
* values for this field shall be Auto, Heat, and Cool.
|
|
6807
6807
|
*
|
|
6808
|
-
* @see {@link MatterSpecification.
|
|
6808
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.2
|
|
6809
6809
|
*/
|
|
6810
6810
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
6811
6811
|
/**
|
|
6812
6812
|
* This field shall specify a name for the ScheduleStruct.
|
|
6813
6813
|
*
|
|
6814
|
-
* @see {@link MatterSpecification.
|
|
6814
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.3
|
|
6815
6815
|
*/
|
|
6816
6816
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
6817
6817
|
/**
|
|
6818
6818
|
* This field shall indicate the default PresetHandle value for transitions in this schedule.
|
|
6819
6819
|
*
|
|
6820
|
-
* @see {@link MatterSpecification.
|
|
6820
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.4
|
|
6821
6821
|
*/
|
|
6822
6822
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
6823
6823
|
/**
|
|
@@ -6848,14 +6848,14 @@ export declare namespace Thermostat {
|
|
|
6848
6848
|
* ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
|
|
6849
6849
|
* whose DayOfWeek field matches the current day of the week.
|
|
6850
6850
|
*
|
|
6851
|
-
* @see {@link MatterSpecification.
|
|
6851
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.5
|
|
6852
6852
|
*/
|
|
6853
6853
|
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
6854
6854
|
/**
|
|
6855
6855
|
* This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
|
|
6856
6856
|
* NOT be set; vacation schedules shall be set via the vacation preset.
|
|
6857
6857
|
*
|
|
6858
|
-
* @see {@link MatterSpecification.
|
|
6858
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.1
|
|
6859
6859
|
*/
|
|
6860
6860
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
6861
6861
|
/**
|
|
@@ -6897,14 +6897,14 @@ export declare namespace Thermostat {
|
|
|
6897
6897
|
*
|
|
6898
6898
|
* Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
|
|
6899
6899
|
*
|
|
6900
|
-
* @see {@link MatterSpecification.
|
|
6900
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.2
|
|
6901
6901
|
*/
|
|
6902
6902
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
6903
6903
|
/**
|
|
6904
6904
|
* This field shall specify the preset used at the TransitionTime. If this field is provided, then the
|
|
6905
6905
|
* SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
|
|
6906
6906
|
*
|
|
6907
|
-
* @see {@link MatterSpecification.
|
|
6907
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.3
|
|
6908
6908
|
*/
|
|
6909
6909
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
6910
6910
|
/**
|
|
@@ -6912,21 +6912,21 @@ export declare namespace Thermostat {
|
|
|
6912
6912
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
6913
6913
|
* shall only be included when the required system mode differs from the schedule’s default SystemMode.
|
|
6914
6914
|
*
|
|
6915
|
-
* @see {@link MatterSpecification.
|
|
6915
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.4
|
|
6916
6916
|
*/
|
|
6917
6917
|
systemMode: import("../tlv/TlvObject.js").OptionalFieldType<SystemMode>;
|
|
6918
6918
|
/**
|
|
6919
6919
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
6920
6920
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
6921
6921
|
*
|
|
6922
|
-
* @see {@link MatterSpecification.
|
|
6922
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.5
|
|
6923
6923
|
*/
|
|
6924
6924
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
6925
6925
|
/**
|
|
6926
6926
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
6927
6927
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
6928
6928
|
*
|
|
6929
|
-
* @see {@link MatterSpecification.
|
|
6929
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.6
|
|
6930
6930
|
*/
|
|
6931
6931
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
6932
6932
|
}>[]>;
|
|
@@ -6934,7 +6934,7 @@ export declare namespace Thermostat {
|
|
|
6934
6934
|
* This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
|
|
6935
6935
|
* it cannot be deleted.
|
|
6936
6936
|
*
|
|
6937
|
-
* @see {@link MatterSpecification.
|
|
6937
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.6
|
|
6938
6938
|
*/
|
|
6939
6939
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
6940
6940
|
}>[], any> & {
|
|
@@ -6958,13 +6958,13 @@ export declare namespace Thermostat {
|
|
|
6958
6958
|
* • Otherwise, if the LTNE feature is supported, there is no feedback externally available for the
|
|
6959
6959
|
* LocalTemperatureCalibration. In that case, the LocalTemperature attribute shall always report null.
|
|
6960
6960
|
*
|
|
6961
|
-
* @see {@link MatterSpecification.
|
|
6961
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.2
|
|
6962
6962
|
*/
|
|
6963
6963
|
readonly localTemperature: Attribute<number | null, any>;
|
|
6964
6964
|
/**
|
|
6965
6965
|
* Indicates the outdoor temperature, as measured locally or remotely (over the network).
|
|
6966
6966
|
*
|
|
6967
|
-
* @see {@link MatterSpecification.
|
|
6967
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.3
|
|
6968
6968
|
*/
|
|
6969
6969
|
readonly outdoorTemperature: OptionalAttribute<number | null, any>;
|
|
6970
6970
|
/**
|
|
@@ -6973,7 +6973,7 @@ export declare namespace Thermostat {
|
|
|
6973
6973
|
* parameters are set via software, there shall be read/write access in order to provide remote programming
|
|
6974
6974
|
* capability.
|
|
6975
6975
|
*
|
|
6976
|
-
* @see {@link MatterSpecification.
|
|
6976
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.11
|
|
6977
6977
|
* @deprecated
|
|
6978
6978
|
*/
|
|
6979
6979
|
readonly hvacSystemTypeConfiguration: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -6990,7 +6990,7 @@ export declare namespace Thermostat {
|
|
|
6990
6990
|
*
|
|
6991
6991
|
* • 11 = Reserved
|
|
6992
6992
|
*
|
|
6993
|
-
* @see {@link MatterSpecification.
|
|
6993
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.1
|
|
6994
6994
|
*/
|
|
6995
6995
|
coolingStage: BitField;
|
|
6996
6996
|
/**
|
|
@@ -7006,7 +7006,7 @@ export declare namespace Thermostat {
|
|
|
7006
7006
|
*
|
|
7007
7007
|
* • 11 = Reserved
|
|
7008
7008
|
*
|
|
7009
|
-
* @see {@link MatterSpecification.
|
|
7009
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.2
|
|
7010
7010
|
*/
|
|
7011
7011
|
heatingStage: BitField;
|
|
7012
7012
|
/**
|
|
@@ -7018,7 +7018,7 @@ export declare namespace Thermostat {
|
|
|
7018
7018
|
*
|
|
7019
7019
|
* • 1 = Heat Pump
|
|
7020
7020
|
*
|
|
7021
|
-
* @see {@link MatterSpecification.
|
|
7021
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.3
|
|
7022
7022
|
*/
|
|
7023
7023
|
heatingIsHeatPump: BitFlag;
|
|
7024
7024
|
/**
|
|
@@ -7030,7 +7030,7 @@ export declare namespace Thermostat {
|
|
|
7030
7030
|
*
|
|
7031
7031
|
* • 1 = Uses fuel
|
|
7032
7032
|
*
|
|
7033
|
-
* @see {@link MatterSpecification.
|
|
7033
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.4
|
|
7034
7034
|
*/
|
|
7035
7035
|
heatingUsesFuel: BitFlag;
|
|
7036
7036
|
}>, any>;
|
|
@@ -7044,7 +7044,7 @@ export declare namespace Thermostat {
|
|
|
7044
7044
|
* If the LocalTemperature RemoteSensing bit is written with a value of 1 when the LTNE feature is present,
|
|
7045
7045
|
* the write shall fail and the server shall report a CONSTRAINT_ERROR.
|
|
7046
7046
|
*
|
|
7047
|
-
* @see {@link MatterSpecification.
|
|
7047
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.22
|
|
7048
7048
|
*/
|
|
7049
7049
|
readonly remoteSensing: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
7050
7050
|
/**
|
|
@@ -7056,7 +7056,7 @@ export declare namespace Thermostat {
|
|
|
7056
7056
|
*
|
|
7057
7057
|
* This bit shall be supported if the OutdoorTemperature attribute is supported.
|
|
7058
7058
|
*
|
|
7059
|
-
* @see {@link MatterSpecification.
|
|
7059
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.1
|
|
7060
7060
|
*/
|
|
7061
7061
|
outdoorTemperature: BitFlag;
|
|
7062
7062
|
/**
|
|
@@ -7072,14 +7072,14 @@ export declare namespace Thermostat {
|
|
|
7072
7072
|
* value of this attribute shall remain unchanged. This behavior is in place for backwards compatibility
|
|
7073
7073
|
* with existing thermostats.
|
|
7074
7074
|
*
|
|
7075
|
-
* @see {@link MatterSpecification.
|
|
7075
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.23
|
|
7076
7076
|
*/
|
|
7077
7077
|
readonly controlSequenceOfOperation: WritableAttribute<ControlSequenceOfOperation, any>;
|
|
7078
7078
|
/**
|
|
7079
7079
|
* Indicates the current operating mode of the thermostat. Its value shall be limited by the
|
|
7080
7080
|
* ControlSequenceOfOperation attribute.
|
|
7081
7081
|
*
|
|
7082
|
-
* @see {@link MatterSpecification.
|
|
7082
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.24
|
|
7083
7083
|
*/
|
|
7084
7084
|
readonly systemMode: WritableAttribute<SystemMode, any>;
|
|
7085
7085
|
/**
|
|
@@ -7100,7 +7100,7 @@ export declare namespace Thermostat {
|
|
|
7100
7100
|
* If this attribute is updated to SetpointHoldOff and the SetpointHoldExpiryTimestamp is supported, the
|
|
7101
7101
|
* server shall set the SetpointHoldExpiryTimestamp to null.
|
|
7102
7102
|
*
|
|
7103
|
-
* @see {@link MatterSpecification.
|
|
7103
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.30
|
|
7104
7104
|
*/
|
|
7105
7105
|
readonly temperatureSetpointHold: OptionalWritableAttribute<TemperatureSetpointHold, any>;
|
|
7106
7106
|
/**
|
|
@@ -7115,7 +7115,7 @@ export declare namespace Thermostat {
|
|
|
7115
7115
|
* If this attribute is set to null and the SetpointHoldExpiryTimestamp is supported, the server shall set
|
|
7116
7116
|
* the SetpointHoldExpiryTimestamp to null.
|
|
7117
7117
|
*
|
|
7118
|
-
* @see {@link MatterSpecification.
|
|
7118
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.31
|
|
7119
7119
|
*/
|
|
7120
7120
|
readonly temperatureSetpointHoldDuration: OptionalWritableAttribute<number | null, any>;
|
|
7121
7121
|
/**
|
|
@@ -7136,7 +7136,7 @@ export declare namespace Thermostat {
|
|
|
7136
7136
|
* > Modifying the ScheduleActive bit does not clear or delete previous weekly schedule programming
|
|
7137
7137
|
* configurations.
|
|
7138
7138
|
*
|
|
7139
|
-
* @see {@link MatterSpecification.
|
|
7139
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.32
|
|
7140
7140
|
*/
|
|
7141
7141
|
readonly thermostatProgrammingOperationMode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
7142
7142
|
/**
|
|
@@ -7156,7 +7156,7 @@ export declare namespace Thermostat {
|
|
|
7156
7156
|
* Indicates the current relay state of the heat, cool, and fan relays. Unimplemented outputs shall be
|
|
7157
7157
|
* treated as if they were Off.
|
|
7158
7158
|
*
|
|
7159
|
-
* @see {@link MatterSpecification.
|
|
7159
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.33
|
|
7160
7160
|
*/
|
|
7161
7161
|
readonly thermostatRunningState: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
7162
7162
|
/**
|
|
@@ -7197,7 +7197,7 @@ export declare namespace Thermostat {
|
|
|
7197
7197
|
* provider). Because automation services may initiate frequent setpoint changes, this attribute clearly
|
|
7198
7198
|
* differentiates the source of setpoint changes made at the thermostat.
|
|
7199
7199
|
*
|
|
7200
|
-
* @see {@link MatterSpecification.
|
|
7200
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.34
|
|
7201
7201
|
*/
|
|
7202
7202
|
readonly setpointChangeSource: OptionalAttribute<SetpointChangeSource, any>;
|
|
7203
7203
|
/**
|
|
@@ -7207,13 +7207,13 @@ export declare namespace Thermostat {
|
|
|
7207
7207
|
*
|
|
7208
7208
|
* The null value indicates that the previous setpoint was unknown.
|
|
7209
7209
|
*
|
|
7210
|
-
* @see {@link MatterSpecification.
|
|
7210
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.35
|
|
7211
7211
|
*/
|
|
7212
7212
|
readonly setpointChangeAmount: OptionalAttribute<number | null, any>;
|
|
7213
7213
|
/**
|
|
7214
7214
|
* Indicates the time in UTC at which the SetpointChangeAmount attribute change was recorded.
|
|
7215
7215
|
*
|
|
7216
|
-
* @see {@link MatterSpecification.
|
|
7216
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.36
|
|
7217
7217
|
*/
|
|
7218
7218
|
readonly setpointChangeSourceTimestamp: OptionalAttribute<number, any>;
|
|
7219
7219
|
/**
|
|
@@ -7242,38 +7242,38 @@ export declare namespace Thermostat {
|
|
|
7242
7242
|
* when a setpoint is of a specified amount greater than the measured temperature. This allows the heated
|
|
7243
7243
|
* space to be quickly heated to the desired level set by the user.
|
|
7244
7244
|
*
|
|
7245
|
-
* @see {@link MatterSpecification.
|
|
7245
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.43
|
|
7246
7246
|
*/
|
|
7247
7247
|
readonly emergencyHeatDelta: OptionalWritableAttribute<number, any>;
|
|
7248
7248
|
/**
|
|
7249
7249
|
* Indicates the type of Mini Split ACTypeEnum of Mini Split AC is defined depending on how Cooling and
|
|
7250
7250
|
* Heating condition is achieved by Mini Split AC.
|
|
7251
7251
|
*
|
|
7252
|
-
* @see {@link MatterSpecification.
|
|
7252
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.44
|
|
7253
7253
|
*/
|
|
7254
7254
|
readonly acType: OptionalWritableAttribute<AcType, any>;
|
|
7255
7255
|
/**
|
|
7256
7256
|
* Indicates capacity of Mini Split AC in terms of the format defined by the ACCapacityFormat attribute
|
|
7257
7257
|
*
|
|
7258
|
-
* @see {@link MatterSpecification.
|
|
7258
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.45
|
|
7259
7259
|
*/
|
|
7260
7260
|
readonly acCapacity: OptionalWritableAttribute<number, any>;
|
|
7261
7261
|
/**
|
|
7262
7262
|
* Indicates type of refrigerant used within the Mini Split AC.
|
|
7263
7263
|
*
|
|
7264
|
-
* @see {@link MatterSpecification.
|
|
7264
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.46
|
|
7265
7265
|
*/
|
|
7266
7266
|
readonly acRefrigerantType: OptionalWritableAttribute<AcRefrigerantType, any>;
|
|
7267
7267
|
/**
|
|
7268
7268
|
* Indicates the type of compressor used within the Mini Split AC.
|
|
7269
7269
|
*
|
|
7270
|
-
* @see {@link MatterSpecification.
|
|
7270
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.47
|
|
7271
7271
|
*/
|
|
7272
7272
|
readonly acCompressorType: OptionalWritableAttribute<AcCompressorType, any>;
|
|
7273
7273
|
/**
|
|
7274
7274
|
* Indicates the type of errors encountered within the Mini Split AC.
|
|
7275
7275
|
*
|
|
7276
|
-
* @see {@link MatterSpecification.
|
|
7276
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.48
|
|
7277
7277
|
*/
|
|
7278
7278
|
readonly acErrorCode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
7279
7279
|
/**
|
|
@@ -7300,19 +7300,19 @@ export declare namespace Thermostat {
|
|
|
7300
7300
|
/**
|
|
7301
7301
|
* Indicates the position of Louver on the AC.
|
|
7302
7302
|
*
|
|
7303
|
-
* @see {@link MatterSpecification.
|
|
7303
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.49
|
|
7304
7304
|
*/
|
|
7305
7305
|
readonly acLouverPosition: OptionalWritableAttribute<AcLouverPosition, any>;
|
|
7306
7306
|
/**
|
|
7307
7307
|
* Indicates the temperature of the AC coil, as measured locally or remotely (over the network).
|
|
7308
7308
|
*
|
|
7309
|
-
* @see {@link MatterSpecification.
|
|
7309
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.50
|
|
7310
7310
|
*/
|
|
7311
7311
|
readonly acCoilTemperature: OptionalAttribute<number | null, any>;
|
|
7312
7312
|
/**
|
|
7313
7313
|
* Indicates the format for the ACCapacity attribute.
|
|
7314
7314
|
*
|
|
7315
|
-
* @see {@link MatterSpecification.
|
|
7315
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.51
|
|
7316
7316
|
*/
|
|
7317
7317
|
readonly acCapacityFormat: OptionalWritableAttribute<AcCapacityFormat, any>;
|
|
7318
7318
|
/**
|
|
@@ -7324,7 +7324,7 @@ export declare namespace Thermostat {
|
|
|
7324
7324
|
* null, this attribute shall be set to null indicating there is no hold on the Thermostat either with or
|
|
7325
7325
|
* without a duration.
|
|
7326
7326
|
*
|
|
7327
|
-
* @see {@link MatterSpecification.
|
|
7327
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.62
|
|
7328
7328
|
*/
|
|
7329
7329
|
readonly setpointHoldExpiryTimestamp: OptionalAttribute<number | null, any>;
|
|
7330
7330
|
};
|
|
@@ -7335,7 +7335,7 @@ export declare namespace Thermostat {
|
|
|
7335
7335
|
* device supports more than 10 transitions in its schedule they can send this by sending more than 1 “Set
|
|
7336
7336
|
* Weekly Schedule” command, each containing the separate information that the device needs to set.
|
|
7337
7337
|
*
|
|
7338
|
-
* @see {@link MatterSpecification.
|
|
7338
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.1
|
|
7339
7339
|
*/
|
|
7340
7340
|
numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
|
|
7341
7341
|
/**
|
|
@@ -7347,7 +7347,7 @@ export declare namespace Thermostat {
|
|
|
7347
7347
|
* Each setpoint transition will begin with the day of week for this transition. There can be up to 10
|
|
7348
7348
|
* transitions for each command.
|
|
7349
7349
|
*
|
|
7350
|
-
* @see {@link MatterSpecification.
|
|
7350
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.2
|
|
7351
7351
|
*/
|
|
7352
7352
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
7353
7353
|
/**
|
|
@@ -7404,7 +7404,7 @@ export declare namespace Thermostat {
|
|
|
7404
7404
|
* Both bits must be respected, even if the HEAT or COOL feature is not supported, to ensure the command is
|
|
7405
7405
|
* decoded and handled correctly.
|
|
7406
7406
|
*
|
|
7407
|
-
* @see {@link MatterSpecification.
|
|
7407
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.3
|
|
7408
7408
|
*/
|
|
7409
7409
|
modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
7410
7410
|
/**
|
|
@@ -7419,7 +7419,7 @@ export declare namespace Thermostat {
|
|
|
7419
7419
|
/**
|
|
7420
7420
|
* This field shall contain the list of setpoint transitions used to update the specified daily schedules
|
|
7421
7421
|
*
|
|
7422
|
-
* @see {@link MatterSpecification.
|
|
7422
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.4
|
|
7423
7423
|
*/
|
|
7424
7424
|
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
7425
7425
|
/**
|
|
@@ -7427,19 +7427,19 @@ export declare namespace Thermostat {
|
|
|
7427
7427
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
7428
7428
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
7429
7429
|
*
|
|
7430
|
-
* @see {@link MatterSpecification.
|
|
7430
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.1
|
|
7431
7431
|
*/
|
|
7432
7432
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
7433
7433
|
/**
|
|
7434
7434
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
7435
7435
|
*
|
|
7436
|
-
* @see {@link MatterSpecification.
|
|
7436
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.2
|
|
7437
7437
|
*/
|
|
7438
7438
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
7439
7439
|
/**
|
|
7440
7440
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
7441
7441
|
*
|
|
7442
|
-
* @see {@link MatterSpecification.
|
|
7442
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.3
|
|
7443
7443
|
*/
|
|
7444
7444
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
7445
7445
|
}>[]>;
|
|
@@ -7456,7 +7456,7 @@ export declare namespace Thermostat {
|
|
|
7456
7456
|
* This field shall indicate the number of days the client would like to return the setpoint values for and
|
|
7457
7457
|
* could be any combination of single days or the entire week.
|
|
7458
7458
|
*
|
|
7459
|
-
* @see {@link MatterSpecification.
|
|
7459
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3.1
|
|
7460
7460
|
*/
|
|
7461
7461
|
daysToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
7462
7462
|
/**
|
|
@@ -7496,7 +7496,7 @@ export declare namespace Thermostat {
|
|
|
7496
7496
|
* This field shall indicate the mode the client would like to return the set point values for and could be any
|
|
7497
7497
|
* combination of heat only, cool only or heat & cool.
|
|
7498
7498
|
*
|
|
7499
|
-
* @see {@link MatterSpecification.
|
|
7499
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3.2
|
|
7500
7500
|
*/
|
|
7501
7501
|
modeToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
7502
7502
|
/**
|
|
@@ -7560,19 +7560,19 @@ export declare namespace Thermostat {
|
|
|
7560
7560
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
7561
7561
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
7562
7562
|
*
|
|
7563
|
-
* @see {@link MatterSpecification.
|
|
7563
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.1
|
|
7564
7564
|
*/
|
|
7565
7565
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
7566
7566
|
/**
|
|
7567
7567
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
7568
7568
|
*
|
|
7569
|
-
* @see {@link MatterSpecification.
|
|
7569
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.2
|
|
7570
7570
|
*/
|
|
7571
7571
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
7572
7572
|
/**
|
|
7573
7573
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
7574
7574
|
*
|
|
7575
|
-
* @see {@link MatterSpecification.
|
|
7575
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.3
|
|
7576
7576
|
*/
|
|
7577
7577
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
7578
7578
|
}>[]>;
|
|
@@ -7596,7 +7596,7 @@ export declare namespace Thermostat {
|
|
|
7596
7596
|
/**
|
|
7597
7597
|
* This field shall specify the value of the ScheduleHandle field on the ScheduleStruct to be made active.
|
|
7598
7598
|
*
|
|
7599
|
-
* @see {@link MatterSpecification.
|
|
7599
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8.1
|
|
7600
7600
|
*/
|
|
7601
7601
|
scheduleHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
7602
7602
|
}>, void, any> & {
|
|
@@ -7612,7 +7612,7 @@ export declare namespace Thermostat {
|
|
|
7612
7612
|
* This field shall specify the value of the PresetHandle field on the PresetStruct to be made active. If the
|
|
7613
7613
|
* field is set to null, that indicates there should be no active preset.
|
|
7614
7614
|
*
|
|
7615
|
-
* @see {@link MatterSpecification.
|
|
7615
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9.1
|
|
7616
7616
|
*/
|
|
7617
7617
|
presetHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
7618
7618
|
}>, void, any> & {
|
|
@@ -7624,20 +7624,20 @@ export declare namespace Thermostat {
|
|
|
7624
7624
|
}];
|
|
7625
7625
|
};
|
|
7626
7626
|
/**
|
|
7627
|
-
* @see {@link MatterSpecification.
|
|
7627
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1
|
|
7628
7628
|
*/
|
|
7629
7629
|
readonly setpointRaiseLower: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
7630
7630
|
/**
|
|
7631
7631
|
* The field shall specify which setpoints are to be adjusted.
|
|
7632
7632
|
*
|
|
7633
|
-
* @see {@link MatterSpecification.
|
|
7633
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1.1
|
|
7634
7634
|
*/
|
|
7635
7635
|
mode: import("../tlv/TlvObject.js").FieldType<SetpointRaiseLowerMode>;
|
|
7636
7636
|
/**
|
|
7637
7637
|
* This field shall indicate the amount (possibly negative) that should be added to the setpoint(s), in steps of
|
|
7638
7638
|
* 0.1°C.
|
|
7639
7639
|
*
|
|
7640
|
-
* @see {@link MatterSpecification.
|
|
7640
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1.2
|
|
7641
7641
|
*/
|
|
7642
7642
|
amount: import("../tlv/TlvObject.js").FieldType<number>;
|
|
7643
7643
|
}>, void, any>;
|