@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/clusters/access-control.d.ts +250 -250
- package/dist/cjs/clusters/access-control.js +39 -39
- package/dist/cjs/clusters/account-login.d.ts +29 -29
- package/dist/cjs/clusters/account-login.js +11 -11
- package/dist/cjs/clusters/actions.d.ts +108 -108
- package/dist/cjs/clusters/actions.js +39 -39
- package/dist/cjs/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +32 -12
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +141 -99
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +45 -13
- package/dist/cjs/clusters/application-launcher.js.map +2 -2
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
- package/dist/cjs/clusters/ballast-configuration.js +17 -17
- package/dist/cjs/clusters/basic-information.d.ts +54 -54
- package/dist/cjs/clusters/basic-information.js +34 -34
- package/dist/cjs/clusters/binding.d.ts +12 -12
- package/dist/cjs/clusters/binding.js +5 -5
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
- package/dist/cjs/clusters/boolean-state.d.ts +7 -7
- package/dist/cjs/clusters/boolean-state.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
- package/dist/cjs/clusters/channel.d.ts +577 -559
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +87 -73
- package/dist/cjs/clusters/channel.js.map +2 -2
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +27 -17
- package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/cjs/clusters/content-app-observer.js +14 -6
- package/dist/cjs/clusters/content-app-observer.js.map +2 -2
- package/dist/cjs/clusters/content-control.d.ts +438 -356
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +120 -58
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +509 -475
- package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/content-launcher.js +65 -39
- package/dist/cjs/clusters/content-launcher.js.map +2 -2
- package/dist/cjs/clusters/descriptor.d.ts +28 -28
- package/dist/cjs/clusters/descriptor.js +8 -8
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
- package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
- package/dist/cjs/clusters/device-energy-management.js +87 -87
- package/dist/cjs/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/cjs/clusters/diagnostic-logs.js +34 -8
- package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1367 -1350
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +242 -228
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
- package/dist/cjs/clusters/ecosystem-information.js +12 -12
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
- package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/cjs/clusters/energy-evse-mode.js +8 -8
- package/dist/cjs/clusters/energy-evse.d.ts +323 -323
- package/dist/cjs/clusters/energy-evse.js +73 -73
- package/dist/cjs/clusters/energy-preference.d.ts +49 -49
- package/dist/cjs/clusters/energy-preference.js +9 -9
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/cjs/clusters/fan-control.d.ts +67 -67
- package/dist/cjs/clusters/fan-control.js +17 -17
- package/dist/cjs/clusters/fixed-label.d.ts +2 -2
- package/dist/cjs/clusters/fixed-label.js +1 -1
- package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
- package/dist/cjs/clusters/flow-measurement.js +4 -4
- package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
- package/dist/cjs/clusters/general-commissioning.js +25 -25
- package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
- package/dist/cjs/clusters/general-diagnostics.js +40 -40
- package/dist/cjs/clusters/group-key-management.d.ts +119 -119
- package/dist/cjs/clusters/group-key-management.js +23 -23
- package/dist/cjs/clusters/groups.d.ts +78 -78
- package/dist/cjs/clusters/groups.js +21 -21
- package/dist/cjs/clusters/icd-management.d.ts +131 -131
- package/dist/cjs/clusters/icd-management.js +29 -29
- package/dist/cjs/clusters/identify.d.ts +16 -16
- package/dist/cjs/clusters/identify.js +6 -6
- package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/cjs/clusters/illuminance-measurement.js +5 -5
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
- package/dist/cjs/clusters/keypad-input.d.ts +34 -16
- package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
- package/dist/cjs/clusters/keypad-input.js +17 -3
- package/dist/cjs/clusters/keypad-input.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
- package/dist/cjs/clusters/level-control.d.ts +303 -303
- package/dist/cjs/clusters/level-control.js +32 -32
- package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
- package/dist/cjs/clusters/localization-configuration.js +2 -2
- package/dist/cjs/clusters/low-power.d.ts +2 -2
- package/dist/cjs/clusters/low-power.js +1 -1
- package/dist/cjs/clusters/media-input.d.ts +47 -47
- package/dist/cjs/clusters/media-input.js +11 -11
- package/dist/cjs/clusters/media-playback.d.ts +427 -385
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +89 -57
- package/dist/cjs/clusters/media-playback.js.map +2 -2
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
- package/dist/cjs/clusters/operational-credentials.js +34 -34
- package/dist/cjs/clusters/operational-state.d.ts +67 -67
- package/dist/cjs/clusters/operational-state.js +21 -21
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
- package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +40 -40
- package/dist/cjs/clusters/oven-mode.js +5 -5
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
- package/dist/cjs/clusters/proxy-configuration.js +3 -3
- package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
- package/dist/cjs/clusters/proxy-discovery.js +4 -4
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
- package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
- package/dist/cjs/clusters/resource-monitoring.js +7 -7
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
- package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/cjs/clusters/rvc-operational-state.js +17 -17
- package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/cjs/clusters/rvc-run-mode.js +9 -9
- package/dist/cjs/clusters/scenes-management.d.ts +246 -246
- package/dist/cjs/clusters/scenes-management.js +70 -70
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +48 -30
- package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
- package/dist/cjs/clusters/target-navigator.js +24 -10
- package/dist/cjs/clusters/target-navigator.js.map +2 -2
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +515 -515
- package/dist/cjs/clusters/thermostat.js +114 -114
- package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/cjs/clusters/thread-border-router-management.js +14 -14
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
- package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
- package/dist/cjs/clusters/thread-network-directory.js +11 -11
- package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
- package/dist/cjs/clusters/time-format-localization.js +3 -3
- package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +55 -47
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +6 -6
- package/dist/cjs/clusters/unit-localization.js +1 -1
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
- package/dist/cjs/clusters/valid-proxies.js +2 -2
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/common/StatusCode.d.ts +2 -11
- package/dist/cjs/common/StatusCode.d.ts.map +1 -1
- package/dist/cjs/common/StatusCode.js +1 -17
- package/dist/cjs/common/StatusCode.js.map +1 -1
- package/dist/cjs/common/StatusResponseError.d.ts +21 -0
- package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
- package/dist/cjs/common/StatusResponseError.js +54 -0
- package/dist/cjs/common/StatusResponseError.js.map +6 -0
- package/dist/cjs/common/ValidationError.d.ts +1 -1
- package/dist/cjs/common/ValidationError.d.ts.map +1 -1
- package/dist/cjs/common/ValidationError.js +2 -1
- package/dist/cjs/common/ValidationError.js.map +1 -1
- package/dist/cjs/common/index.d.ts +1 -0
- package/dist/cjs/common/index.d.ts.map +1 -1
- package/dist/cjs/common/index.js +1 -0
- package/dist/cjs/common/index.js.map +1 -1
- package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
- package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
- package/dist/cjs/globals/Locationdesc.d.ts +5 -5
- package/dist/cjs/globals/Locationdesc.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +1 -1
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +6 -6
- package/dist/cjs/globals/Semtag.js +4 -4
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +33 -33
- package/dist/cjs/globals/Tod.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
- package/dist/esm/clusters/access-control.d.ts +250 -250
- package/dist/esm/clusters/access-control.js +39 -39
- package/dist/esm/clusters/account-login.d.ts +29 -29
- package/dist/esm/clusters/account-login.js +11 -11
- package/dist/esm/clusters/actions.d.ts +108 -108
- package/dist/esm/clusters/actions.js +39 -39
- package/dist/esm/clusters/administrator-commissioning.d.ts +77 -51
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +32 -12
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +141 -99
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +45 -13
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
- package/dist/esm/clusters/ballast-configuration.js +17 -17
- package/dist/esm/clusters/basic-information.d.ts +54 -54
- package/dist/esm/clusters/basic-information.js +34 -34
- package/dist/esm/clusters/binding.d.ts +12 -12
- package/dist/esm/clusters/binding.js +5 -5
- package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
- package/dist/esm/clusters/boolean-state-configuration.js +18 -18
- package/dist/esm/clusters/boolean-state.d.ts +7 -7
- package/dist/esm/clusters/boolean-state.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
- package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
- package/dist/esm/clusters/channel.d.ts +577 -559
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +87 -73
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +27 -17
- package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
- package/dist/esm/clusters/content-app-observer.js +14 -6
- package/dist/esm/clusters/content-app-observer.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +438 -356
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +120 -58
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +509 -475
- package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/content-launcher.js +65 -39
- package/dist/esm/clusters/content-launcher.js.map +1 -1
- package/dist/esm/clusters/descriptor.d.ts +28 -28
- package/dist/esm/clusters/descriptor.js +8 -8
- package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
- package/dist/esm/clusters/device-energy-management-mode.js +8 -8
- package/dist/esm/clusters/device-energy-management.d.ts +544 -544
- package/dist/esm/clusters/device-energy-management.js +87 -87
- package/dist/esm/clusters/diagnostic-logs.d.ts +67 -33
- package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
- package/dist/esm/clusters/diagnostic-logs.js +34 -8
- package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1367 -1350
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +242 -228
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
- package/dist/esm/clusters/ecosystem-information.js +12 -12
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
- package/dist/esm/clusters/electrical-power-measurement.js +39 -39
- package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
- package/dist/esm/clusters/energy-evse-mode.js +8 -8
- package/dist/esm/clusters/energy-evse.d.ts +323 -323
- package/dist/esm/clusters/energy-evse.js +73 -73
- package/dist/esm/clusters/energy-preference.d.ts +49 -49
- package/dist/esm/clusters/energy-preference.js +9 -9
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
- package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
- package/dist/esm/clusters/fan-control.d.ts +67 -67
- package/dist/esm/clusters/fan-control.js +17 -17
- package/dist/esm/clusters/fixed-label.d.ts +2 -2
- package/dist/esm/clusters/fixed-label.js +1 -1
- package/dist/esm/clusters/flow-measurement.d.ts +5 -5
- package/dist/esm/clusters/flow-measurement.js +4 -4
- package/dist/esm/clusters/general-commissioning.d.ts +104 -104
- package/dist/esm/clusters/general-commissioning.js +25 -25
- package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
- package/dist/esm/clusters/general-diagnostics.js +40 -40
- package/dist/esm/clusters/group-key-management.d.ts +119 -119
- package/dist/esm/clusters/group-key-management.js +23 -23
- package/dist/esm/clusters/groups.d.ts +78 -78
- package/dist/esm/clusters/groups.js +21 -21
- package/dist/esm/clusters/icd-management.d.ts +131 -131
- package/dist/esm/clusters/icd-management.js +29 -29
- package/dist/esm/clusters/identify.d.ts +16 -16
- package/dist/esm/clusters/identify.js +6 -6
- package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
- package/dist/esm/clusters/illuminance-measurement.js +5 -5
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +175 -175
- package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
- package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
- package/dist/esm/clusters/joint-fabric-pki.js +5 -5
- package/dist/esm/clusters/keypad-input.d.ts +34 -16
- package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
- package/dist/esm/clusters/keypad-input.js +17 -3
- package/dist/esm/clusters/keypad-input.js.map +1 -1
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
- package/dist/esm/clusters/laundry-washer-mode.js +5 -5
- package/dist/esm/clusters/level-control.d.ts +303 -303
- package/dist/esm/clusters/level-control.js +32 -32
- package/dist/esm/clusters/localization-configuration.d.ts +3 -3
- package/dist/esm/clusters/localization-configuration.js +2 -2
- package/dist/esm/clusters/low-power.d.ts +2 -2
- package/dist/esm/clusters/low-power.js +1 -1
- package/dist/esm/clusters/media-input.d.ts +47 -47
- package/dist/esm/clusters/media-input.js +11 -11
- package/dist/esm/clusters/media-playback.d.ts +427 -385
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +89 -57
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +94 -94
- package/dist/esm/clusters/operational-credentials.js +34 -34
- package/dist/esm/clusters/operational-state.d.ts +67 -67
- package/dist/esm/clusters/operational-state.js +21 -21
- package/dist/esm/clusters/ota-software-update-provider.d.ts +95 -61
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +51 -25
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +40 -40
- package/dist/esm/clusters/oven-mode.js +5 -5
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
- package/dist/esm/clusters/proxy-configuration.js +3 -3
- package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
- package/dist/esm/clusters/proxy-discovery.js +4 -4
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
- package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
- package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
- package/dist/esm/clusters/refrigerator-alarm.js +11 -11
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
- package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
- package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
- package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
- package/dist/esm/clusters/resource-monitoring.js +7 -7
- package/dist/esm/clusters/rvc-clean-mode.d.ts +48 -48
- package/dist/esm/clusters/rvc-clean-mode.js +9 -9
- package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
- package/dist/esm/clusters/rvc-operational-state.js +17 -17
- package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
- package/dist/esm/clusters/rvc-run-mode.js +9 -9
- package/dist/esm/clusters/scenes-management.d.ts +246 -246
- package/dist/esm/clusters/scenes-management.js +70 -70
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +48 -30
- package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
- package/dist/esm/clusters/target-navigator.js +24 -10
- package/dist/esm/clusters/target-navigator.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +515 -515
- package/dist/esm/clusters/thermostat.js +114 -114
- package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
- package/dist/esm/clusters/thread-border-router-management.js +14 -14
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
- package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
- package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
- package/dist/esm/clusters/thread-network-directory.js +11 -11
- package/dist/esm/clusters/time-format-localization.d.ts +12 -12
- package/dist/esm/clusters/time-format-localization.js +3 -3
- package/dist/esm/clusters/time-synchronization.d.ts +255 -245
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +55 -47
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +6 -6
- package/dist/esm/clusters/unit-localization.js +1 -1
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valid-proxies.d.ts +7 -7
- package/dist/esm/clusters/valid-proxies.js +2 -2
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
- package/dist/esm/clusters/wi-fi-network-management.js +3 -3
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/common/StatusCode.d.ts +2 -11
- package/dist/esm/common/StatusCode.d.ts.map +1 -1
- package/dist/esm/common/StatusCode.js +1 -17
- package/dist/esm/common/StatusCode.js.map +1 -1
- package/dist/esm/common/StatusResponseError.d.ts +21 -0
- package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
- package/dist/esm/common/StatusResponseError.js +34 -0
- package/dist/esm/common/StatusResponseError.js.map +6 -0
- package/dist/esm/common/ValidationError.d.ts +1 -1
- package/dist/esm/common/ValidationError.d.ts.map +1 -1
- package/dist/esm/common/ValidationError.js +2 -1
- package/dist/esm/common/ValidationError.js.map +1 -1
- package/dist/esm/common/index.d.ts +1 -0
- package/dist/esm/common/index.d.ts.map +1 -1
- package/dist/esm/common/index.js +1 -0
- package/dist/esm/common/index.js.map +1 -1
- package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
- package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
- package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
- package/dist/esm/globals/Locationdesc.d.ts +5 -5
- package/dist/esm/globals/Locationdesc.js +3 -3
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +1 -1
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +6 -6
- package/dist/esm/globals/Semtag.js +4 -4
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +33 -33
- package/dist/esm/globals/Tod.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
- package/package.json +5 -5
- package/src/clusters/access-control.ts +72 -72
- package/src/clusters/account-login.ts +22 -22
- package/src/clusters/actions.ts +86 -86
- package/src/clusters/administrator-commissioning.ts +67 -20
- package/src/clusters/air-quality.ts +4 -4
- package/src/clusters/alarm-base.ts +22 -22
- package/src/clusters/application-basic.ts +14 -14
- package/src/clusters/application-launcher.ts +105 -28
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/ballast-configuration.ts +20 -20
- package/src/clusters/basic-information.ts +47 -47
- package/src/clusters/binding.ts +8 -8
- package/src/clusters/boolean-state-configuration.ts +31 -31
- package/src/clusters/boolean-state.ts +6 -6
- package/src/clusters/bridged-device-basic-information.ts +38 -38
- package/src/clusters/channel.ts +143 -111
- package/src/clusters/color-control.ts +168 -168
- package/src/clusters/commissioner-control.ts +15 -15
- package/src/clusters/concentration-measurement.ts +15 -15
- package/src/clusters/content-app-observer.ts +29 -12
- package/src/clusters/content-control.ts +248 -96
- package/src/clusters/content-launcher.ts +131 -69
- package/src/clusters/descriptor.ts +13 -13
- package/src/clusters/device-energy-management-mode.ts +28 -28
- package/src/clusters/device-energy-management.ts +136 -136
- package/src/clusters/diagnostic-logs.ts +88 -26
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +408 -377
- package/src/clusters/ecosystem-information.ts +17 -17
- package/src/clusters/electrical-energy-measurement.ts +39 -39
- package/src/clusters/electrical-power-measurement.ts +53 -53
- package/src/clusters/energy-evse-mode.ts +28 -28
- package/src/clusters/energy-evse.ts +109 -109
- package/src/clusters/energy-preference.ts +19 -19
- package/src/clusters/ethernet-network-diagnostics.ts +13 -13
- package/src/clusters/fan-control.ts +30 -30
- package/src/clusters/fixed-label.ts +2 -2
- package/src/clusters/flow-measurement.ts +5 -5
- package/src/clusters/general-commissioning.ts +45 -45
- package/src/clusters/general-diagnostics.ts +66 -66
- package/src/clusters/group-key-management.ts +45 -45
- package/src/clusters/groups.ts +44 -44
- package/src/clusters/icd-management.ts +50 -50
- package/src/clusters/identify.ts +14 -14
- package/src/clusters/illuminance-measurement.ts +7 -7
- package/src/clusters/joint-fabric-datastore.ts +82 -82
- package/src/clusters/joint-fabric-pki.ts +12 -12
- package/src/clusters/keypad-input.ts +43 -11
- package/src/clusters/label.ts +5 -5
- package/src/clusters/laundry-dryer-controls.ts +4 -4
- package/src/clusters/laundry-washer-controls.ts +11 -11
- package/src/clusters/laundry-washer-mode.ts +25 -25
- package/src/clusters/level-control.ts +49 -49
- package/src/clusters/localization-configuration.ts +3 -3
- package/src/clusters/low-power.ts +2 -2
- package/src/clusters/media-input.ts +20 -20
- package/src/clusters/media-playback.ts +168 -91
- package/src/clusters/messages.ts +61 -61
- package/src/clusters/microwave-oven-control.ts +23 -23
- package/src/clusters/microwave-oven-mode.ts +25 -25
- package/src/clusters/mode-base.ts +37 -37
- package/src/clusters/mode-select.ts +22 -22
- package/src/clusters/network-commissioning.ts +76 -76
- package/src/clusters/occupancy-sensing.ts +29 -29
- package/src/clusters/on-off.ts +33 -33
- package/src/clusters/operational-credentials.ts +65 -65
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +101 -39
- package/src/clusters/ota-software-update-requestor.ts +55 -55
- package/src/clusters/oven-cavity-operational-state.ts +14 -14
- package/src/clusters/oven-mode.ts +31 -31
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/proxy-configuration.ts +6 -6
- package/src/clusters/proxy-discovery.ts +7 -7
- package/src/clusters/pump-configuration-and-control.ts +69 -69
- package/src/clusters/refrigerator-alarm.ts +18 -18
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
- package/src/clusters/relative-humidity-measurement.ts +5 -5
- package/src/clusters/resource-monitoring.ts +13 -13
- package/src/clusters/rvc-clean-mode.ts +31 -31
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +112 -112
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +68 -68
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +52 -20
- package/src/clusters/temperature-control.ts +19 -19
- package/src/clusters/temperature-measurement.ts +5 -5
- package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
- package/src/clusters/thermostat.ts +172 -172
- package/src/clusters/thread-border-router-management.ts +23 -23
- package/src/clusters/thread-network-diagnostics.ts +125 -125
- package/src/clusters/thread-network-directory.ts +22 -22
- package/src/clusters/time-format-localization.ts +7 -7
- package/src/clusters/time-synchronization.ts +98 -81
- package/src/clusters/unit-localization.ts +4 -4
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valid-proxies.ts +7 -7
- package/src/clusters/valve-configuration-and-control.ts +52 -35
- package/src/clusters/wake-on-lan.ts +3 -3
- package/src/clusters/water-heater-management.ts +26 -26
- package/src/clusters/water-heater-mode.ts +27 -27
- package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
- package/src/clusters/wi-fi-network-management.ts +6 -6
- package/src/clusters/window-covering.ts +68 -68
- package/src/common/StatusCode.ts +3 -21
- package/src/common/StatusResponseError.ts +41 -0
- package/src/common/ValidationError.ts +2 -1
- package/src/common/index.ts +1 -0
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Locationdesc.ts +5 -5
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +1 -1
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +6 -6
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +33 -33
- package/src/globals/Tod.ts +2 -2
- package/src/globals/WildcardPathFlags.ts +1 -1
|
@@ -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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.Cluster} § 4.3.8.6.1
|
|
989
989
|
*/
|
|
990
990
|
coolingStage: BitField(0, 2),
|
|
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.v141.Cluster} § 4.3.8.6.2
|
|
1006
1006
|
*/
|
|
1007
1007
|
heatingStage: BitField(2, 2),
|
|
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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.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.v141.Cluster} § 4.3.9.10
|
|
1465
1465
|
*/
|
|
1466
1466
|
piHeatingDemand: OptionalAttribute(0x8, TlvUInt8.bound({ max: 100 })),
|
|
1467
1467
|
|
|
@@ -1482,7 +1482,7 @@ export namespace Thermostat {
|
|
|
1482
1482
|
* either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
|
|
1483
1483
|
* of the ActivePresetHandle attribute shall be set to null.
|
|
1484
1484
|
*
|
|
1485
|
-
* @see {@link MatterSpecification.
|
|
1485
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.14
|
|
1486
1486
|
*/
|
|
1487
1487
|
occupiedHeatingSetpoint: WritableAttribute(0x12, TlvInt16, { persistent: true, default: 2000 }),
|
|
1488
1488
|
|
|
@@ -1499,7 +1499,7 @@ export namespace Thermostat {
|
|
|
1499
1499
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1500
1500
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1501
1501
|
*
|
|
1502
|
-
* @see {@link MatterSpecification.
|
|
1502
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.17
|
|
1503
1503
|
*/
|
|
1504
1504
|
minHeatSetpointLimit: OptionalWritableAttribute(
|
|
1505
1505
|
0x15,
|
|
@@ -1516,7 +1516,7 @@ export namespace Thermostat {
|
|
|
1516
1516
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1517
1517
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1518
1518
|
*
|
|
1519
|
-
* @see {@link MatterSpecification.
|
|
1519
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.18
|
|
1520
1520
|
*/
|
|
1521
1521
|
maxHeatSetpointLimit: OptionalWritableAttribute(
|
|
1522
1522
|
0x16,
|
|
@@ -1532,7 +1532,7 @@ export namespace Thermostat {
|
|
|
1532
1532
|
export const CoolingComponent = MutableCluster.Component({
|
|
1533
1533
|
attributes: {
|
|
1534
1534
|
/**
|
|
1535
|
-
* @see {@link MatterSpecification.
|
|
1535
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9
|
|
1536
1536
|
*/
|
|
1537
1537
|
absMinCoolSetpointLimit: OptionalFixedAttribute(0x5, TlvInt16, { default: 1600 }),
|
|
1538
1538
|
|
|
@@ -1542,7 +1542,7 @@ export namespace Thermostat {
|
|
|
1542
1542
|
*
|
|
1543
1543
|
* ### Refer to Setpoint Limits for constraints
|
|
1544
1544
|
*
|
|
1545
|
-
* @see {@link MatterSpecification.
|
|
1545
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.8
|
|
1546
1546
|
*/
|
|
1547
1547
|
absMaxCoolSetpointLimit: OptionalFixedAttribute(0x6, TlvInt16, { default: 3200 }),
|
|
1548
1548
|
|
|
@@ -1552,7 +1552,7 @@ export namespace Thermostat {
|
|
|
1552
1552
|
*
|
|
1553
1553
|
* This attribute is reported regularly and may be used to control a cooling device.
|
|
1554
1554
|
*
|
|
1555
|
-
* @see {@link MatterSpecification.
|
|
1555
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.9
|
|
1556
1556
|
*/
|
|
1557
1557
|
piCoolingDemand: OptionalAttribute(0x7, TlvUInt8.bound({ max: 100 })),
|
|
1558
1558
|
|
|
@@ -1573,7 +1573,7 @@ export namespace Thermostat {
|
|
|
1573
1573
|
* either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
|
|
1574
1574
|
* of the ActivePresetHandle attribute shall be set to null.
|
|
1575
1575
|
*
|
|
1576
|
-
* @see {@link MatterSpecification.
|
|
1576
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.13
|
|
1577
1577
|
*/
|
|
1578
1578
|
occupiedCoolingSetpoint: WritableAttribute(0x11, TlvInt16, { persistent: true, default: 2600 }),
|
|
1579
1579
|
|
|
@@ -1586,7 +1586,7 @@ export namespace Thermostat {
|
|
|
1586
1586
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1587
1587
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1588
1588
|
*
|
|
1589
|
-
* @see {@link MatterSpecification.
|
|
1589
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.19
|
|
1590
1590
|
*/
|
|
1591
1591
|
minCoolSetpointLimit: OptionalWritableAttribute(
|
|
1592
1592
|
0x17,
|
|
@@ -1603,7 +1603,7 @@ export namespace Thermostat {
|
|
|
1603
1603
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1604
1604
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1605
1605
|
*
|
|
1606
|
-
* @see {@link MatterSpecification.
|
|
1606
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.20
|
|
1607
1607
|
*/
|
|
1608
1608
|
maxCoolSetpointLimit: OptionalWritableAttribute(
|
|
1609
1609
|
0x18,
|
|
@@ -1635,7 +1635,7 @@ export namespace Thermostat {
|
|
|
1635
1635
|
* > Prior to revision 8 of this cluster specification the value of this attribute was constrained to a
|
|
1636
1636
|
* range of -2.5°C to 2.5°C.
|
|
1637
1637
|
*
|
|
1638
|
-
* @see {@link MatterSpecification.
|
|
1638
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.12
|
|
1639
1639
|
*/
|
|
1640
1640
|
localTemperatureCalibration: OptionalWritableAttribute(
|
|
1641
1641
|
0x10,
|
|
@@ -1667,7 +1667,7 @@ export namespace Thermostat {
|
|
|
1667
1667
|
* Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
|
|
1668
1668
|
* be set to null.
|
|
1669
1669
|
*
|
|
1670
|
-
* @see {@link MatterSpecification.
|
|
1670
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.15
|
|
1671
1671
|
*/
|
|
1672
1672
|
unoccupiedCoolingSetpoint: WritableAttribute(0x13, TlvInt16, { persistent: true, default: 2600 })
|
|
1673
1673
|
}
|
|
@@ -1695,7 +1695,7 @@ export namespace Thermostat {
|
|
|
1695
1695
|
* Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
|
|
1696
1696
|
* be set to null.
|
|
1697
1697
|
*
|
|
1698
|
-
* @see {@link MatterSpecification.
|
|
1698
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.16
|
|
1699
1699
|
*/
|
|
1700
1700
|
unoccupiedHeatingSetpoint: WritableAttribute(0x14, TlvInt16, { persistent: true, default: 2000 })
|
|
1701
1701
|
}
|
|
@@ -1720,7 +1720,7 @@ export namespace Thermostat {
|
|
|
1720
1720
|
* For backwards compatibility, this attribute is optionally writeable. However any writes to this attribute
|
|
1721
1721
|
* shall be silently ignored.
|
|
1722
1722
|
*
|
|
1723
|
-
* @see {@link MatterSpecification.
|
|
1723
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.21
|
|
1724
1724
|
*/
|
|
1725
1725
|
minSetpointDeadBand: WritableAttribute(
|
|
1726
1726
|
0x19,
|
|
@@ -1733,7 +1733,7 @@ export namespace Thermostat {
|
|
|
1733
1733
|
* can only be Off, Cool or Heat. This attribute is intended to provide additional information when the
|
|
1734
1734
|
* thermostat’s system mode is in auto mode.
|
|
1735
1735
|
*
|
|
1736
|
-
* @see {@link MatterSpecification.
|
|
1736
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.26
|
|
1737
1737
|
*/
|
|
1738
1738
|
thermostatRunningMode: OptionalAttribute(
|
|
1739
1739
|
0x1e,
|
|
@@ -1755,21 +1755,21 @@ export namespace Thermostat {
|
|
|
1755
1755
|
* This attribute may be able to be used as the base to determine if the device supports weekly scheduling
|
|
1756
1756
|
* by reading the attribute. Successful response means that the weekly scheduling is supported.
|
|
1757
1757
|
*
|
|
1758
|
-
* @see {@link MatterSpecification.
|
|
1758
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.27
|
|
1759
1759
|
*/
|
|
1760
1760
|
startOfWeek: FixedAttribute(0x20, TlvEnum<StartOfWeek>()),
|
|
1761
1761
|
|
|
1762
1762
|
/**
|
|
1763
1763
|
* Indicates how many weekly schedule transitions the thermostat is capable of handling.
|
|
1764
1764
|
*
|
|
1765
|
-
* @see {@link MatterSpecification.
|
|
1765
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.28
|
|
1766
1766
|
*/
|
|
1767
1767
|
numberOfWeeklyTransitions: FixedAttribute(0x21, TlvUInt8, { default: 0 }),
|
|
1768
1768
|
|
|
1769
1769
|
/**
|
|
1770
1770
|
* Indicates how many daily schedule transitions the thermostat is capable of handling.
|
|
1771
1771
|
*
|
|
1772
|
-
* @see {@link MatterSpecification.
|
|
1772
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.29
|
|
1773
1773
|
*/
|
|
1774
1774
|
numberOfDailyTransitions: FixedAttribute(0x22, TlvUInt8, { default: 0 })
|
|
1775
1775
|
},
|
|
@@ -1784,7 +1784,7 @@ export namespace Thermostat {
|
|
|
1784
1784
|
* leave all other days unchanged. If the schedule is larger than what fits in one frame or contains more
|
|
1785
1785
|
* than 10 transitions, the schedule shall then be sent using multiple SetWeeklySchedule Commands.
|
|
1786
1786
|
*
|
|
1787
|
-
* @see {@link MatterSpecification.
|
|
1787
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2
|
|
1788
1788
|
*/
|
|
1789
1789
|
setWeeklySchedule: Command(
|
|
1790
1790
|
0x1,
|
|
@@ -1795,7 +1795,7 @@ export namespace Thermostat {
|
|
|
1795
1795
|
),
|
|
1796
1796
|
|
|
1797
1797
|
/**
|
|
1798
|
-
* @see {@link MatterSpecification.
|
|
1798
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3
|
|
1799
1799
|
*/
|
|
1800
1800
|
getWeeklySchedule: Command(0x2, TlvGetWeeklyScheduleRequest, 0x0, TlvGetWeeklyScheduleResponse),
|
|
1801
1801
|
|
|
@@ -1805,7 +1805,7 @@ export namespace Thermostat {
|
|
|
1805
1805
|
* Upon receipt, all transitions currently stored shall be cleared and a default response of SUCCESS shall
|
|
1806
1806
|
* be sent in response. There are no error responses to this command.
|
|
1807
1807
|
*
|
|
1808
|
-
* @see {@link MatterSpecification.
|
|
1808
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.5
|
|
1809
1809
|
*/
|
|
1810
1810
|
clearWeeklySchedule: Command(0x3, TlvNoArguments, 0x3, TlvNoResponse, { invokeAcl: AccessLevel.Manage })
|
|
1811
1811
|
}
|
|
@@ -1838,7 +1838,7 @@ export namespace Thermostat {
|
|
|
1838
1838
|
* Thermostat server shall set its OccupiedSetback value to OccupiedSetbackMin and shall send a Write
|
|
1839
1839
|
* Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
1840
1840
|
*
|
|
1841
|
-
* @see {@link MatterSpecification.
|
|
1841
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.37
|
|
1842
1842
|
*/
|
|
1843
1843
|
occupiedSetback: WritableAttribute(
|
|
1844
1844
|
0x34,
|
|
@@ -1852,7 +1852,7 @@ export namespace Thermostat {
|
|
|
1852
1852
|
*
|
|
1853
1853
|
* The null value indicates the attribute is unused.
|
|
1854
1854
|
*
|
|
1855
|
-
* @see {@link MatterSpecification.
|
|
1855
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.38
|
|
1856
1856
|
*/
|
|
1857
1857
|
occupiedSetbackMin: FixedAttribute(0x35, TlvNullable(TlvUInt8), { default: null }),
|
|
1858
1858
|
|
|
@@ -1862,7 +1862,7 @@ export namespace Thermostat {
|
|
|
1862
1862
|
*
|
|
1863
1863
|
* The null value indicates the attribute is unused.
|
|
1864
1864
|
*
|
|
1865
|
-
* @see {@link MatterSpecification.
|
|
1865
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.39
|
|
1866
1866
|
*/
|
|
1867
1867
|
occupiedSetbackMax: FixedAttribute(0x36, TlvNullable(TlvUInt8), { default: null })
|
|
1868
1868
|
}
|
|
@@ -1895,7 +1895,7 @@ export namespace Thermostat {
|
|
|
1895
1895
|
* the Thermostat server shall set its UnoccupiedSetback value to UnoccupiedSetbackMin and shall send a
|
|
1896
1896
|
* Write Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
1897
1897
|
*
|
|
1898
|
-
* @see {@link MatterSpecification.
|
|
1898
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.40
|
|
1899
1899
|
*/
|
|
1900
1900
|
unoccupiedSetback: WritableAttribute(
|
|
1901
1901
|
0x37,
|
|
@@ -1909,7 +1909,7 @@ export namespace Thermostat {
|
|
|
1909
1909
|
*
|
|
1910
1910
|
* The null value indicates the attribute is unused.
|
|
1911
1911
|
*
|
|
1912
|
-
* @see {@link MatterSpecification.
|
|
1912
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.41
|
|
1913
1913
|
*/
|
|
1914
1914
|
unoccupiedSetbackMin: FixedAttribute(0x38, TlvNullable(TlvUInt8), { default: null }),
|
|
1915
1915
|
|
|
@@ -1919,7 +1919,7 @@ export namespace Thermostat {
|
|
|
1919
1919
|
*
|
|
1920
1920
|
* The null value indicates the attribute is unused.
|
|
1921
1921
|
*
|
|
1922
|
-
* @see {@link MatterSpecification.
|
|
1922
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.42
|
|
1923
1923
|
*/
|
|
1924
1924
|
unoccupiedSetbackMax: FixedAttribute(0x39, TlvNullable(TlvUInt8), { default: null })
|
|
1925
1925
|
}
|
|
@@ -1934,14 +1934,14 @@ export namespace Thermostat {
|
|
|
1934
1934
|
* Indicates the supported PresetScenarioEnum values, limits on how many presets can be created for each
|
|
1935
1935
|
* PresetScenarioEnum, and whether or not a thermostat can transition automatically to a given scenario.
|
|
1936
1936
|
*
|
|
1937
|
-
* @see {@link MatterSpecification.
|
|
1937
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.52
|
|
1938
1938
|
*/
|
|
1939
1939
|
presetTypes: FixedAttribute(0x48, TlvArray(TlvPresetType), { default: [] }),
|
|
1940
1940
|
|
|
1941
1941
|
/**
|
|
1942
1942
|
* Indicates the maximum number of entries supported by the Presets attribute.
|
|
1943
1943
|
*
|
|
1944
|
-
* @see {@link MatterSpecification.
|
|
1944
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.54
|
|
1945
1945
|
*/
|
|
1946
1946
|
numberOfPresets: FixedAttribute(0x4a, TlvUInt8, { default: 0 }),
|
|
1947
1947
|
|
|
@@ -1949,7 +1949,7 @@ export namespace Thermostat {
|
|
|
1949
1949
|
* Indicates the PresetHandle of the active preset. If this attribute is null, then there is no active
|
|
1950
1950
|
* preset.
|
|
1951
1951
|
*
|
|
1952
|
-
* @see {@link MatterSpecification.
|
|
1952
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.58
|
|
1953
1953
|
*/
|
|
1954
1954
|
activePresetHandle: Attribute(
|
|
1955
1955
|
0x4e,
|
|
@@ -2029,7 +2029,7 @@ export namespace Thermostat {
|
|
|
2029
2029
|
*
|
|
2030
2030
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
2031
2031
|
*
|
|
2032
|
-
* @see {@link MatterSpecification.
|
|
2032
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.60
|
|
2033
2033
|
*/
|
|
2034
2034
|
presets: WritableAttribute(
|
|
2035
2035
|
0x50,
|
|
@@ -2040,7 +2040,7 @@ export namespace Thermostat {
|
|
|
2040
2040
|
|
|
2041
2041
|
commands: {
|
|
2042
2042
|
/**
|
|
2043
|
-
* @see {@link MatterSpecification.
|
|
2043
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9
|
|
2044
2044
|
*/
|
|
2045
2045
|
setActivePresetRequest: Command(0x6, TlvSetActivePresetRequest, 0x6, TlvNoResponse)
|
|
2046
2046
|
}
|
|
@@ -2056,26 +2056,26 @@ export namespace Thermostat {
|
|
|
2056
2056
|
* each SystemMode value, and whether or not a given SystemMode value supports transitions to Presets,
|
|
2057
2057
|
* target setpoints, or both.
|
|
2058
2058
|
*
|
|
2059
|
-
* @see {@link MatterSpecification.
|
|
2059
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.53
|
|
2060
2060
|
*/
|
|
2061
2061
|
scheduleTypes: FixedAttribute(0x49, TlvArray(TlvScheduleType), { default: [] }),
|
|
2062
2062
|
|
|
2063
2063
|
/**
|
|
2064
2064
|
* Indicates the maximum number of entries supported by the Schedules attribute.
|
|
2065
2065
|
*
|
|
2066
|
-
* @see {@link MatterSpecification.
|
|
2066
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.55
|
|
2067
2067
|
*/
|
|
2068
2068
|
numberOfSchedules: FixedAttribute(0x4b, TlvUInt8, { default: 0 }),
|
|
2069
2069
|
|
|
2070
2070
|
/**
|
|
2071
2071
|
* Indicates the maximum number of transitions per Schedules attribute entry.
|
|
2072
2072
|
*
|
|
2073
|
-
* @see {@link MatterSpecification.
|
|
2073
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.56
|
|
2074
2074
|
*/
|
|
2075
2075
|
numberOfScheduleTransitions: FixedAttribute(0x4c, TlvUInt8, { default: 0 }),
|
|
2076
2076
|
|
|
2077
2077
|
/**
|
|
2078
|
-
* @see {@link MatterSpecification.
|
|
2078
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9
|
|
2079
2079
|
*/
|
|
2080
2080
|
numberOfScheduleTransitionPerDay: FixedAttribute(0x4d, TlvNullable(TlvUInt8), { default: null }),
|
|
2081
2081
|
|
|
@@ -2083,7 +2083,7 @@ export namespace Thermostat {
|
|
|
2083
2083
|
* Indicates the ScheduleHandle of the active schedule. A null value in this attribute indicates that there
|
|
2084
2084
|
* is no active schedule.
|
|
2085
2085
|
*
|
|
2086
|
-
* @see {@link MatterSpecification.
|
|
2086
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.59
|
|
2087
2087
|
*/
|
|
2088
2088
|
activeScheduleHandle: Attribute(
|
|
2089
2089
|
0x4f,
|
|
@@ -2199,7 +2199,7 @@ export namespace Thermostat {
|
|
|
2199
2199
|
*
|
|
2200
2200
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
2201
2201
|
*
|
|
2202
|
-
* @see {@link MatterSpecification.
|
|
2202
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.61
|
|
2203
2203
|
*/
|
|
2204
2204
|
schedules: WritableAttribute(
|
|
2205
2205
|
0x51,
|
|
@@ -2210,7 +2210,7 @@ export namespace Thermostat {
|
|
|
2210
2210
|
|
|
2211
2211
|
commands: {
|
|
2212
2212
|
/**
|
|
2213
|
-
* @see {@link MatterSpecification.
|
|
2213
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8
|
|
2214
2214
|
*/
|
|
2215
2215
|
setActiveScheduleRequest: Command(0x5, TlvSetActiveScheduleRequest, 0x5, TlvNoResponse)
|
|
2216
2216
|
}
|
|
@@ -2260,7 +2260,7 @@ export namespace Thermostat {
|
|
|
2260
2260
|
* externally, for example due to the temperature control being done by a separate subsystem which does not
|
|
2261
2261
|
* offer a view into the currently measured temperature, but allows setpoints to be provided.
|
|
2262
2262
|
*
|
|
2263
|
-
* @see {@link MatterSpecification.
|
|
2263
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.4.1
|
|
2264
2264
|
*/
|
|
2265
2265
|
localTemperatureNotExposed: BitFlag(6),
|
|
2266
2266
|
|
|
@@ -2289,14 +2289,14 @@ export namespace Thermostat {
|
|
|
2289
2289
|
* • Otherwise, if the LTNE feature is supported, there is no feedback externally available for the
|
|
2290
2290
|
* LocalTemperatureCalibration. In that case, the LocalTemperature attribute shall always report null.
|
|
2291
2291
|
*
|
|
2292
|
-
* @see {@link MatterSpecification.
|
|
2292
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.2
|
|
2293
2293
|
*/
|
|
2294
2294
|
localTemperature: Attribute(0x0, TlvNullable(TlvInt16), { default: null }),
|
|
2295
2295
|
|
|
2296
2296
|
/**
|
|
2297
2297
|
* Indicates the outdoor temperature, as measured locally or remotely (over the network).
|
|
2298
2298
|
*
|
|
2299
|
-
* @see {@link MatterSpecification.
|
|
2299
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.3
|
|
2300
2300
|
*/
|
|
2301
2301
|
outdoorTemperature: OptionalAttribute(0x1, TlvNullable(TlvInt16), { default: null }),
|
|
2302
2302
|
|
|
@@ -2306,7 +2306,7 @@ export namespace Thermostat {
|
|
|
2306
2306
|
* parameters are set via software, there shall be read/write access in order to provide remote programming
|
|
2307
2307
|
* capability.
|
|
2308
2308
|
*
|
|
2309
|
-
* @see {@link MatterSpecification.
|
|
2309
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.11
|
|
2310
2310
|
* @deprecated
|
|
2311
2311
|
*/
|
|
2312
2312
|
hvacSystemTypeConfiguration: OptionalWritableAttribute(
|
|
@@ -2325,7 +2325,7 @@ export namespace Thermostat {
|
|
|
2325
2325
|
* If the LocalTemperature RemoteSensing bit is written with a value of 1 when the LTNE feature is present,
|
|
2326
2326
|
* the write shall fail and the server shall report a CONSTRAINT_ERROR.
|
|
2327
2327
|
*
|
|
2328
|
-
* @see {@link MatterSpecification.
|
|
2328
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.22
|
|
2329
2329
|
*/
|
|
2330
2330
|
remoteSensing: OptionalWritableAttribute(
|
|
2331
2331
|
0x1a,
|
|
@@ -2341,7 +2341,7 @@ export namespace Thermostat {
|
|
|
2341
2341
|
* value of this attribute shall remain unchanged. This behavior is in place for backwards compatibility
|
|
2342
2342
|
* with existing thermostats.
|
|
2343
2343
|
*
|
|
2344
|
-
* @see {@link MatterSpecification.
|
|
2344
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.23
|
|
2345
2345
|
*/
|
|
2346
2346
|
controlSequenceOfOperation: WritableAttribute(
|
|
2347
2347
|
0x1b,
|
|
@@ -2353,7 +2353,7 @@ export namespace Thermostat {
|
|
|
2353
2353
|
* Indicates the current operating mode of the thermostat. Its value shall be limited by the
|
|
2354
2354
|
* ControlSequenceOfOperation attribute.
|
|
2355
2355
|
*
|
|
2356
|
-
* @see {@link MatterSpecification.
|
|
2356
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.24
|
|
2357
2357
|
*/
|
|
2358
2358
|
systemMode: WritableAttribute(
|
|
2359
2359
|
0x1c,
|
|
@@ -2379,7 +2379,7 @@ export namespace Thermostat {
|
|
|
2379
2379
|
* If this attribute is updated to SetpointHoldOff and the SetpointHoldExpiryTimestamp is supported, the
|
|
2380
2380
|
* server shall set the SetpointHoldExpiryTimestamp to null.
|
|
2381
2381
|
*
|
|
2382
|
-
* @see {@link MatterSpecification.
|
|
2382
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.30
|
|
2383
2383
|
*/
|
|
2384
2384
|
temperatureSetpointHold: OptionalWritableAttribute(
|
|
2385
2385
|
0x23,
|
|
@@ -2399,7 +2399,7 @@ export namespace Thermostat {
|
|
|
2399
2399
|
* If this attribute is set to null and the SetpointHoldExpiryTimestamp is supported, the server shall set
|
|
2400
2400
|
* the SetpointHoldExpiryTimestamp to null.
|
|
2401
2401
|
*
|
|
2402
|
-
* @see {@link MatterSpecification.
|
|
2402
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.31
|
|
2403
2403
|
*/
|
|
2404
2404
|
temperatureSetpointHoldDuration: OptionalWritableAttribute(
|
|
2405
2405
|
0x24,
|
|
@@ -2425,7 +2425,7 @@ export namespace Thermostat {
|
|
|
2425
2425
|
* > Modifying the ScheduleActive bit does not clear or delete previous weekly schedule programming
|
|
2426
2426
|
* configurations.
|
|
2427
2427
|
*
|
|
2428
|
-
* @see {@link MatterSpecification.
|
|
2428
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.32
|
|
2429
2429
|
*/
|
|
2430
2430
|
thermostatProgrammingOperationMode: OptionalWritableAttribute(
|
|
2431
2431
|
0x25,
|
|
@@ -2437,7 +2437,7 @@ export namespace Thermostat {
|
|
|
2437
2437
|
* Indicates the current relay state of the heat, cool, and fan relays. Unimplemented outputs shall be
|
|
2438
2438
|
* treated as if they were Off.
|
|
2439
2439
|
*
|
|
2440
|
-
* @see {@link MatterSpecification.
|
|
2440
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.33
|
|
2441
2441
|
*/
|
|
2442
2442
|
thermostatRunningState: OptionalAttribute(0x29, TlvBitmap(TlvUInt16, RelayState)),
|
|
2443
2443
|
|
|
@@ -2450,7 +2450,7 @@ export namespace Thermostat {
|
|
|
2450
2450
|
* provider). Because automation services may initiate frequent setpoint changes, this attribute clearly
|
|
2451
2451
|
* differentiates the source of setpoint changes made at the thermostat.
|
|
2452
2452
|
*
|
|
2453
|
-
* @see {@link MatterSpecification.
|
|
2453
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.34
|
|
2454
2454
|
*/
|
|
2455
2455
|
setpointChangeSource: OptionalAttribute(
|
|
2456
2456
|
0x30,
|
|
@@ -2465,14 +2465,14 @@ export namespace Thermostat {
|
|
|
2465
2465
|
*
|
|
2466
2466
|
* The null value indicates that the previous setpoint was unknown.
|
|
2467
2467
|
*
|
|
2468
|
-
* @see {@link MatterSpecification.
|
|
2468
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.35
|
|
2469
2469
|
*/
|
|
2470
2470
|
setpointChangeAmount: OptionalAttribute(0x31, TlvNullable(TlvInt16), { default: null }),
|
|
2471
2471
|
|
|
2472
2472
|
/**
|
|
2473
2473
|
* Indicates the time in UTC at which the SetpointChangeAmount attribute change was recorded.
|
|
2474
2474
|
*
|
|
2475
|
-
* @see {@link MatterSpecification.
|
|
2475
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.36
|
|
2476
2476
|
*/
|
|
2477
2477
|
setpointChangeSourceTimestamp: OptionalAttribute(0x32, TlvEpochS, { default: 0 }),
|
|
2478
2478
|
|
|
@@ -2502,7 +2502,7 @@ export namespace Thermostat {
|
|
|
2502
2502
|
* when a setpoint is of a specified amount greater than the measured temperature. This allows the heated
|
|
2503
2503
|
* space to be quickly heated to the desired level set by the user.
|
|
2504
2504
|
*
|
|
2505
|
-
* @see {@link MatterSpecification.
|
|
2505
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.43
|
|
2506
2506
|
*/
|
|
2507
2507
|
emergencyHeatDelta: OptionalWritableAttribute(
|
|
2508
2508
|
0x3a,
|
|
@@ -2514,7 +2514,7 @@ export namespace Thermostat {
|
|
|
2514
2514
|
* Indicates the type of Mini Split ACTypeEnum of Mini Split AC is defined depending on how Cooling and
|
|
2515
2515
|
* Heating condition is achieved by Mini Split AC.
|
|
2516
2516
|
*
|
|
2517
|
-
* @see {@link MatterSpecification.
|
|
2517
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.44
|
|
2518
2518
|
*/
|
|
2519
2519
|
acType: OptionalWritableAttribute(
|
|
2520
2520
|
0x40,
|
|
@@ -2525,7 +2525,7 @@ export namespace Thermostat {
|
|
|
2525
2525
|
/**
|
|
2526
2526
|
* Indicates capacity of Mini Split AC in terms of the format defined by the ACCapacityFormat attribute
|
|
2527
2527
|
*
|
|
2528
|
-
* @see {@link MatterSpecification.
|
|
2528
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.45
|
|
2529
2529
|
*/
|
|
2530
2530
|
acCapacity: OptionalWritableAttribute(
|
|
2531
2531
|
0x41,
|
|
@@ -2536,7 +2536,7 @@ export namespace Thermostat {
|
|
|
2536
2536
|
/**
|
|
2537
2537
|
* Indicates type of refrigerant used within the Mini Split AC.
|
|
2538
2538
|
*
|
|
2539
|
-
* @see {@link MatterSpecification.
|
|
2539
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.46
|
|
2540
2540
|
*/
|
|
2541
2541
|
acRefrigerantType: OptionalWritableAttribute(
|
|
2542
2542
|
0x42,
|
|
@@ -2547,7 +2547,7 @@ export namespace Thermostat {
|
|
|
2547
2547
|
/**
|
|
2548
2548
|
* Indicates the type of compressor used within the Mini Split AC.
|
|
2549
2549
|
*
|
|
2550
|
-
* @see {@link MatterSpecification.
|
|
2550
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.47
|
|
2551
2551
|
*/
|
|
2552
2552
|
acCompressorType: OptionalWritableAttribute(
|
|
2553
2553
|
0x43,
|
|
@@ -2558,7 +2558,7 @@ export namespace Thermostat {
|
|
|
2558
2558
|
/**
|
|
2559
2559
|
* Indicates the type of errors encountered within the Mini Split AC.
|
|
2560
2560
|
*
|
|
2561
|
-
* @see {@link MatterSpecification.
|
|
2561
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.48
|
|
2562
2562
|
*/
|
|
2563
2563
|
acErrorCode: OptionalWritableAttribute(
|
|
2564
2564
|
0x44,
|
|
@@ -2569,7 +2569,7 @@ export namespace Thermostat {
|
|
|
2569
2569
|
/**
|
|
2570
2570
|
* Indicates the position of Louver on the AC.
|
|
2571
2571
|
*
|
|
2572
|
-
* @see {@link MatterSpecification.
|
|
2572
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.49
|
|
2573
2573
|
*/
|
|
2574
2574
|
acLouverPosition: OptionalWritableAttribute(
|
|
2575
2575
|
0x45,
|
|
@@ -2580,14 +2580,14 @@ export namespace Thermostat {
|
|
|
2580
2580
|
/**
|
|
2581
2581
|
* Indicates the temperature of the AC coil, as measured locally or remotely (over the network).
|
|
2582
2582
|
*
|
|
2583
|
-
* @see {@link MatterSpecification.
|
|
2583
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.50
|
|
2584
2584
|
*/
|
|
2585
2585
|
acCoilTemperature: OptionalAttribute(0x46, TlvNullable(TlvInt16), { default: null }),
|
|
2586
2586
|
|
|
2587
2587
|
/**
|
|
2588
2588
|
* Indicates the format for the ACCapacity attribute.
|
|
2589
2589
|
*
|
|
2590
|
-
* @see {@link MatterSpecification.
|
|
2590
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.51
|
|
2591
2591
|
*/
|
|
2592
2592
|
acCapacityFormat: OptionalWritableAttribute(
|
|
2593
2593
|
0x47,
|
|
@@ -2604,7 +2604,7 @@ export namespace Thermostat {
|
|
|
2604
2604
|
* null, this attribute shall be set to null indicating there is no hold on the Thermostat either with or
|
|
2605
2605
|
* without a duration.
|
|
2606
2606
|
*
|
|
2607
|
-
* @see {@link MatterSpecification.
|
|
2607
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.62
|
|
2608
2608
|
*/
|
|
2609
2609
|
setpointHoldExpiryTimestamp: OptionalAttribute(
|
|
2610
2610
|
0x52,
|
|
@@ -2615,7 +2615,7 @@ export namespace Thermostat {
|
|
|
2615
2615
|
|
|
2616
2616
|
commands: {
|
|
2617
2617
|
/**
|
|
2618
|
-
* @see {@link MatterSpecification.
|
|
2618
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1
|
|
2619
2619
|
*/
|
|
2620
2620
|
setpointRaiseLower: Command(0x0, TlvSetpointRaiseLowerRequest, 0x0, TlvNoResponse)
|
|
2621
2621
|
},
|
|
@@ -2654,7 +2654,7 @@ export namespace Thermostat {
|
|
|
2654
2654
|
* Per the Matter specification you cannot use {@link ThermostatCluster} without enabling certain feature
|
|
2655
2655
|
* combinations. You must use the {@link with} factory method to obtain a working cluster.
|
|
2656
2656
|
*
|
|
2657
|
-
* @see {@link MatterSpecification.
|
|
2657
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3
|
|
2658
2658
|
*/
|
|
2659
2659
|
export interface Cluster extends Identity<typeof ClusterInstance> {}
|
|
2660
2660
|
|