@matter/types 0.13.0-alpha.0-20250329-cd36948da → 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
|
@@ -34,7 +34,7 @@ export namespace Thermostat {
|
|
|
34
34
|
/**
|
|
35
35
|
* These are optional features supported by ThermostatCluster.
|
|
36
36
|
*
|
|
37
|
-
* @see {@link MatterSpecification.
|
|
37
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.4
|
|
38
38
|
*/
|
|
39
39
|
export enum Feature {
|
|
40
40
|
/**
|
|
@@ -86,7 +86,7 @@ export namespace Thermostat {
|
|
|
86
86
|
* externally, for example due to the temperature control being done by a separate subsystem which does not
|
|
87
87
|
* offer a view into the currently measured temperature, but allows setpoints to be provided.
|
|
88
88
|
*
|
|
89
|
-
* @see {@link MatterSpecification.
|
|
89
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.4.1
|
|
90
90
|
*/
|
|
91
91
|
LocalTemperatureNotExposed = "LocalTemperatureNotExposed",
|
|
92
92
|
|
|
@@ -106,7 +106,7 @@ export namespace Thermostat {
|
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
/**
|
|
109
|
-
* @see {@link MatterSpecification.
|
|
109
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.7
|
|
110
110
|
*/
|
|
111
111
|
export const Occupancy = {
|
|
112
112
|
/**
|
|
@@ -115,13 +115,13 @@ export namespace Thermostat {
|
|
|
115
115
|
* If this bit is set, it shall indicate the occupied state else if the bit if not set, it shall indicate the
|
|
116
116
|
* unoccupied state.
|
|
117
117
|
*
|
|
118
|
-
* @see {@link MatterSpecification.
|
|
118
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.7.1
|
|
119
119
|
*/
|
|
120
120
|
occupied: BitFlag(0)
|
|
121
121
|
};
|
|
122
122
|
|
|
123
123
|
/**
|
|
124
|
-
* @see {@link MatterSpecification.
|
|
124
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.26
|
|
125
125
|
*/
|
|
126
126
|
export enum ThermostatRunningMode {
|
|
127
127
|
/**
|
|
@@ -141,7 +141,7 @@ export namespace Thermostat {
|
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
/**
|
|
144
|
-
* @see {@link MatterSpecification.
|
|
144
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.24
|
|
145
145
|
*/
|
|
146
146
|
export enum StartOfWeek {
|
|
147
147
|
Sunday = 0,
|
|
@@ -154,7 +154,7 @@ export namespace Thermostat {
|
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
/**
|
|
157
|
-
* @see {@link MatterSpecification.
|
|
157
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.13
|
|
158
158
|
*/
|
|
159
159
|
export const ScheduleDayOfWeek = {
|
|
160
160
|
/**
|
|
@@ -199,7 +199,7 @@ export namespace Thermostat {
|
|
|
199
199
|
};
|
|
200
200
|
|
|
201
201
|
/**
|
|
202
|
-
* @see {@link MatterSpecification.
|
|
202
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.14
|
|
203
203
|
*/
|
|
204
204
|
export const ScheduleMode = {
|
|
205
205
|
/**
|
|
@@ -216,7 +216,7 @@ export namespace Thermostat {
|
|
|
216
216
|
/**
|
|
217
217
|
* This represents a single transition in a Thermostat schedule
|
|
218
218
|
*
|
|
219
|
-
* @see {@link MatterSpecification.
|
|
219
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30
|
|
220
220
|
*/
|
|
221
221
|
export const TlvWeeklyScheduleTransition = TlvObject({
|
|
222
222
|
/**
|
|
@@ -224,21 +224,21 @@ export namespace Thermostat {
|
|
|
224
224
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
225
225
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
226
226
|
*
|
|
227
|
-
* @see {@link MatterSpecification.
|
|
227
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.1
|
|
228
228
|
*/
|
|
229
229
|
transitionTime: TlvField(0, TlvUInt16.bound({ max: 1439 })),
|
|
230
230
|
|
|
231
231
|
/**
|
|
232
232
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
233
233
|
*
|
|
234
|
-
* @see {@link MatterSpecification.
|
|
234
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.2
|
|
235
235
|
*/
|
|
236
236
|
heatSetpoint: TlvField(1, TlvNullable(TlvInt16)),
|
|
237
237
|
|
|
238
238
|
/**
|
|
239
239
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
240
240
|
*
|
|
241
|
-
* @see {@link MatterSpecification.
|
|
241
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.3
|
|
242
242
|
*/
|
|
243
243
|
coolSetpoint: TlvField(2, TlvNullable(TlvInt16))
|
|
244
244
|
});
|
|
@@ -246,14 +246,14 @@ export namespace Thermostat {
|
|
|
246
246
|
/**
|
|
247
247
|
* This represents a single transition in a Thermostat schedule
|
|
248
248
|
*
|
|
249
|
-
* @see {@link MatterSpecification.
|
|
249
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30
|
|
250
250
|
*/
|
|
251
251
|
export interface WeeklyScheduleTransition extends TypeFromSchema<typeof TlvWeeklyScheduleTransition> {}
|
|
252
252
|
|
|
253
253
|
/**
|
|
254
254
|
* Input to the Thermostat setWeeklySchedule command
|
|
255
255
|
*
|
|
256
|
-
* @see {@link MatterSpecification.
|
|
256
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2
|
|
257
257
|
*/
|
|
258
258
|
export const TlvSetWeeklyScheduleRequest = TlvObject({
|
|
259
259
|
/**
|
|
@@ -261,7 +261,7 @@ export namespace Thermostat {
|
|
|
261
261
|
* device supports more than 10 transitions in its schedule they can send this by sending more than 1 “Set
|
|
262
262
|
* Weekly Schedule” command, each containing the separate information that the device needs to set.
|
|
263
263
|
*
|
|
264
|
-
* @see {@link MatterSpecification.
|
|
264
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.1
|
|
265
265
|
*/
|
|
266
266
|
numberOfTransitionsForSequence: TlvField(0, TlvUInt8),
|
|
267
267
|
|
|
@@ -274,7 +274,7 @@ export namespace Thermostat {
|
|
|
274
274
|
* Each setpoint transition will begin with the day of week for this transition. There can be up to 10
|
|
275
275
|
* transitions for each command.
|
|
276
276
|
*
|
|
277
|
-
* @see {@link MatterSpecification.
|
|
277
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.2
|
|
278
278
|
*/
|
|
279
279
|
dayOfWeekForSequence: TlvField(1, TlvBitmap(TlvUInt8, ScheduleDayOfWeek)),
|
|
280
280
|
|
|
@@ -299,14 +299,14 @@ export namespace Thermostat {
|
|
|
299
299
|
* Both bits must be respected, even if the HEAT or COOL feature is not supported, to ensure the command is
|
|
300
300
|
* decoded and handled correctly.
|
|
301
301
|
*
|
|
302
|
-
* @see {@link MatterSpecification.
|
|
302
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.3
|
|
303
303
|
*/
|
|
304
304
|
modeForSequence: TlvField(2, TlvBitmap(TlvUInt8, ScheduleMode)),
|
|
305
305
|
|
|
306
306
|
/**
|
|
307
307
|
* This field shall contain the list of setpoint transitions used to update the specified daily schedules
|
|
308
308
|
*
|
|
309
|
-
* @see {@link MatterSpecification.
|
|
309
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.4
|
|
310
310
|
*/
|
|
311
311
|
transitions: TlvField(3, TlvArray(TlvWeeklyScheduleTransition, { maxLength: 10 }))
|
|
312
312
|
});
|
|
@@ -314,21 +314,21 @@ export namespace Thermostat {
|
|
|
314
314
|
/**
|
|
315
315
|
* Input to the Thermostat setWeeklySchedule command
|
|
316
316
|
*
|
|
317
|
-
* @see {@link MatterSpecification.
|
|
317
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2
|
|
318
318
|
*/
|
|
319
319
|
export interface SetWeeklyScheduleRequest extends TypeFromSchema<typeof TlvSetWeeklyScheduleRequest> {}
|
|
320
320
|
|
|
321
321
|
/**
|
|
322
322
|
* Input to the Thermostat getWeeklySchedule command
|
|
323
323
|
*
|
|
324
|
-
* @see {@link MatterSpecification.
|
|
324
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.3
|
|
325
325
|
*/
|
|
326
326
|
export const TlvGetWeeklyScheduleRequest = TlvObject({
|
|
327
327
|
/**
|
|
328
328
|
* This field shall indicate the number of days the client would like to return the setpoint values for and
|
|
329
329
|
* could be any combination of single days or the entire week.
|
|
330
330
|
*
|
|
331
|
-
* @see {@link MatterSpecification.
|
|
331
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.3.1
|
|
332
332
|
*/
|
|
333
333
|
daysToReturn: TlvField(0, TlvBitmap(TlvUInt8, ScheduleDayOfWeek)),
|
|
334
334
|
|
|
@@ -336,7 +336,7 @@ export namespace Thermostat {
|
|
|
336
336
|
* This field shall indicate the mode the client would like to return the set point values for and could be any
|
|
337
337
|
* combination of heat only, cool only or heat & cool.
|
|
338
338
|
*
|
|
339
|
-
* @see {@link MatterSpecification.
|
|
339
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.3.2
|
|
340
340
|
*/
|
|
341
341
|
modeToReturn: TlvField(1, TlvBitmap(TlvUInt8, ScheduleMode))
|
|
342
342
|
});
|
|
@@ -344,14 +344,14 @@ export namespace Thermostat {
|
|
|
344
344
|
/**
|
|
345
345
|
* Input to the Thermostat getWeeklySchedule command
|
|
346
346
|
*
|
|
347
|
-
* @see {@link MatterSpecification.
|
|
347
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.3
|
|
348
348
|
*/
|
|
349
349
|
export interface GetWeeklyScheduleRequest extends TypeFromSchema<typeof TlvGetWeeklyScheduleRequest> {}
|
|
350
350
|
|
|
351
351
|
/**
|
|
352
352
|
* This command has the same payload format as the Set Weekly Schedule.
|
|
353
353
|
*
|
|
354
|
-
* @see {@link MatterSpecification.
|
|
354
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.4
|
|
355
355
|
*/
|
|
356
356
|
export const TlvGetWeeklyScheduleResponse = TlvObject({
|
|
357
357
|
numberOfTransitionsForSequence: TlvField(0, TlvUInt8),
|
|
@@ -363,12 +363,12 @@ export namespace Thermostat {
|
|
|
363
363
|
/**
|
|
364
364
|
* This command has the same payload format as the Set Weekly Schedule.
|
|
365
365
|
*
|
|
366
|
-
* @see {@link MatterSpecification.
|
|
366
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.4
|
|
367
367
|
*/
|
|
368
368
|
export interface GetWeeklyScheduleResponse extends TypeFromSchema<typeof TlvGetWeeklyScheduleResponse> {}
|
|
369
369
|
|
|
370
370
|
/**
|
|
371
|
-
* @see {@link MatterSpecification.
|
|
371
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.22
|
|
372
372
|
*/
|
|
373
373
|
export enum PresetScenario {
|
|
374
374
|
/**
|
|
@@ -377,7 +377,7 @@ export namespace Thermostat {
|
|
|
377
377
|
* This value shall indicate the preset for periods when the thermostat’s temperature-controlled area is
|
|
378
378
|
* occupied. It is intended for thermostats that can automatically determine occupancy.
|
|
379
379
|
*
|
|
380
|
-
* @see {@link MatterSpecification.
|
|
380
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.22.2
|
|
381
381
|
*/
|
|
382
382
|
Occupied = 1,
|
|
383
383
|
|
|
@@ -387,7 +387,7 @@ export namespace Thermostat {
|
|
|
387
387
|
* This value shall indicate the preset for periods when the thermostat’s temperature-controlled area is
|
|
388
388
|
* unoccupied. It is intended for thermostats that can automatically determine occupancy.
|
|
389
389
|
*
|
|
390
|
-
* @see {@link MatterSpecification.
|
|
390
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.22.3
|
|
391
391
|
*/
|
|
392
392
|
Unoccupied = 2,
|
|
393
393
|
|
|
@@ -396,7 +396,7 @@ export namespace Thermostat {
|
|
|
396
396
|
*
|
|
397
397
|
* This value shall indicate the preset for periods when users are likely to be asleep.
|
|
398
398
|
*
|
|
399
|
-
* @see {@link MatterSpecification.
|
|
399
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.22.4
|
|
400
400
|
*/
|
|
401
401
|
Sleep = 3,
|
|
402
402
|
|
|
@@ -405,7 +405,7 @@ export namespace Thermostat {
|
|
|
405
405
|
*
|
|
406
406
|
* This value shall indicate the preset for periods when users are likely to be waking up.
|
|
407
407
|
*
|
|
408
|
-
* @see {@link MatterSpecification.
|
|
408
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.22.5
|
|
409
409
|
*/
|
|
410
410
|
Wake = 4,
|
|
411
411
|
|
|
@@ -415,7 +415,7 @@ export namespace Thermostat {
|
|
|
415
415
|
* This value shall indicate the preset for periods when users are on vacation, or otherwise out-of- home for
|
|
416
416
|
* extended periods of time.
|
|
417
417
|
*
|
|
418
|
-
* @see {@link MatterSpecification.
|
|
418
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.22.6
|
|
419
419
|
*/
|
|
420
420
|
Vacation = 5,
|
|
421
421
|
|
|
@@ -424,7 +424,7 @@ export namespace Thermostat {
|
|
|
424
424
|
*
|
|
425
425
|
* This value shall indicate the preset for periods when users are likely to be going to sleep.
|
|
426
426
|
*
|
|
427
|
-
* @see {@link MatterSpecification.
|
|
427
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.22.7
|
|
428
428
|
*/
|
|
429
429
|
GoingToSleep = 6,
|
|
430
430
|
|
|
@@ -433,13 +433,13 @@ export namespace Thermostat {
|
|
|
433
433
|
*
|
|
434
434
|
* This value shall indicate a free-form preset; when set, the Name field on PresetStruct shall NOT be null.
|
|
435
435
|
*
|
|
436
|
-
* @see {@link MatterSpecification.
|
|
436
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.22.8
|
|
437
437
|
*/
|
|
438
438
|
UserDefined = 254
|
|
439
439
|
}
|
|
440
440
|
|
|
441
441
|
/**
|
|
442
|
-
* @see {@link MatterSpecification.
|
|
442
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.8
|
|
443
443
|
*/
|
|
444
444
|
export const PresetTypeFeatures = {
|
|
445
445
|
/**
|
|
@@ -454,38 +454,38 @@ export namespace Thermostat {
|
|
|
454
454
|
};
|
|
455
455
|
|
|
456
456
|
/**
|
|
457
|
-
* @see {@link MatterSpecification.
|
|
457
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.29
|
|
458
458
|
*/
|
|
459
459
|
export const TlvPresetType = TlvObject({
|
|
460
460
|
/**
|
|
461
461
|
* This field shall specify a PresetScenarioEnum value supported by this thermostat.
|
|
462
462
|
*
|
|
463
|
-
* @see {@link MatterSpecification.
|
|
463
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.29.1
|
|
464
464
|
*/
|
|
465
465
|
presetScenario: TlvField(0, TlvEnum<PresetScenario>()),
|
|
466
466
|
|
|
467
467
|
/**
|
|
468
468
|
* This field shall specify a limit for the number of presets for this PresetScenarioEnum.
|
|
469
469
|
*
|
|
470
|
-
* @see {@link MatterSpecification.
|
|
470
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.29.2
|
|
471
471
|
*/
|
|
472
472
|
numberOfPresets: TlvField(1, TlvUInt8),
|
|
473
473
|
|
|
474
474
|
/**
|
|
475
475
|
* This field shall specify a bitmap of features for this PresetTypeStruct.
|
|
476
476
|
*
|
|
477
|
-
* @see {@link MatterSpecification.
|
|
477
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.29.3
|
|
478
478
|
*/
|
|
479
479
|
presetTypeFeatures: TlvField(2, TlvBitmap(TlvUInt16, PresetTypeFeatures))
|
|
480
480
|
});
|
|
481
481
|
|
|
482
482
|
/**
|
|
483
|
-
* @see {@link MatterSpecification.
|
|
483
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.29
|
|
484
484
|
*/
|
|
485
485
|
export interface PresetType extends TypeFromSchema<typeof TlvPresetType> {}
|
|
486
486
|
|
|
487
487
|
/**
|
|
488
|
-
* @see {@link MatterSpecification.
|
|
488
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28
|
|
489
489
|
*/
|
|
490
490
|
export const TlvPreset = TlvObject({
|
|
491
491
|
/**
|
|
@@ -495,14 +495,14 @@ export namespace Thermostat {
|
|
|
495
495
|
* This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for the
|
|
496
496
|
* purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
|
|
497
497
|
*
|
|
498
|
-
* @see {@link MatterSpecification.
|
|
498
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.1
|
|
499
499
|
*/
|
|
500
500
|
presetHandle: TlvField(0, TlvNullable(TlvByteString.bound({ maxLength: 16 }))),
|
|
501
501
|
|
|
502
502
|
/**
|
|
503
503
|
* This field shall indicate the associated PresetScenarioEnum value for this preset.
|
|
504
504
|
*
|
|
505
|
-
* @see {@link MatterSpecification.
|
|
505
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.2
|
|
506
506
|
*/
|
|
507
507
|
presetScenario: TlvField(1, TlvEnum<PresetScenario>()),
|
|
508
508
|
|
|
@@ -512,7 +512,7 @@ export namespace Thermostat {
|
|
|
512
512
|
* Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
|
|
513
513
|
* with the same value, including null as a value, in the Name field.
|
|
514
514
|
*
|
|
515
|
-
* @see {@link MatterSpecification.
|
|
515
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.3
|
|
516
516
|
*/
|
|
517
517
|
name: TlvOptionalField(2, TlvNullable(TlvString.bound({ maxLength: 64 }))),
|
|
518
518
|
|
|
@@ -520,7 +520,7 @@ export namespace Thermostat {
|
|
|
520
520
|
* This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
|
|
521
521
|
* constraints.
|
|
522
522
|
*
|
|
523
|
-
* @see {@link MatterSpecification.
|
|
523
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.4
|
|
524
524
|
*/
|
|
525
525
|
coolingSetpoint: TlvOptionalField(3, TlvInt16),
|
|
526
526
|
|
|
@@ -528,7 +528,7 @@ export namespace Thermostat {
|
|
|
528
528
|
* This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
|
|
529
529
|
* constraints.
|
|
530
530
|
*
|
|
531
|
-
* @see {@link MatterSpecification.
|
|
531
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.5
|
|
532
532
|
*/
|
|
533
533
|
heatingSetpoint: TlvOptionalField(4, TlvInt16),
|
|
534
534
|
|
|
@@ -536,27 +536,27 @@ export namespace Thermostat {
|
|
|
536
536
|
* This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but it
|
|
537
537
|
* cannot be deleted.
|
|
538
538
|
*
|
|
539
|
-
* @see {@link MatterSpecification.
|
|
539
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.6
|
|
540
540
|
*/
|
|
541
541
|
builtIn: TlvField(5, TlvNullable(TlvBoolean))
|
|
542
542
|
});
|
|
543
543
|
|
|
544
544
|
/**
|
|
545
|
-
* @see {@link MatterSpecification.
|
|
545
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28
|
|
546
546
|
*/
|
|
547
547
|
export interface Preset extends TypeFromSchema<typeof TlvPreset> {}
|
|
548
548
|
|
|
549
549
|
/**
|
|
550
550
|
* Input to the Thermostat setActivePresetRequest command
|
|
551
551
|
*
|
|
552
|
-
* @see {@link MatterSpecification.
|
|
552
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.9
|
|
553
553
|
*/
|
|
554
554
|
export const TlvSetActivePresetRequest = TlvObject({
|
|
555
555
|
/**
|
|
556
556
|
* This field shall specify the value of the PresetHandle field on the PresetStruct to be made active. If the
|
|
557
557
|
* field is set to null, that indicates there should be no active preset.
|
|
558
558
|
*
|
|
559
|
-
* @see {@link MatterSpecification.
|
|
559
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.9.1
|
|
560
560
|
*/
|
|
561
561
|
presetHandle: TlvField(0, TlvNullable(TlvByteString.bound({ maxLength: 16 })))
|
|
562
562
|
});
|
|
@@ -564,14 +564,14 @@ export namespace Thermostat {
|
|
|
564
564
|
/**
|
|
565
565
|
* Input to the Thermostat setActivePresetRequest command
|
|
566
566
|
*
|
|
567
|
-
* @see {@link MatterSpecification.
|
|
567
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.9
|
|
568
568
|
*/
|
|
569
569
|
export interface SetActivePresetRequest extends TypeFromSchema<typeof TlvSetActivePresetRequest> {}
|
|
570
570
|
|
|
571
571
|
/**
|
|
572
572
|
* Table 9. Interpretation of Heat, Cool and Auto SystemModeEnum Values
|
|
573
573
|
*
|
|
574
|
-
* @see {@link MatterSpecification.
|
|
574
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.25
|
|
575
575
|
*/
|
|
576
576
|
export enum SystemMode {
|
|
577
577
|
/**
|
|
@@ -610,7 +610,7 @@ export namespace Thermostat {
|
|
|
610
610
|
}
|
|
611
611
|
|
|
612
612
|
/**
|
|
613
|
-
* @see {@link MatterSpecification.
|
|
613
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12
|
|
614
614
|
*/
|
|
615
615
|
export const ScheduleTypeFeatures = {
|
|
616
616
|
/**
|
|
@@ -620,7 +620,7 @@ export namespace Thermostat {
|
|
|
620
620
|
* field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
|
|
621
621
|
* contained in its Transitions field.
|
|
622
622
|
*
|
|
623
|
-
* @see {@link MatterSpecification.
|
|
623
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.1
|
|
624
624
|
*/
|
|
625
625
|
supportsPresets: BitFlag(0),
|
|
626
626
|
|
|
@@ -631,7 +631,7 @@ export namespace Thermostat {
|
|
|
631
631
|
* field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
|
|
632
632
|
* contained in its Transitions field.
|
|
633
633
|
*
|
|
634
|
-
* @see {@link MatterSpecification.
|
|
634
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.2
|
|
635
635
|
*/
|
|
636
636
|
supportsSetpoints: BitFlag(1),
|
|
637
637
|
|
|
@@ -641,7 +641,7 @@ export namespace Thermostat {
|
|
|
641
641
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
642
642
|
* field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
|
|
643
643
|
*
|
|
644
|
-
* @see {@link MatterSpecification.
|
|
644
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.3
|
|
645
645
|
*/
|
|
646
646
|
supportsNames: BitFlag(2),
|
|
647
647
|
|
|
@@ -651,27 +651,27 @@ export namespace Thermostat {
|
|
|
651
651
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
652
652
|
* field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
|
|
653
653
|
*
|
|
654
|
-
* @see {@link MatterSpecification.
|
|
654
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.4
|
|
655
655
|
*/
|
|
656
656
|
supportsOff: BitFlag(3)
|
|
657
657
|
};
|
|
658
658
|
|
|
659
659
|
/**
|
|
660
|
-
* @see {@link MatterSpecification.
|
|
660
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.33
|
|
661
661
|
*/
|
|
662
662
|
export const TlvScheduleType = TlvObject({
|
|
663
663
|
/**
|
|
664
664
|
* This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
|
|
665
665
|
* for this field shall be Auto, Heat, and Cool.
|
|
666
666
|
*
|
|
667
|
-
* @see {@link MatterSpecification.
|
|
667
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.33.1
|
|
668
668
|
*/
|
|
669
669
|
systemMode: TlvField(0, TlvEnum<SystemMode>()),
|
|
670
670
|
|
|
671
671
|
/**
|
|
672
672
|
* This field shall specify a limit for the number of Schedules for this SystemMode.
|
|
673
673
|
*
|
|
674
|
-
* @see {@link MatterSpecification.
|
|
674
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.33.2
|
|
675
675
|
*/
|
|
676
676
|
numberOfSchedules: TlvField(1, TlvUInt8),
|
|
677
677
|
|
|
@@ -679,13 +679,13 @@ export namespace Thermostat {
|
|
|
679
679
|
* This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
|
|
680
680
|
* SupportsSetpoints shall be set.
|
|
681
681
|
*
|
|
682
|
-
* @see {@link MatterSpecification.
|
|
682
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.33.3
|
|
683
683
|
*/
|
|
684
684
|
scheduleTypeFeatures: TlvField(2, TlvBitmap(TlvUInt16, ScheduleTypeFeatures))
|
|
685
685
|
});
|
|
686
686
|
|
|
687
687
|
/**
|
|
688
|
-
* @see {@link MatterSpecification.
|
|
688
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.33
|
|
689
689
|
*/
|
|
690
690
|
export interface ScheduleType extends TypeFromSchema<typeof TlvScheduleType> {}
|
|
691
691
|
|
|
@@ -747,14 +747,14 @@ export namespace Thermostat {
|
|
|
747
747
|
* • The SystemMode field is provided and has the value Cool or Auto, or the SystemMode field on the parent
|
|
748
748
|
* ScheduleStruct has the value Cool or Auto
|
|
749
749
|
*
|
|
750
|
-
* @see {@link MatterSpecification.
|
|
750
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32
|
|
751
751
|
*/
|
|
752
752
|
export const TlvScheduleTransition = TlvObject({
|
|
753
753
|
/**
|
|
754
754
|
* This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
|
|
755
755
|
* NOT be set; vacation schedules shall be set via the vacation preset.
|
|
756
756
|
*
|
|
757
|
-
* @see {@link MatterSpecification.
|
|
757
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.1
|
|
758
758
|
*/
|
|
759
759
|
dayOfWeek: TlvField(0, TlvBitmap(TlvUInt8, ScheduleDayOfWeek)),
|
|
760
760
|
|
|
@@ -764,7 +764,7 @@ export namespace Thermostat {
|
|
|
764
764
|
*
|
|
765
765
|
* Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
|
|
766
766
|
*
|
|
767
|
-
* @see {@link MatterSpecification.
|
|
767
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.2
|
|
768
768
|
*/
|
|
769
769
|
transitionTime: TlvField(1, TlvUInt16.bound({ max: 1439 })),
|
|
770
770
|
|
|
@@ -772,7 +772,7 @@ export namespace Thermostat {
|
|
|
772
772
|
* This field shall specify the preset used at the TransitionTime. If this field is provided, then the
|
|
773
773
|
* SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
|
|
774
774
|
*
|
|
775
|
-
* @see {@link MatterSpecification.
|
|
775
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.3
|
|
776
776
|
*/
|
|
777
777
|
presetHandle: TlvOptionalField(2, TlvByteString.bound({ maxLength: 16 })),
|
|
778
778
|
|
|
@@ -781,7 +781,7 @@ export namespace Thermostat {
|
|
|
781
781
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
782
782
|
* shall only be included when the required system mode differs from the schedule’s default SystemMode.
|
|
783
783
|
*
|
|
784
|
-
* @see {@link MatterSpecification.
|
|
784
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.4
|
|
785
785
|
*/
|
|
786
786
|
systemMode: TlvOptionalField(3, TlvEnum<SystemMode>()),
|
|
787
787
|
|
|
@@ -789,7 +789,7 @@ export namespace Thermostat {
|
|
|
789
789
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
790
790
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
791
791
|
*
|
|
792
|
-
* @see {@link MatterSpecification.
|
|
792
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.5
|
|
793
793
|
*/
|
|
794
794
|
coolingSetpoint: TlvOptionalField(4, TlvInt16),
|
|
795
795
|
|
|
@@ -797,7 +797,7 @@ export namespace Thermostat {
|
|
|
797
797
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
798
798
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
799
799
|
*
|
|
800
|
-
* @see {@link MatterSpecification.
|
|
800
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.6
|
|
801
801
|
*/
|
|
802
802
|
heatingSetpoint: TlvOptionalField(5, TlvInt16)
|
|
803
803
|
});
|
|
@@ -860,12 +860,12 @@ export namespace Thermostat {
|
|
|
860
860
|
* • The SystemMode field is provided and has the value Cool or Auto, or the SystemMode field on the parent
|
|
861
861
|
* ScheduleStruct has the value Cool or Auto
|
|
862
862
|
*
|
|
863
|
-
* @see {@link MatterSpecification.
|
|
863
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32
|
|
864
864
|
*/
|
|
865
865
|
export interface ScheduleTransition extends TypeFromSchema<typeof TlvScheduleTransition> {}
|
|
866
866
|
|
|
867
867
|
/**
|
|
868
|
-
* @see {@link MatterSpecification.
|
|
868
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31
|
|
869
869
|
*/
|
|
870
870
|
export const TlvSchedule = TlvObject({
|
|
871
871
|
/**
|
|
@@ -875,7 +875,7 @@ export namespace Thermostat {
|
|
|
875
875
|
* This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute for
|
|
876
876
|
* the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
|
|
877
877
|
*
|
|
878
|
-
* @see {@link MatterSpecification.
|
|
878
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.1
|
|
879
879
|
*/
|
|
880
880
|
scheduleHandle: TlvField(0, TlvNullable(TlvByteString.bound({ maxLength: 16 }))),
|
|
881
881
|
|
|
@@ -883,21 +883,21 @@ export namespace Thermostat {
|
|
|
883
883
|
* This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
|
|
884
884
|
* values for this field shall be Auto, Heat, and Cool.
|
|
885
885
|
*
|
|
886
|
-
* @see {@link MatterSpecification.
|
|
886
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.2
|
|
887
887
|
*/
|
|
888
888
|
systemMode: TlvField(1, TlvEnum<SystemMode>()),
|
|
889
889
|
|
|
890
890
|
/**
|
|
891
891
|
* This field shall specify a name for the ScheduleStruct.
|
|
892
892
|
*
|
|
893
|
-
* @see {@link MatterSpecification.
|
|
893
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.3
|
|
894
894
|
*/
|
|
895
895
|
name: TlvOptionalField(2, TlvString.bound({ maxLength: 64 })),
|
|
896
896
|
|
|
897
897
|
/**
|
|
898
898
|
* This field shall indicate the default PresetHandle value for transitions in this schedule.
|
|
899
899
|
*
|
|
900
|
-
* @see {@link MatterSpecification.
|
|
900
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.4
|
|
901
901
|
*/
|
|
902
902
|
presetHandle: TlvOptionalField(3, TlvByteString.bound({ maxLength: 16 })),
|
|
903
903
|
|
|
@@ -929,7 +929,7 @@ export namespace Thermostat {
|
|
|
929
929
|
* ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
|
|
930
930
|
* whose DayOfWeek field matches the current day of the week.
|
|
931
931
|
*
|
|
932
|
-
* @see {@link MatterSpecification.
|
|
932
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.5
|
|
933
933
|
*/
|
|
934
934
|
transitions: TlvField(4, TlvArray(TlvScheduleTransition, { minLength: 1 })),
|
|
935
935
|
|
|
@@ -937,26 +937,26 @@ export namespace Thermostat {
|
|
|
937
937
|
* This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
|
|
938
938
|
* it cannot be deleted.
|
|
939
939
|
*
|
|
940
|
-
* @see {@link MatterSpecification.
|
|
940
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.6
|
|
941
941
|
*/
|
|
942
942
|
builtIn: TlvField(5, TlvNullable(TlvBoolean))
|
|
943
943
|
});
|
|
944
944
|
|
|
945
945
|
/**
|
|
946
|
-
* @see {@link MatterSpecification.
|
|
946
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31
|
|
947
947
|
*/
|
|
948
948
|
export interface Schedule extends TypeFromSchema<typeof TlvSchedule> {}
|
|
949
949
|
|
|
950
950
|
/**
|
|
951
951
|
* Input to the Thermostat setActiveScheduleRequest command
|
|
952
952
|
*
|
|
953
|
-
* @see {@link MatterSpecification.
|
|
953
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.8
|
|
954
954
|
*/
|
|
955
955
|
export const TlvSetActiveScheduleRequest = TlvObject({
|
|
956
956
|
/**
|
|
957
957
|
* This field shall specify the value of the ScheduleHandle field on the ScheduleStruct to be made active.
|
|
958
958
|
*
|
|
959
|
-
* @see {@link MatterSpecification.
|
|
959
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.8.1
|
|
960
960
|
*/
|
|
961
961
|
scheduleHandle: TlvField(0, TlvByteString.bound({ maxLength: 16 }))
|
|
962
962
|
});
|
|
@@ -964,12 +964,12 @@ export namespace Thermostat {
|
|
|
964
964
|
/**
|
|
965
965
|
* Input to the Thermostat setActiveScheduleRequest command
|
|
966
966
|
*
|
|
967
|
-
* @see {@link MatterSpecification.
|
|
967
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.8
|
|
968
968
|
*/
|
|
969
969
|
export interface SetActiveScheduleRequest extends TypeFromSchema<typeof TlvSetActiveScheduleRequest> {}
|
|
970
970
|
|
|
971
971
|
/**
|
|
972
|
-
* @see {@link MatterSpecification.
|
|
972
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.6
|
|
973
973
|
*/
|
|
974
974
|
export const HvacSystemType = {
|
|
975
975
|
/**
|
|
@@ -985,7 +985,7 @@ export namespace Thermostat {
|
|
|
985
985
|
*
|
|
986
986
|
* • 11 = Reserved
|
|
987
987
|
*
|
|
988
|
-
* @see {@link MatterSpecification.
|
|
988
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.6.1
|
|
989
989
|
*/
|
|
990
990
|
coolingStage: BitField(1, 0),
|
|
991
991
|
|
|
@@ -1002,7 +1002,7 @@ export namespace Thermostat {
|
|
|
1002
1002
|
*
|
|
1003
1003
|
* • 11 = Reserved
|
|
1004
1004
|
*
|
|
1005
|
-
* @see {@link MatterSpecification.
|
|
1005
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.6.2
|
|
1006
1006
|
*/
|
|
1007
1007
|
heatingStage: BitField(3, 0),
|
|
1008
1008
|
|
|
@@ -1015,7 +1015,7 @@ export namespace Thermostat {
|
|
|
1015
1015
|
*
|
|
1016
1016
|
* • 1 = Heat Pump
|
|
1017
1017
|
*
|
|
1018
|
-
* @see {@link MatterSpecification.
|
|
1018
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.6.3
|
|
1019
1019
|
*/
|
|
1020
1020
|
heatingIsHeatPump: BitFlag(4),
|
|
1021
1021
|
|
|
@@ -1028,13 +1028,13 @@ export namespace Thermostat {
|
|
|
1028
1028
|
*
|
|
1029
1029
|
* • 1 = Uses fuel
|
|
1030
1030
|
*
|
|
1031
|
-
* @see {@link MatterSpecification.
|
|
1031
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.6.4
|
|
1032
1032
|
*/
|
|
1033
1033
|
heatingUsesFuel: BitFlag(5)
|
|
1034
1034
|
};
|
|
1035
1035
|
|
|
1036
1036
|
/**
|
|
1037
|
-
* @see {@link MatterSpecification.
|
|
1037
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.11
|
|
1038
1038
|
*/
|
|
1039
1039
|
export const RemoteSensing = {
|
|
1040
1040
|
/**
|
|
@@ -1047,7 +1047,7 @@ export namespace Thermostat {
|
|
|
1047
1047
|
*
|
|
1048
1048
|
* This bit shall be supported if the OutdoorTemperature attribute is supported.
|
|
1049
1049
|
*
|
|
1050
|
-
* @see {@link MatterSpecification.
|
|
1050
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.11.1
|
|
1051
1051
|
*/
|
|
1052
1052
|
outdoorTemperature: BitFlag(1),
|
|
1053
1053
|
|
|
@@ -1068,7 +1068,7 @@ export namespace Thermostat {
|
|
|
1068
1068
|
* Systems which support cooling or heating, requiring external intervention to change modes or where the whole
|
|
1069
1069
|
* building must be in the same mode, SHOULD report CoolingOnly or HeatingOnly based on the current capability.
|
|
1070
1070
|
*
|
|
1071
|
-
* @see {@link MatterSpecification.
|
|
1071
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.21
|
|
1072
1072
|
*/
|
|
1073
1073
|
export enum ControlSequenceOfOperation {
|
|
1074
1074
|
/**
|
|
@@ -1103,7 +1103,7 @@ export namespace Thermostat {
|
|
|
1103
1103
|
}
|
|
1104
1104
|
|
|
1105
1105
|
/**
|
|
1106
|
-
* @see {@link MatterSpecification.
|
|
1106
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.27
|
|
1107
1107
|
*/
|
|
1108
1108
|
export enum TemperatureSetpointHold {
|
|
1109
1109
|
/**
|
|
@@ -1118,7 +1118,7 @@ export namespace Thermostat {
|
|
|
1118
1118
|
}
|
|
1119
1119
|
|
|
1120
1120
|
/**
|
|
1121
|
-
* @see {@link MatterSpecification.
|
|
1121
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.9
|
|
1122
1122
|
*/
|
|
1123
1123
|
export const ProgrammingOperationMode = {
|
|
1124
1124
|
/**
|
|
@@ -1138,7 +1138,7 @@ export namespace Thermostat {
|
|
|
1138
1138
|
};
|
|
1139
1139
|
|
|
1140
1140
|
/**
|
|
1141
|
-
* @see {@link MatterSpecification.
|
|
1141
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.10
|
|
1142
1142
|
*/
|
|
1143
1143
|
export const RelayState = {
|
|
1144
1144
|
/**
|
|
@@ -1178,7 +1178,7 @@ export namespace Thermostat {
|
|
|
1178
1178
|
};
|
|
1179
1179
|
|
|
1180
1180
|
/**
|
|
1181
|
-
* @see {@link MatterSpecification.
|
|
1181
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.23
|
|
1182
1182
|
*/
|
|
1183
1183
|
export enum SetpointChangeSource {
|
|
1184
1184
|
/**
|
|
@@ -1198,7 +1198,7 @@ export namespace Thermostat {
|
|
|
1198
1198
|
}
|
|
1199
1199
|
|
|
1200
1200
|
/**
|
|
1201
|
-
* @see {@link MatterSpecification.
|
|
1201
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.19
|
|
1202
1202
|
*/
|
|
1203
1203
|
export enum AcType {
|
|
1204
1204
|
/**
|
|
@@ -1228,7 +1228,7 @@ export namespace Thermostat {
|
|
|
1228
1228
|
}
|
|
1229
1229
|
|
|
1230
1230
|
/**
|
|
1231
|
-
* @see {@link MatterSpecification.
|
|
1231
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.18
|
|
1232
1232
|
*/
|
|
1233
1233
|
export enum AcRefrigerantType {
|
|
1234
1234
|
/**
|
|
@@ -1253,7 +1253,7 @@ export namespace Thermostat {
|
|
|
1253
1253
|
}
|
|
1254
1254
|
|
|
1255
1255
|
/**
|
|
1256
|
-
* @see {@link MatterSpecification.
|
|
1256
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.16
|
|
1257
1257
|
*/
|
|
1258
1258
|
export enum AcCompressorType {
|
|
1259
1259
|
/**
|
|
@@ -1278,7 +1278,7 @@ export namespace Thermostat {
|
|
|
1278
1278
|
}
|
|
1279
1279
|
|
|
1280
1280
|
/**
|
|
1281
|
-
* @see {@link MatterSpecification.
|
|
1281
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.4
|
|
1282
1282
|
*/
|
|
1283
1283
|
export const AcErrorCode = {
|
|
1284
1284
|
/**
|
|
@@ -1308,7 +1308,7 @@ export namespace Thermostat {
|
|
|
1308
1308
|
};
|
|
1309
1309
|
|
|
1310
1310
|
/**
|
|
1311
|
-
* @see {@link MatterSpecification.
|
|
1311
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.17
|
|
1312
1312
|
*/
|
|
1313
1313
|
export enum AcLouverPosition {
|
|
1314
1314
|
/**
|
|
@@ -1338,7 +1338,7 @@ export namespace Thermostat {
|
|
|
1338
1338
|
}
|
|
1339
1339
|
|
|
1340
1340
|
/**
|
|
1341
|
-
* @see {@link MatterSpecification.
|
|
1341
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.15
|
|
1342
1342
|
*/
|
|
1343
1343
|
export enum AcCapacityFormat {
|
|
1344
1344
|
/**
|
|
@@ -1348,7 +1348,7 @@ export namespace Thermostat {
|
|
|
1348
1348
|
}
|
|
1349
1349
|
|
|
1350
1350
|
/**
|
|
1351
|
-
* @see {@link MatterSpecification.
|
|
1351
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.20
|
|
1352
1352
|
*/
|
|
1353
1353
|
export enum SetpointRaiseLowerMode {
|
|
1354
1354
|
/**
|
|
@@ -1370,13 +1370,13 @@ export namespace Thermostat {
|
|
|
1370
1370
|
/**
|
|
1371
1371
|
* Input to the Thermostat setpointRaiseLower command
|
|
1372
1372
|
*
|
|
1373
|
-
* @see {@link MatterSpecification.
|
|
1373
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.1
|
|
1374
1374
|
*/
|
|
1375
1375
|
export const TlvSetpointRaiseLowerRequest = TlvObject({
|
|
1376
1376
|
/**
|
|
1377
1377
|
* The field shall specify which setpoints are to be adjusted.
|
|
1378
1378
|
*
|
|
1379
|
-
* @see {@link MatterSpecification.
|
|
1379
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.1.1
|
|
1380
1380
|
*/
|
|
1381
1381
|
mode: TlvField(0, TlvEnum<SetpointRaiseLowerMode>()),
|
|
1382
1382
|
|
|
@@ -1384,7 +1384,7 @@ export namespace Thermostat {
|
|
|
1384
1384
|
* This field shall indicate the amount (possibly negative) that should be added to the setpoint(s), in steps of
|
|
1385
1385
|
* 0.1°C.
|
|
1386
1386
|
*
|
|
1387
|
-
* @see {@link MatterSpecification.
|
|
1387
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.1.2
|
|
1388
1388
|
*/
|
|
1389
1389
|
amount: TlvField(1, TlvInt8)
|
|
1390
1390
|
});
|
|
@@ -1392,12 +1392,12 @@ export namespace Thermostat {
|
|
|
1392
1392
|
/**
|
|
1393
1393
|
* Input to the Thermostat setpointRaiseLower command
|
|
1394
1394
|
*
|
|
1395
|
-
* @see {@link MatterSpecification.
|
|
1395
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.1
|
|
1396
1396
|
*/
|
|
1397
1397
|
export interface SetpointRaiseLowerRequest extends TypeFromSchema<typeof TlvSetpointRaiseLowerRequest> {}
|
|
1398
1398
|
|
|
1399
1399
|
/**
|
|
1400
|
-
* @see {@link MatterSpecification.
|
|
1400
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.8.5
|
|
1401
1401
|
*/
|
|
1402
1402
|
export const AlarmCode = {
|
|
1403
1403
|
/**
|
|
@@ -1425,7 +1425,7 @@ export namespace Thermostat {
|
|
|
1425
1425
|
* Indicates whether the heated/cooled space is occupied or not, as measured locally or remotely (over the
|
|
1426
1426
|
* network).
|
|
1427
1427
|
*
|
|
1428
|
-
* @see {@link MatterSpecification.
|
|
1428
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.4
|
|
1429
1429
|
*/
|
|
1430
1430
|
occupancy: Attribute(
|
|
1431
1431
|
0x2,
|
|
@@ -1446,12 +1446,12 @@ export namespace Thermostat {
|
|
|
1446
1446
|
*
|
|
1447
1447
|
* Refer to Setpoint Limits for constraints
|
|
1448
1448
|
*
|
|
1449
|
-
* @see {@link MatterSpecification.
|
|
1449
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.5
|
|
1450
1450
|
*/
|
|
1451
1451
|
absMinHeatSetpointLimit: OptionalFixedAttribute(0x3, TlvInt16, { default: 700 }),
|
|
1452
1452
|
|
|
1453
1453
|
/**
|
|
1454
|
-
* @see {@link MatterSpecification.
|
|
1454
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9
|
|
1455
1455
|
*/
|
|
1456
1456
|
absMaxHeatSetpointLimit: OptionalFixedAttribute(0x4, TlvInt16, { default: 3000 }),
|
|
1457
1457
|
|
|
@@ -1461,7 +1461,7 @@ export namespace Thermostat {
|
|
|
1461
1461
|
*
|
|
1462
1462
|
* This attribute is reported regularly and may be used to control a heating device.
|
|
1463
1463
|
*
|
|
1464
|
-
* @see {@link MatterSpecification.
|
|
1464
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.10
|
|
1465
1465
|
*/
|
|
1466
1466
|
piHeatingDemand: OptionalAttribute(0x8, TlvUInt8.bound({ max: 100 })),
|
|
1467
1467
|
|
|
@@ -1483,7 +1483,7 @@ export namespace Thermostat {
|
|
|
1483
1483
|
* either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
|
|
1484
1484
|
* of the ActivePresetHandle attribute shall be set to null.
|
|
1485
1485
|
*
|
|
1486
|
-
* @see {@link MatterSpecification.
|
|
1486
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.14
|
|
1487
1487
|
*/
|
|
1488
1488
|
occupiedHeatingSetpoint: WritableAttribute(0x12, TlvInt16, { persistent: true, default: 2000 }),
|
|
1489
1489
|
|
|
@@ -1500,7 +1500,7 @@ export namespace Thermostat {
|
|
|
1500
1500
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1501
1501
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1502
1502
|
*
|
|
1503
|
-
* @see {@link MatterSpecification.
|
|
1503
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.17
|
|
1504
1504
|
*/
|
|
1505
1505
|
minHeatSetpointLimit: OptionalWritableAttribute(
|
|
1506
1506
|
0x15,
|
|
@@ -1517,7 +1517,7 @@ export namespace Thermostat {
|
|
|
1517
1517
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1518
1518
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1519
1519
|
*
|
|
1520
|
-
* @see {@link MatterSpecification.
|
|
1520
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.18
|
|
1521
1521
|
*/
|
|
1522
1522
|
maxHeatSetpointLimit: OptionalWritableAttribute(
|
|
1523
1523
|
0x16,
|
|
@@ -1533,7 +1533,7 @@ export namespace Thermostat {
|
|
|
1533
1533
|
export const CoolingComponent = MutableCluster.Component({
|
|
1534
1534
|
attributes: {
|
|
1535
1535
|
/**
|
|
1536
|
-
* @see {@link MatterSpecification.
|
|
1536
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9
|
|
1537
1537
|
*/
|
|
1538
1538
|
absMinCoolSetpointLimit: OptionalFixedAttribute(0x5, TlvInt16, { default: 1600 }),
|
|
1539
1539
|
|
|
@@ -1543,7 +1543,7 @@ export namespace Thermostat {
|
|
|
1543
1543
|
*
|
|
1544
1544
|
* Refer to Setpoint Limits for constraints
|
|
1545
1545
|
*
|
|
1546
|
-
* @see {@link MatterSpecification.
|
|
1546
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.8
|
|
1547
1547
|
*/
|
|
1548
1548
|
absMaxCoolSetpointLimit: OptionalFixedAttribute(0x6, TlvInt16, { default: 3200 }),
|
|
1549
1549
|
|
|
@@ -1553,7 +1553,7 @@ export namespace Thermostat {
|
|
|
1553
1553
|
*
|
|
1554
1554
|
* This attribute is reported regularly and may be used to control a cooling device.
|
|
1555
1555
|
*
|
|
1556
|
-
* @see {@link MatterSpecification.
|
|
1556
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.9
|
|
1557
1557
|
*/
|
|
1558
1558
|
piCoolingDemand: OptionalAttribute(0x7, TlvUInt8.bound({ max: 100 })),
|
|
1559
1559
|
|
|
@@ -1574,7 +1574,7 @@ export namespace Thermostat {
|
|
|
1574
1574
|
* either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
|
|
1575
1575
|
* of the ActivePresetHandle attribute shall be set to null.
|
|
1576
1576
|
*
|
|
1577
|
-
* @see {@link MatterSpecification.
|
|
1577
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.13
|
|
1578
1578
|
*/
|
|
1579
1579
|
occupiedCoolingSetpoint: WritableAttribute(0x11, TlvInt16, { persistent: true, default: 2600 }),
|
|
1580
1580
|
|
|
@@ -1587,7 +1587,7 @@ export namespace Thermostat {
|
|
|
1587
1587
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1588
1588
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1589
1589
|
*
|
|
1590
|
-
* @see {@link MatterSpecification.
|
|
1590
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.19
|
|
1591
1591
|
*/
|
|
1592
1592
|
minCoolSetpointLimit: OptionalWritableAttribute(
|
|
1593
1593
|
0x17,
|
|
@@ -1604,7 +1604,7 @@ export namespace Thermostat {
|
|
|
1604
1604
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1605
1605
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1606
1606
|
*
|
|
1607
|
-
* @see {@link MatterSpecification.
|
|
1607
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.20
|
|
1608
1608
|
*/
|
|
1609
1609
|
maxCoolSetpointLimit: OptionalWritableAttribute(
|
|
1610
1610
|
0x18,
|
|
@@ -1636,7 +1636,7 @@ export namespace Thermostat {
|
|
|
1636
1636
|
* Prior to revision 8 of this cluster specification the value of this attribute was constrained to a range
|
|
1637
1637
|
* of -2.5°C to 2.5°C.
|
|
1638
1638
|
*
|
|
1639
|
-
* @see {@link MatterSpecification.
|
|
1639
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.12
|
|
1640
1640
|
*/
|
|
1641
1641
|
localTemperatureCalibration: OptionalWritableAttribute(
|
|
1642
1642
|
0x10,
|
|
@@ -1668,7 +1668,7 @@ export namespace Thermostat {
|
|
|
1668
1668
|
* Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
|
|
1669
1669
|
* be set to null.
|
|
1670
1670
|
*
|
|
1671
|
-
* @see {@link MatterSpecification.
|
|
1671
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.15
|
|
1672
1672
|
*/
|
|
1673
1673
|
unoccupiedCoolingSetpoint: WritableAttribute(0x13, TlvInt16, { persistent: true, default: 2600 })
|
|
1674
1674
|
}
|
|
@@ -1697,7 +1697,7 @@ export namespace Thermostat {
|
|
|
1697
1697
|
* Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
|
|
1698
1698
|
* be set to null.
|
|
1699
1699
|
*
|
|
1700
|
-
* @see {@link MatterSpecification.
|
|
1700
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.16
|
|
1701
1701
|
*/
|
|
1702
1702
|
unoccupiedHeatingSetpoint: WritableAttribute(0x14, TlvInt16, { persistent: true, default: 2000 })
|
|
1703
1703
|
}
|
|
@@ -1724,7 +1724,7 @@ export namespace Thermostat {
|
|
|
1724
1724
|
* For backwards compatibility, this attribute is optionally writeable. However any writes to this attribute
|
|
1725
1725
|
* shall be silently ignored.
|
|
1726
1726
|
*
|
|
1727
|
-
* @see {@link MatterSpecification.
|
|
1727
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.21
|
|
1728
1728
|
*/
|
|
1729
1729
|
minSetpointDeadBand: WritableAttribute(
|
|
1730
1730
|
0x19,
|
|
@@ -1737,7 +1737,7 @@ export namespace Thermostat {
|
|
|
1737
1737
|
* can only be Off, Cool or Heat. This attribute is intended to provide additional information when the
|
|
1738
1738
|
* thermostat’s system mode is in auto mode.
|
|
1739
1739
|
*
|
|
1740
|
-
* @see {@link MatterSpecification.
|
|
1740
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.26
|
|
1741
1741
|
*/
|
|
1742
1742
|
thermostatRunningMode: OptionalAttribute(
|
|
1743
1743
|
0x1e,
|
|
@@ -1759,21 +1759,21 @@ export namespace Thermostat {
|
|
|
1759
1759
|
* This attribute may be able to be used as the base to determine if the device supports weekly scheduling
|
|
1760
1760
|
* by reading the attribute. Successful response means that the weekly scheduling is supported.
|
|
1761
1761
|
*
|
|
1762
|
-
* @see {@link MatterSpecification.
|
|
1762
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.27
|
|
1763
1763
|
*/
|
|
1764
1764
|
startOfWeek: FixedAttribute(0x20, TlvEnum<StartOfWeek>()),
|
|
1765
1765
|
|
|
1766
1766
|
/**
|
|
1767
1767
|
* Indicates how many weekly schedule transitions the thermostat is capable of handling.
|
|
1768
1768
|
*
|
|
1769
|
-
* @see {@link MatterSpecification.
|
|
1769
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.28
|
|
1770
1770
|
*/
|
|
1771
1771
|
numberOfWeeklyTransitions: FixedAttribute(0x21, TlvUInt8, { default: 0 }),
|
|
1772
1772
|
|
|
1773
1773
|
/**
|
|
1774
1774
|
* Indicates how many daily schedule transitions the thermostat is capable of handling.
|
|
1775
1775
|
*
|
|
1776
|
-
* @see {@link MatterSpecification.
|
|
1776
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.29
|
|
1777
1777
|
*/
|
|
1778
1778
|
numberOfDailyTransitions: FixedAttribute(0x22, TlvUInt8, { default: 0 })
|
|
1779
1779
|
},
|
|
@@ -1788,7 +1788,7 @@ export namespace Thermostat {
|
|
|
1788
1788
|
* leave all other days unchanged. If the schedule is larger than what fits in one frame or contains more
|
|
1789
1789
|
* than 10 transitions, the schedule shall then be sent using multiple SetWeeklySchedule Commands.
|
|
1790
1790
|
*
|
|
1791
|
-
* @see {@link MatterSpecification.
|
|
1791
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2
|
|
1792
1792
|
*/
|
|
1793
1793
|
setWeeklySchedule: Command(
|
|
1794
1794
|
0x1,
|
|
@@ -1799,7 +1799,7 @@ export namespace Thermostat {
|
|
|
1799
1799
|
),
|
|
1800
1800
|
|
|
1801
1801
|
/**
|
|
1802
|
-
* @see {@link MatterSpecification.
|
|
1802
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.3
|
|
1803
1803
|
*/
|
|
1804
1804
|
getWeeklySchedule: Command(0x2, TlvGetWeeklyScheduleRequest, 0x0, TlvGetWeeklyScheduleResponse),
|
|
1805
1805
|
|
|
@@ -1809,7 +1809,7 @@ export namespace Thermostat {
|
|
|
1809
1809
|
* Upon receipt, all transitions currently stored shall be cleared and a default response of SUCCESS shall
|
|
1810
1810
|
* be sent in response. There are no error responses to this command.
|
|
1811
1811
|
*
|
|
1812
|
-
* @see {@link MatterSpecification.
|
|
1812
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.5
|
|
1813
1813
|
*/
|
|
1814
1814
|
clearWeeklySchedule: Command(0x3, TlvNoArguments, 0x3, TlvNoResponse, { invokeAcl: AccessLevel.Manage })
|
|
1815
1815
|
}
|
|
@@ -1841,7 +1841,7 @@ export namespace Thermostat {
|
|
|
1841
1841
|
* Thermostat server shall set its OccupiedSetback value to OccupiedSetbackMin and shall send a Write
|
|
1842
1842
|
* Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
1843
1843
|
*
|
|
1844
|
-
* @see {@link MatterSpecification.
|
|
1844
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.37
|
|
1845
1845
|
*/
|
|
1846
1846
|
occupiedSetback: WritableAttribute(
|
|
1847
1847
|
0x34,
|
|
@@ -1855,7 +1855,7 @@ export namespace Thermostat {
|
|
|
1855
1855
|
*
|
|
1856
1856
|
* The null value indicates the attribute is unused.
|
|
1857
1857
|
*
|
|
1858
|
-
* @see {@link MatterSpecification.
|
|
1858
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.38
|
|
1859
1859
|
*/
|
|
1860
1860
|
occupiedSetbackMin: FixedAttribute(0x35, TlvNullable(TlvUInt8), { default: null }),
|
|
1861
1861
|
|
|
@@ -1865,7 +1865,7 @@ export namespace Thermostat {
|
|
|
1865
1865
|
*
|
|
1866
1866
|
* The null value indicates the attribute is unused.
|
|
1867
1867
|
*
|
|
1868
|
-
* @see {@link MatterSpecification.
|
|
1868
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.39
|
|
1869
1869
|
*/
|
|
1870
1870
|
occupiedSetbackMax: FixedAttribute(0x36, TlvNullable(TlvUInt8), { default: null })
|
|
1871
1871
|
}
|
|
@@ -1898,7 +1898,7 @@ export namespace Thermostat {
|
|
|
1898
1898
|
* the Thermostat server shall set its UnoccupiedSetback value to UnoccupiedSetbackMin and shall send a
|
|
1899
1899
|
* Write Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
1900
1900
|
*
|
|
1901
|
-
* @see {@link MatterSpecification.
|
|
1901
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.40
|
|
1902
1902
|
*/
|
|
1903
1903
|
unoccupiedSetback: WritableAttribute(
|
|
1904
1904
|
0x37,
|
|
@@ -1912,7 +1912,7 @@ export namespace Thermostat {
|
|
|
1912
1912
|
*
|
|
1913
1913
|
* The null value indicates the attribute is unused.
|
|
1914
1914
|
*
|
|
1915
|
-
* @see {@link MatterSpecification.
|
|
1915
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.41
|
|
1916
1916
|
*/
|
|
1917
1917
|
unoccupiedSetbackMin: FixedAttribute(0x38, TlvNullable(TlvUInt8), { default: null }),
|
|
1918
1918
|
|
|
@@ -1922,7 +1922,7 @@ export namespace Thermostat {
|
|
|
1922
1922
|
*
|
|
1923
1923
|
* The null value indicates the attribute is unused.
|
|
1924
1924
|
*
|
|
1925
|
-
* @see {@link MatterSpecification.
|
|
1925
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.42
|
|
1926
1926
|
*/
|
|
1927
1927
|
unoccupiedSetbackMax: FixedAttribute(0x39, TlvNullable(TlvUInt8), { default: null })
|
|
1928
1928
|
}
|
|
@@ -1937,14 +1937,14 @@ export namespace Thermostat {
|
|
|
1937
1937
|
* Indicates the supported PresetScenarioEnum values, limits on how many presets can be created for each
|
|
1938
1938
|
* PresetScenarioEnum, and whether or not a thermostat can transition automatically to a given scenario.
|
|
1939
1939
|
*
|
|
1940
|
-
* @see {@link MatterSpecification.
|
|
1940
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.52
|
|
1941
1941
|
*/
|
|
1942
1942
|
presetTypes: FixedAttribute(0x48, TlvArray(TlvPresetType), { default: [] }),
|
|
1943
1943
|
|
|
1944
1944
|
/**
|
|
1945
1945
|
* Indicates the maximum number of entries supported by the Presets attribute.
|
|
1946
1946
|
*
|
|
1947
|
-
* @see {@link MatterSpecification.
|
|
1947
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.54
|
|
1948
1948
|
*/
|
|
1949
1949
|
numberOfPresets: FixedAttribute(0x4a, TlvUInt8, { default: 0 }),
|
|
1950
1950
|
|
|
@@ -1952,7 +1952,7 @@ export namespace Thermostat {
|
|
|
1952
1952
|
* Indicates the PresetHandle of the active preset. If this attribute is null, then there is no active
|
|
1953
1953
|
* preset.
|
|
1954
1954
|
*
|
|
1955
|
-
* @see {@link MatterSpecification.
|
|
1955
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.58
|
|
1956
1956
|
*/
|
|
1957
1957
|
activePresetHandle: Attribute(
|
|
1958
1958
|
0x4e,
|
|
@@ -2032,7 +2032,7 @@ export namespace Thermostat {
|
|
|
2032
2032
|
*
|
|
2033
2033
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
2034
2034
|
*
|
|
2035
|
-
* @see {@link MatterSpecification.
|
|
2035
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.60
|
|
2036
2036
|
*/
|
|
2037
2037
|
presets: WritableAttribute(
|
|
2038
2038
|
0x50,
|
|
@@ -2043,7 +2043,7 @@ export namespace Thermostat {
|
|
|
2043
2043
|
|
|
2044
2044
|
commands: {
|
|
2045
2045
|
/**
|
|
2046
|
-
* @see {@link MatterSpecification.
|
|
2046
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.9
|
|
2047
2047
|
*/
|
|
2048
2048
|
setActivePresetRequest: Command(0x6, TlvSetActivePresetRequest, 0x6, TlvNoResponse)
|
|
2049
2049
|
}
|
|
@@ -2059,26 +2059,26 @@ export namespace Thermostat {
|
|
|
2059
2059
|
* each SystemMode value, and whether or not a given SystemMode value supports transitions to Presets,
|
|
2060
2060
|
* target setpoints, or both.
|
|
2061
2061
|
*
|
|
2062
|
-
* @see {@link MatterSpecification.
|
|
2062
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.53
|
|
2063
2063
|
*/
|
|
2064
2064
|
scheduleTypes: FixedAttribute(0x49, TlvArray(TlvScheduleType), { default: [] }),
|
|
2065
2065
|
|
|
2066
2066
|
/**
|
|
2067
2067
|
* Indicates the maximum number of entries supported by the Schedules attribute.
|
|
2068
2068
|
*
|
|
2069
|
-
* @see {@link MatterSpecification.
|
|
2069
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.55
|
|
2070
2070
|
*/
|
|
2071
2071
|
numberOfSchedules: FixedAttribute(0x4b, TlvUInt8, { default: 0 }),
|
|
2072
2072
|
|
|
2073
2073
|
/**
|
|
2074
2074
|
* Indicates the maximum number of transitions per Schedules attribute entry.
|
|
2075
2075
|
*
|
|
2076
|
-
* @see {@link MatterSpecification.
|
|
2076
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.56
|
|
2077
2077
|
*/
|
|
2078
2078
|
numberOfScheduleTransitions: FixedAttribute(0x4c, TlvUInt8, { default: 0 }),
|
|
2079
2079
|
|
|
2080
2080
|
/**
|
|
2081
|
-
* @see {@link MatterSpecification.
|
|
2081
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9
|
|
2082
2082
|
*/
|
|
2083
2083
|
numberOfScheduleTransitionPerDay: FixedAttribute(0x4d, TlvNullable(TlvUInt8), { default: null }),
|
|
2084
2084
|
|
|
@@ -2086,7 +2086,7 @@ export namespace Thermostat {
|
|
|
2086
2086
|
* Indicates the ScheduleHandle of the active schedule. A null value in this attribute indicates that there
|
|
2087
2087
|
* is no active schedule.
|
|
2088
2088
|
*
|
|
2089
|
-
* @see {@link MatterSpecification.
|
|
2089
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.59
|
|
2090
2090
|
*/
|
|
2091
2091
|
activeScheduleHandle: Attribute(
|
|
2092
2092
|
0x4f,
|
|
@@ -2202,7 +2202,7 @@ export namespace Thermostat {
|
|
|
2202
2202
|
*
|
|
2203
2203
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
2204
2204
|
*
|
|
2205
|
-
* @see {@link MatterSpecification.
|
|
2205
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.61
|
|
2206
2206
|
*/
|
|
2207
2207
|
schedules: WritableAttribute(
|
|
2208
2208
|
0x51,
|
|
@@ -2213,7 +2213,7 @@ export namespace Thermostat {
|
|
|
2213
2213
|
|
|
2214
2214
|
commands: {
|
|
2215
2215
|
/**
|
|
2216
|
-
* @see {@link MatterSpecification.
|
|
2216
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.8
|
|
2217
2217
|
*/
|
|
2218
2218
|
setActiveScheduleRequest: Command(0x5, TlvSetActiveScheduleRequest, 0x5, TlvNoResponse)
|
|
2219
2219
|
}
|
|
@@ -2277,7 +2277,7 @@ export namespace Thermostat {
|
|
|
2277
2277
|
* externally, for example due to the temperature control being done by a separate subsystem which does not
|
|
2278
2278
|
* offer a view into the currently measured temperature, but allows setpoints to be provided.
|
|
2279
2279
|
*
|
|
2280
|
-
* @see {@link MatterSpecification.
|
|
2280
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.4.1
|
|
2281
2281
|
*/
|
|
2282
2282
|
localTemperatureNotExposed: BitFlag(6),
|
|
2283
2283
|
|
|
@@ -2310,14 +2310,14 @@ export namespace Thermostat {
|
|
|
2310
2310
|
* • Otherwise, if the LTNE feature is supported, there is no feedback externally available for the
|
|
2311
2311
|
* LocalTemperatureCalibration. In that case, the LocalTemperature attribute shall always report null.
|
|
2312
2312
|
*
|
|
2313
|
-
* @see {@link MatterSpecification.
|
|
2313
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.2
|
|
2314
2314
|
*/
|
|
2315
2315
|
localTemperature: Attribute(0x0, TlvNullable(TlvInt16), { default: null }),
|
|
2316
2316
|
|
|
2317
2317
|
/**
|
|
2318
2318
|
* Indicates the outdoor temperature, as measured locally or remotely (over the network).
|
|
2319
2319
|
*
|
|
2320
|
-
* @see {@link MatterSpecification.
|
|
2320
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.3
|
|
2321
2321
|
*/
|
|
2322
2322
|
outdoorTemperature: OptionalAttribute(0x1, TlvNullable(TlvInt16), { default: null }),
|
|
2323
2323
|
|
|
@@ -2328,7 +2328,7 @@ export namespace Thermostat {
|
|
|
2328
2328
|
* from the DIP switches. If these parameters are set via software, there shall be read/write access in
|
|
2329
2329
|
* order to provide remote programming capability.
|
|
2330
2330
|
*
|
|
2331
|
-
* @see {@link MatterSpecification.
|
|
2331
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.11
|
|
2332
2332
|
* @deprecated
|
|
2333
2333
|
*/
|
|
2334
2334
|
hvacSystemTypeConfiguration: OptionalWritableAttribute(
|
|
@@ -2347,7 +2347,7 @@ export namespace Thermostat {
|
|
|
2347
2347
|
* If the LocalTemperature RemoteSensing bit is written with a value of 1 when the LTNE feature is present,
|
|
2348
2348
|
* the write shall fail and the server shall report a CONSTRAINT_ERROR.
|
|
2349
2349
|
*
|
|
2350
|
-
* @see {@link MatterSpecification.
|
|
2350
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.22
|
|
2351
2351
|
*/
|
|
2352
2352
|
remoteSensing: OptionalWritableAttribute(
|
|
2353
2353
|
0x1a,
|
|
@@ -2363,7 +2363,7 @@ export namespace Thermostat {
|
|
|
2363
2363
|
* value of this attribute shall remain unchanged. This behavior is in place for backwards compatibility
|
|
2364
2364
|
* with existing thermostats.
|
|
2365
2365
|
*
|
|
2366
|
-
* @see {@link MatterSpecification.
|
|
2366
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.23
|
|
2367
2367
|
*/
|
|
2368
2368
|
controlSequenceOfOperation: WritableAttribute(
|
|
2369
2369
|
0x1b,
|
|
@@ -2375,7 +2375,7 @@ export namespace Thermostat {
|
|
|
2375
2375
|
* Indicates the current operating mode of the thermostat. Its value shall be limited by the
|
|
2376
2376
|
* ControlSequenceOfOperation attribute.
|
|
2377
2377
|
*
|
|
2378
|
-
* @see {@link MatterSpecification.
|
|
2378
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.24
|
|
2379
2379
|
*/
|
|
2380
2380
|
systemMode: WritableAttribute(
|
|
2381
2381
|
0x1c,
|
|
@@ -2401,7 +2401,7 @@ export namespace Thermostat {
|
|
|
2401
2401
|
* If this attribute is updated to SetpointHoldOff and the SetpointHoldExpiryTimestamp is supported, the
|
|
2402
2402
|
* server shall set the SetpointHoldExpiryTimestamp to null.
|
|
2403
2403
|
*
|
|
2404
|
-
* @see {@link MatterSpecification.
|
|
2404
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.30
|
|
2405
2405
|
*/
|
|
2406
2406
|
temperatureSetpointHold: OptionalWritableAttribute(
|
|
2407
2407
|
0x23,
|
|
@@ -2421,7 +2421,7 @@ export namespace Thermostat {
|
|
|
2421
2421
|
* If this attribute is set to null and the SetpointHoldExpiryTimestamp is supported, the server shall set
|
|
2422
2422
|
* the SetpointHoldExpiryTimestamp to null.
|
|
2423
2423
|
*
|
|
2424
|
-
* @see {@link MatterSpecification.
|
|
2424
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.31
|
|
2425
2425
|
*/
|
|
2426
2426
|
temperatureSetpointHoldDuration: OptionalWritableAttribute(
|
|
2427
2427
|
0x24,
|
|
@@ -2447,7 +2447,7 @@ export namespace Thermostat {
|
|
|
2447
2447
|
* Modifying the ScheduleActive bit does not clear or delete previous weekly schedule programming
|
|
2448
2448
|
* configurations.
|
|
2449
2449
|
*
|
|
2450
|
-
* @see {@link MatterSpecification.
|
|
2450
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.32
|
|
2451
2451
|
*/
|
|
2452
2452
|
thermostatProgrammingOperationMode: OptionalWritableAttribute(
|
|
2453
2453
|
0x25,
|
|
@@ -2459,7 +2459,7 @@ export namespace Thermostat {
|
|
|
2459
2459
|
* Indicates the current relay state of the heat, cool, and fan relays. Unimplemented outputs shall be
|
|
2460
2460
|
* treated as if they were Off.
|
|
2461
2461
|
*
|
|
2462
|
-
* @see {@link MatterSpecification.
|
|
2462
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.33
|
|
2463
2463
|
*/
|
|
2464
2464
|
thermostatRunningState: OptionalAttribute(0x29, TlvBitmap(TlvUInt16, RelayState)),
|
|
2465
2465
|
|
|
@@ -2472,7 +2472,7 @@ export namespace Thermostat {
|
|
|
2472
2472
|
* provider). Because automation services may initiate frequent setpoint changes, this attribute clearly
|
|
2473
2473
|
* differentiates the source of setpoint changes made at the thermostat.
|
|
2474
2474
|
*
|
|
2475
|
-
* @see {@link MatterSpecification.
|
|
2475
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.34
|
|
2476
2476
|
*/
|
|
2477
2477
|
setpointChangeSource: OptionalAttribute(
|
|
2478
2478
|
0x30,
|
|
@@ -2487,14 +2487,14 @@ export namespace Thermostat {
|
|
|
2487
2487
|
*
|
|
2488
2488
|
* The null value indicates that the previous setpoint was unknown.
|
|
2489
2489
|
*
|
|
2490
|
-
* @see {@link MatterSpecification.
|
|
2490
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.35
|
|
2491
2491
|
*/
|
|
2492
2492
|
setpointChangeAmount: OptionalAttribute(0x31, TlvNullable(TlvInt16), { default: null }),
|
|
2493
2493
|
|
|
2494
2494
|
/**
|
|
2495
2495
|
* Indicates the time in UTC at which the SetpointChangeAmount attribute change was recorded.
|
|
2496
2496
|
*
|
|
2497
|
-
* @see {@link MatterSpecification.
|
|
2497
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.36
|
|
2498
2498
|
*/
|
|
2499
2499
|
setpointChangeSourceTimestamp: OptionalAttribute(0x32, TlvEpochS, { default: 0 }),
|
|
2500
2500
|
|
|
@@ -2524,7 +2524,7 @@ export namespace Thermostat {
|
|
|
2524
2524
|
* when a setpoint is of a specified amount greater than the measured temperature. This allows the heated
|
|
2525
2525
|
* space to be quickly heated to the desired level set by the user.
|
|
2526
2526
|
*
|
|
2527
|
-
* @see {@link MatterSpecification.
|
|
2527
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.43
|
|
2528
2528
|
*/
|
|
2529
2529
|
emergencyHeatDelta: OptionalWritableAttribute(
|
|
2530
2530
|
0x3a,
|
|
@@ -2536,7 +2536,7 @@ export namespace Thermostat {
|
|
|
2536
2536
|
* Indicates the type of Mini Split ACTypeEnum of Mini Split AC is defined depending on how Cooling and
|
|
2537
2537
|
* Heating condition is achieved by Mini Split AC.
|
|
2538
2538
|
*
|
|
2539
|
-
* @see {@link MatterSpecification.
|
|
2539
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.44
|
|
2540
2540
|
*/
|
|
2541
2541
|
acType: OptionalWritableAttribute(
|
|
2542
2542
|
0x40,
|
|
@@ -2547,7 +2547,7 @@ export namespace Thermostat {
|
|
|
2547
2547
|
/**
|
|
2548
2548
|
* Indicates capacity of Mini Split AC in terms of the format defined by the ACCapacityFormat attribute
|
|
2549
2549
|
*
|
|
2550
|
-
* @see {@link MatterSpecification.
|
|
2550
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.45
|
|
2551
2551
|
*/
|
|
2552
2552
|
acCapacity: OptionalWritableAttribute(
|
|
2553
2553
|
0x41,
|
|
@@ -2558,7 +2558,7 @@ export namespace Thermostat {
|
|
|
2558
2558
|
/**
|
|
2559
2559
|
* Indicates type of refrigerant used within the Mini Split AC.
|
|
2560
2560
|
*
|
|
2561
|
-
* @see {@link MatterSpecification.
|
|
2561
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.46
|
|
2562
2562
|
*/
|
|
2563
2563
|
acRefrigerantType: OptionalWritableAttribute(
|
|
2564
2564
|
0x42,
|
|
@@ -2569,7 +2569,7 @@ export namespace Thermostat {
|
|
|
2569
2569
|
/**
|
|
2570
2570
|
* Indicates the type of compressor used within the Mini Split AC.
|
|
2571
2571
|
*
|
|
2572
|
-
* @see {@link MatterSpecification.
|
|
2572
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.47
|
|
2573
2573
|
*/
|
|
2574
2574
|
acCompressorType: OptionalWritableAttribute(
|
|
2575
2575
|
0x43,
|
|
@@ -2580,7 +2580,7 @@ export namespace Thermostat {
|
|
|
2580
2580
|
/**
|
|
2581
2581
|
* Indicates the type of errors encountered within the Mini Split AC.
|
|
2582
2582
|
*
|
|
2583
|
-
* @see {@link MatterSpecification.
|
|
2583
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.48
|
|
2584
2584
|
*/
|
|
2585
2585
|
acErrorCode: OptionalWritableAttribute(
|
|
2586
2586
|
0x44,
|
|
@@ -2591,7 +2591,7 @@ export namespace Thermostat {
|
|
|
2591
2591
|
/**
|
|
2592
2592
|
* Indicates the position of Louver on the AC.
|
|
2593
2593
|
*
|
|
2594
|
-
* @see {@link MatterSpecification.
|
|
2594
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.49
|
|
2595
2595
|
*/
|
|
2596
2596
|
acLouverPosition: OptionalWritableAttribute(
|
|
2597
2597
|
0x45,
|
|
@@ -2602,14 +2602,14 @@ export namespace Thermostat {
|
|
|
2602
2602
|
/**
|
|
2603
2603
|
* Indicates the temperature of the AC coil, as measured locally or remotely (over the network).
|
|
2604
2604
|
*
|
|
2605
|
-
* @see {@link MatterSpecification.
|
|
2605
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.50
|
|
2606
2606
|
*/
|
|
2607
2607
|
acCoilTemperature: OptionalAttribute(0x46, TlvNullable(TlvInt16), { default: null }),
|
|
2608
2608
|
|
|
2609
2609
|
/**
|
|
2610
2610
|
* Indicates the format for the ACCapacity attribute.
|
|
2611
2611
|
*
|
|
2612
|
-
* @see {@link MatterSpecification.
|
|
2612
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.51
|
|
2613
2613
|
*/
|
|
2614
2614
|
acCapacityFormat: OptionalWritableAttribute(
|
|
2615
2615
|
0x47,
|
|
@@ -2626,7 +2626,7 @@ export namespace Thermostat {
|
|
|
2626
2626
|
* null, this attribute shall be set to null indicating there is no hold on the Thermostat either with or
|
|
2627
2627
|
* without a duration.
|
|
2628
2628
|
*
|
|
2629
|
-
* @see {@link MatterSpecification.
|
|
2629
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.9.62
|
|
2630
2630
|
*/
|
|
2631
2631
|
setpointHoldExpiryTimestamp: OptionalAttribute(
|
|
2632
2632
|
0x52,
|
|
@@ -2637,7 +2637,7 @@ export namespace Thermostat {
|
|
|
2637
2637
|
|
|
2638
2638
|
commands: {
|
|
2639
2639
|
/**
|
|
2640
|
-
* @see {@link MatterSpecification.
|
|
2640
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3.10.1
|
|
2641
2641
|
*/
|
|
2642
2642
|
setpointRaiseLower: Command(0x0, TlvSetpointRaiseLowerRequest, 0x0, TlvNoResponse)
|
|
2643
2643
|
},
|
|
@@ -2714,7 +2714,7 @@ export namespace Thermostat {
|
|
|
2714
2714
|
* Per the Matter specification you cannot use {@link ThermostatCluster} without enabling certain feature
|
|
2715
2715
|
* combinations. You must use the {@link with} factory method to obtain a working cluster.
|
|
2716
2716
|
*
|
|
2717
|
-
* @see {@link MatterSpecification.
|
|
2717
|
+
* @see {@link MatterSpecification.v14.Cluster} § 4.3
|
|
2718
2718
|
*/
|
|
2719
2719
|
export interface Cluster extends Identity<typeof ClusterInstance> {}
|
|
2720
2720
|
|