@matter/types 0.13.0-alpha.0-20250328-6dde053de → 0.13.0-alpha.0-20250330-df5a17eba
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +99 -99
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +559 -559
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +17 -17
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +356 -356
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +475 -475
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1350 -1350
- package/dist/cjs/clusters/door-lock.js +229 -229
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +16 -16
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
- package/dist/cjs/clusters/level-control.d.ts +307 -307
- package/dist/cjs/clusters/level-control.js +33 -33
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +385 -385
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
- package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/cjs/clusters/rvc-operational-state.js +15 -15
- package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/cjs/clusters/rvc-run-mode.js +8 -8
- package/dist/cjs/clusters/scenes-management.d.ts +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 +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +30 -30
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +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 +245 -245
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +51 -51
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +99 -99
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +559 -559
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +17 -17
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +356 -356
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +475 -475
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +33 -33
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1350 -1350
- package/dist/esm/clusters/door-lock.js +229 -229
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore-cluster.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +16 -16
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +43 -43
- package/dist/esm/clusters/laundry-washer-mode.js +8 -8
- package/dist/esm/clusters/level-control.d.ts +307 -307
- package/dist/esm/clusters/level-control.js +33 -33
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +385 -385
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +61 -61
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +9 -9
- package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +43 -43
- package/dist/esm/clusters/rvc-clean-mode.js +8 -8
- package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
- package/dist/esm/clusters/rvc-operational-state.js +15 -15
- package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
- package/dist/esm/clusters/rvc-run-mode.js +8 -8
- package/dist/esm/clusters/scenes-management.d.ts +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 +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +30 -30
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +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 +245 -245
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +80 -80
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +20 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +28 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +111 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +12 -12
- package/src/clusters/content-control.ts +96 -96
- package/src/clusters/content-launcher.ts +69 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +26 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore-cluster.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +11 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +28 -28
- package/src/clusters/level-control.ts +50 -50
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +91 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +39 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +9 -9
- package/src/clusters/oven-mode.ts +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +28 -28
- package/src/clusters/rvc-operational-state.ts +26 -26
- package/src/clusters/rvc-run-mode.ts +35 -35
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +20 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +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 +81 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +35 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -13,7 +13,7 @@ export declare namespace Thermostat {
|
|
|
13
13
|
/**
|
|
14
14
|
* These are optional features supported by ThermostatCluster.
|
|
15
15
|
*
|
|
16
|
-
* @see {@link MatterSpecification.
|
|
16
|
+
* @see {@link MatterSpecification.v14.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.v14.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.v14.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.v14.Cluster} § 4.3.8.7.1
|
|
89
89
|
*/
|
|
90
90
|
occupied: BitFlag;
|
|
91
91
|
};
|
|
92
92
|
/**
|
|
93
|
-
* @see {@link MatterSpecification.
|
|
93
|
+
* @see {@link MatterSpecification.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.Cluster} § 4.3.8.22.8
|
|
544
544
|
*/
|
|
545
545
|
UserDefined = 254
|
|
546
546
|
}
|
|
547
547
|
/**
|
|
548
|
-
* @see {@link MatterSpecification.
|
|
548
|
+
* @see {@link MatterSpecification.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.Cluster} § 4.3.8.12.4
|
|
748
748
|
*/
|
|
749
749
|
supportsOff: BitFlag;
|
|
750
750
|
};
|
|
751
751
|
/**
|
|
752
|
-
* @see {@link MatterSpecification.
|
|
752
|
+
* @see {@link MatterSpecification.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.Cluster} § 4.3.8.6.4
|
|
1256
1256
|
*/
|
|
1257
1257
|
heatingUsesFuel: BitFlag;
|
|
1258
1258
|
};
|
|
1259
1259
|
/**
|
|
1260
|
-
* @see {@link MatterSpecification.
|
|
1260
|
+
* @see {@link MatterSpecification.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.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.v14.Cluster} § 4.3.9.5
|
|
1622
1622
|
*/
|
|
1623
1623
|
readonly absMinHeatSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
1624
1624
|
/**
|
|
1625
|
-
* @see {@link MatterSpecification.
|
|
1625
|
+
* @see {@link MatterSpecification.v14.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.v14.Cluster} § 4.3.9.10
|
|
1635
1635
|
*/
|
|
1636
1636
|
readonly piHeatingDemand: OptionalAttribute<number, any>;
|
|
1637
1637
|
/**
|
|
@@ -1652,7 +1652,7 @@ export declare namespace Thermostat {
|
|
|
1652
1652
|
* either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
|
|
1653
1653
|
* of the ActivePresetHandle attribute shall be set to null.
|
|
1654
1654
|
*
|
|
1655
|
-
* @see {@link MatterSpecification.
|
|
1655
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.14
|
|
1656
1656
|
*/
|
|
1657
1657
|
readonly occupiedHeatingSetpoint: WritableAttribute<number, any>;
|
|
1658
1658
|
/**
|
|
@@ -1668,7 +1668,7 @@ export declare namespace Thermostat {
|
|
|
1668
1668
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1669
1669
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1670
1670
|
*
|
|
1671
|
-
* @see {@link MatterSpecification.
|
|
1671
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.17
|
|
1672
1672
|
*/
|
|
1673
1673
|
readonly minHeatSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
1674
1674
|
/**
|
|
@@ -1680,7 +1680,7 @@ export declare namespace Thermostat {
|
|
|
1680
1680
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1681
1681
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1682
1682
|
*
|
|
1683
|
-
* @see {@link MatterSpecification.
|
|
1683
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.18
|
|
1684
1684
|
*/
|
|
1685
1685
|
readonly maxHeatSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
1686
1686
|
};
|
|
@@ -1691,7 +1691,7 @@ export declare namespace Thermostat {
|
|
|
1691
1691
|
const CoolingComponent: {
|
|
1692
1692
|
readonly attributes: {
|
|
1693
1693
|
/**
|
|
1694
|
-
* @see {@link MatterSpecification.
|
|
1694
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9
|
|
1695
1695
|
*/
|
|
1696
1696
|
readonly absMinCoolSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
1697
1697
|
/**
|
|
@@ -1700,7 +1700,7 @@ export declare namespace Thermostat {
|
|
|
1700
1700
|
*
|
|
1701
1701
|
* Refer to Setpoint Limits for constraints
|
|
1702
1702
|
*
|
|
1703
|
-
* @see {@link MatterSpecification.
|
|
1703
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.8
|
|
1704
1704
|
*/
|
|
1705
1705
|
readonly absMaxCoolSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
1706
1706
|
/**
|
|
@@ -1709,7 +1709,7 @@ export declare namespace Thermostat {
|
|
|
1709
1709
|
*
|
|
1710
1710
|
* This attribute is reported regularly and may be used to control a cooling device.
|
|
1711
1711
|
*
|
|
1712
|
-
* @see {@link MatterSpecification.
|
|
1712
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.9
|
|
1713
1713
|
*/
|
|
1714
1714
|
readonly piCoolingDemand: OptionalAttribute<number, any>;
|
|
1715
1715
|
/**
|
|
@@ -1729,7 +1729,7 @@ export declare namespace Thermostat {
|
|
|
1729
1729
|
* either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
|
|
1730
1730
|
* of the ActivePresetHandle attribute shall be set to null.
|
|
1731
1731
|
*
|
|
1732
|
-
* @see {@link MatterSpecification.
|
|
1732
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.13
|
|
1733
1733
|
*/
|
|
1734
1734
|
readonly occupiedCoolingSetpoint: WritableAttribute<number, any>;
|
|
1735
1735
|
/**
|
|
@@ -1741,7 +1741,7 @@ export declare namespace Thermostat {
|
|
|
1741
1741
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1742
1742
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1743
1743
|
*
|
|
1744
|
-
* @see {@link MatterSpecification.
|
|
1744
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.19
|
|
1745
1745
|
*/
|
|
1746
1746
|
readonly minCoolSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
1747
1747
|
/**
|
|
@@ -1753,7 +1753,7 @@ export declare namespace Thermostat {
|
|
|
1753
1753
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1754
1754
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1755
1755
|
*
|
|
1756
|
-
* @see {@link MatterSpecification.
|
|
1756
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.20
|
|
1757
1757
|
*/
|
|
1758
1758
|
readonly maxCoolSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
1759
1759
|
};
|
|
@@ -1780,7 +1780,7 @@ export declare namespace Thermostat {
|
|
|
1780
1780
|
* Prior to revision 8 of this cluster specification the value of this attribute was constrained to a range
|
|
1781
1781
|
* of -2.5°C to 2.5°C.
|
|
1782
1782
|
*
|
|
1783
|
-
* @see {@link MatterSpecification.
|
|
1783
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.12
|
|
1784
1784
|
*/
|
|
1785
1785
|
readonly localTemperatureCalibration: OptionalWritableAttribute<number, any>;
|
|
1786
1786
|
};
|
|
@@ -1807,7 +1807,7 @@ export declare namespace Thermostat {
|
|
|
1807
1807
|
* Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
|
|
1808
1808
|
* be set to null.
|
|
1809
1809
|
*
|
|
1810
|
-
* @see {@link MatterSpecification.
|
|
1810
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.15
|
|
1811
1811
|
*/
|
|
1812
1812
|
readonly unoccupiedCoolingSetpoint: WritableAttribute<number, any>;
|
|
1813
1813
|
};
|
|
@@ -1835,7 +1835,7 @@ export declare namespace Thermostat {
|
|
|
1835
1835
|
* Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
|
|
1836
1836
|
* be set to null.
|
|
1837
1837
|
*
|
|
1838
|
-
* @see {@link MatterSpecification.
|
|
1838
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.16
|
|
1839
1839
|
*/
|
|
1840
1840
|
readonly unoccupiedHeatingSetpoint: WritableAttribute<number, any>;
|
|
1841
1841
|
};
|
|
@@ -1861,7 +1861,7 @@ export declare namespace Thermostat {
|
|
|
1861
1861
|
* For backwards compatibility, this attribute is optionally writeable. However any writes to this attribute
|
|
1862
1862
|
* shall be silently ignored.
|
|
1863
1863
|
*
|
|
1864
|
-
* @see {@link MatterSpecification.
|
|
1864
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.21
|
|
1865
1865
|
*/
|
|
1866
1866
|
readonly minSetpointDeadBand: WritableAttribute<number, any>;
|
|
1867
1867
|
/**
|
|
@@ -1869,7 +1869,7 @@ export declare namespace Thermostat {
|
|
|
1869
1869
|
* can only be Off, Cool or Heat. This attribute is intended to provide additional information when the
|
|
1870
1870
|
* thermostat’s system mode is in auto mode.
|
|
1871
1871
|
*
|
|
1872
|
-
* @see {@link MatterSpecification.
|
|
1872
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.26
|
|
1873
1873
|
*/
|
|
1874
1874
|
readonly thermostatRunningMode: OptionalAttribute<ThermostatRunningMode, any>;
|
|
1875
1875
|
};
|
|
@@ -1886,19 +1886,19 @@ export declare namespace Thermostat {
|
|
|
1886
1886
|
* This attribute may be able to be used as the base to determine if the device supports weekly scheduling
|
|
1887
1887
|
* by reading the attribute. Successful response means that the weekly scheduling is supported.
|
|
1888
1888
|
*
|
|
1889
|
-
* @see {@link MatterSpecification.
|
|
1889
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.27
|
|
1890
1890
|
*/
|
|
1891
1891
|
readonly startOfWeek: FixedAttribute<StartOfWeek, any>;
|
|
1892
1892
|
/**
|
|
1893
1893
|
* Indicates how many weekly schedule transitions the thermostat is capable of handling.
|
|
1894
1894
|
*
|
|
1895
|
-
* @see {@link MatterSpecification.
|
|
1895
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.28
|
|
1896
1896
|
*/
|
|
1897
1897
|
readonly numberOfWeeklyTransitions: FixedAttribute<number, any>;
|
|
1898
1898
|
/**
|
|
1899
1899
|
* Indicates how many daily schedule transitions the thermostat is capable of handling.
|
|
1900
1900
|
*
|
|
1901
|
-
* @see {@link MatterSpecification.
|
|
1901
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.29
|
|
1902
1902
|
*/
|
|
1903
1903
|
readonly numberOfDailyTransitions: FixedAttribute<number, any>;
|
|
1904
1904
|
};
|
|
@@ -1912,7 +1912,7 @@ export declare namespace Thermostat {
|
|
|
1912
1912
|
* leave all other days unchanged. If the schedule is larger than what fits in one frame or contains more
|
|
1913
1913
|
* than 10 transitions, the schedule shall then be sent using multiple SetWeeklySchedule Commands.
|
|
1914
1914
|
*
|
|
1915
|
-
* @see {@link MatterSpecification.
|
|
1915
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2
|
|
1916
1916
|
*/
|
|
1917
1917
|
readonly setWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1918
1918
|
/**
|
|
@@ -1920,7 +1920,7 @@ export declare namespace Thermostat {
|
|
|
1920
1920
|
* device supports more than 10 transitions in its schedule they can send this by sending more than 1 “Set
|
|
1921
1921
|
* Weekly Schedule” command, each containing the separate information that the device needs to set.
|
|
1922
1922
|
*
|
|
1923
|
-
* @see {@link MatterSpecification.
|
|
1923
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.1
|
|
1924
1924
|
*/
|
|
1925
1925
|
numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1926
1926
|
/**
|
|
@@ -1932,7 +1932,7 @@ export declare namespace Thermostat {
|
|
|
1932
1932
|
* Each setpoint transition will begin with the day of week for this transition. There can be up to 10
|
|
1933
1933
|
* transitions for each command.
|
|
1934
1934
|
*
|
|
1935
|
-
* @see {@link MatterSpecification.
|
|
1935
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.2
|
|
1936
1936
|
*/
|
|
1937
1937
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1938
1938
|
/**
|
|
@@ -1989,7 +1989,7 @@ export declare namespace Thermostat {
|
|
|
1989
1989
|
* Both bits must be respected, even if the HEAT or COOL feature is not supported, to ensure the command is
|
|
1990
1990
|
* decoded and handled correctly.
|
|
1991
1991
|
*
|
|
1992
|
-
* @see {@link MatterSpecification.
|
|
1992
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.3
|
|
1993
1993
|
*/
|
|
1994
1994
|
modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1995
1995
|
/**
|
|
@@ -2004,7 +2004,7 @@ export declare namespace Thermostat {
|
|
|
2004
2004
|
/**
|
|
2005
2005
|
* This field shall contain the list of setpoint transitions used to update the specified daily schedules
|
|
2006
2006
|
*
|
|
2007
|
-
* @see {@link MatterSpecification.
|
|
2007
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.4
|
|
2008
2008
|
*/
|
|
2009
2009
|
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2010
2010
|
/**
|
|
@@ -2012,32 +2012,32 @@ export declare namespace Thermostat {
|
|
|
2012
2012
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
2013
2013
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
2014
2014
|
*
|
|
2015
|
-
* @see {@link MatterSpecification.
|
|
2015
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.1
|
|
2016
2016
|
*/
|
|
2017
2017
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2018
2018
|
/**
|
|
2019
2019
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
2020
2020
|
*
|
|
2021
|
-
* @see {@link MatterSpecification.
|
|
2021
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.2
|
|
2022
2022
|
*/
|
|
2023
2023
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2024
2024
|
/**
|
|
2025
2025
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
2026
2026
|
*
|
|
2027
|
-
* @see {@link MatterSpecification.
|
|
2027
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.3
|
|
2028
2028
|
*/
|
|
2029
2029
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2030
2030
|
}>[]>;
|
|
2031
2031
|
}>, void, any>;
|
|
2032
2032
|
/**
|
|
2033
|
-
* @see {@link MatterSpecification.
|
|
2033
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.3
|
|
2034
2034
|
*/
|
|
2035
2035
|
readonly getWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2036
2036
|
/**
|
|
2037
2037
|
* This field shall indicate the number of days the client would like to return the setpoint values for and
|
|
2038
2038
|
* could be any combination of single days or the entire week.
|
|
2039
2039
|
*
|
|
2040
|
-
* @see {@link MatterSpecification.
|
|
2040
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.3.1
|
|
2041
2041
|
*/
|
|
2042
2042
|
daysToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2043
2043
|
/**
|
|
@@ -2077,7 +2077,7 @@ export declare namespace Thermostat {
|
|
|
2077
2077
|
* This field shall indicate the mode the client would like to return the set point values for and could be any
|
|
2078
2078
|
* combination of heat only, cool only or heat & cool.
|
|
2079
2079
|
*
|
|
2080
|
-
* @see {@link MatterSpecification.
|
|
2080
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.3.2
|
|
2081
2081
|
*/
|
|
2082
2082
|
modeToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2083
2083
|
/**
|
|
@@ -2141,19 +2141,19 @@ export declare namespace Thermostat {
|
|
|
2141
2141
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
2142
2142
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
2143
2143
|
*
|
|
2144
|
-
* @see {@link MatterSpecification.
|
|
2144
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.1
|
|
2145
2145
|
*/
|
|
2146
2146
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2147
2147
|
/**
|
|
2148
2148
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
2149
2149
|
*
|
|
2150
|
-
* @see {@link MatterSpecification.
|
|
2150
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.2
|
|
2151
2151
|
*/
|
|
2152
2152
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2153
2153
|
/**
|
|
2154
2154
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
2155
2155
|
*
|
|
2156
|
-
* @see {@link MatterSpecification.
|
|
2156
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.3
|
|
2157
2157
|
*/
|
|
2158
2158
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2159
2159
|
}>[]>;
|
|
@@ -2164,7 +2164,7 @@ export declare namespace Thermostat {
|
|
|
2164
2164
|
* Upon receipt, all transitions currently stored shall be cleared and a default response of SUCCESS shall
|
|
2165
2165
|
* be sent in response. There are no error responses to this command.
|
|
2166
2166
|
*
|
|
2167
|
-
* @see {@link MatterSpecification.
|
|
2167
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.5
|
|
2168
2168
|
*/
|
|
2169
2169
|
readonly clearWeeklySchedule: Command<void, void, any>;
|
|
2170
2170
|
};
|
|
@@ -2195,7 +2195,7 @@ export declare namespace Thermostat {
|
|
|
2195
2195
|
* Thermostat server shall set its OccupiedSetback value to OccupiedSetbackMin and shall send a Write
|
|
2196
2196
|
* Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
2197
2197
|
*
|
|
2198
|
-
* @see {@link MatterSpecification.
|
|
2198
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.37
|
|
2199
2199
|
*/
|
|
2200
2200
|
readonly occupiedSetback: WritableAttribute<number | null, any>;
|
|
2201
2201
|
/**
|
|
@@ -2204,7 +2204,7 @@ export declare namespace Thermostat {
|
|
|
2204
2204
|
*
|
|
2205
2205
|
* The null value indicates the attribute is unused.
|
|
2206
2206
|
*
|
|
2207
|
-
* @see {@link MatterSpecification.
|
|
2207
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.38
|
|
2208
2208
|
*/
|
|
2209
2209
|
readonly occupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
2210
2210
|
/**
|
|
@@ -2213,7 +2213,7 @@ export declare namespace Thermostat {
|
|
|
2213
2213
|
*
|
|
2214
2214
|
* The null value indicates the attribute is unused.
|
|
2215
2215
|
*
|
|
2216
|
-
* @see {@link MatterSpecification.
|
|
2216
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.39
|
|
2217
2217
|
*/
|
|
2218
2218
|
readonly occupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
2219
2219
|
};
|
|
@@ -2245,7 +2245,7 @@ export declare namespace Thermostat {
|
|
|
2245
2245
|
* the Thermostat server shall set its UnoccupiedSetback value to UnoccupiedSetbackMin and shall send a
|
|
2246
2246
|
* Write Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
2247
2247
|
*
|
|
2248
|
-
* @see {@link MatterSpecification.
|
|
2248
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.40
|
|
2249
2249
|
*/
|
|
2250
2250
|
readonly unoccupiedSetback: WritableAttribute<number | null, any>;
|
|
2251
2251
|
/**
|
|
@@ -2254,7 +2254,7 @@ export declare namespace Thermostat {
|
|
|
2254
2254
|
*
|
|
2255
2255
|
* The null value indicates the attribute is unused.
|
|
2256
2256
|
*
|
|
2257
|
-
* @see {@link MatterSpecification.
|
|
2257
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.41
|
|
2258
2258
|
*/
|
|
2259
2259
|
readonly unoccupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
2260
2260
|
/**
|
|
@@ -2263,7 +2263,7 @@ export declare namespace Thermostat {
|
|
|
2263
2263
|
*
|
|
2264
2264
|
* The null value indicates the attribute is unused.
|
|
2265
2265
|
*
|
|
2266
|
-
* @see {@link MatterSpecification.
|
|
2266
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.42
|
|
2267
2267
|
*/
|
|
2268
2268
|
readonly unoccupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
2269
2269
|
};
|
|
@@ -2277,25 +2277,25 @@ export declare namespace Thermostat {
|
|
|
2277
2277
|
* Indicates the supported PresetScenarioEnum values, limits on how many presets can be created for each
|
|
2278
2278
|
* PresetScenarioEnum, and whether or not a thermostat can transition automatically to a given scenario.
|
|
2279
2279
|
*
|
|
2280
|
-
* @see {@link MatterSpecification.
|
|
2280
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.52
|
|
2281
2281
|
*/
|
|
2282
2282
|
readonly presetTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2283
2283
|
/**
|
|
2284
2284
|
* This field shall specify a PresetScenarioEnum value supported by this thermostat.
|
|
2285
2285
|
*
|
|
2286
|
-
* @see {@link MatterSpecification.
|
|
2286
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.29.1
|
|
2287
2287
|
*/
|
|
2288
2288
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
2289
2289
|
/**
|
|
2290
2290
|
* This field shall specify a limit for the number of presets for this PresetScenarioEnum.
|
|
2291
2291
|
*
|
|
2292
|
-
* @see {@link MatterSpecification.
|
|
2292
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.29.2
|
|
2293
2293
|
*/
|
|
2294
2294
|
numberOfPresets: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2295
2295
|
/**
|
|
2296
2296
|
* This field shall specify a bitmap of features for this PresetTypeStruct.
|
|
2297
2297
|
*
|
|
2298
|
-
* @see {@link MatterSpecification.
|
|
2298
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.29.3
|
|
2299
2299
|
*/
|
|
2300
2300
|
presetTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2301
2301
|
/**
|
|
@@ -2311,14 +2311,14 @@ export declare namespace Thermostat {
|
|
|
2311
2311
|
/**
|
|
2312
2312
|
* Indicates the maximum number of entries supported by the Presets attribute.
|
|
2313
2313
|
*
|
|
2314
|
-
* @see {@link MatterSpecification.
|
|
2314
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.54
|
|
2315
2315
|
*/
|
|
2316
2316
|
readonly numberOfPresets: FixedAttribute<number, any>;
|
|
2317
2317
|
/**
|
|
2318
2318
|
* Indicates the PresetHandle of the active preset. If this attribute is null, then there is no active
|
|
2319
2319
|
* preset.
|
|
2320
2320
|
*
|
|
2321
|
-
* @see {@link MatterSpecification.
|
|
2321
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.58
|
|
2322
2322
|
*/
|
|
2323
2323
|
readonly activePresetHandle: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
2324
2324
|
/**
|
|
@@ -2393,7 +2393,7 @@ export declare namespace Thermostat {
|
|
|
2393
2393
|
*
|
|
2394
2394
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
2395
2395
|
*
|
|
2396
|
-
* @see {@link MatterSpecification.
|
|
2396
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.60
|
|
2397
2397
|
*/
|
|
2398
2398
|
readonly presets: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2399
2399
|
/**
|
|
@@ -2403,13 +2403,13 @@ export declare namespace Thermostat {
|
|
|
2403
2403
|
* This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for the
|
|
2404
2404
|
* purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
|
|
2405
2405
|
*
|
|
2406
|
-
* @see {@link MatterSpecification.
|
|
2406
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.1
|
|
2407
2407
|
*/
|
|
2408
2408
|
presetHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
2409
2409
|
/**
|
|
2410
2410
|
* This field shall indicate the associated PresetScenarioEnum value for this preset.
|
|
2411
2411
|
*
|
|
2412
|
-
* @see {@link MatterSpecification.
|
|
2412
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.2
|
|
2413
2413
|
*/
|
|
2414
2414
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
2415
2415
|
/**
|
|
@@ -2418,42 +2418,42 @@ export declare namespace Thermostat {
|
|
|
2418
2418
|
* Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
|
|
2419
2419
|
* with the same value, including null as a value, in the Name field.
|
|
2420
2420
|
*
|
|
2421
|
-
* @see {@link MatterSpecification.
|
|
2421
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.3
|
|
2422
2422
|
*/
|
|
2423
2423
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
2424
2424
|
/**
|
|
2425
2425
|
* This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
|
|
2426
2426
|
* constraints.
|
|
2427
2427
|
*
|
|
2428
|
-
* @see {@link MatterSpecification.
|
|
2428
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.4
|
|
2429
2429
|
*/
|
|
2430
2430
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2431
2431
|
/**
|
|
2432
2432
|
* This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
|
|
2433
2433
|
* constraints.
|
|
2434
2434
|
*
|
|
2435
|
-
* @see {@link MatterSpecification.
|
|
2435
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.5
|
|
2436
2436
|
*/
|
|
2437
2437
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2438
2438
|
/**
|
|
2439
2439
|
* This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but it
|
|
2440
2440
|
* cannot be deleted.
|
|
2441
2441
|
*
|
|
2442
|
-
* @see {@link MatterSpecification.
|
|
2442
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.6
|
|
2443
2443
|
*/
|
|
2444
2444
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
2445
2445
|
}>[], any>;
|
|
2446
2446
|
};
|
|
2447
2447
|
readonly commands: {
|
|
2448
2448
|
/**
|
|
2449
|
-
* @see {@link MatterSpecification.
|
|
2449
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.9
|
|
2450
2450
|
*/
|
|
2451
2451
|
readonly setActivePresetRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2452
2452
|
/**
|
|
2453
2453
|
* This field shall specify the value of the PresetHandle field on the PresetStruct to be made active. If the
|
|
2454
2454
|
* field is set to null, that indicates there should be no active preset.
|
|
2455
2455
|
*
|
|
2456
|
-
* @see {@link MatterSpecification.
|
|
2456
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.9.1
|
|
2457
2457
|
*/
|
|
2458
2458
|
presetHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
2459
2459
|
}>, void, any>;
|
|
@@ -2469,27 +2469,27 @@ export declare namespace Thermostat {
|
|
|
2469
2469
|
* each SystemMode value, and whether or not a given SystemMode value supports transitions to Presets,
|
|
2470
2470
|
* target setpoints, or both.
|
|
2471
2471
|
*
|
|
2472
|
-
* @see {@link MatterSpecification.
|
|
2472
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.53
|
|
2473
2473
|
*/
|
|
2474
2474
|
readonly scheduleTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2475
2475
|
/**
|
|
2476
2476
|
* This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
|
|
2477
2477
|
* for this field shall be Auto, Heat, and Cool.
|
|
2478
2478
|
*
|
|
2479
|
-
* @see {@link MatterSpecification.
|
|
2479
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.33.1
|
|
2480
2480
|
*/
|
|
2481
2481
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
2482
2482
|
/**
|
|
2483
2483
|
* This field shall specify a limit for the number of Schedules for this SystemMode.
|
|
2484
2484
|
*
|
|
2485
|
-
* @see {@link MatterSpecification.
|
|
2485
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.33.2
|
|
2486
2486
|
*/
|
|
2487
2487
|
numberOfSchedules: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2488
2488
|
/**
|
|
2489
2489
|
* This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
|
|
2490
2490
|
* SupportsSetpoints shall be set.
|
|
2491
2491
|
*
|
|
2492
|
-
* @see {@link MatterSpecification.
|
|
2492
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.33.3
|
|
2493
2493
|
*/
|
|
2494
2494
|
scheduleTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2495
2495
|
/**
|
|
@@ -2499,7 +2499,7 @@ export declare namespace Thermostat {
|
|
|
2499
2499
|
* field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
|
|
2500
2500
|
* contained in its Transitions field.
|
|
2501
2501
|
*
|
|
2502
|
-
* @see {@link MatterSpecification.
|
|
2502
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.1
|
|
2503
2503
|
*/
|
|
2504
2504
|
supportsPresets: BitFlag;
|
|
2505
2505
|
/**
|
|
@@ -2509,7 +2509,7 @@ export declare namespace Thermostat {
|
|
|
2509
2509
|
* field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
|
|
2510
2510
|
* contained in its Transitions field.
|
|
2511
2511
|
*
|
|
2512
|
-
* @see {@link MatterSpecification.
|
|
2512
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.2
|
|
2513
2513
|
*/
|
|
2514
2514
|
supportsSetpoints: BitFlag;
|
|
2515
2515
|
/**
|
|
@@ -2518,7 +2518,7 @@ export declare namespace Thermostat {
|
|
|
2518
2518
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
2519
2519
|
* field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
|
|
2520
2520
|
*
|
|
2521
|
-
* @see {@link MatterSpecification.
|
|
2521
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.3
|
|
2522
2522
|
*/
|
|
2523
2523
|
supportsNames: BitFlag;
|
|
2524
2524
|
/**
|
|
@@ -2527,7 +2527,7 @@ export declare namespace Thermostat {
|
|
|
2527
2527
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
2528
2528
|
* field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
|
|
2529
2529
|
*
|
|
2530
|
-
* @see {@link MatterSpecification.
|
|
2530
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.4
|
|
2531
2531
|
*/
|
|
2532
2532
|
supportsOff: BitFlag;
|
|
2533
2533
|
}>>;
|
|
@@ -2535,24 +2535,24 @@ export declare namespace Thermostat {
|
|
|
2535
2535
|
/**
|
|
2536
2536
|
* Indicates the maximum number of entries supported by the Schedules attribute.
|
|
2537
2537
|
*
|
|
2538
|
-
* @see {@link MatterSpecification.
|
|
2538
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.55
|
|
2539
2539
|
*/
|
|
2540
2540
|
readonly numberOfSchedules: FixedAttribute<number, any>;
|
|
2541
2541
|
/**
|
|
2542
2542
|
* Indicates the maximum number of transitions per Schedules attribute entry.
|
|
2543
2543
|
*
|
|
2544
|
-
* @see {@link MatterSpecification.
|
|
2544
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.56
|
|
2545
2545
|
*/
|
|
2546
2546
|
readonly numberOfScheduleTransitions: FixedAttribute<number, any>;
|
|
2547
2547
|
/**
|
|
2548
|
-
* @see {@link MatterSpecification.
|
|
2548
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9
|
|
2549
2549
|
*/
|
|
2550
2550
|
readonly numberOfScheduleTransitionPerDay: FixedAttribute<number | null, any>;
|
|
2551
2551
|
/**
|
|
2552
2552
|
* Indicates the ScheduleHandle of the active schedule. A null value in this attribute indicates that there
|
|
2553
2553
|
* is no active schedule.
|
|
2554
2554
|
*
|
|
2555
|
-
* @see {@link MatterSpecification.
|
|
2555
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.59
|
|
2556
2556
|
*/
|
|
2557
2557
|
readonly activeScheduleHandle: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
2558
2558
|
/**
|
|
@@ -2663,7 +2663,7 @@ export declare namespace Thermostat {
|
|
|
2663
2663
|
*
|
|
2664
2664
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
2665
2665
|
*
|
|
2666
|
-
* @see {@link MatterSpecification.
|
|
2666
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.61
|
|
2667
2667
|
*/
|
|
2668
2668
|
readonly schedules: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2669
2669
|
/**
|
|
@@ -2673,26 +2673,26 @@ export declare namespace Thermostat {
|
|
|
2673
2673
|
* This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute for
|
|
2674
2674
|
* the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
|
|
2675
2675
|
*
|
|
2676
|
-
* @see {@link MatterSpecification.
|
|
2676
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.1
|
|
2677
2677
|
*/
|
|
2678
2678
|
scheduleHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
2679
2679
|
/**
|
|
2680
2680
|
* This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
|
|
2681
2681
|
* values for this field shall be Auto, Heat, and Cool.
|
|
2682
2682
|
*
|
|
2683
|
-
* @see {@link MatterSpecification.
|
|
2683
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.2
|
|
2684
2684
|
*/
|
|
2685
2685
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
2686
2686
|
/**
|
|
2687
2687
|
* This field shall specify a name for the ScheduleStruct.
|
|
2688
2688
|
*
|
|
2689
|
-
* @see {@link MatterSpecification.
|
|
2689
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.3
|
|
2690
2690
|
*/
|
|
2691
2691
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2692
2692
|
/**
|
|
2693
2693
|
* This field shall indicate the default PresetHandle value for transitions in this schedule.
|
|
2694
2694
|
*
|
|
2695
|
-
* @see {@link MatterSpecification.
|
|
2695
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.4
|
|
2696
2696
|
*/
|
|
2697
2697
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
2698
2698
|
/**
|
|
@@ -2723,14 +2723,14 @@ export declare namespace Thermostat {
|
|
|
2723
2723
|
* ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
|
|
2724
2724
|
* whose DayOfWeek field matches the current day of the week.
|
|
2725
2725
|
*
|
|
2726
|
-
* @see {@link MatterSpecification.
|
|
2726
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.5
|
|
2727
2727
|
*/
|
|
2728
2728
|
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2729
2729
|
/**
|
|
2730
2730
|
* This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
|
|
2731
2731
|
* NOT be set; vacation schedules shall be set via the vacation preset.
|
|
2732
2732
|
*
|
|
2733
|
-
* @see {@link MatterSpecification.
|
|
2733
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.1
|
|
2734
2734
|
*/
|
|
2735
2735
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2736
2736
|
/**
|
|
@@ -2772,14 +2772,14 @@ export declare namespace Thermostat {
|
|
|
2772
2772
|
*
|
|
2773
2773
|
* Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
|
|
2774
2774
|
*
|
|
2775
|
-
* @see {@link MatterSpecification.
|
|
2775
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.2
|
|
2776
2776
|
*/
|
|
2777
2777
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2778
2778
|
/**
|
|
2779
2779
|
* This field shall specify the preset used at the TransitionTime. If this field is provided, then the
|
|
2780
2780
|
* SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
|
|
2781
2781
|
*
|
|
2782
|
-
* @see {@link MatterSpecification.
|
|
2782
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.3
|
|
2783
2783
|
*/
|
|
2784
2784
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
2785
2785
|
/**
|
|
@@ -2787,21 +2787,21 @@ export declare namespace Thermostat {
|
|
|
2787
2787
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
2788
2788
|
* shall only be included when the required system mode differs from the schedule’s default SystemMode.
|
|
2789
2789
|
*
|
|
2790
|
-
* @see {@link MatterSpecification.
|
|
2790
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.4
|
|
2791
2791
|
*/
|
|
2792
2792
|
systemMode: import("../tlv/TlvObject.js").OptionalFieldType<SystemMode>;
|
|
2793
2793
|
/**
|
|
2794
2794
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
2795
2795
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
2796
2796
|
*
|
|
2797
|
-
* @see {@link MatterSpecification.
|
|
2797
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.5
|
|
2798
2798
|
*/
|
|
2799
2799
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2800
2800
|
/**
|
|
2801
2801
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
2802
2802
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
2803
2803
|
*
|
|
2804
|
-
* @see {@link MatterSpecification.
|
|
2804
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.6
|
|
2805
2805
|
*/
|
|
2806
2806
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2807
2807
|
}>[]>;
|
|
@@ -2809,20 +2809,20 @@ export declare namespace Thermostat {
|
|
|
2809
2809
|
* This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
|
|
2810
2810
|
* it cannot be deleted.
|
|
2811
2811
|
*
|
|
2812
|
-
* @see {@link MatterSpecification.
|
|
2812
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.6
|
|
2813
2813
|
*/
|
|
2814
2814
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
2815
2815
|
}>[], any>;
|
|
2816
2816
|
};
|
|
2817
2817
|
readonly commands: {
|
|
2818
2818
|
/**
|
|
2819
|
-
* @see {@link MatterSpecification.
|
|
2819
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.8
|
|
2820
2820
|
*/
|
|
2821
2821
|
readonly setActiveScheduleRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2822
2822
|
/**
|
|
2823
2823
|
* This field shall specify the value of the ScheduleHandle field on the ScheduleStruct to be made active.
|
|
2824
2824
|
*
|
|
2825
|
-
* @see {@link MatterSpecification.
|
|
2825
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.8.1
|
|
2826
2826
|
*/
|
|
2827
2827
|
scheduleHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
2828
2828
|
}>, void, any>;
|
|
@@ -2879,7 +2879,7 @@ export declare namespace Thermostat {
|
|
|
2879
2879
|
* externally, for example due to the temperature control being done by a separate subsystem which does not
|
|
2880
2880
|
* offer a view into the currently measured temperature, but allows setpoints to be provided.
|
|
2881
2881
|
*
|
|
2882
|
-
* @see {@link MatterSpecification.
|
|
2882
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.4.1
|
|
2883
2883
|
*/
|
|
2884
2884
|
readonly localTemperatureNotExposed: BitFlag;
|
|
2885
2885
|
/**
|
|
@@ -2909,13 +2909,13 @@ export declare namespace Thermostat {
|
|
|
2909
2909
|
* • Otherwise, if the LTNE feature is supported, there is no feedback externally available for the
|
|
2910
2910
|
* LocalTemperatureCalibration. In that case, the LocalTemperature attribute shall always report null.
|
|
2911
2911
|
*
|
|
2912
|
-
* @see {@link MatterSpecification.
|
|
2912
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.2
|
|
2913
2913
|
*/
|
|
2914
2914
|
readonly localTemperature: Attribute<number | null, any>;
|
|
2915
2915
|
/**
|
|
2916
2916
|
* Indicates the outdoor temperature, as measured locally or remotely (over the network).
|
|
2917
2917
|
*
|
|
2918
|
-
* @see {@link MatterSpecification.
|
|
2918
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.3
|
|
2919
2919
|
*/
|
|
2920
2920
|
readonly outdoorTemperature: OptionalAttribute<number | null, any>;
|
|
2921
2921
|
/**
|
|
@@ -2925,7 +2925,7 @@ export declare namespace Thermostat {
|
|
|
2925
2925
|
* from the DIP switches. If these parameters are set via software, there shall be read/write access in
|
|
2926
2926
|
* order to provide remote programming capability.
|
|
2927
2927
|
*
|
|
2928
|
-
* @see {@link MatterSpecification.
|
|
2928
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.11
|
|
2929
2929
|
* @deprecated
|
|
2930
2930
|
*/
|
|
2931
2931
|
readonly hvacSystemTypeConfiguration: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -2942,7 +2942,7 @@ export declare namespace Thermostat {
|
|
|
2942
2942
|
*
|
|
2943
2943
|
* • 11 = Reserved
|
|
2944
2944
|
*
|
|
2945
|
-
* @see {@link MatterSpecification.
|
|
2945
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.6.1
|
|
2946
2946
|
*/
|
|
2947
2947
|
coolingStage: BitField;
|
|
2948
2948
|
/**
|
|
@@ -2958,7 +2958,7 @@ export declare namespace Thermostat {
|
|
|
2958
2958
|
*
|
|
2959
2959
|
* • 11 = Reserved
|
|
2960
2960
|
*
|
|
2961
|
-
* @see {@link MatterSpecification.
|
|
2961
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.6.2
|
|
2962
2962
|
*/
|
|
2963
2963
|
heatingStage: BitField;
|
|
2964
2964
|
/**
|
|
@@ -2970,7 +2970,7 @@ export declare namespace Thermostat {
|
|
|
2970
2970
|
*
|
|
2971
2971
|
* • 1 = Heat Pump
|
|
2972
2972
|
*
|
|
2973
|
-
* @see {@link MatterSpecification.
|
|
2973
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.6.3
|
|
2974
2974
|
*/
|
|
2975
2975
|
heatingIsHeatPump: BitFlag;
|
|
2976
2976
|
/**
|
|
@@ -2982,7 +2982,7 @@ export declare namespace Thermostat {
|
|
|
2982
2982
|
*
|
|
2983
2983
|
* • 1 = Uses fuel
|
|
2984
2984
|
*
|
|
2985
|
-
* @see {@link MatterSpecification.
|
|
2985
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.6.4
|
|
2986
2986
|
*/
|
|
2987
2987
|
heatingUsesFuel: BitFlag;
|
|
2988
2988
|
}>, any>;
|
|
@@ -2996,7 +2996,7 @@ export declare namespace Thermostat {
|
|
|
2996
2996
|
* If the LocalTemperature RemoteSensing bit is written with a value of 1 when the LTNE feature is present,
|
|
2997
2997
|
* the write shall fail and the server shall report a CONSTRAINT_ERROR.
|
|
2998
2998
|
*
|
|
2999
|
-
* @see {@link MatterSpecification.
|
|
2999
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.22
|
|
3000
3000
|
*/
|
|
3001
3001
|
readonly remoteSensing: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3002
3002
|
/**
|
|
@@ -3008,7 +3008,7 @@ export declare namespace Thermostat {
|
|
|
3008
3008
|
*
|
|
3009
3009
|
* This bit shall be supported if the OutdoorTemperature attribute is supported.
|
|
3010
3010
|
*
|
|
3011
|
-
* @see {@link MatterSpecification.
|
|
3011
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.11.1
|
|
3012
3012
|
*/
|
|
3013
3013
|
outdoorTemperature: BitFlag;
|
|
3014
3014
|
/**
|
|
@@ -3024,14 +3024,14 @@ export declare namespace Thermostat {
|
|
|
3024
3024
|
* value of this attribute shall remain unchanged. This behavior is in place for backwards compatibility
|
|
3025
3025
|
* with existing thermostats.
|
|
3026
3026
|
*
|
|
3027
|
-
* @see {@link MatterSpecification.
|
|
3027
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.23
|
|
3028
3028
|
*/
|
|
3029
3029
|
readonly controlSequenceOfOperation: WritableAttribute<ControlSequenceOfOperation, any>;
|
|
3030
3030
|
/**
|
|
3031
3031
|
* Indicates the current operating mode of the thermostat. Its value shall be limited by the
|
|
3032
3032
|
* ControlSequenceOfOperation attribute.
|
|
3033
3033
|
*
|
|
3034
|
-
* @see {@link MatterSpecification.
|
|
3034
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.24
|
|
3035
3035
|
*/
|
|
3036
3036
|
readonly systemMode: WritableAttribute<SystemMode, any>;
|
|
3037
3037
|
/**
|
|
@@ -3052,7 +3052,7 @@ export declare namespace Thermostat {
|
|
|
3052
3052
|
* If this attribute is updated to SetpointHoldOff and the SetpointHoldExpiryTimestamp is supported, the
|
|
3053
3053
|
* server shall set the SetpointHoldExpiryTimestamp to null.
|
|
3054
3054
|
*
|
|
3055
|
-
* @see {@link MatterSpecification.
|
|
3055
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.30
|
|
3056
3056
|
*/
|
|
3057
3057
|
readonly temperatureSetpointHold: OptionalWritableAttribute<TemperatureSetpointHold, any>;
|
|
3058
3058
|
/**
|
|
@@ -3067,7 +3067,7 @@ export declare namespace Thermostat {
|
|
|
3067
3067
|
* If this attribute is set to null and the SetpointHoldExpiryTimestamp is supported, the server shall set
|
|
3068
3068
|
* the SetpointHoldExpiryTimestamp to null.
|
|
3069
3069
|
*
|
|
3070
|
-
* @see {@link MatterSpecification.
|
|
3070
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.31
|
|
3071
3071
|
*/
|
|
3072
3072
|
readonly temperatureSetpointHoldDuration: OptionalWritableAttribute<number | null, any>;
|
|
3073
3073
|
/**
|
|
@@ -3088,7 +3088,7 @@ export declare namespace Thermostat {
|
|
|
3088
3088
|
* Modifying the ScheduleActive bit does not clear or delete previous weekly schedule programming
|
|
3089
3089
|
* configurations.
|
|
3090
3090
|
*
|
|
3091
|
-
* @see {@link MatterSpecification.
|
|
3091
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.32
|
|
3092
3092
|
*/
|
|
3093
3093
|
readonly thermostatProgrammingOperationMode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3094
3094
|
/**
|
|
@@ -3108,7 +3108,7 @@ export declare namespace Thermostat {
|
|
|
3108
3108
|
* Indicates the current relay state of the heat, cool, and fan relays. Unimplemented outputs shall be
|
|
3109
3109
|
* treated as if they were Off.
|
|
3110
3110
|
*
|
|
3111
|
-
* @see {@link MatterSpecification.
|
|
3111
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.33
|
|
3112
3112
|
*/
|
|
3113
3113
|
readonly thermostatRunningState: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3114
3114
|
/**
|
|
@@ -3149,7 +3149,7 @@ export declare namespace Thermostat {
|
|
|
3149
3149
|
* provider). Because automation services may initiate frequent setpoint changes, this attribute clearly
|
|
3150
3150
|
* differentiates the source of setpoint changes made at the thermostat.
|
|
3151
3151
|
*
|
|
3152
|
-
* @see {@link MatterSpecification.
|
|
3152
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.34
|
|
3153
3153
|
*/
|
|
3154
3154
|
readonly setpointChangeSource: OptionalAttribute<SetpointChangeSource, any>;
|
|
3155
3155
|
/**
|
|
@@ -3159,13 +3159,13 @@ export declare namespace Thermostat {
|
|
|
3159
3159
|
*
|
|
3160
3160
|
* The null value indicates that the previous setpoint was unknown.
|
|
3161
3161
|
*
|
|
3162
|
-
* @see {@link MatterSpecification.
|
|
3162
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.35
|
|
3163
3163
|
*/
|
|
3164
3164
|
readonly setpointChangeAmount: OptionalAttribute<number | null, any>;
|
|
3165
3165
|
/**
|
|
3166
3166
|
* Indicates the time in UTC at which the SetpointChangeAmount attribute change was recorded.
|
|
3167
3167
|
*
|
|
3168
|
-
* @see {@link MatterSpecification.
|
|
3168
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.36
|
|
3169
3169
|
*/
|
|
3170
3170
|
readonly setpointChangeSourceTimestamp: OptionalAttribute<number, any>;
|
|
3171
3171
|
/**
|
|
@@ -3194,38 +3194,38 @@ export declare namespace Thermostat {
|
|
|
3194
3194
|
* when a setpoint is of a specified amount greater than the measured temperature. This allows the heated
|
|
3195
3195
|
* space to be quickly heated to the desired level set by the user.
|
|
3196
3196
|
*
|
|
3197
|
-
* @see {@link MatterSpecification.
|
|
3197
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.43
|
|
3198
3198
|
*/
|
|
3199
3199
|
readonly emergencyHeatDelta: OptionalWritableAttribute<number, any>;
|
|
3200
3200
|
/**
|
|
3201
3201
|
* Indicates the type of Mini Split ACTypeEnum of Mini Split AC is defined depending on how Cooling and
|
|
3202
3202
|
* Heating condition is achieved by Mini Split AC.
|
|
3203
3203
|
*
|
|
3204
|
-
* @see {@link MatterSpecification.
|
|
3204
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.44
|
|
3205
3205
|
*/
|
|
3206
3206
|
readonly acType: OptionalWritableAttribute<AcType, any>;
|
|
3207
3207
|
/**
|
|
3208
3208
|
* Indicates capacity of Mini Split AC in terms of the format defined by the ACCapacityFormat attribute
|
|
3209
3209
|
*
|
|
3210
|
-
* @see {@link MatterSpecification.
|
|
3210
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.45
|
|
3211
3211
|
*/
|
|
3212
3212
|
readonly acCapacity: OptionalWritableAttribute<number, any>;
|
|
3213
3213
|
/**
|
|
3214
3214
|
* Indicates type of refrigerant used within the Mini Split AC.
|
|
3215
3215
|
*
|
|
3216
|
-
* @see {@link MatterSpecification.
|
|
3216
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.46
|
|
3217
3217
|
*/
|
|
3218
3218
|
readonly acRefrigerantType: OptionalWritableAttribute<AcRefrigerantType, any>;
|
|
3219
3219
|
/**
|
|
3220
3220
|
* Indicates the type of compressor used within the Mini Split AC.
|
|
3221
3221
|
*
|
|
3222
|
-
* @see {@link MatterSpecification.
|
|
3222
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.47
|
|
3223
3223
|
*/
|
|
3224
3224
|
readonly acCompressorType: OptionalWritableAttribute<AcCompressorType, any>;
|
|
3225
3225
|
/**
|
|
3226
3226
|
* Indicates the type of errors encountered within the Mini Split AC.
|
|
3227
3227
|
*
|
|
3228
|
-
* @see {@link MatterSpecification.
|
|
3228
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.48
|
|
3229
3229
|
*/
|
|
3230
3230
|
readonly acErrorCode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3231
3231
|
/**
|
|
@@ -3252,19 +3252,19 @@ export declare namespace Thermostat {
|
|
|
3252
3252
|
/**
|
|
3253
3253
|
* Indicates the position of Louver on the AC.
|
|
3254
3254
|
*
|
|
3255
|
-
* @see {@link MatterSpecification.
|
|
3255
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.49
|
|
3256
3256
|
*/
|
|
3257
3257
|
readonly acLouverPosition: OptionalWritableAttribute<AcLouverPosition, any>;
|
|
3258
3258
|
/**
|
|
3259
3259
|
* Indicates the temperature of the AC coil, as measured locally or remotely (over the network).
|
|
3260
3260
|
*
|
|
3261
|
-
* @see {@link MatterSpecification.
|
|
3261
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.50
|
|
3262
3262
|
*/
|
|
3263
3263
|
readonly acCoilTemperature: OptionalAttribute<number | null, any>;
|
|
3264
3264
|
/**
|
|
3265
3265
|
* Indicates the format for the ACCapacity attribute.
|
|
3266
3266
|
*
|
|
3267
|
-
* @see {@link MatterSpecification.
|
|
3267
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.51
|
|
3268
3268
|
*/
|
|
3269
3269
|
readonly acCapacityFormat: OptionalWritableAttribute<AcCapacityFormat, any>;
|
|
3270
3270
|
/**
|
|
@@ -3276,26 +3276,26 @@ export declare namespace Thermostat {
|
|
|
3276
3276
|
* null, this attribute shall be set to null indicating there is no hold on the Thermostat either with or
|
|
3277
3277
|
* without a duration.
|
|
3278
3278
|
*
|
|
3279
|
-
* @see {@link MatterSpecification.
|
|
3279
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.62
|
|
3280
3280
|
*/
|
|
3281
3281
|
readonly setpointHoldExpiryTimestamp: OptionalAttribute<number | null, any>;
|
|
3282
3282
|
};
|
|
3283
3283
|
readonly commands: {
|
|
3284
3284
|
/**
|
|
3285
|
-
* @see {@link MatterSpecification.
|
|
3285
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.1
|
|
3286
3286
|
*/
|
|
3287
3287
|
readonly setpointRaiseLower: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3288
3288
|
/**
|
|
3289
3289
|
* The field shall specify which setpoints are to be adjusted.
|
|
3290
3290
|
*
|
|
3291
|
-
* @see {@link MatterSpecification.
|
|
3291
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.1.1
|
|
3292
3292
|
*/
|
|
3293
3293
|
mode: import("../tlv/TlvObject.js").FieldType<SetpointRaiseLowerMode>;
|
|
3294
3294
|
/**
|
|
3295
3295
|
* This field shall indicate the amount (possibly negative) that should be added to the setpoint(s), in steps of
|
|
3296
3296
|
* 0.1°C.
|
|
3297
3297
|
*
|
|
3298
|
-
* @see {@link MatterSpecification.
|
|
3298
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.1.2
|
|
3299
3299
|
*/
|
|
3300
3300
|
amount: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3301
3301
|
}>, void, any>;
|
|
@@ -3314,7 +3314,7 @@ export declare namespace Thermostat {
|
|
|
3314
3314
|
* Indicates whether the heated/cooled space is occupied or not, as measured locally or remotely (over the
|
|
3315
3315
|
* network).
|
|
3316
3316
|
*
|
|
3317
|
-
* @see {@link MatterSpecification.
|
|
3317
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.4
|
|
3318
3318
|
*/
|
|
3319
3319
|
readonly occupancy: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3320
3320
|
/**
|
|
@@ -3323,7 +3323,7 @@ export declare namespace Thermostat {
|
|
|
3323
3323
|
* If this bit is set, it shall indicate the occupied state else if the bit if not set, it shall indicate the
|
|
3324
3324
|
* unoccupied state.
|
|
3325
3325
|
*
|
|
3326
|
-
* @see {@link MatterSpecification.
|
|
3326
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.7.1
|
|
3327
3327
|
*/
|
|
3328
3328
|
occupied: BitFlag;
|
|
3329
3329
|
}>, any>;
|
|
@@ -3341,11 +3341,11 @@ export declare namespace Thermostat {
|
|
|
3341
3341
|
*
|
|
3342
3342
|
* Refer to Setpoint Limits for constraints
|
|
3343
3343
|
*
|
|
3344
|
-
* @see {@link MatterSpecification.
|
|
3344
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.5
|
|
3345
3345
|
*/
|
|
3346
3346
|
readonly absMinHeatSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
3347
3347
|
/**
|
|
3348
|
-
* @see {@link MatterSpecification.
|
|
3348
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9
|
|
3349
3349
|
*/
|
|
3350
3350
|
readonly absMaxHeatSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
3351
3351
|
/**
|
|
@@ -3354,7 +3354,7 @@ export declare namespace Thermostat {
|
|
|
3354
3354
|
*
|
|
3355
3355
|
* This attribute is reported regularly and may be used to control a heating device.
|
|
3356
3356
|
*
|
|
3357
|
-
* @see {@link MatterSpecification.
|
|
3357
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.10
|
|
3358
3358
|
*/
|
|
3359
3359
|
readonly piHeatingDemand: OptionalAttribute<number, any>;
|
|
3360
3360
|
/**
|
|
@@ -3375,7 +3375,7 @@ export declare namespace Thermostat {
|
|
|
3375
3375
|
* either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
|
|
3376
3376
|
* of the ActivePresetHandle attribute shall be set to null.
|
|
3377
3377
|
*
|
|
3378
|
-
* @see {@link MatterSpecification.
|
|
3378
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.14
|
|
3379
3379
|
*/
|
|
3380
3380
|
readonly occupiedHeatingSetpoint: WritableAttribute<number, any>;
|
|
3381
3381
|
/**
|
|
@@ -3391,7 +3391,7 @@ export declare namespace Thermostat {
|
|
|
3391
3391
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
3392
3392
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
3393
3393
|
*
|
|
3394
|
-
* @see {@link MatterSpecification.
|
|
3394
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.17
|
|
3395
3395
|
*/
|
|
3396
3396
|
readonly minHeatSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
3397
3397
|
/**
|
|
@@ -3403,7 +3403,7 @@ export declare namespace Thermostat {
|
|
|
3403
3403
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
3404
3404
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
3405
3405
|
*
|
|
3406
|
-
* @see {@link MatterSpecification.
|
|
3406
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.18
|
|
3407
3407
|
*/
|
|
3408
3408
|
readonly maxHeatSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
3409
3409
|
};
|
|
@@ -3415,7 +3415,7 @@ export declare namespace Thermostat {
|
|
|
3415
3415
|
readonly component: {
|
|
3416
3416
|
readonly attributes: {
|
|
3417
3417
|
/**
|
|
3418
|
-
* @see {@link MatterSpecification.
|
|
3418
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9
|
|
3419
3419
|
*/
|
|
3420
3420
|
readonly absMinCoolSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
3421
3421
|
/**
|
|
@@ -3424,7 +3424,7 @@ export declare namespace Thermostat {
|
|
|
3424
3424
|
*
|
|
3425
3425
|
* Refer to Setpoint Limits for constraints
|
|
3426
3426
|
*
|
|
3427
|
-
* @see {@link MatterSpecification.
|
|
3427
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.8
|
|
3428
3428
|
*/
|
|
3429
3429
|
readonly absMaxCoolSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
3430
3430
|
/**
|
|
@@ -3433,7 +3433,7 @@ export declare namespace Thermostat {
|
|
|
3433
3433
|
*
|
|
3434
3434
|
* This attribute is reported regularly and may be used to control a cooling device.
|
|
3435
3435
|
*
|
|
3436
|
-
* @see {@link MatterSpecification.
|
|
3436
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.9
|
|
3437
3437
|
*/
|
|
3438
3438
|
readonly piCoolingDemand: OptionalAttribute<number, any>;
|
|
3439
3439
|
/**
|
|
@@ -3453,7 +3453,7 @@ export declare namespace Thermostat {
|
|
|
3453
3453
|
* either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
|
|
3454
3454
|
* of the ActivePresetHandle attribute shall be set to null.
|
|
3455
3455
|
*
|
|
3456
|
-
* @see {@link MatterSpecification.
|
|
3456
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.13
|
|
3457
3457
|
*/
|
|
3458
3458
|
readonly occupiedCoolingSetpoint: WritableAttribute<number, any>;
|
|
3459
3459
|
/**
|
|
@@ -3465,7 +3465,7 @@ export declare namespace Thermostat {
|
|
|
3465
3465
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
3466
3466
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
3467
3467
|
*
|
|
3468
|
-
* @see {@link MatterSpecification.
|
|
3468
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.19
|
|
3469
3469
|
*/
|
|
3470
3470
|
readonly minCoolSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
3471
3471
|
/**
|
|
@@ -3477,7 +3477,7 @@ export declare namespace Thermostat {
|
|
|
3477
3477
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
3478
3478
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
3479
3479
|
*
|
|
3480
|
-
* @see {@link MatterSpecification.
|
|
3480
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.20
|
|
3481
3481
|
*/
|
|
3482
3482
|
readonly maxCoolSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
3483
3483
|
};
|
|
@@ -3505,7 +3505,7 @@ export declare namespace Thermostat {
|
|
|
3505
3505
|
* Prior to revision 8 of this cluster specification the value of this attribute was constrained to a range
|
|
3506
3506
|
* of -2.5°C to 2.5°C.
|
|
3507
3507
|
*
|
|
3508
|
-
* @see {@link MatterSpecification.
|
|
3508
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.12
|
|
3509
3509
|
*/
|
|
3510
3510
|
readonly localTemperatureCalibration: OptionalWritableAttribute<number, any>;
|
|
3511
3511
|
};
|
|
@@ -3534,7 +3534,7 @@ export declare namespace Thermostat {
|
|
|
3534
3534
|
* Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
|
|
3535
3535
|
* be set to null.
|
|
3536
3536
|
*
|
|
3537
|
-
* @see {@link MatterSpecification.
|
|
3537
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.15
|
|
3538
3538
|
*/
|
|
3539
3539
|
readonly unoccupiedCoolingSetpoint: WritableAttribute<number, any>;
|
|
3540
3540
|
};
|
|
@@ -3564,7 +3564,7 @@ export declare namespace Thermostat {
|
|
|
3564
3564
|
* Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
|
|
3565
3565
|
* be set to null.
|
|
3566
3566
|
*
|
|
3567
|
-
* @see {@link MatterSpecification.
|
|
3567
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.16
|
|
3568
3568
|
*/
|
|
3569
3569
|
readonly unoccupiedHeatingSetpoint: WritableAttribute<number, any>;
|
|
3570
3570
|
};
|
|
@@ -3591,7 +3591,7 @@ export declare namespace Thermostat {
|
|
|
3591
3591
|
* For backwards compatibility, this attribute is optionally writeable. However any writes to this attribute
|
|
3592
3592
|
* shall be silently ignored.
|
|
3593
3593
|
*
|
|
3594
|
-
* @see {@link MatterSpecification.
|
|
3594
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.21
|
|
3595
3595
|
*/
|
|
3596
3596
|
readonly minSetpointDeadBand: WritableAttribute<number, any>;
|
|
3597
3597
|
/**
|
|
@@ -3599,7 +3599,7 @@ export declare namespace Thermostat {
|
|
|
3599
3599
|
* can only be Off, Cool or Heat. This attribute is intended to provide additional information when the
|
|
3600
3600
|
* thermostat’s system mode is in auto mode.
|
|
3601
3601
|
*
|
|
3602
|
-
* @see {@link MatterSpecification.
|
|
3602
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.26
|
|
3603
3603
|
*/
|
|
3604
3604
|
readonly thermostatRunningMode: OptionalAttribute<ThermostatRunningMode, any>;
|
|
3605
3605
|
};
|
|
@@ -3617,19 +3617,19 @@ export declare namespace Thermostat {
|
|
|
3617
3617
|
* This attribute may be able to be used as the base to determine if the device supports weekly scheduling
|
|
3618
3618
|
* by reading the attribute. Successful response means that the weekly scheduling is supported.
|
|
3619
3619
|
*
|
|
3620
|
-
* @see {@link MatterSpecification.
|
|
3620
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.27
|
|
3621
3621
|
*/
|
|
3622
3622
|
readonly startOfWeek: FixedAttribute<StartOfWeek, any>;
|
|
3623
3623
|
/**
|
|
3624
3624
|
* Indicates how many weekly schedule transitions the thermostat is capable of handling.
|
|
3625
3625
|
*
|
|
3626
|
-
* @see {@link MatterSpecification.
|
|
3626
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.28
|
|
3627
3627
|
*/
|
|
3628
3628
|
readonly numberOfWeeklyTransitions: FixedAttribute<number, any>;
|
|
3629
3629
|
/**
|
|
3630
3630
|
* Indicates how many daily schedule transitions the thermostat is capable of handling.
|
|
3631
3631
|
*
|
|
3632
|
-
* @see {@link MatterSpecification.
|
|
3632
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.29
|
|
3633
3633
|
*/
|
|
3634
3634
|
readonly numberOfDailyTransitions: FixedAttribute<number, any>;
|
|
3635
3635
|
};
|
|
@@ -3643,7 +3643,7 @@ export declare namespace Thermostat {
|
|
|
3643
3643
|
* leave all other days unchanged. If the schedule is larger than what fits in one frame or contains more
|
|
3644
3644
|
* than 10 transitions, the schedule shall then be sent using multiple SetWeeklySchedule Commands.
|
|
3645
3645
|
*
|
|
3646
|
-
* @see {@link MatterSpecification.
|
|
3646
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2
|
|
3647
3647
|
*/
|
|
3648
3648
|
readonly setWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3649
3649
|
/**
|
|
@@ -3651,7 +3651,7 @@ export declare namespace Thermostat {
|
|
|
3651
3651
|
* device supports more than 10 transitions in its schedule they can send this by sending more than 1 “Set
|
|
3652
3652
|
* Weekly Schedule” command, each containing the separate information that the device needs to set.
|
|
3653
3653
|
*
|
|
3654
|
-
* @see {@link MatterSpecification.
|
|
3654
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.1
|
|
3655
3655
|
*/
|
|
3656
3656
|
numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3657
3657
|
/**
|
|
@@ -3663,7 +3663,7 @@ export declare namespace Thermostat {
|
|
|
3663
3663
|
* Each setpoint transition will begin with the day of week for this transition. There can be up to 10
|
|
3664
3664
|
* transitions for each command.
|
|
3665
3665
|
*
|
|
3666
|
-
* @see {@link MatterSpecification.
|
|
3666
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.2
|
|
3667
3667
|
*/
|
|
3668
3668
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3669
3669
|
/**
|
|
@@ -3720,7 +3720,7 @@ export declare namespace Thermostat {
|
|
|
3720
3720
|
* Both bits must be respected, even if the HEAT or COOL feature is not supported, to ensure the command is
|
|
3721
3721
|
* decoded and handled correctly.
|
|
3722
3722
|
*
|
|
3723
|
-
* @see {@link MatterSpecification.
|
|
3723
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.3
|
|
3724
3724
|
*/
|
|
3725
3725
|
modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3726
3726
|
/**
|
|
@@ -3735,7 +3735,7 @@ export declare namespace Thermostat {
|
|
|
3735
3735
|
/**
|
|
3736
3736
|
* This field shall contain the list of setpoint transitions used to update the specified daily schedules
|
|
3737
3737
|
*
|
|
3738
|
-
* @see {@link MatterSpecification.
|
|
3738
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.4
|
|
3739
3739
|
*/
|
|
3740
3740
|
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3741
3741
|
/**
|
|
@@ -3743,32 +3743,32 @@ export declare namespace Thermostat {
|
|
|
3743
3743
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
3744
3744
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
3745
3745
|
*
|
|
3746
|
-
* @see {@link MatterSpecification.
|
|
3746
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.1
|
|
3747
3747
|
*/
|
|
3748
3748
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3749
3749
|
/**
|
|
3750
3750
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
3751
3751
|
*
|
|
3752
|
-
* @see {@link MatterSpecification.
|
|
3752
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.2
|
|
3753
3753
|
*/
|
|
3754
3754
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3755
3755
|
/**
|
|
3756
3756
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
3757
3757
|
*
|
|
3758
|
-
* @see {@link MatterSpecification.
|
|
3758
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.3
|
|
3759
3759
|
*/
|
|
3760
3760
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3761
3761
|
}>[]>;
|
|
3762
3762
|
}>, void, any>;
|
|
3763
3763
|
/**
|
|
3764
|
-
* @see {@link MatterSpecification.
|
|
3764
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.3
|
|
3765
3765
|
*/
|
|
3766
3766
|
readonly getWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3767
3767
|
/**
|
|
3768
3768
|
* This field shall indicate the number of days the client would like to return the setpoint values for and
|
|
3769
3769
|
* could be any combination of single days or the entire week.
|
|
3770
3770
|
*
|
|
3771
|
-
* @see {@link MatterSpecification.
|
|
3771
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.3.1
|
|
3772
3772
|
*/
|
|
3773
3773
|
daysToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3774
3774
|
/**
|
|
@@ -3808,7 +3808,7 @@ export declare namespace Thermostat {
|
|
|
3808
3808
|
* This field shall indicate the mode the client would like to return the set point values for and could be any
|
|
3809
3809
|
* combination of heat only, cool only or heat & cool.
|
|
3810
3810
|
*
|
|
3811
|
-
* @see {@link MatterSpecification.
|
|
3811
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.3.2
|
|
3812
3812
|
*/
|
|
3813
3813
|
modeToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3814
3814
|
/**
|
|
@@ -3872,19 +3872,19 @@ export declare namespace Thermostat {
|
|
|
3872
3872
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
3873
3873
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
3874
3874
|
*
|
|
3875
|
-
* @see {@link MatterSpecification.
|
|
3875
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.1
|
|
3876
3876
|
*/
|
|
3877
3877
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3878
3878
|
/**
|
|
3879
3879
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
3880
3880
|
*
|
|
3881
|
-
* @see {@link MatterSpecification.
|
|
3881
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.2
|
|
3882
3882
|
*/
|
|
3883
3883
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3884
3884
|
/**
|
|
3885
3885
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
3886
3886
|
*
|
|
3887
|
-
* @see {@link MatterSpecification.
|
|
3887
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.3
|
|
3888
3888
|
*/
|
|
3889
3889
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3890
3890
|
}>[]>;
|
|
@@ -3895,7 +3895,7 @@ export declare namespace Thermostat {
|
|
|
3895
3895
|
* Upon receipt, all transitions currently stored shall be cleared and a default response of SUCCESS shall
|
|
3896
3896
|
* be sent in response. There are no error responses to this command.
|
|
3897
3897
|
*
|
|
3898
|
-
* @see {@link MatterSpecification.
|
|
3898
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.5
|
|
3899
3899
|
*/
|
|
3900
3900
|
readonly clearWeeklySchedule: Command<void, void, any>;
|
|
3901
3901
|
};
|
|
@@ -3927,7 +3927,7 @@ export declare namespace Thermostat {
|
|
|
3927
3927
|
* Thermostat server shall set its OccupiedSetback value to OccupiedSetbackMin and shall send a Write
|
|
3928
3928
|
* Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
3929
3929
|
*
|
|
3930
|
-
* @see {@link MatterSpecification.
|
|
3930
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.37
|
|
3931
3931
|
*/
|
|
3932
3932
|
readonly occupiedSetback: WritableAttribute<number | null, any>;
|
|
3933
3933
|
/**
|
|
@@ -3936,7 +3936,7 @@ export declare namespace Thermostat {
|
|
|
3936
3936
|
*
|
|
3937
3937
|
* The null value indicates the attribute is unused.
|
|
3938
3938
|
*
|
|
3939
|
-
* @see {@link MatterSpecification.
|
|
3939
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.38
|
|
3940
3940
|
*/
|
|
3941
3941
|
readonly occupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
3942
3942
|
/**
|
|
@@ -3945,7 +3945,7 @@ export declare namespace Thermostat {
|
|
|
3945
3945
|
*
|
|
3946
3946
|
* The null value indicates the attribute is unused.
|
|
3947
3947
|
*
|
|
3948
|
-
* @see {@link MatterSpecification.
|
|
3948
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.39
|
|
3949
3949
|
*/
|
|
3950
3950
|
readonly occupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
3951
3951
|
};
|
|
@@ -3979,7 +3979,7 @@ export declare namespace Thermostat {
|
|
|
3979
3979
|
* the Thermostat server shall set its UnoccupiedSetback value to UnoccupiedSetbackMin and shall send a
|
|
3980
3980
|
* Write Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
3981
3981
|
*
|
|
3982
|
-
* @see {@link MatterSpecification.
|
|
3982
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.40
|
|
3983
3983
|
*/
|
|
3984
3984
|
readonly unoccupiedSetback: WritableAttribute<number | null, any>;
|
|
3985
3985
|
/**
|
|
@@ -3988,7 +3988,7 @@ export declare namespace Thermostat {
|
|
|
3988
3988
|
*
|
|
3989
3989
|
* The null value indicates the attribute is unused.
|
|
3990
3990
|
*
|
|
3991
|
-
* @see {@link MatterSpecification.
|
|
3991
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.41
|
|
3992
3992
|
*/
|
|
3993
3993
|
readonly unoccupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
3994
3994
|
/**
|
|
@@ -3997,7 +3997,7 @@ export declare namespace Thermostat {
|
|
|
3997
3997
|
*
|
|
3998
3998
|
* The null value indicates the attribute is unused.
|
|
3999
3999
|
*
|
|
4000
|
-
* @see {@link MatterSpecification.
|
|
4000
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.42
|
|
4001
4001
|
*/
|
|
4002
4002
|
readonly unoccupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
4003
4003
|
};
|
|
@@ -4012,25 +4012,25 @@ export declare namespace Thermostat {
|
|
|
4012
4012
|
* Indicates the supported PresetScenarioEnum values, limits on how many presets can be created for each
|
|
4013
4013
|
* PresetScenarioEnum, and whether or not a thermostat can transition automatically to a given scenario.
|
|
4014
4014
|
*
|
|
4015
|
-
* @see {@link MatterSpecification.
|
|
4015
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.52
|
|
4016
4016
|
*/
|
|
4017
4017
|
readonly presetTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4018
4018
|
/**
|
|
4019
4019
|
* This field shall specify a PresetScenarioEnum value supported by this thermostat.
|
|
4020
4020
|
*
|
|
4021
|
-
* @see {@link MatterSpecification.
|
|
4021
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.29.1
|
|
4022
4022
|
*/
|
|
4023
4023
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
4024
4024
|
/**
|
|
4025
4025
|
* This field shall specify a limit for the number of presets for this PresetScenarioEnum.
|
|
4026
4026
|
*
|
|
4027
|
-
* @see {@link MatterSpecification.
|
|
4027
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.29.2
|
|
4028
4028
|
*/
|
|
4029
4029
|
numberOfPresets: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4030
4030
|
/**
|
|
4031
4031
|
* This field shall specify a bitmap of features for this PresetTypeStruct.
|
|
4032
4032
|
*
|
|
4033
|
-
* @see {@link MatterSpecification.
|
|
4033
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.29.3
|
|
4034
4034
|
*/
|
|
4035
4035
|
presetTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4036
4036
|
/**
|
|
@@ -4046,14 +4046,14 @@ export declare namespace Thermostat {
|
|
|
4046
4046
|
/**
|
|
4047
4047
|
* Indicates the maximum number of entries supported by the Presets attribute.
|
|
4048
4048
|
*
|
|
4049
|
-
* @see {@link MatterSpecification.
|
|
4049
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.54
|
|
4050
4050
|
*/
|
|
4051
4051
|
readonly numberOfPresets: FixedAttribute<number, any>;
|
|
4052
4052
|
/**
|
|
4053
4053
|
* Indicates the PresetHandle of the active preset. If this attribute is null, then there is no active
|
|
4054
4054
|
* preset.
|
|
4055
4055
|
*
|
|
4056
|
-
* @see {@link MatterSpecification.
|
|
4056
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.58
|
|
4057
4057
|
*/
|
|
4058
4058
|
readonly activePresetHandle: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
4059
4059
|
/**
|
|
@@ -4128,7 +4128,7 @@ export declare namespace Thermostat {
|
|
|
4128
4128
|
*
|
|
4129
4129
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
4130
4130
|
*
|
|
4131
|
-
* @see {@link MatterSpecification.
|
|
4131
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.60
|
|
4132
4132
|
*/
|
|
4133
4133
|
readonly presets: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4134
4134
|
/**
|
|
@@ -4138,13 +4138,13 @@ export declare namespace Thermostat {
|
|
|
4138
4138
|
* This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for the
|
|
4139
4139
|
* purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
|
|
4140
4140
|
*
|
|
4141
|
-
* @see {@link MatterSpecification.
|
|
4141
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.1
|
|
4142
4142
|
*/
|
|
4143
4143
|
presetHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
4144
4144
|
/**
|
|
4145
4145
|
* This field shall indicate the associated PresetScenarioEnum value for this preset.
|
|
4146
4146
|
*
|
|
4147
|
-
* @see {@link MatterSpecification.
|
|
4147
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.2
|
|
4148
4148
|
*/
|
|
4149
4149
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
4150
4150
|
/**
|
|
@@ -4153,42 +4153,42 @@ export declare namespace Thermostat {
|
|
|
4153
4153
|
* Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
|
|
4154
4154
|
* with the same value, including null as a value, in the Name field.
|
|
4155
4155
|
*
|
|
4156
|
-
* @see {@link MatterSpecification.
|
|
4156
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.3
|
|
4157
4157
|
*/
|
|
4158
4158
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
4159
4159
|
/**
|
|
4160
4160
|
* This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
|
|
4161
4161
|
* constraints.
|
|
4162
4162
|
*
|
|
4163
|
-
* @see {@link MatterSpecification.
|
|
4163
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.4
|
|
4164
4164
|
*/
|
|
4165
4165
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4166
4166
|
/**
|
|
4167
4167
|
* This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
|
|
4168
4168
|
* constraints.
|
|
4169
4169
|
*
|
|
4170
|
-
* @see {@link MatterSpecification.
|
|
4170
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.5
|
|
4171
4171
|
*/
|
|
4172
4172
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4173
4173
|
/**
|
|
4174
4174
|
* This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but it
|
|
4175
4175
|
* cannot be deleted.
|
|
4176
4176
|
*
|
|
4177
|
-
* @see {@link MatterSpecification.
|
|
4177
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.6
|
|
4178
4178
|
*/
|
|
4179
4179
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
4180
4180
|
}>[], any>;
|
|
4181
4181
|
};
|
|
4182
4182
|
readonly commands: {
|
|
4183
4183
|
/**
|
|
4184
|
-
* @see {@link MatterSpecification.
|
|
4184
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.9
|
|
4185
4185
|
*/
|
|
4186
4186
|
readonly setActivePresetRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4187
4187
|
/**
|
|
4188
4188
|
* This field shall specify the value of the PresetHandle field on the PresetStruct to be made active. If the
|
|
4189
4189
|
* field is set to null, that indicates there should be no active preset.
|
|
4190
4190
|
*
|
|
4191
|
-
* @see {@link MatterSpecification.
|
|
4191
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.9.1
|
|
4192
4192
|
*/
|
|
4193
4193
|
presetHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
4194
4194
|
}>, void, any>;
|
|
@@ -4205,27 +4205,27 @@ export declare namespace Thermostat {
|
|
|
4205
4205
|
* each SystemMode value, and whether or not a given SystemMode value supports transitions to Presets,
|
|
4206
4206
|
* target setpoints, or both.
|
|
4207
4207
|
*
|
|
4208
|
-
* @see {@link MatterSpecification.
|
|
4208
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.53
|
|
4209
4209
|
*/
|
|
4210
4210
|
readonly scheduleTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4211
4211
|
/**
|
|
4212
4212
|
* This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
|
|
4213
4213
|
* for this field shall be Auto, Heat, and Cool.
|
|
4214
4214
|
*
|
|
4215
|
-
* @see {@link MatterSpecification.
|
|
4215
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.33.1
|
|
4216
4216
|
*/
|
|
4217
4217
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
4218
4218
|
/**
|
|
4219
4219
|
* This field shall specify a limit for the number of Schedules for this SystemMode.
|
|
4220
4220
|
*
|
|
4221
|
-
* @see {@link MatterSpecification.
|
|
4221
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.33.2
|
|
4222
4222
|
*/
|
|
4223
4223
|
numberOfSchedules: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4224
4224
|
/**
|
|
4225
4225
|
* This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
|
|
4226
4226
|
* SupportsSetpoints shall be set.
|
|
4227
4227
|
*
|
|
4228
|
-
* @see {@link MatterSpecification.
|
|
4228
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.33.3
|
|
4229
4229
|
*/
|
|
4230
4230
|
scheduleTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4231
4231
|
/**
|
|
@@ -4235,7 +4235,7 @@ export declare namespace Thermostat {
|
|
|
4235
4235
|
* field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
|
|
4236
4236
|
* contained in its Transitions field.
|
|
4237
4237
|
*
|
|
4238
|
-
* @see {@link MatterSpecification.
|
|
4238
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.1
|
|
4239
4239
|
*/
|
|
4240
4240
|
supportsPresets: BitFlag;
|
|
4241
4241
|
/**
|
|
@@ -4245,7 +4245,7 @@ export declare namespace Thermostat {
|
|
|
4245
4245
|
* field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
|
|
4246
4246
|
* contained in its Transitions field.
|
|
4247
4247
|
*
|
|
4248
|
-
* @see {@link MatterSpecification.
|
|
4248
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.2
|
|
4249
4249
|
*/
|
|
4250
4250
|
supportsSetpoints: BitFlag;
|
|
4251
4251
|
/**
|
|
@@ -4254,7 +4254,7 @@ export declare namespace Thermostat {
|
|
|
4254
4254
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
4255
4255
|
* field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
|
|
4256
4256
|
*
|
|
4257
|
-
* @see {@link MatterSpecification.
|
|
4257
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.3
|
|
4258
4258
|
*/
|
|
4259
4259
|
supportsNames: BitFlag;
|
|
4260
4260
|
/**
|
|
@@ -4263,7 +4263,7 @@ export declare namespace Thermostat {
|
|
|
4263
4263
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
4264
4264
|
* field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
|
|
4265
4265
|
*
|
|
4266
|
-
* @see {@link MatterSpecification.
|
|
4266
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.4
|
|
4267
4267
|
*/
|
|
4268
4268
|
supportsOff: BitFlag;
|
|
4269
4269
|
}>>;
|
|
@@ -4271,24 +4271,24 @@ export declare namespace Thermostat {
|
|
|
4271
4271
|
/**
|
|
4272
4272
|
* Indicates the maximum number of entries supported by the Schedules attribute.
|
|
4273
4273
|
*
|
|
4274
|
-
* @see {@link MatterSpecification.
|
|
4274
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.55
|
|
4275
4275
|
*/
|
|
4276
4276
|
readonly numberOfSchedules: FixedAttribute<number, any>;
|
|
4277
4277
|
/**
|
|
4278
4278
|
* Indicates the maximum number of transitions per Schedules attribute entry.
|
|
4279
4279
|
*
|
|
4280
|
-
* @see {@link MatterSpecification.
|
|
4280
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.56
|
|
4281
4281
|
*/
|
|
4282
4282
|
readonly numberOfScheduleTransitions: FixedAttribute<number, any>;
|
|
4283
4283
|
/**
|
|
4284
|
-
* @see {@link MatterSpecification.
|
|
4284
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9
|
|
4285
4285
|
*/
|
|
4286
4286
|
readonly numberOfScheduleTransitionPerDay: FixedAttribute<number | null, any>;
|
|
4287
4287
|
/**
|
|
4288
4288
|
* Indicates the ScheduleHandle of the active schedule. A null value in this attribute indicates that there
|
|
4289
4289
|
* is no active schedule.
|
|
4290
4290
|
*
|
|
4291
|
-
* @see {@link MatterSpecification.
|
|
4291
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.59
|
|
4292
4292
|
*/
|
|
4293
4293
|
readonly activeScheduleHandle: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
4294
4294
|
/**
|
|
@@ -4399,7 +4399,7 @@ export declare namespace Thermostat {
|
|
|
4399
4399
|
*
|
|
4400
4400
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
4401
4401
|
*
|
|
4402
|
-
* @see {@link MatterSpecification.
|
|
4402
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.61
|
|
4403
4403
|
*/
|
|
4404
4404
|
readonly schedules: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4405
4405
|
/**
|
|
@@ -4409,26 +4409,26 @@ export declare namespace Thermostat {
|
|
|
4409
4409
|
* This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute for
|
|
4410
4410
|
* the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
|
|
4411
4411
|
*
|
|
4412
|
-
* @see {@link MatterSpecification.
|
|
4412
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.1
|
|
4413
4413
|
*/
|
|
4414
4414
|
scheduleHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
4415
4415
|
/**
|
|
4416
4416
|
* This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
|
|
4417
4417
|
* values for this field shall be Auto, Heat, and Cool.
|
|
4418
4418
|
*
|
|
4419
|
-
* @see {@link MatterSpecification.
|
|
4419
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.2
|
|
4420
4420
|
*/
|
|
4421
4421
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
4422
4422
|
/**
|
|
4423
4423
|
* This field shall specify a name for the ScheduleStruct.
|
|
4424
4424
|
*
|
|
4425
|
-
* @see {@link MatterSpecification.
|
|
4425
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.3
|
|
4426
4426
|
*/
|
|
4427
4427
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4428
4428
|
/**
|
|
4429
4429
|
* This field shall indicate the default PresetHandle value for transitions in this schedule.
|
|
4430
4430
|
*
|
|
4431
|
-
* @see {@link MatterSpecification.
|
|
4431
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.4
|
|
4432
4432
|
*/
|
|
4433
4433
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
4434
4434
|
/**
|
|
@@ -4459,14 +4459,14 @@ export declare namespace Thermostat {
|
|
|
4459
4459
|
* ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
|
|
4460
4460
|
* whose DayOfWeek field matches the current day of the week.
|
|
4461
4461
|
*
|
|
4462
|
-
* @see {@link MatterSpecification.
|
|
4462
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.5
|
|
4463
4463
|
*/
|
|
4464
4464
|
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4465
4465
|
/**
|
|
4466
4466
|
* This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
|
|
4467
4467
|
* NOT be set; vacation schedules shall be set via the vacation preset.
|
|
4468
4468
|
*
|
|
4469
|
-
* @see {@link MatterSpecification.
|
|
4469
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.1
|
|
4470
4470
|
*/
|
|
4471
4471
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4472
4472
|
/**
|
|
@@ -4508,14 +4508,14 @@ export declare namespace Thermostat {
|
|
|
4508
4508
|
*
|
|
4509
4509
|
* Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
|
|
4510
4510
|
*
|
|
4511
|
-
* @see {@link MatterSpecification.
|
|
4511
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.2
|
|
4512
4512
|
*/
|
|
4513
4513
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4514
4514
|
/**
|
|
4515
4515
|
* This field shall specify the preset used at the TransitionTime. If this field is provided, then the
|
|
4516
4516
|
* SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
|
|
4517
4517
|
*
|
|
4518
|
-
* @see {@link MatterSpecification.
|
|
4518
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.3
|
|
4519
4519
|
*/
|
|
4520
4520
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
4521
4521
|
/**
|
|
@@ -4523,21 +4523,21 @@ export declare namespace Thermostat {
|
|
|
4523
4523
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
4524
4524
|
* shall only be included when the required system mode differs from the schedule’s default SystemMode.
|
|
4525
4525
|
*
|
|
4526
|
-
* @see {@link MatterSpecification.
|
|
4526
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.4
|
|
4527
4527
|
*/
|
|
4528
4528
|
systemMode: import("../tlv/TlvObject.js").OptionalFieldType<SystemMode>;
|
|
4529
4529
|
/**
|
|
4530
4530
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
4531
4531
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
4532
4532
|
*
|
|
4533
|
-
* @see {@link MatterSpecification.
|
|
4533
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.5
|
|
4534
4534
|
*/
|
|
4535
4535
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4536
4536
|
/**
|
|
4537
4537
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
4538
4538
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
4539
4539
|
*
|
|
4540
|
-
* @see {@link MatterSpecification.
|
|
4540
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.6
|
|
4541
4541
|
*/
|
|
4542
4542
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4543
4543
|
}>[]>;
|
|
@@ -4545,20 +4545,20 @@ export declare namespace Thermostat {
|
|
|
4545
4545
|
* This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
|
|
4546
4546
|
* it cannot be deleted.
|
|
4547
4547
|
*
|
|
4548
|
-
* @see {@link MatterSpecification.
|
|
4548
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.6
|
|
4549
4549
|
*/
|
|
4550
4550
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
4551
4551
|
}>[], any>;
|
|
4552
4552
|
};
|
|
4553
4553
|
readonly commands: {
|
|
4554
4554
|
/**
|
|
4555
|
-
* @see {@link MatterSpecification.
|
|
4555
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.8
|
|
4556
4556
|
*/
|
|
4557
4557
|
readonly setActiveScheduleRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4558
4558
|
/**
|
|
4559
4559
|
* This field shall specify the value of the ScheduleHandle field on the ScheduleStruct to be made active.
|
|
4560
4560
|
*
|
|
4561
|
-
* @see {@link MatterSpecification.
|
|
4561
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.8.1
|
|
4562
4562
|
*/
|
|
4563
4563
|
scheduleHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
4564
4564
|
}>, void, any>;
|
|
@@ -4635,7 +4635,7 @@ export declare namespace Thermostat {
|
|
|
4635
4635
|
* externally, for example due to the temperature control being done by a separate subsystem which does not
|
|
4636
4636
|
* offer a view into the currently measured temperature, but allows setpoints to be provided.
|
|
4637
4637
|
*
|
|
4638
|
-
* @see {@link MatterSpecification.
|
|
4638
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.4.1
|
|
4639
4639
|
*/
|
|
4640
4640
|
readonly localTemperatureNotExposed: BitFlag;
|
|
4641
4641
|
/**
|
|
@@ -4665,13 +4665,13 @@ export declare namespace Thermostat {
|
|
|
4665
4665
|
* • Otherwise, if the LTNE feature is supported, there is no feedback externally available for the
|
|
4666
4666
|
* LocalTemperatureCalibration. In that case, the LocalTemperature attribute shall always report null.
|
|
4667
4667
|
*
|
|
4668
|
-
* @see {@link MatterSpecification.
|
|
4668
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.2
|
|
4669
4669
|
*/
|
|
4670
4670
|
readonly localTemperature: Attribute<number | null, any>;
|
|
4671
4671
|
/**
|
|
4672
4672
|
* Indicates the outdoor temperature, as measured locally or remotely (over the network).
|
|
4673
4673
|
*
|
|
4674
|
-
* @see {@link MatterSpecification.
|
|
4674
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.3
|
|
4675
4675
|
*/
|
|
4676
4676
|
readonly outdoorTemperature: OptionalAttribute<number | null, any>;
|
|
4677
4677
|
/**
|
|
@@ -4681,7 +4681,7 @@ export declare namespace Thermostat {
|
|
|
4681
4681
|
* from the DIP switches. If these parameters are set via software, there shall be read/write access in
|
|
4682
4682
|
* order to provide remote programming capability.
|
|
4683
4683
|
*
|
|
4684
|
-
* @see {@link MatterSpecification.
|
|
4684
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.11
|
|
4685
4685
|
* @deprecated
|
|
4686
4686
|
*/
|
|
4687
4687
|
readonly hvacSystemTypeConfiguration: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -4698,7 +4698,7 @@ export declare namespace Thermostat {
|
|
|
4698
4698
|
*
|
|
4699
4699
|
* • 11 = Reserved
|
|
4700
4700
|
*
|
|
4701
|
-
* @see {@link MatterSpecification.
|
|
4701
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.6.1
|
|
4702
4702
|
*/
|
|
4703
4703
|
coolingStage: BitField;
|
|
4704
4704
|
/**
|
|
@@ -4714,7 +4714,7 @@ export declare namespace Thermostat {
|
|
|
4714
4714
|
*
|
|
4715
4715
|
* • 11 = Reserved
|
|
4716
4716
|
*
|
|
4717
|
-
* @see {@link MatterSpecification.
|
|
4717
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.6.2
|
|
4718
4718
|
*/
|
|
4719
4719
|
heatingStage: BitField;
|
|
4720
4720
|
/**
|
|
@@ -4726,7 +4726,7 @@ export declare namespace Thermostat {
|
|
|
4726
4726
|
*
|
|
4727
4727
|
* • 1 = Heat Pump
|
|
4728
4728
|
*
|
|
4729
|
-
* @see {@link MatterSpecification.
|
|
4729
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.6.3
|
|
4730
4730
|
*/
|
|
4731
4731
|
heatingIsHeatPump: BitFlag;
|
|
4732
4732
|
/**
|
|
@@ -4738,7 +4738,7 @@ export declare namespace Thermostat {
|
|
|
4738
4738
|
*
|
|
4739
4739
|
* • 1 = Uses fuel
|
|
4740
4740
|
*
|
|
4741
|
-
* @see {@link MatterSpecification.
|
|
4741
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.6.4
|
|
4742
4742
|
*/
|
|
4743
4743
|
heatingUsesFuel: BitFlag;
|
|
4744
4744
|
}>, any>;
|
|
@@ -4752,7 +4752,7 @@ export declare namespace Thermostat {
|
|
|
4752
4752
|
* If the LocalTemperature RemoteSensing bit is written with a value of 1 when the LTNE feature is present,
|
|
4753
4753
|
* the write shall fail and the server shall report a CONSTRAINT_ERROR.
|
|
4754
4754
|
*
|
|
4755
|
-
* @see {@link MatterSpecification.
|
|
4755
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.22
|
|
4756
4756
|
*/
|
|
4757
4757
|
readonly remoteSensing: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4758
4758
|
/**
|
|
@@ -4764,7 +4764,7 @@ export declare namespace Thermostat {
|
|
|
4764
4764
|
*
|
|
4765
4765
|
* This bit shall be supported if the OutdoorTemperature attribute is supported.
|
|
4766
4766
|
*
|
|
4767
|
-
* @see {@link MatterSpecification.
|
|
4767
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.11.1
|
|
4768
4768
|
*/
|
|
4769
4769
|
outdoorTemperature: BitFlag;
|
|
4770
4770
|
/**
|
|
@@ -4780,14 +4780,14 @@ export declare namespace Thermostat {
|
|
|
4780
4780
|
* value of this attribute shall remain unchanged. This behavior is in place for backwards compatibility
|
|
4781
4781
|
* with existing thermostats.
|
|
4782
4782
|
*
|
|
4783
|
-
* @see {@link MatterSpecification.
|
|
4783
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.23
|
|
4784
4784
|
*/
|
|
4785
4785
|
readonly controlSequenceOfOperation: WritableAttribute<ControlSequenceOfOperation, any>;
|
|
4786
4786
|
/**
|
|
4787
4787
|
* Indicates the current operating mode of the thermostat. Its value shall be limited by the
|
|
4788
4788
|
* ControlSequenceOfOperation attribute.
|
|
4789
4789
|
*
|
|
4790
|
-
* @see {@link MatterSpecification.
|
|
4790
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.24
|
|
4791
4791
|
*/
|
|
4792
4792
|
readonly systemMode: WritableAttribute<SystemMode, any>;
|
|
4793
4793
|
/**
|
|
@@ -4808,7 +4808,7 @@ export declare namespace Thermostat {
|
|
|
4808
4808
|
* If this attribute is updated to SetpointHoldOff and the SetpointHoldExpiryTimestamp is supported, the
|
|
4809
4809
|
* server shall set the SetpointHoldExpiryTimestamp to null.
|
|
4810
4810
|
*
|
|
4811
|
-
* @see {@link MatterSpecification.
|
|
4811
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.30
|
|
4812
4812
|
*/
|
|
4813
4813
|
readonly temperatureSetpointHold: OptionalWritableAttribute<TemperatureSetpointHold, any>;
|
|
4814
4814
|
/**
|
|
@@ -4823,7 +4823,7 @@ export declare namespace Thermostat {
|
|
|
4823
4823
|
* If this attribute is set to null and the SetpointHoldExpiryTimestamp is supported, the server shall set
|
|
4824
4824
|
* the SetpointHoldExpiryTimestamp to null.
|
|
4825
4825
|
*
|
|
4826
|
-
* @see {@link MatterSpecification.
|
|
4826
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.31
|
|
4827
4827
|
*/
|
|
4828
4828
|
readonly temperatureSetpointHoldDuration: OptionalWritableAttribute<number | null, any>;
|
|
4829
4829
|
/**
|
|
@@ -4844,7 +4844,7 @@ export declare namespace Thermostat {
|
|
|
4844
4844
|
* Modifying the ScheduleActive bit does not clear or delete previous weekly schedule programming
|
|
4845
4845
|
* configurations.
|
|
4846
4846
|
*
|
|
4847
|
-
* @see {@link MatterSpecification.
|
|
4847
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.32
|
|
4848
4848
|
*/
|
|
4849
4849
|
readonly thermostatProgrammingOperationMode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4850
4850
|
/**
|
|
@@ -4864,7 +4864,7 @@ export declare namespace Thermostat {
|
|
|
4864
4864
|
* Indicates the current relay state of the heat, cool, and fan relays. Unimplemented outputs shall be
|
|
4865
4865
|
* treated as if they were Off.
|
|
4866
4866
|
*
|
|
4867
|
-
* @see {@link MatterSpecification.
|
|
4867
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.33
|
|
4868
4868
|
*/
|
|
4869
4869
|
readonly thermostatRunningState: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4870
4870
|
/**
|
|
@@ -4905,7 +4905,7 @@ export declare namespace Thermostat {
|
|
|
4905
4905
|
* provider). Because automation services may initiate frequent setpoint changes, this attribute clearly
|
|
4906
4906
|
* differentiates the source of setpoint changes made at the thermostat.
|
|
4907
4907
|
*
|
|
4908
|
-
* @see {@link MatterSpecification.
|
|
4908
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.34
|
|
4909
4909
|
*/
|
|
4910
4910
|
readonly setpointChangeSource: OptionalAttribute<SetpointChangeSource, any>;
|
|
4911
4911
|
/**
|
|
@@ -4915,13 +4915,13 @@ export declare namespace Thermostat {
|
|
|
4915
4915
|
*
|
|
4916
4916
|
* The null value indicates that the previous setpoint was unknown.
|
|
4917
4917
|
*
|
|
4918
|
-
* @see {@link MatterSpecification.
|
|
4918
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.35
|
|
4919
4919
|
*/
|
|
4920
4920
|
readonly setpointChangeAmount: OptionalAttribute<number | null, any>;
|
|
4921
4921
|
/**
|
|
4922
4922
|
* Indicates the time in UTC at which the SetpointChangeAmount attribute change was recorded.
|
|
4923
4923
|
*
|
|
4924
|
-
* @see {@link MatterSpecification.
|
|
4924
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.36
|
|
4925
4925
|
*/
|
|
4926
4926
|
readonly setpointChangeSourceTimestamp: OptionalAttribute<number, any>;
|
|
4927
4927
|
/**
|
|
@@ -4950,38 +4950,38 @@ export declare namespace Thermostat {
|
|
|
4950
4950
|
* when a setpoint is of a specified amount greater than the measured temperature. This allows the heated
|
|
4951
4951
|
* space to be quickly heated to the desired level set by the user.
|
|
4952
4952
|
*
|
|
4953
|
-
* @see {@link MatterSpecification.
|
|
4953
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.43
|
|
4954
4954
|
*/
|
|
4955
4955
|
readonly emergencyHeatDelta: OptionalWritableAttribute<number, any>;
|
|
4956
4956
|
/**
|
|
4957
4957
|
* Indicates the type of Mini Split ACTypeEnum of Mini Split AC is defined depending on how Cooling and
|
|
4958
4958
|
* Heating condition is achieved by Mini Split AC.
|
|
4959
4959
|
*
|
|
4960
|
-
* @see {@link MatterSpecification.
|
|
4960
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.44
|
|
4961
4961
|
*/
|
|
4962
4962
|
readonly acType: OptionalWritableAttribute<AcType, any>;
|
|
4963
4963
|
/**
|
|
4964
4964
|
* Indicates capacity of Mini Split AC in terms of the format defined by the ACCapacityFormat attribute
|
|
4965
4965
|
*
|
|
4966
|
-
* @see {@link MatterSpecification.
|
|
4966
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.45
|
|
4967
4967
|
*/
|
|
4968
4968
|
readonly acCapacity: OptionalWritableAttribute<number, any>;
|
|
4969
4969
|
/**
|
|
4970
4970
|
* Indicates type of refrigerant used within the Mini Split AC.
|
|
4971
4971
|
*
|
|
4972
|
-
* @see {@link MatterSpecification.
|
|
4972
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.46
|
|
4973
4973
|
*/
|
|
4974
4974
|
readonly acRefrigerantType: OptionalWritableAttribute<AcRefrigerantType, any>;
|
|
4975
4975
|
/**
|
|
4976
4976
|
* Indicates the type of compressor used within the Mini Split AC.
|
|
4977
4977
|
*
|
|
4978
|
-
* @see {@link MatterSpecification.
|
|
4978
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.47
|
|
4979
4979
|
*/
|
|
4980
4980
|
readonly acCompressorType: OptionalWritableAttribute<AcCompressorType, any>;
|
|
4981
4981
|
/**
|
|
4982
4982
|
* Indicates the type of errors encountered within the Mini Split AC.
|
|
4983
4983
|
*
|
|
4984
|
-
* @see {@link MatterSpecification.
|
|
4984
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.48
|
|
4985
4985
|
*/
|
|
4986
4986
|
readonly acErrorCode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4987
4987
|
/**
|
|
@@ -5008,19 +5008,19 @@ export declare namespace Thermostat {
|
|
|
5008
5008
|
/**
|
|
5009
5009
|
* Indicates the position of Louver on the AC.
|
|
5010
5010
|
*
|
|
5011
|
-
* @see {@link MatterSpecification.
|
|
5011
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.49
|
|
5012
5012
|
*/
|
|
5013
5013
|
readonly acLouverPosition: OptionalWritableAttribute<AcLouverPosition, any>;
|
|
5014
5014
|
/**
|
|
5015
5015
|
* Indicates the temperature of the AC coil, as measured locally or remotely (over the network).
|
|
5016
5016
|
*
|
|
5017
|
-
* @see {@link MatterSpecification.
|
|
5017
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.50
|
|
5018
5018
|
*/
|
|
5019
5019
|
readonly acCoilTemperature: OptionalAttribute<number | null, any>;
|
|
5020
5020
|
/**
|
|
5021
5021
|
* Indicates the format for the ACCapacity attribute.
|
|
5022
5022
|
*
|
|
5023
|
-
* @see {@link MatterSpecification.
|
|
5023
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.51
|
|
5024
5024
|
*/
|
|
5025
5025
|
readonly acCapacityFormat: OptionalWritableAttribute<AcCapacityFormat, any>;
|
|
5026
5026
|
/**
|
|
@@ -5032,26 +5032,26 @@ export declare namespace Thermostat {
|
|
|
5032
5032
|
* null, this attribute shall be set to null indicating there is no hold on the Thermostat either with or
|
|
5033
5033
|
* without a duration.
|
|
5034
5034
|
*
|
|
5035
|
-
* @see {@link MatterSpecification.
|
|
5035
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.62
|
|
5036
5036
|
*/
|
|
5037
5037
|
readonly setpointHoldExpiryTimestamp: OptionalAttribute<number | null, any>;
|
|
5038
5038
|
};
|
|
5039
5039
|
readonly commands: {
|
|
5040
5040
|
/**
|
|
5041
|
-
* @see {@link MatterSpecification.
|
|
5041
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.1
|
|
5042
5042
|
*/
|
|
5043
5043
|
readonly setpointRaiseLower: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
5044
5044
|
/**
|
|
5045
5045
|
* The field shall specify which setpoints are to be adjusted.
|
|
5046
5046
|
*
|
|
5047
|
-
* @see {@link MatterSpecification.
|
|
5047
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.1.1
|
|
5048
5048
|
*/
|
|
5049
5049
|
mode: import("../tlv/TlvObject.js").FieldType<SetpointRaiseLowerMode>;
|
|
5050
5050
|
/**
|
|
5051
5051
|
* This field shall indicate the amount (possibly negative) that should be added to the setpoint(s), in steps of
|
|
5052
5052
|
* 0.1°C.
|
|
5053
5053
|
*
|
|
5054
|
-
* @see {@link MatterSpecification.
|
|
5054
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.1.2
|
|
5055
5055
|
*/
|
|
5056
5056
|
amount: import("../tlv/TlvObject.js").FieldType<number>;
|
|
5057
5057
|
}>, void, any>;
|
|
@@ -5070,7 +5070,7 @@ export declare namespace Thermostat {
|
|
|
5070
5070
|
* Indicates whether the heated/cooled space is occupied or not, as measured locally or remotely (over the
|
|
5071
5071
|
* network).
|
|
5072
5072
|
*
|
|
5073
|
-
* @see {@link MatterSpecification.
|
|
5073
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.4
|
|
5074
5074
|
*/
|
|
5075
5075
|
readonly occupancy: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
5076
5076
|
/**
|
|
@@ -5079,7 +5079,7 @@ export declare namespace Thermostat {
|
|
|
5079
5079
|
* If this bit is set, it shall indicate the occupied state else if the bit if not set, it shall indicate the
|
|
5080
5080
|
* unoccupied state.
|
|
5081
5081
|
*
|
|
5082
|
-
* @see {@link MatterSpecification.
|
|
5082
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.7.1
|
|
5083
5083
|
*/
|
|
5084
5084
|
occupied: BitFlag;
|
|
5085
5085
|
}>, any>;
|
|
@@ -5097,11 +5097,11 @@ export declare namespace Thermostat {
|
|
|
5097
5097
|
*
|
|
5098
5098
|
* Refer to Setpoint Limits for constraints
|
|
5099
5099
|
*
|
|
5100
|
-
* @see {@link MatterSpecification.
|
|
5100
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.5
|
|
5101
5101
|
*/
|
|
5102
5102
|
readonly absMinHeatSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
5103
5103
|
/**
|
|
5104
|
-
* @see {@link MatterSpecification.
|
|
5104
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9
|
|
5105
5105
|
*/
|
|
5106
5106
|
readonly absMaxHeatSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
5107
5107
|
/**
|
|
@@ -5110,7 +5110,7 @@ export declare namespace Thermostat {
|
|
|
5110
5110
|
*
|
|
5111
5111
|
* This attribute is reported regularly and may be used to control a heating device.
|
|
5112
5112
|
*
|
|
5113
|
-
* @see {@link MatterSpecification.
|
|
5113
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.10
|
|
5114
5114
|
*/
|
|
5115
5115
|
readonly piHeatingDemand: OptionalAttribute<number, any>;
|
|
5116
5116
|
/**
|
|
@@ -5131,7 +5131,7 @@ export declare namespace Thermostat {
|
|
|
5131
5131
|
* either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
|
|
5132
5132
|
* of the ActivePresetHandle attribute shall be set to null.
|
|
5133
5133
|
*
|
|
5134
|
-
* @see {@link MatterSpecification.
|
|
5134
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.14
|
|
5135
5135
|
*/
|
|
5136
5136
|
readonly occupiedHeatingSetpoint: WritableAttribute<number, any>;
|
|
5137
5137
|
/**
|
|
@@ -5147,7 +5147,7 @@ export declare namespace Thermostat {
|
|
|
5147
5147
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
5148
5148
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
5149
5149
|
*
|
|
5150
|
-
* @see {@link MatterSpecification.
|
|
5150
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.17
|
|
5151
5151
|
*/
|
|
5152
5152
|
readonly minHeatSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
5153
5153
|
/**
|
|
@@ -5159,7 +5159,7 @@ export declare namespace Thermostat {
|
|
|
5159
5159
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
5160
5160
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
5161
5161
|
*
|
|
5162
|
-
* @see {@link MatterSpecification.
|
|
5162
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.18
|
|
5163
5163
|
*/
|
|
5164
5164
|
readonly maxHeatSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
5165
5165
|
};
|
|
@@ -5171,7 +5171,7 @@ export declare namespace Thermostat {
|
|
|
5171
5171
|
readonly component: {
|
|
5172
5172
|
readonly attributes: {
|
|
5173
5173
|
/**
|
|
5174
|
-
* @see {@link MatterSpecification.
|
|
5174
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9
|
|
5175
5175
|
*/
|
|
5176
5176
|
readonly absMinCoolSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
5177
5177
|
/**
|
|
@@ -5180,7 +5180,7 @@ export declare namespace Thermostat {
|
|
|
5180
5180
|
*
|
|
5181
5181
|
* Refer to Setpoint Limits for constraints
|
|
5182
5182
|
*
|
|
5183
|
-
* @see {@link MatterSpecification.
|
|
5183
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.8
|
|
5184
5184
|
*/
|
|
5185
5185
|
readonly absMaxCoolSetpointLimit: OptionalFixedAttribute<number, any>;
|
|
5186
5186
|
/**
|
|
@@ -5189,7 +5189,7 @@ export declare namespace Thermostat {
|
|
|
5189
5189
|
*
|
|
5190
5190
|
* This attribute is reported regularly and may be used to control a cooling device.
|
|
5191
5191
|
*
|
|
5192
|
-
* @see {@link MatterSpecification.
|
|
5192
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.9
|
|
5193
5193
|
*/
|
|
5194
5194
|
readonly piCoolingDemand: OptionalAttribute<number, any>;
|
|
5195
5195
|
/**
|
|
@@ -5209,7 +5209,7 @@ export declare namespace Thermostat {
|
|
|
5209
5209
|
* either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
|
|
5210
5210
|
* of the ActivePresetHandle attribute shall be set to null.
|
|
5211
5211
|
*
|
|
5212
|
-
* @see {@link MatterSpecification.
|
|
5212
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.13
|
|
5213
5213
|
*/
|
|
5214
5214
|
readonly occupiedCoolingSetpoint: WritableAttribute<number, any>;
|
|
5215
5215
|
/**
|
|
@@ -5221,7 +5221,7 @@ export declare namespace Thermostat {
|
|
|
5221
5221
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
5222
5222
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
5223
5223
|
*
|
|
5224
|
-
* @see {@link MatterSpecification.
|
|
5224
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.19
|
|
5225
5225
|
*/
|
|
5226
5226
|
readonly minCoolSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
5227
5227
|
/**
|
|
@@ -5233,7 +5233,7 @@ export declare namespace Thermostat {
|
|
|
5233
5233
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
5234
5234
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
5235
5235
|
*
|
|
5236
|
-
* @see {@link MatterSpecification.
|
|
5236
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.20
|
|
5237
5237
|
*/
|
|
5238
5238
|
readonly maxCoolSetpointLimit: OptionalWritableAttribute<number, any>;
|
|
5239
5239
|
};
|
|
@@ -5261,7 +5261,7 @@ export declare namespace Thermostat {
|
|
|
5261
5261
|
* Prior to revision 8 of this cluster specification the value of this attribute was constrained to a range
|
|
5262
5262
|
* of -2.5°C to 2.5°C.
|
|
5263
5263
|
*
|
|
5264
|
-
* @see {@link MatterSpecification.
|
|
5264
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.12
|
|
5265
5265
|
*/
|
|
5266
5266
|
readonly localTemperatureCalibration: OptionalWritableAttribute<number, any>;
|
|
5267
5267
|
};
|
|
@@ -5290,7 +5290,7 @@ export declare namespace Thermostat {
|
|
|
5290
5290
|
* Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
|
|
5291
5291
|
* be set to null.
|
|
5292
5292
|
*
|
|
5293
|
-
* @see {@link MatterSpecification.
|
|
5293
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.15
|
|
5294
5294
|
*/
|
|
5295
5295
|
readonly unoccupiedCoolingSetpoint: WritableAttribute<number, any>;
|
|
5296
5296
|
};
|
|
@@ -5320,7 +5320,7 @@ export declare namespace Thermostat {
|
|
|
5320
5320
|
* Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
|
|
5321
5321
|
* be set to null.
|
|
5322
5322
|
*
|
|
5323
|
-
* @see {@link MatterSpecification.
|
|
5323
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.16
|
|
5324
5324
|
*/
|
|
5325
5325
|
readonly unoccupiedHeatingSetpoint: WritableAttribute<number, any>;
|
|
5326
5326
|
};
|
|
@@ -5347,7 +5347,7 @@ export declare namespace Thermostat {
|
|
|
5347
5347
|
* For backwards compatibility, this attribute is optionally writeable. However any writes to this attribute
|
|
5348
5348
|
* shall be silently ignored.
|
|
5349
5349
|
*
|
|
5350
|
-
* @see {@link MatterSpecification.
|
|
5350
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.21
|
|
5351
5351
|
*/
|
|
5352
5352
|
readonly minSetpointDeadBand: WritableAttribute<number, any>;
|
|
5353
5353
|
/**
|
|
@@ -5355,7 +5355,7 @@ export declare namespace Thermostat {
|
|
|
5355
5355
|
* can only be Off, Cool or Heat. This attribute is intended to provide additional information when the
|
|
5356
5356
|
* thermostat’s system mode is in auto mode.
|
|
5357
5357
|
*
|
|
5358
|
-
* @see {@link MatterSpecification.
|
|
5358
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.26
|
|
5359
5359
|
*/
|
|
5360
5360
|
readonly thermostatRunningMode: OptionalAttribute<ThermostatRunningMode, any>;
|
|
5361
5361
|
};
|
|
@@ -5373,19 +5373,19 @@ export declare namespace Thermostat {
|
|
|
5373
5373
|
* This attribute may be able to be used as the base to determine if the device supports weekly scheduling
|
|
5374
5374
|
* by reading the attribute. Successful response means that the weekly scheduling is supported.
|
|
5375
5375
|
*
|
|
5376
|
-
* @see {@link MatterSpecification.
|
|
5376
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.27
|
|
5377
5377
|
*/
|
|
5378
5378
|
readonly startOfWeek: FixedAttribute<StartOfWeek, any>;
|
|
5379
5379
|
/**
|
|
5380
5380
|
* Indicates how many weekly schedule transitions the thermostat is capable of handling.
|
|
5381
5381
|
*
|
|
5382
|
-
* @see {@link MatterSpecification.
|
|
5382
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.28
|
|
5383
5383
|
*/
|
|
5384
5384
|
readonly numberOfWeeklyTransitions: FixedAttribute<number, any>;
|
|
5385
5385
|
/**
|
|
5386
5386
|
* Indicates how many daily schedule transitions the thermostat is capable of handling.
|
|
5387
5387
|
*
|
|
5388
|
-
* @see {@link MatterSpecification.
|
|
5388
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.29
|
|
5389
5389
|
*/
|
|
5390
5390
|
readonly numberOfDailyTransitions: FixedAttribute<number, any>;
|
|
5391
5391
|
};
|
|
@@ -5399,7 +5399,7 @@ export declare namespace Thermostat {
|
|
|
5399
5399
|
* leave all other days unchanged. If the schedule is larger than what fits in one frame or contains more
|
|
5400
5400
|
* than 10 transitions, the schedule shall then be sent using multiple SetWeeklySchedule Commands.
|
|
5401
5401
|
*
|
|
5402
|
-
* @see {@link MatterSpecification.
|
|
5402
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2
|
|
5403
5403
|
*/
|
|
5404
5404
|
readonly setWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
5405
5405
|
/**
|
|
@@ -5407,7 +5407,7 @@ export declare namespace Thermostat {
|
|
|
5407
5407
|
* device supports more than 10 transitions in its schedule they can send this by sending more than 1 “Set
|
|
5408
5408
|
* Weekly Schedule” command, each containing the separate information that the device needs to set.
|
|
5409
5409
|
*
|
|
5410
|
-
* @see {@link MatterSpecification.
|
|
5410
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.1
|
|
5411
5411
|
*/
|
|
5412
5412
|
numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
|
|
5413
5413
|
/**
|
|
@@ -5419,7 +5419,7 @@ export declare namespace Thermostat {
|
|
|
5419
5419
|
* Each setpoint transition will begin with the day of week for this transition. There can be up to 10
|
|
5420
5420
|
* transitions for each command.
|
|
5421
5421
|
*
|
|
5422
|
-
* @see {@link MatterSpecification.
|
|
5422
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.2
|
|
5423
5423
|
*/
|
|
5424
5424
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
5425
5425
|
/**
|
|
@@ -5476,7 +5476,7 @@ export declare namespace Thermostat {
|
|
|
5476
5476
|
* Both bits must be respected, even if the HEAT or COOL feature is not supported, to ensure the command is
|
|
5477
5477
|
* decoded and handled correctly.
|
|
5478
5478
|
*
|
|
5479
|
-
* @see {@link MatterSpecification.
|
|
5479
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.3
|
|
5480
5480
|
*/
|
|
5481
5481
|
modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
5482
5482
|
/**
|
|
@@ -5491,7 +5491,7 @@ export declare namespace Thermostat {
|
|
|
5491
5491
|
/**
|
|
5492
5492
|
* This field shall contain the list of setpoint transitions used to update the specified daily schedules
|
|
5493
5493
|
*
|
|
5494
|
-
* @see {@link MatterSpecification.
|
|
5494
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.4
|
|
5495
5495
|
*/
|
|
5496
5496
|
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
5497
5497
|
/**
|
|
@@ -5499,32 +5499,32 @@ export declare namespace Thermostat {
|
|
|
5499
5499
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
5500
5500
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
5501
5501
|
*
|
|
5502
|
-
* @see {@link MatterSpecification.
|
|
5502
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.1
|
|
5503
5503
|
*/
|
|
5504
5504
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
5505
5505
|
/**
|
|
5506
5506
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
5507
5507
|
*
|
|
5508
|
-
* @see {@link MatterSpecification.
|
|
5508
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.2
|
|
5509
5509
|
*/
|
|
5510
5510
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
5511
5511
|
/**
|
|
5512
5512
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
5513
5513
|
*
|
|
5514
|
-
* @see {@link MatterSpecification.
|
|
5514
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.3
|
|
5515
5515
|
*/
|
|
5516
5516
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
5517
5517
|
}>[]>;
|
|
5518
5518
|
}>, void, any>;
|
|
5519
5519
|
/**
|
|
5520
|
-
* @see {@link MatterSpecification.
|
|
5520
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.3
|
|
5521
5521
|
*/
|
|
5522
5522
|
readonly getWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
5523
5523
|
/**
|
|
5524
5524
|
* This field shall indicate the number of days the client would like to return the setpoint values for and
|
|
5525
5525
|
* could be any combination of single days or the entire week.
|
|
5526
5526
|
*
|
|
5527
|
-
* @see {@link MatterSpecification.
|
|
5527
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.3.1
|
|
5528
5528
|
*/
|
|
5529
5529
|
daysToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
5530
5530
|
/**
|
|
@@ -5564,7 +5564,7 @@ export declare namespace Thermostat {
|
|
|
5564
5564
|
* This field shall indicate the mode the client would like to return the set point values for and could be any
|
|
5565
5565
|
* combination of heat only, cool only or heat & cool.
|
|
5566
5566
|
*
|
|
5567
|
-
* @see {@link MatterSpecification.
|
|
5567
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.3.2
|
|
5568
5568
|
*/
|
|
5569
5569
|
modeToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
5570
5570
|
/**
|
|
@@ -5628,19 +5628,19 @@ export declare namespace Thermostat {
|
|
|
5628
5628
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
5629
5629
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
5630
5630
|
*
|
|
5631
|
-
* @see {@link MatterSpecification.
|
|
5631
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.1
|
|
5632
5632
|
*/
|
|
5633
5633
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
5634
5634
|
/**
|
|
5635
5635
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
5636
5636
|
*
|
|
5637
|
-
* @see {@link MatterSpecification.
|
|
5637
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.2
|
|
5638
5638
|
*/
|
|
5639
5639
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
5640
5640
|
/**
|
|
5641
5641
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
5642
5642
|
*
|
|
5643
|
-
* @see {@link MatterSpecification.
|
|
5643
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.3
|
|
5644
5644
|
*/
|
|
5645
5645
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
5646
5646
|
}>[]>;
|
|
@@ -5651,7 +5651,7 @@ export declare namespace Thermostat {
|
|
|
5651
5651
|
* Upon receipt, all transitions currently stored shall be cleared and a default response of SUCCESS shall
|
|
5652
5652
|
* be sent in response. There are no error responses to this command.
|
|
5653
5653
|
*
|
|
5654
|
-
* @see {@link MatterSpecification.
|
|
5654
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.5
|
|
5655
5655
|
*/
|
|
5656
5656
|
readonly clearWeeklySchedule: Command<void, void, any>;
|
|
5657
5657
|
};
|
|
@@ -5683,7 +5683,7 @@ export declare namespace Thermostat {
|
|
|
5683
5683
|
* Thermostat server shall set its OccupiedSetback value to OccupiedSetbackMin and shall send a Write
|
|
5684
5684
|
* Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
5685
5685
|
*
|
|
5686
|
-
* @see {@link MatterSpecification.
|
|
5686
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.37
|
|
5687
5687
|
*/
|
|
5688
5688
|
readonly occupiedSetback: WritableAttribute<number | null, any>;
|
|
5689
5689
|
/**
|
|
@@ -5692,7 +5692,7 @@ export declare namespace Thermostat {
|
|
|
5692
5692
|
*
|
|
5693
5693
|
* The null value indicates the attribute is unused.
|
|
5694
5694
|
*
|
|
5695
|
-
* @see {@link MatterSpecification.
|
|
5695
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.38
|
|
5696
5696
|
*/
|
|
5697
5697
|
readonly occupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
5698
5698
|
/**
|
|
@@ -5701,7 +5701,7 @@ export declare namespace Thermostat {
|
|
|
5701
5701
|
*
|
|
5702
5702
|
* The null value indicates the attribute is unused.
|
|
5703
5703
|
*
|
|
5704
|
-
* @see {@link MatterSpecification.
|
|
5704
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.39
|
|
5705
5705
|
*/
|
|
5706
5706
|
readonly occupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
5707
5707
|
};
|
|
@@ -5735,7 +5735,7 @@ export declare namespace Thermostat {
|
|
|
5735
5735
|
* the Thermostat server shall set its UnoccupiedSetback value to UnoccupiedSetbackMin and shall send a
|
|
5736
5736
|
* Write Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
5737
5737
|
*
|
|
5738
|
-
* @see {@link MatterSpecification.
|
|
5738
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.40
|
|
5739
5739
|
*/
|
|
5740
5740
|
readonly unoccupiedSetback: WritableAttribute<number | null, any>;
|
|
5741
5741
|
/**
|
|
@@ -5744,7 +5744,7 @@ export declare namespace Thermostat {
|
|
|
5744
5744
|
*
|
|
5745
5745
|
* The null value indicates the attribute is unused.
|
|
5746
5746
|
*
|
|
5747
|
-
* @see {@link MatterSpecification.
|
|
5747
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.41
|
|
5748
5748
|
*/
|
|
5749
5749
|
readonly unoccupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
5750
5750
|
/**
|
|
@@ -5753,7 +5753,7 @@ export declare namespace Thermostat {
|
|
|
5753
5753
|
*
|
|
5754
5754
|
* The null value indicates the attribute is unused.
|
|
5755
5755
|
*
|
|
5756
|
-
* @see {@link MatterSpecification.
|
|
5756
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.42
|
|
5757
5757
|
*/
|
|
5758
5758
|
readonly unoccupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
5759
5759
|
};
|
|
@@ -5768,25 +5768,25 @@ export declare namespace Thermostat {
|
|
|
5768
5768
|
* Indicates the supported PresetScenarioEnum values, limits on how many presets can be created for each
|
|
5769
5769
|
* PresetScenarioEnum, and whether or not a thermostat can transition automatically to a given scenario.
|
|
5770
5770
|
*
|
|
5771
|
-
* @see {@link MatterSpecification.
|
|
5771
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.52
|
|
5772
5772
|
*/
|
|
5773
5773
|
readonly presetTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
5774
5774
|
/**
|
|
5775
5775
|
* This field shall specify a PresetScenarioEnum value supported by this thermostat.
|
|
5776
5776
|
*
|
|
5777
|
-
* @see {@link MatterSpecification.
|
|
5777
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.29.1
|
|
5778
5778
|
*/
|
|
5779
5779
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
5780
5780
|
/**
|
|
5781
5781
|
* This field shall specify a limit for the number of presets for this PresetScenarioEnum.
|
|
5782
5782
|
*
|
|
5783
|
-
* @see {@link MatterSpecification.
|
|
5783
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.29.2
|
|
5784
5784
|
*/
|
|
5785
5785
|
numberOfPresets: import("../tlv/TlvObject.js").FieldType<number>;
|
|
5786
5786
|
/**
|
|
5787
5787
|
* This field shall specify a bitmap of features for this PresetTypeStruct.
|
|
5788
5788
|
*
|
|
5789
|
-
* @see {@link MatterSpecification.
|
|
5789
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.29.3
|
|
5790
5790
|
*/
|
|
5791
5791
|
presetTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
5792
5792
|
/**
|
|
@@ -5802,14 +5802,14 @@ export declare namespace Thermostat {
|
|
|
5802
5802
|
/**
|
|
5803
5803
|
* Indicates the maximum number of entries supported by the Presets attribute.
|
|
5804
5804
|
*
|
|
5805
|
-
* @see {@link MatterSpecification.
|
|
5805
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.54
|
|
5806
5806
|
*/
|
|
5807
5807
|
readonly numberOfPresets: FixedAttribute<number, any>;
|
|
5808
5808
|
/**
|
|
5809
5809
|
* Indicates the PresetHandle of the active preset. If this attribute is null, then there is no active
|
|
5810
5810
|
* preset.
|
|
5811
5811
|
*
|
|
5812
|
-
* @see {@link MatterSpecification.
|
|
5812
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.58
|
|
5813
5813
|
*/
|
|
5814
5814
|
readonly activePresetHandle: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
5815
5815
|
/**
|
|
@@ -5884,7 +5884,7 @@ export declare namespace Thermostat {
|
|
|
5884
5884
|
*
|
|
5885
5885
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
5886
5886
|
*
|
|
5887
|
-
* @see {@link MatterSpecification.
|
|
5887
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.60
|
|
5888
5888
|
*/
|
|
5889
5889
|
readonly presets: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
5890
5890
|
/**
|
|
@@ -5894,13 +5894,13 @@ export declare namespace Thermostat {
|
|
|
5894
5894
|
* This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for the
|
|
5895
5895
|
* purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
|
|
5896
5896
|
*
|
|
5897
|
-
* @see {@link MatterSpecification.
|
|
5897
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.1
|
|
5898
5898
|
*/
|
|
5899
5899
|
presetHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
5900
5900
|
/**
|
|
5901
5901
|
* This field shall indicate the associated PresetScenarioEnum value for this preset.
|
|
5902
5902
|
*
|
|
5903
|
-
* @see {@link MatterSpecification.
|
|
5903
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.2
|
|
5904
5904
|
*/
|
|
5905
5905
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
5906
5906
|
/**
|
|
@@ -5909,42 +5909,42 @@ export declare namespace Thermostat {
|
|
|
5909
5909
|
* Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
|
|
5910
5910
|
* with the same value, including null as a value, in the Name field.
|
|
5911
5911
|
*
|
|
5912
|
-
* @see {@link MatterSpecification.
|
|
5912
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.3
|
|
5913
5913
|
*/
|
|
5914
5914
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
5915
5915
|
/**
|
|
5916
5916
|
* This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
|
|
5917
5917
|
* constraints.
|
|
5918
5918
|
*
|
|
5919
|
-
* @see {@link MatterSpecification.
|
|
5919
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.4
|
|
5920
5920
|
*/
|
|
5921
5921
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
5922
5922
|
/**
|
|
5923
5923
|
* This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
|
|
5924
5924
|
* constraints.
|
|
5925
5925
|
*
|
|
5926
|
-
* @see {@link MatterSpecification.
|
|
5926
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.5
|
|
5927
5927
|
*/
|
|
5928
5928
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
5929
5929
|
/**
|
|
5930
5930
|
* This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but it
|
|
5931
5931
|
* cannot be deleted.
|
|
5932
5932
|
*
|
|
5933
|
-
* @see {@link MatterSpecification.
|
|
5933
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.6
|
|
5934
5934
|
*/
|
|
5935
5935
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
5936
5936
|
}>[], any>;
|
|
5937
5937
|
};
|
|
5938
5938
|
readonly commands: {
|
|
5939
5939
|
/**
|
|
5940
|
-
* @see {@link MatterSpecification.
|
|
5940
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.9
|
|
5941
5941
|
*/
|
|
5942
5942
|
readonly setActivePresetRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
5943
5943
|
/**
|
|
5944
5944
|
* This field shall specify the value of the PresetHandle field on the PresetStruct to be made active. If the
|
|
5945
5945
|
* field is set to null, that indicates there should be no active preset.
|
|
5946
5946
|
*
|
|
5947
|
-
* @see {@link MatterSpecification.
|
|
5947
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.9.1
|
|
5948
5948
|
*/
|
|
5949
5949
|
presetHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
5950
5950
|
}>, void, any>;
|
|
@@ -5961,27 +5961,27 @@ export declare namespace Thermostat {
|
|
|
5961
5961
|
* each SystemMode value, and whether or not a given SystemMode value supports transitions to Presets,
|
|
5962
5962
|
* target setpoints, or both.
|
|
5963
5963
|
*
|
|
5964
|
-
* @see {@link MatterSpecification.
|
|
5964
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.53
|
|
5965
5965
|
*/
|
|
5966
5966
|
readonly scheduleTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
5967
5967
|
/**
|
|
5968
5968
|
* This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
|
|
5969
5969
|
* for this field shall be Auto, Heat, and Cool.
|
|
5970
5970
|
*
|
|
5971
|
-
* @see {@link MatterSpecification.
|
|
5971
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.33.1
|
|
5972
5972
|
*/
|
|
5973
5973
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
5974
5974
|
/**
|
|
5975
5975
|
* This field shall specify a limit for the number of Schedules for this SystemMode.
|
|
5976
5976
|
*
|
|
5977
|
-
* @see {@link MatterSpecification.
|
|
5977
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.33.2
|
|
5978
5978
|
*/
|
|
5979
5979
|
numberOfSchedules: import("../tlv/TlvObject.js").FieldType<number>;
|
|
5980
5980
|
/**
|
|
5981
5981
|
* This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
|
|
5982
5982
|
* SupportsSetpoints shall be set.
|
|
5983
5983
|
*
|
|
5984
|
-
* @see {@link MatterSpecification.
|
|
5984
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.33.3
|
|
5985
5985
|
*/
|
|
5986
5986
|
scheduleTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
5987
5987
|
/**
|
|
@@ -5991,7 +5991,7 @@ export declare namespace Thermostat {
|
|
|
5991
5991
|
* field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
|
|
5992
5992
|
* contained in its Transitions field.
|
|
5993
5993
|
*
|
|
5994
|
-
* @see {@link MatterSpecification.
|
|
5994
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.1
|
|
5995
5995
|
*/
|
|
5996
5996
|
supportsPresets: BitFlag;
|
|
5997
5997
|
/**
|
|
@@ -6001,7 +6001,7 @@ export declare namespace Thermostat {
|
|
|
6001
6001
|
* field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
|
|
6002
6002
|
* contained in its Transitions field.
|
|
6003
6003
|
*
|
|
6004
|
-
* @see {@link MatterSpecification.
|
|
6004
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.2
|
|
6005
6005
|
*/
|
|
6006
6006
|
supportsSetpoints: BitFlag;
|
|
6007
6007
|
/**
|
|
@@ -6010,7 +6010,7 @@ export declare namespace Thermostat {
|
|
|
6010
6010
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
6011
6011
|
* field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
|
|
6012
6012
|
*
|
|
6013
|
-
* @see {@link MatterSpecification.
|
|
6013
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.3
|
|
6014
6014
|
*/
|
|
6015
6015
|
supportsNames: BitFlag;
|
|
6016
6016
|
/**
|
|
@@ -6019,7 +6019,7 @@ export declare namespace Thermostat {
|
|
|
6019
6019
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
6020
6020
|
* field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
|
|
6021
6021
|
*
|
|
6022
|
-
* @see {@link MatterSpecification.
|
|
6022
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.4
|
|
6023
6023
|
*/
|
|
6024
6024
|
supportsOff: BitFlag;
|
|
6025
6025
|
}>>;
|
|
@@ -6027,24 +6027,24 @@ export declare namespace Thermostat {
|
|
|
6027
6027
|
/**
|
|
6028
6028
|
* Indicates the maximum number of entries supported by the Schedules attribute.
|
|
6029
6029
|
*
|
|
6030
|
-
* @see {@link MatterSpecification.
|
|
6030
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.55
|
|
6031
6031
|
*/
|
|
6032
6032
|
readonly numberOfSchedules: FixedAttribute<number, any>;
|
|
6033
6033
|
/**
|
|
6034
6034
|
* Indicates the maximum number of transitions per Schedules attribute entry.
|
|
6035
6035
|
*
|
|
6036
|
-
* @see {@link MatterSpecification.
|
|
6036
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.56
|
|
6037
6037
|
*/
|
|
6038
6038
|
readonly numberOfScheduleTransitions: FixedAttribute<number, any>;
|
|
6039
6039
|
/**
|
|
6040
|
-
* @see {@link MatterSpecification.
|
|
6040
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9
|
|
6041
6041
|
*/
|
|
6042
6042
|
readonly numberOfScheduleTransitionPerDay: FixedAttribute<number | null, any>;
|
|
6043
6043
|
/**
|
|
6044
6044
|
* Indicates the ScheduleHandle of the active schedule. A null value in this attribute indicates that there
|
|
6045
6045
|
* is no active schedule.
|
|
6046
6046
|
*
|
|
6047
|
-
* @see {@link MatterSpecification.
|
|
6047
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.59
|
|
6048
6048
|
*/
|
|
6049
6049
|
readonly activeScheduleHandle: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
|
|
6050
6050
|
/**
|
|
@@ -6155,7 +6155,7 @@ export declare namespace Thermostat {
|
|
|
6155
6155
|
*
|
|
6156
6156
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
6157
6157
|
*
|
|
6158
|
-
* @see {@link MatterSpecification.
|
|
6158
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.61
|
|
6159
6159
|
*/
|
|
6160
6160
|
readonly schedules: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
6161
6161
|
/**
|
|
@@ -6165,26 +6165,26 @@ export declare namespace Thermostat {
|
|
|
6165
6165
|
* This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute for
|
|
6166
6166
|
* the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
|
|
6167
6167
|
*
|
|
6168
|
-
* @see {@link MatterSpecification.
|
|
6168
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.1
|
|
6169
6169
|
*/
|
|
6170
6170
|
scheduleHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
6171
6171
|
/**
|
|
6172
6172
|
* This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
|
|
6173
6173
|
* values for this field shall be Auto, Heat, and Cool.
|
|
6174
6174
|
*
|
|
6175
|
-
* @see {@link MatterSpecification.
|
|
6175
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.2
|
|
6176
6176
|
*/
|
|
6177
6177
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
6178
6178
|
/**
|
|
6179
6179
|
* This field shall specify a name for the ScheduleStruct.
|
|
6180
6180
|
*
|
|
6181
|
-
* @see {@link MatterSpecification.
|
|
6181
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.3
|
|
6182
6182
|
*/
|
|
6183
6183
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
6184
6184
|
/**
|
|
6185
6185
|
* This field shall indicate the default PresetHandle value for transitions in this schedule.
|
|
6186
6186
|
*
|
|
6187
|
-
* @see {@link MatterSpecification.
|
|
6187
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.4
|
|
6188
6188
|
*/
|
|
6189
6189
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
6190
6190
|
/**
|
|
@@ -6215,14 +6215,14 @@ export declare namespace Thermostat {
|
|
|
6215
6215
|
* ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
|
|
6216
6216
|
* whose DayOfWeek field matches the current day of the week.
|
|
6217
6217
|
*
|
|
6218
|
-
* @see {@link MatterSpecification.
|
|
6218
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.5
|
|
6219
6219
|
*/
|
|
6220
6220
|
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
6221
6221
|
/**
|
|
6222
6222
|
* This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
|
|
6223
6223
|
* NOT be set; vacation schedules shall be set via the vacation preset.
|
|
6224
6224
|
*
|
|
6225
|
-
* @see {@link MatterSpecification.
|
|
6225
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.1
|
|
6226
6226
|
*/
|
|
6227
6227
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
6228
6228
|
/**
|
|
@@ -6264,14 +6264,14 @@ export declare namespace Thermostat {
|
|
|
6264
6264
|
*
|
|
6265
6265
|
* Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
|
|
6266
6266
|
*
|
|
6267
|
-
* @see {@link MatterSpecification.
|
|
6267
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.2
|
|
6268
6268
|
*/
|
|
6269
6269
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
6270
6270
|
/**
|
|
6271
6271
|
* This field shall specify the preset used at the TransitionTime. If this field is provided, then the
|
|
6272
6272
|
* SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
|
|
6273
6273
|
*
|
|
6274
|
-
* @see {@link MatterSpecification.
|
|
6274
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.3
|
|
6275
6275
|
*/
|
|
6276
6276
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
6277
6277
|
/**
|
|
@@ -6279,21 +6279,21 @@ export declare namespace Thermostat {
|
|
|
6279
6279
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
6280
6280
|
* shall only be included when the required system mode differs from the schedule’s default SystemMode.
|
|
6281
6281
|
*
|
|
6282
|
-
* @see {@link MatterSpecification.
|
|
6282
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.4
|
|
6283
6283
|
*/
|
|
6284
6284
|
systemMode: import("../tlv/TlvObject.js").OptionalFieldType<SystemMode>;
|
|
6285
6285
|
/**
|
|
6286
6286
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
6287
6287
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
6288
6288
|
*
|
|
6289
|
-
* @see {@link MatterSpecification.
|
|
6289
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.5
|
|
6290
6290
|
*/
|
|
6291
6291
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
6292
6292
|
/**
|
|
6293
6293
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
6294
6294
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
6295
6295
|
*
|
|
6296
|
-
* @see {@link MatterSpecification.
|
|
6296
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.6
|
|
6297
6297
|
*/
|
|
6298
6298
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
6299
6299
|
}>[]>;
|
|
@@ -6301,20 +6301,20 @@ export declare namespace Thermostat {
|
|
|
6301
6301
|
* This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
|
|
6302
6302
|
* it cannot be deleted.
|
|
6303
6303
|
*
|
|
6304
|
-
* @see {@link MatterSpecification.
|
|
6304
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.6
|
|
6305
6305
|
*/
|
|
6306
6306
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
6307
6307
|
}>[], any>;
|
|
6308
6308
|
};
|
|
6309
6309
|
readonly commands: {
|
|
6310
6310
|
/**
|
|
6311
|
-
* @see {@link MatterSpecification.
|
|
6311
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.8
|
|
6312
6312
|
*/
|
|
6313
6313
|
readonly setActiveScheduleRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
6314
6314
|
/**
|
|
6315
6315
|
* This field shall specify the value of the ScheduleHandle field on the ScheduleStruct to be made active.
|
|
6316
6316
|
*
|
|
6317
|
-
* @see {@link MatterSpecification.
|
|
6317
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.8.1
|
|
6318
6318
|
*/
|
|
6319
6319
|
scheduleHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
6320
6320
|
}>, void, any>;
|
|
@@ -6384,7 +6384,7 @@ export declare namespace Thermostat {
|
|
|
6384
6384
|
* Per the Matter specification you cannot use {@link ThermostatCluster} without enabling certain feature
|
|
6385
6385
|
* combinations. You must use the {@link with} factory method to obtain a working cluster.
|
|
6386
6386
|
*
|
|
6387
|
-
* @see {@link MatterSpecification.
|
|
6387
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3
|
|
6388
6388
|
*/
|
|
6389
6389
|
interface Cluster extends Identity<typeof ClusterInstance> {
|
|
6390
6390
|
}
|
|
@@ -6440,7 +6440,7 @@ export declare namespace Thermostat {
|
|
|
6440
6440
|
* externally, for example due to the temperature control being done by a separate subsystem which does not
|
|
6441
6441
|
* offer a view into the currently measured temperature, but allows setpoints to be provided.
|
|
6442
6442
|
*
|
|
6443
|
-
* @see {@link MatterSpecification.
|
|
6443
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.4.1
|
|
6444
6444
|
*/
|
|
6445
6445
|
readonly localTemperatureNotExposed: BitFlag;
|
|
6446
6446
|
/**
|
|
@@ -6464,7 +6464,7 @@ export declare namespace Thermostat {
|
|
|
6464
6464
|
* If this bit is set, it shall indicate the occupied state else if the bit if not set, it shall indicate the
|
|
6465
6465
|
* unoccupied state.
|
|
6466
6466
|
*
|
|
6467
|
-
* @see {@link MatterSpecification.
|
|
6467
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.7.1
|
|
6468
6468
|
*/
|
|
6469
6469
|
occupied: BitFlag;
|
|
6470
6470
|
}>, any> & {
|
|
@@ -6690,19 +6690,19 @@ export declare namespace Thermostat {
|
|
|
6690
6690
|
/**
|
|
6691
6691
|
* This field shall specify a PresetScenarioEnum value supported by this thermostat.
|
|
6692
6692
|
*
|
|
6693
|
-
* @see {@link MatterSpecification.
|
|
6693
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.29.1
|
|
6694
6694
|
*/
|
|
6695
6695
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
6696
6696
|
/**
|
|
6697
6697
|
* This field shall specify a limit for the number of presets for this PresetScenarioEnum.
|
|
6698
6698
|
*
|
|
6699
|
-
* @see {@link MatterSpecification.
|
|
6699
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.29.2
|
|
6700
6700
|
*/
|
|
6701
6701
|
numberOfPresets: import("../tlv/TlvObject.js").FieldType<number>;
|
|
6702
6702
|
/**
|
|
6703
6703
|
* This field shall specify a bitmap of features for this PresetTypeStruct.
|
|
6704
6704
|
*
|
|
6705
|
-
* @see {@link MatterSpecification.
|
|
6705
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.29.3
|
|
6706
6706
|
*/
|
|
6707
6707
|
presetTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
6708
6708
|
/**
|
|
@@ -6727,20 +6727,20 @@ export declare namespace Thermostat {
|
|
|
6727
6727
|
* This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
|
|
6728
6728
|
* for this field shall be Auto, Heat, and Cool.
|
|
6729
6729
|
*
|
|
6730
|
-
* @see {@link MatterSpecification.
|
|
6730
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.33.1
|
|
6731
6731
|
*/
|
|
6732
6732
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
6733
6733
|
/**
|
|
6734
6734
|
* This field shall specify a limit for the number of Schedules for this SystemMode.
|
|
6735
6735
|
*
|
|
6736
|
-
* @see {@link MatterSpecification.
|
|
6736
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.33.2
|
|
6737
6737
|
*/
|
|
6738
6738
|
numberOfSchedules: import("../tlv/TlvObject.js").FieldType<number>;
|
|
6739
6739
|
/**
|
|
6740
6740
|
* This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
|
|
6741
6741
|
* SupportsSetpoints shall be set.
|
|
6742
6742
|
*
|
|
6743
|
-
* @see {@link MatterSpecification.
|
|
6743
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.33.3
|
|
6744
6744
|
*/
|
|
6745
6745
|
scheduleTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
6746
6746
|
/**
|
|
@@ -6750,7 +6750,7 @@ export declare namespace Thermostat {
|
|
|
6750
6750
|
* field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
|
|
6751
6751
|
* contained in its Transitions field.
|
|
6752
6752
|
*
|
|
6753
|
-
* @see {@link MatterSpecification.
|
|
6753
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.1
|
|
6754
6754
|
*/
|
|
6755
6755
|
supportsPresets: BitFlag;
|
|
6756
6756
|
/**
|
|
@@ -6760,7 +6760,7 @@ export declare namespace Thermostat {
|
|
|
6760
6760
|
* field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
|
|
6761
6761
|
* contained in its Transitions field.
|
|
6762
6762
|
*
|
|
6763
|
-
* @see {@link MatterSpecification.
|
|
6763
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.2
|
|
6764
6764
|
*/
|
|
6765
6765
|
supportsSetpoints: BitFlag;
|
|
6766
6766
|
/**
|
|
@@ -6769,7 +6769,7 @@ export declare namespace Thermostat {
|
|
|
6769
6769
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
6770
6770
|
* field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
|
|
6771
6771
|
*
|
|
6772
|
-
* @see {@link MatterSpecification.
|
|
6772
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.3
|
|
6773
6773
|
*/
|
|
6774
6774
|
supportsNames: BitFlag;
|
|
6775
6775
|
/**
|
|
@@ -6778,7 +6778,7 @@ export declare namespace Thermostat {
|
|
|
6778
6778
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
6779
6779
|
* field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
|
|
6780
6780
|
*
|
|
6781
|
-
* @see {@link MatterSpecification.
|
|
6781
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.4
|
|
6782
6782
|
*/
|
|
6783
6783
|
supportsOff: BitFlag;
|
|
6784
6784
|
}>>;
|
|
@@ -6846,13 +6846,13 @@ export declare namespace Thermostat {
|
|
|
6846
6846
|
* This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for the
|
|
6847
6847
|
* purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
|
|
6848
6848
|
*
|
|
6849
|
-
* @see {@link MatterSpecification.
|
|
6849
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.1
|
|
6850
6850
|
*/
|
|
6851
6851
|
presetHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
6852
6852
|
/**
|
|
6853
6853
|
* This field shall indicate the associated PresetScenarioEnum value for this preset.
|
|
6854
6854
|
*
|
|
6855
|
-
* @see {@link MatterSpecification.
|
|
6855
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.2
|
|
6856
6856
|
*/
|
|
6857
6857
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
6858
6858
|
/**
|
|
@@ -6861,28 +6861,28 @@ export declare namespace Thermostat {
|
|
|
6861
6861
|
* Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
|
|
6862
6862
|
* with the same value, including null as a value, in the Name field.
|
|
6863
6863
|
*
|
|
6864
|
-
* @see {@link MatterSpecification.
|
|
6864
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.3
|
|
6865
6865
|
*/
|
|
6866
6866
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
6867
6867
|
/**
|
|
6868
6868
|
* This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
|
|
6869
6869
|
* constraints.
|
|
6870
6870
|
*
|
|
6871
|
-
* @see {@link MatterSpecification.
|
|
6871
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.4
|
|
6872
6872
|
*/
|
|
6873
6873
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
6874
6874
|
/**
|
|
6875
6875
|
* This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
|
|
6876
6876
|
* constraints.
|
|
6877
6877
|
*
|
|
6878
|
-
* @see {@link MatterSpecification.
|
|
6878
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.5
|
|
6879
6879
|
*/
|
|
6880
6880
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
6881
6881
|
/**
|
|
6882
6882
|
* This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but it
|
|
6883
6883
|
* cannot be deleted.
|
|
6884
6884
|
*
|
|
6885
|
-
* @see {@link MatterSpecification.
|
|
6885
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.6
|
|
6886
6886
|
*/
|
|
6887
6887
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
6888
6888
|
}>[], any> & {
|
|
@@ -6901,26 +6901,26 @@ export declare namespace Thermostat {
|
|
|
6901
6901
|
* This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute for
|
|
6902
6902
|
* the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
|
|
6903
6903
|
*
|
|
6904
|
-
* @see {@link MatterSpecification.
|
|
6904
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.1
|
|
6905
6905
|
*/
|
|
6906
6906
|
scheduleHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
6907
6907
|
/**
|
|
6908
6908
|
* This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
|
|
6909
6909
|
* values for this field shall be Auto, Heat, and Cool.
|
|
6910
6910
|
*
|
|
6911
|
-
* @see {@link MatterSpecification.
|
|
6911
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.2
|
|
6912
6912
|
*/
|
|
6913
6913
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
6914
6914
|
/**
|
|
6915
6915
|
* This field shall specify a name for the ScheduleStruct.
|
|
6916
6916
|
*
|
|
6917
|
-
* @see {@link MatterSpecification.
|
|
6917
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.3
|
|
6918
6918
|
*/
|
|
6919
6919
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
6920
6920
|
/**
|
|
6921
6921
|
* This field shall indicate the default PresetHandle value for transitions in this schedule.
|
|
6922
6922
|
*
|
|
6923
|
-
* @see {@link MatterSpecification.
|
|
6923
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.4
|
|
6924
6924
|
*/
|
|
6925
6925
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
6926
6926
|
/**
|
|
@@ -6951,14 +6951,14 @@ export declare namespace Thermostat {
|
|
|
6951
6951
|
* ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
|
|
6952
6952
|
* whose DayOfWeek field matches the current day of the week.
|
|
6953
6953
|
*
|
|
6954
|
-
* @see {@link MatterSpecification.
|
|
6954
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.5
|
|
6955
6955
|
*/
|
|
6956
6956
|
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
6957
6957
|
/**
|
|
6958
6958
|
* This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
|
|
6959
6959
|
* NOT be set; vacation schedules shall be set via the vacation preset.
|
|
6960
6960
|
*
|
|
6961
|
-
* @see {@link MatterSpecification.
|
|
6961
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.1
|
|
6962
6962
|
*/
|
|
6963
6963
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
6964
6964
|
/**
|
|
@@ -7000,14 +7000,14 @@ export declare namespace Thermostat {
|
|
|
7000
7000
|
*
|
|
7001
7001
|
* Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
|
|
7002
7002
|
*
|
|
7003
|
-
* @see {@link MatterSpecification.
|
|
7003
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.2
|
|
7004
7004
|
*/
|
|
7005
7005
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
7006
7006
|
/**
|
|
7007
7007
|
* This field shall specify the preset used at the TransitionTime. If this field is provided, then the
|
|
7008
7008
|
* SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
|
|
7009
7009
|
*
|
|
7010
|
-
* @see {@link MatterSpecification.
|
|
7010
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.3
|
|
7011
7011
|
*/
|
|
7012
7012
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
|
|
7013
7013
|
/**
|
|
@@ -7015,21 +7015,21 @@ export declare namespace Thermostat {
|
|
|
7015
7015
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
7016
7016
|
* shall only be included when the required system mode differs from the schedule’s default SystemMode.
|
|
7017
7017
|
*
|
|
7018
|
-
* @see {@link MatterSpecification.
|
|
7018
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.4
|
|
7019
7019
|
*/
|
|
7020
7020
|
systemMode: import("../tlv/TlvObject.js").OptionalFieldType<SystemMode>;
|
|
7021
7021
|
/**
|
|
7022
7022
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
7023
7023
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
7024
7024
|
*
|
|
7025
|
-
* @see {@link MatterSpecification.
|
|
7025
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.5
|
|
7026
7026
|
*/
|
|
7027
7027
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
7028
7028
|
/**
|
|
7029
7029
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
7030
7030
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
7031
7031
|
*
|
|
7032
|
-
* @see {@link MatterSpecification.
|
|
7032
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.6
|
|
7033
7033
|
*/
|
|
7034
7034
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
7035
7035
|
}>[]>;
|
|
@@ -7037,7 +7037,7 @@ export declare namespace Thermostat {
|
|
|
7037
7037
|
* This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
|
|
7038
7038
|
* it cannot be deleted.
|
|
7039
7039
|
*
|
|
7040
|
-
* @see {@link MatterSpecification.
|
|
7040
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.6
|
|
7041
7041
|
*/
|
|
7042
7042
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
7043
7043
|
}>[], any> & {
|
|
@@ -7061,13 +7061,13 @@ export declare namespace Thermostat {
|
|
|
7061
7061
|
* • Otherwise, if the LTNE feature is supported, there is no feedback externally available for the
|
|
7062
7062
|
* LocalTemperatureCalibration. In that case, the LocalTemperature attribute shall always report null.
|
|
7063
7063
|
*
|
|
7064
|
-
* @see {@link MatterSpecification.
|
|
7064
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.2
|
|
7065
7065
|
*/
|
|
7066
7066
|
readonly localTemperature: Attribute<number | null, any>;
|
|
7067
7067
|
/**
|
|
7068
7068
|
* Indicates the outdoor temperature, as measured locally or remotely (over the network).
|
|
7069
7069
|
*
|
|
7070
|
-
* @see {@link MatterSpecification.
|
|
7070
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.3
|
|
7071
7071
|
*/
|
|
7072
7072
|
readonly outdoorTemperature: OptionalAttribute<number | null, any>;
|
|
7073
7073
|
/**
|
|
@@ -7077,7 +7077,7 @@ export declare namespace Thermostat {
|
|
|
7077
7077
|
* from the DIP switches. If these parameters are set via software, there shall be read/write access in
|
|
7078
7078
|
* order to provide remote programming capability.
|
|
7079
7079
|
*
|
|
7080
|
-
* @see {@link MatterSpecification.
|
|
7080
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.11
|
|
7081
7081
|
* @deprecated
|
|
7082
7082
|
*/
|
|
7083
7083
|
readonly hvacSystemTypeConfiguration: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
@@ -7094,7 +7094,7 @@ export declare namespace Thermostat {
|
|
|
7094
7094
|
*
|
|
7095
7095
|
* • 11 = Reserved
|
|
7096
7096
|
*
|
|
7097
|
-
* @see {@link MatterSpecification.
|
|
7097
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.6.1
|
|
7098
7098
|
*/
|
|
7099
7099
|
coolingStage: BitField;
|
|
7100
7100
|
/**
|
|
@@ -7110,7 +7110,7 @@ export declare namespace Thermostat {
|
|
|
7110
7110
|
*
|
|
7111
7111
|
* • 11 = Reserved
|
|
7112
7112
|
*
|
|
7113
|
-
* @see {@link MatterSpecification.
|
|
7113
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.6.2
|
|
7114
7114
|
*/
|
|
7115
7115
|
heatingStage: BitField;
|
|
7116
7116
|
/**
|
|
@@ -7122,7 +7122,7 @@ export declare namespace Thermostat {
|
|
|
7122
7122
|
*
|
|
7123
7123
|
* • 1 = Heat Pump
|
|
7124
7124
|
*
|
|
7125
|
-
* @see {@link MatterSpecification.
|
|
7125
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.6.3
|
|
7126
7126
|
*/
|
|
7127
7127
|
heatingIsHeatPump: BitFlag;
|
|
7128
7128
|
/**
|
|
@@ -7134,7 +7134,7 @@ export declare namespace Thermostat {
|
|
|
7134
7134
|
*
|
|
7135
7135
|
* • 1 = Uses fuel
|
|
7136
7136
|
*
|
|
7137
|
-
* @see {@link MatterSpecification.
|
|
7137
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.6.4
|
|
7138
7138
|
*/
|
|
7139
7139
|
heatingUsesFuel: BitFlag;
|
|
7140
7140
|
}>, any>;
|
|
@@ -7148,7 +7148,7 @@ export declare namespace Thermostat {
|
|
|
7148
7148
|
* If the LocalTemperature RemoteSensing bit is written with a value of 1 when the LTNE feature is present,
|
|
7149
7149
|
* the write shall fail and the server shall report a CONSTRAINT_ERROR.
|
|
7150
7150
|
*
|
|
7151
|
-
* @see {@link MatterSpecification.
|
|
7151
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.22
|
|
7152
7152
|
*/
|
|
7153
7153
|
readonly remoteSensing: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
7154
7154
|
/**
|
|
@@ -7160,7 +7160,7 @@ export declare namespace Thermostat {
|
|
|
7160
7160
|
*
|
|
7161
7161
|
* This bit shall be supported if the OutdoorTemperature attribute is supported.
|
|
7162
7162
|
*
|
|
7163
|
-
* @see {@link MatterSpecification.
|
|
7163
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.11.1
|
|
7164
7164
|
*/
|
|
7165
7165
|
outdoorTemperature: BitFlag;
|
|
7166
7166
|
/**
|
|
@@ -7176,14 +7176,14 @@ export declare namespace Thermostat {
|
|
|
7176
7176
|
* value of this attribute shall remain unchanged. This behavior is in place for backwards compatibility
|
|
7177
7177
|
* with existing thermostats.
|
|
7178
7178
|
*
|
|
7179
|
-
* @see {@link MatterSpecification.
|
|
7179
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.23
|
|
7180
7180
|
*/
|
|
7181
7181
|
readonly controlSequenceOfOperation: WritableAttribute<ControlSequenceOfOperation, any>;
|
|
7182
7182
|
/**
|
|
7183
7183
|
* Indicates the current operating mode of the thermostat. Its value shall be limited by the
|
|
7184
7184
|
* ControlSequenceOfOperation attribute.
|
|
7185
7185
|
*
|
|
7186
|
-
* @see {@link MatterSpecification.
|
|
7186
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.24
|
|
7187
7187
|
*/
|
|
7188
7188
|
readonly systemMode: WritableAttribute<SystemMode, any>;
|
|
7189
7189
|
/**
|
|
@@ -7204,7 +7204,7 @@ export declare namespace Thermostat {
|
|
|
7204
7204
|
* If this attribute is updated to SetpointHoldOff and the SetpointHoldExpiryTimestamp is supported, the
|
|
7205
7205
|
* server shall set the SetpointHoldExpiryTimestamp to null.
|
|
7206
7206
|
*
|
|
7207
|
-
* @see {@link MatterSpecification.
|
|
7207
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.30
|
|
7208
7208
|
*/
|
|
7209
7209
|
readonly temperatureSetpointHold: OptionalWritableAttribute<TemperatureSetpointHold, any>;
|
|
7210
7210
|
/**
|
|
@@ -7219,7 +7219,7 @@ export declare namespace Thermostat {
|
|
|
7219
7219
|
* If this attribute is set to null and the SetpointHoldExpiryTimestamp is supported, the server shall set
|
|
7220
7220
|
* the SetpointHoldExpiryTimestamp to null.
|
|
7221
7221
|
*
|
|
7222
|
-
* @see {@link MatterSpecification.
|
|
7222
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.31
|
|
7223
7223
|
*/
|
|
7224
7224
|
readonly temperatureSetpointHoldDuration: OptionalWritableAttribute<number | null, any>;
|
|
7225
7225
|
/**
|
|
@@ -7240,7 +7240,7 @@ export declare namespace Thermostat {
|
|
|
7240
7240
|
* Modifying the ScheduleActive bit does not clear or delete previous weekly schedule programming
|
|
7241
7241
|
* configurations.
|
|
7242
7242
|
*
|
|
7243
|
-
* @see {@link MatterSpecification.
|
|
7243
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.32
|
|
7244
7244
|
*/
|
|
7245
7245
|
readonly thermostatProgrammingOperationMode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
7246
7246
|
/**
|
|
@@ -7260,7 +7260,7 @@ export declare namespace Thermostat {
|
|
|
7260
7260
|
* Indicates the current relay state of the heat, cool, and fan relays. Unimplemented outputs shall be
|
|
7261
7261
|
* treated as if they were Off.
|
|
7262
7262
|
*
|
|
7263
|
-
* @see {@link MatterSpecification.
|
|
7263
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.33
|
|
7264
7264
|
*/
|
|
7265
7265
|
readonly thermostatRunningState: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
7266
7266
|
/**
|
|
@@ -7301,7 +7301,7 @@ export declare namespace Thermostat {
|
|
|
7301
7301
|
* provider). Because automation services may initiate frequent setpoint changes, this attribute clearly
|
|
7302
7302
|
* differentiates the source of setpoint changes made at the thermostat.
|
|
7303
7303
|
*
|
|
7304
|
-
* @see {@link MatterSpecification.
|
|
7304
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.34
|
|
7305
7305
|
*/
|
|
7306
7306
|
readonly setpointChangeSource: OptionalAttribute<SetpointChangeSource, any>;
|
|
7307
7307
|
/**
|
|
@@ -7311,13 +7311,13 @@ export declare namespace Thermostat {
|
|
|
7311
7311
|
*
|
|
7312
7312
|
* The null value indicates that the previous setpoint was unknown.
|
|
7313
7313
|
*
|
|
7314
|
-
* @see {@link MatterSpecification.
|
|
7314
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.35
|
|
7315
7315
|
*/
|
|
7316
7316
|
readonly setpointChangeAmount: OptionalAttribute<number | null, any>;
|
|
7317
7317
|
/**
|
|
7318
7318
|
* Indicates the time in UTC at which the SetpointChangeAmount attribute change was recorded.
|
|
7319
7319
|
*
|
|
7320
|
-
* @see {@link MatterSpecification.
|
|
7320
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.36
|
|
7321
7321
|
*/
|
|
7322
7322
|
readonly setpointChangeSourceTimestamp: OptionalAttribute<number, any>;
|
|
7323
7323
|
/**
|
|
@@ -7346,38 +7346,38 @@ export declare namespace Thermostat {
|
|
|
7346
7346
|
* when a setpoint is of a specified amount greater than the measured temperature. This allows the heated
|
|
7347
7347
|
* space to be quickly heated to the desired level set by the user.
|
|
7348
7348
|
*
|
|
7349
|
-
* @see {@link MatterSpecification.
|
|
7349
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.43
|
|
7350
7350
|
*/
|
|
7351
7351
|
readonly emergencyHeatDelta: OptionalWritableAttribute<number, any>;
|
|
7352
7352
|
/**
|
|
7353
7353
|
* Indicates the type of Mini Split ACTypeEnum of Mini Split AC is defined depending on how Cooling and
|
|
7354
7354
|
* Heating condition is achieved by Mini Split AC.
|
|
7355
7355
|
*
|
|
7356
|
-
* @see {@link MatterSpecification.
|
|
7356
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.44
|
|
7357
7357
|
*/
|
|
7358
7358
|
readonly acType: OptionalWritableAttribute<AcType, any>;
|
|
7359
7359
|
/**
|
|
7360
7360
|
* Indicates capacity of Mini Split AC in terms of the format defined by the ACCapacityFormat attribute
|
|
7361
7361
|
*
|
|
7362
|
-
* @see {@link MatterSpecification.
|
|
7362
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.45
|
|
7363
7363
|
*/
|
|
7364
7364
|
readonly acCapacity: OptionalWritableAttribute<number, any>;
|
|
7365
7365
|
/**
|
|
7366
7366
|
* Indicates type of refrigerant used within the Mini Split AC.
|
|
7367
7367
|
*
|
|
7368
|
-
* @see {@link MatterSpecification.
|
|
7368
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.46
|
|
7369
7369
|
*/
|
|
7370
7370
|
readonly acRefrigerantType: OptionalWritableAttribute<AcRefrigerantType, any>;
|
|
7371
7371
|
/**
|
|
7372
7372
|
* Indicates the type of compressor used within the Mini Split AC.
|
|
7373
7373
|
*
|
|
7374
|
-
* @see {@link MatterSpecification.
|
|
7374
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.47
|
|
7375
7375
|
*/
|
|
7376
7376
|
readonly acCompressorType: OptionalWritableAttribute<AcCompressorType, any>;
|
|
7377
7377
|
/**
|
|
7378
7378
|
* Indicates the type of errors encountered within the Mini Split AC.
|
|
7379
7379
|
*
|
|
7380
|
-
* @see {@link MatterSpecification.
|
|
7380
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.48
|
|
7381
7381
|
*/
|
|
7382
7382
|
readonly acErrorCode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
7383
7383
|
/**
|
|
@@ -7404,19 +7404,19 @@ export declare namespace Thermostat {
|
|
|
7404
7404
|
/**
|
|
7405
7405
|
* Indicates the position of Louver on the AC.
|
|
7406
7406
|
*
|
|
7407
|
-
* @see {@link MatterSpecification.
|
|
7407
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.49
|
|
7408
7408
|
*/
|
|
7409
7409
|
readonly acLouverPosition: OptionalWritableAttribute<AcLouverPosition, any>;
|
|
7410
7410
|
/**
|
|
7411
7411
|
* Indicates the temperature of the AC coil, as measured locally or remotely (over the network).
|
|
7412
7412
|
*
|
|
7413
|
-
* @see {@link MatterSpecification.
|
|
7413
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.50
|
|
7414
7414
|
*/
|
|
7415
7415
|
readonly acCoilTemperature: OptionalAttribute<number | null, any>;
|
|
7416
7416
|
/**
|
|
7417
7417
|
* Indicates the format for the ACCapacity attribute.
|
|
7418
7418
|
*
|
|
7419
|
-
* @see {@link MatterSpecification.
|
|
7419
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.51
|
|
7420
7420
|
*/
|
|
7421
7421
|
readonly acCapacityFormat: OptionalWritableAttribute<AcCapacityFormat, any>;
|
|
7422
7422
|
/**
|
|
@@ -7428,7 +7428,7 @@ export declare namespace Thermostat {
|
|
|
7428
7428
|
* null, this attribute shall be set to null indicating there is no hold on the Thermostat either with or
|
|
7429
7429
|
* without a duration.
|
|
7430
7430
|
*
|
|
7431
|
-
* @see {@link MatterSpecification.
|
|
7431
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.62
|
|
7432
7432
|
*/
|
|
7433
7433
|
readonly setpointHoldExpiryTimestamp: OptionalAttribute<number | null, any>;
|
|
7434
7434
|
};
|
|
@@ -7439,7 +7439,7 @@ export declare namespace Thermostat {
|
|
|
7439
7439
|
* device supports more than 10 transitions in its schedule they can send this by sending more than 1 “Set
|
|
7440
7440
|
* Weekly Schedule” command, each containing the separate information that the device needs to set.
|
|
7441
7441
|
*
|
|
7442
|
-
* @see {@link MatterSpecification.
|
|
7442
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.1
|
|
7443
7443
|
*/
|
|
7444
7444
|
numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
|
|
7445
7445
|
/**
|
|
@@ -7451,7 +7451,7 @@ export declare namespace Thermostat {
|
|
|
7451
7451
|
* Each setpoint transition will begin with the day of week for this transition. There can be up to 10
|
|
7452
7452
|
* transitions for each command.
|
|
7453
7453
|
*
|
|
7454
|
-
* @see {@link MatterSpecification.
|
|
7454
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.2
|
|
7455
7455
|
*/
|
|
7456
7456
|
dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
7457
7457
|
/**
|
|
@@ -7508,7 +7508,7 @@ export declare namespace Thermostat {
|
|
|
7508
7508
|
* Both bits must be respected, even if the HEAT or COOL feature is not supported, to ensure the command is
|
|
7509
7509
|
* decoded and handled correctly.
|
|
7510
7510
|
*
|
|
7511
|
-
* @see {@link MatterSpecification.
|
|
7511
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.3
|
|
7512
7512
|
*/
|
|
7513
7513
|
modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
7514
7514
|
/**
|
|
@@ -7523,7 +7523,7 @@ export declare namespace Thermostat {
|
|
|
7523
7523
|
/**
|
|
7524
7524
|
* This field shall contain the list of setpoint transitions used to update the specified daily schedules
|
|
7525
7525
|
*
|
|
7526
|
-
* @see {@link MatterSpecification.
|
|
7526
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.4
|
|
7527
7527
|
*/
|
|
7528
7528
|
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
7529
7529
|
/**
|
|
@@ -7531,19 +7531,19 @@ export declare namespace Thermostat {
|
|
|
7531
7531
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
7532
7532
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
7533
7533
|
*
|
|
7534
|
-
* @see {@link MatterSpecification.
|
|
7534
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.1
|
|
7535
7535
|
*/
|
|
7536
7536
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
7537
7537
|
/**
|
|
7538
7538
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
7539
7539
|
*
|
|
7540
|
-
* @see {@link MatterSpecification.
|
|
7540
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.2
|
|
7541
7541
|
*/
|
|
7542
7542
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
7543
7543
|
/**
|
|
7544
7544
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
7545
7545
|
*
|
|
7546
|
-
* @see {@link MatterSpecification.
|
|
7546
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.3
|
|
7547
7547
|
*/
|
|
7548
7548
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
7549
7549
|
}>[]>;
|
|
@@ -7560,7 +7560,7 @@ export declare namespace Thermostat {
|
|
|
7560
7560
|
* This field shall indicate the number of days the client would like to return the setpoint values for and
|
|
7561
7561
|
* could be any combination of single days or the entire week.
|
|
7562
7562
|
*
|
|
7563
|
-
* @see {@link MatterSpecification.
|
|
7563
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.3.1
|
|
7564
7564
|
*/
|
|
7565
7565
|
daysToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
7566
7566
|
/**
|
|
@@ -7600,7 +7600,7 @@ export declare namespace Thermostat {
|
|
|
7600
7600
|
* This field shall indicate the mode the client would like to return the set point values for and could be any
|
|
7601
7601
|
* combination of heat only, cool only or heat & cool.
|
|
7602
7602
|
*
|
|
7603
|
-
* @see {@link MatterSpecification.
|
|
7603
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.3.2
|
|
7604
7604
|
*/
|
|
7605
7605
|
modeToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
7606
7606
|
/**
|
|
@@ -7664,19 +7664,19 @@ export declare namespace Thermostat {
|
|
|
7664
7664
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
7665
7665
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
7666
7666
|
*
|
|
7667
|
-
* @see {@link MatterSpecification.
|
|
7667
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.1
|
|
7668
7668
|
*/
|
|
7669
7669
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
7670
7670
|
/**
|
|
7671
7671
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
7672
7672
|
*
|
|
7673
|
-
* @see {@link MatterSpecification.
|
|
7673
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.2
|
|
7674
7674
|
*/
|
|
7675
7675
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
7676
7676
|
/**
|
|
7677
7677
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
7678
7678
|
*
|
|
7679
|
-
* @see {@link MatterSpecification.
|
|
7679
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.3
|
|
7680
7680
|
*/
|
|
7681
7681
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
7682
7682
|
}>[]>;
|
|
@@ -7700,7 +7700,7 @@ export declare namespace Thermostat {
|
|
|
7700
7700
|
/**
|
|
7701
7701
|
* This field shall specify the value of the ScheduleHandle field on the ScheduleStruct to be made active.
|
|
7702
7702
|
*
|
|
7703
|
-
* @see {@link MatterSpecification.
|
|
7703
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.8.1
|
|
7704
7704
|
*/
|
|
7705
7705
|
scheduleHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
|
|
7706
7706
|
}>, void, any> & {
|
|
@@ -7716,7 +7716,7 @@ export declare namespace Thermostat {
|
|
|
7716
7716
|
* This field shall specify the value of the PresetHandle field on the PresetStruct to be made active. If the
|
|
7717
7717
|
* field is set to null, that indicates there should be no active preset.
|
|
7718
7718
|
*
|
|
7719
|
-
* @see {@link MatterSpecification.
|
|
7719
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.9.1
|
|
7720
7720
|
*/
|
|
7721
7721
|
presetHandle: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
|
|
7722
7722
|
}>, void, any> & {
|
|
@@ -7728,20 +7728,20 @@ export declare namespace Thermostat {
|
|
|
7728
7728
|
}];
|
|
7729
7729
|
};
|
|
7730
7730
|
/**
|
|
7731
|
-
* @see {@link MatterSpecification.
|
|
7731
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.1
|
|
7732
7732
|
*/
|
|
7733
7733
|
readonly setpointRaiseLower: Command<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
7734
7734
|
/**
|
|
7735
7735
|
* The field shall specify which setpoints are to be adjusted.
|
|
7736
7736
|
*
|
|
7737
|
-
* @see {@link MatterSpecification.
|
|
7737
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.1.1
|
|
7738
7738
|
*/
|
|
7739
7739
|
mode: import("../tlv/TlvObject.js").FieldType<SetpointRaiseLowerMode>;
|
|
7740
7740
|
/**
|
|
7741
7741
|
* This field shall indicate the amount (possibly negative) that should be added to the setpoint(s), in steps of
|
|
7742
7742
|
* 0.1°C.
|
|
7743
7743
|
*
|
|
7744
|
-
* @see {@link MatterSpecification.
|
|
7744
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.1.2
|
|
7745
7745
|
*/
|
|
7746
7746
|
amount: import("../tlv/TlvObject.js").FieldType<number>;
|
|
7747
7747
|
}>, void, any>;
|