@matter/types 0.16.0-alpha.0-20251103-b47ffa15b → 0.16.0-alpha.0-20251106-4e10fd77b
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 +54 -54
- package/dist/cjs/clusters/administrator-commissioning.js +12 -12
- package/dist/cjs/clusters/air-quality.d.ts +5 -5
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +43 -43
- package/dist/cjs/clusters/alarm-base.js +14 -14
- package/dist/cjs/clusters/application-basic.d.ts +16 -16
- package/dist/cjs/clusters/application-basic.js +10 -10
- package/dist/cjs/clusters/application-launcher.d.ts +104 -104
- package/dist/cjs/clusters/application-launcher.js +13 -13
- package/dist/cjs/clusters/audio-output.d.ts +37 -37
- package/dist/cjs/clusters/audio-output.js +8 -8
- package/dist/cjs/clusters/basic-information.d.ts +55 -55
- package/dist/cjs/clusters/basic-information.js +35 -35
- 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 +105 -105
- package/dist/cjs/clusters/bridged-device-basic-information.js +29 -29
- package/dist/cjs/clusters/channel.d.ts +561 -561
- package/dist/cjs/clusters/channel.js +73 -73
- package/dist/cjs/clusters/color-control.d.ts +658 -658
- package/dist/cjs/clusters/color-control.js +116 -116
- package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
- package/dist/cjs/clusters/commissioner-control.js +5 -5
- package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
- package/dist/cjs/clusters/concentration-measurement.js +11 -11
- package/dist/cjs/clusters/content-app-observer.d.ts +18 -18
- package/dist/cjs/clusters/content-app-observer.js +6 -6
- package/dist/cjs/clusters/content-control.d.ts +366 -366
- package/dist/cjs/clusters/content-control.js +58 -58
- package/dist/cjs/clusters/content-launcher.d.ts +479 -479
- package/dist/cjs/clusters/content-launcher.js +39 -39
- package/dist/cjs/clusters/descriptor.d.ts +30 -30
- package/dist/cjs/clusters/descriptor.js +9 -9
- 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 +37 -37
- package/dist/cjs/clusters/diagnostic-logs.js +8 -8
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
- package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/cjs/clusters/dishwasher-mode.js +8 -8
- package/dist/cjs/clusters/door-lock.d.ts +1349 -1349
- package/dist/cjs/clusters/door-lock.js +227 -227
- package/dist/cjs/clusters/ecosystem-information.d.ts +35 -35
- package/dist/cjs/clusters/ecosystem-information.js +14 -14
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +200 -200
- 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 +83 -83
- package/dist/cjs/clusters/fan-control.js +19 -19
- 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-administrator.d.ts +34 -34
- package/dist/cjs/clusters/joint-fabric-administrator.js +10 -10
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/cjs/clusters/joint-fabric-datastore.js +73 -73
- package/dist/cjs/clusters/keypad-input.d.ts +18 -18
- package/dist/cjs/clusters/keypad-input.js +3 -3
- package/dist/cjs/clusters/label.d.ts +10 -10
- package/dist/cjs/clusters/label.js +3 -3
- package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +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 +390 -390
- package/dist/cjs/clusters/media-playback.js +57 -57
- package/dist/cjs/clusters/messages.d.ts +154 -154
- package/dist/cjs/clusters/messages.js +38 -38
- package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/cjs/clusters/microwave-oven-control.js +17 -17
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
- package/dist/cjs/clusters/mode-base.d.ts +59 -59
- package/dist/cjs/clusters/mode-base.js +13 -13
- package/dist/cjs/clusters/mode-select.d.ts +51 -51
- package/dist/cjs/clusters/mode-select.js +13 -13
- package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
- package/dist/cjs/clusters/network-commissioning.js +46 -46
- package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/cjs/clusters/occupancy-sensing.js +20 -20
- package/dist/cjs/clusters/on-off.d.ts +103 -103
- package/dist/cjs/clusters/on-off.js +19 -19
- package/dist/cjs/clusters/operational-credentials.d.ts +106 -106
- package/dist/cjs/clusters/operational-credentials.js +38 -38
- 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 +65 -65
- package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/cjs/clusters/oven-mode.d.ts +49 -49
- package/dist/cjs/clusters/oven-mode.js +8 -8
- package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
- package/dist/cjs/clusters/power-source-configuration.js +1 -1
- package/dist/cjs/clusters/power-source.d.ts +155 -155
- package/dist/cjs/clusters/power-source.js +41 -41
- package/dist/cjs/clusters/power-topology.d.ts +8 -8
- package/dist/cjs/clusters/power-topology.js +2 -2
- package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
- package/dist/cjs/clusters/pressure-measurement.js +9 -9
- package/dist/cjs/clusters/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 +49 -49
- 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 +244 -244
- package/dist/cjs/clusters/scenes-management.js +69 -69
- package/dist/cjs/clusters/service-area.d.ts +128 -128
- package/dist/cjs/clusters/service-area.js +26 -26
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
- package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
- package/dist/cjs/clusters/software-diagnostics.js +14 -14
- package/dist/cjs/clusters/switch.d.ts +105 -105
- package/dist/cjs/clusters/switch.js +23 -23
- package/dist/cjs/clusters/target-navigator.d.ts +32 -32
- package/dist/cjs/clusters/target-navigator.js +10 -10
- package/dist/cjs/clusters/temperature-control.d.ts +45 -45
- package/dist/cjs/clusters/temperature-control.js +12 -12
- package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
- package/dist/cjs/clusters/temperature-measurement.js +4 -4
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/cjs/clusters/thermostat.d.ts +514 -514
- 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 +246 -246
- package/dist/cjs/clusters/time-synchronization.js +47 -47
- package/dist/cjs/clusters/unit-localization.d.ts +9 -9
- package/dist/cjs/clusters/unit-localization.js +2 -2
- package/dist/cjs/clusters/user-label.d.ts +2 -2
- package/dist/cjs/clusters/user-label.js +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts +81 -81
- package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
- package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
- package/dist/cjs/clusters/wake-on-lan.js +2 -2
- package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
- package/dist/cjs/clusters/water-heater-management.js +16 -16
- package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
- package/dist/cjs/clusters/water-heater-mode.js +8 -8
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +8 -8
- package/dist/cjs/clusters/wi-fi-network-management.js +4 -4
- package/dist/cjs/clusters/window-covering.d.ts +183 -183
- package/dist/cjs/clusters/window-covering.js +49 -49
- package/dist/cjs/dcl/operational-certificate.d.ts +8 -1
- package/dist/cjs/dcl/operational-certificate.d.ts.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/Currency.d.ts +2 -2
- 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/Namespace.d.ts +1 -1
- package/dist/cjs/globals/Price.d.ts +2 -2
- 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 +36 -36
- package/dist/cjs/globals/ThreeLevelAuto.d.ts +1 -1
- 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 +54 -54
- package/dist/esm/clusters/administrator-commissioning.js +12 -12
- package/dist/esm/clusters/air-quality.d.ts +5 -5
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +43 -43
- package/dist/esm/clusters/alarm-base.js +14 -14
- package/dist/esm/clusters/application-basic.d.ts +16 -16
- package/dist/esm/clusters/application-basic.js +10 -10
- package/dist/esm/clusters/application-launcher.d.ts +104 -104
- package/dist/esm/clusters/application-launcher.js +13 -13
- package/dist/esm/clusters/audio-output.d.ts +37 -37
- package/dist/esm/clusters/audio-output.js +8 -8
- package/dist/esm/clusters/basic-information.d.ts +55 -55
- package/dist/esm/clusters/basic-information.js +35 -35
- 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 +105 -105
- package/dist/esm/clusters/bridged-device-basic-information.js +29 -29
- package/dist/esm/clusters/channel.d.ts +561 -561
- package/dist/esm/clusters/channel.js +73 -73
- package/dist/esm/clusters/color-control.d.ts +658 -658
- package/dist/esm/clusters/color-control.js +116 -116
- package/dist/esm/clusters/commissioner-control.d.ts +16 -16
- package/dist/esm/clusters/commissioner-control.js +5 -5
- package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
- package/dist/esm/clusters/concentration-measurement.js +11 -11
- package/dist/esm/clusters/content-app-observer.d.ts +18 -18
- package/dist/esm/clusters/content-app-observer.js +6 -6
- package/dist/esm/clusters/content-control.d.ts +366 -366
- package/dist/esm/clusters/content-control.js +58 -58
- package/dist/esm/clusters/content-launcher.d.ts +479 -479
- package/dist/esm/clusters/content-launcher.js +39 -39
- package/dist/esm/clusters/descriptor.d.ts +30 -30
- package/dist/esm/clusters/descriptor.js +9 -9
- 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 +37 -37
- package/dist/esm/clusters/diagnostic-logs.js +8 -8
- package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
- package/dist/esm/clusters/dishwasher-alarm.js +14 -14
- package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
- package/dist/esm/clusters/dishwasher-mode.js +8 -8
- package/dist/esm/clusters/door-lock.d.ts +1349 -1349
- package/dist/esm/clusters/door-lock.js +227 -227
- package/dist/esm/clusters/ecosystem-information.d.ts +35 -35
- package/dist/esm/clusters/ecosystem-information.js +14 -14
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +276 -276
- package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
- package/dist/esm/clusters/electrical-power-measurement.d.ts +200 -200
- 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 +83 -83
- package/dist/esm/clusters/fan-control.js +19 -19
- 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-administrator.d.ts +34 -34
- package/dist/esm/clusters/joint-fabric-administrator.js +10 -10
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +232 -232
- package/dist/esm/clusters/joint-fabric-datastore.js +73 -73
- package/dist/esm/clusters/keypad-input.d.ts +18 -18
- package/dist/esm/clusters/keypad-input.js +3 -3
- package/dist/esm/clusters/label.d.ts +10 -10
- package/dist/esm/clusters/label.js +3 -3
- package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
- package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
- package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
- package/dist/esm/clusters/laundry-washer-controls.js +6 -6
- package/dist/esm/clusters/laundry-washer-mode.d.ts +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 +390 -390
- package/dist/esm/clusters/media-playback.js +57 -57
- package/dist/esm/clusters/messages.d.ts +154 -154
- package/dist/esm/clusters/messages.js +38 -38
- package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
- package/dist/esm/clusters/microwave-oven-control.js +17 -17
- package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
- package/dist/esm/clusters/microwave-oven-mode.js +7 -7
- package/dist/esm/clusters/mode-base.d.ts +59 -59
- package/dist/esm/clusters/mode-base.js +13 -13
- package/dist/esm/clusters/mode-select.d.ts +51 -51
- package/dist/esm/clusters/mode-select.js +13 -13
- package/dist/esm/clusters/network-commissioning.d.ts +325 -325
- package/dist/esm/clusters/network-commissioning.js +46 -46
- package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
- package/dist/esm/clusters/occupancy-sensing.js +20 -20
- package/dist/esm/clusters/on-off.d.ts +103 -103
- package/dist/esm/clusters/on-off.js +19 -19
- package/dist/esm/clusters/operational-credentials.d.ts +106 -106
- package/dist/esm/clusters/operational-credentials.js +38 -38
- 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 +65 -65
- package/dist/esm/clusters/ota-software-update-provider.js +25 -25
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
- package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
- package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
- package/dist/esm/clusters/oven-mode.d.ts +49 -49
- package/dist/esm/clusters/oven-mode.js +8 -8
- package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
- package/dist/esm/clusters/power-source-configuration.js +1 -1
- package/dist/esm/clusters/power-source.d.ts +155 -155
- package/dist/esm/clusters/power-source.js +41 -41
- package/dist/esm/clusters/power-topology.d.ts +8 -8
- package/dist/esm/clusters/power-topology.js +2 -2
- package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
- package/dist/esm/clusters/pressure-measurement.js +9 -9
- package/dist/esm/clusters/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 +49 -49
- 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 +244 -244
- package/dist/esm/clusters/scenes-management.js +69 -69
- package/dist/esm/clusters/service-area.d.ts +128 -128
- package/dist/esm/clusters/service-area.js +26 -26
- package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
- package/dist/esm/clusters/smoke-co-alarm.js +30 -30
- package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
- package/dist/esm/clusters/software-diagnostics.js +14 -14
- package/dist/esm/clusters/switch.d.ts +105 -105
- package/dist/esm/clusters/switch.js +23 -23
- package/dist/esm/clusters/target-navigator.d.ts +32 -32
- package/dist/esm/clusters/target-navigator.js +10 -10
- package/dist/esm/clusters/temperature-control.d.ts +45 -45
- package/dist/esm/clusters/temperature-control.js +12 -12
- package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
- package/dist/esm/clusters/temperature-measurement.js +4 -4
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
- package/dist/esm/clusters/thermostat.d.ts +514 -514
- 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 +246 -246
- package/dist/esm/clusters/time-synchronization.js +47 -47
- package/dist/esm/clusters/unit-localization.d.ts +9 -9
- package/dist/esm/clusters/unit-localization.js +2 -2
- package/dist/esm/clusters/user-label.d.ts +2 -2
- package/dist/esm/clusters/user-label.js +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.d.ts +81 -81
- package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
- package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
- package/dist/esm/clusters/wake-on-lan.js +2 -2
- package/dist/esm/clusters/water-heater-management.d.ts +91 -91
- package/dist/esm/clusters/water-heater-management.js +16 -16
- package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
- package/dist/esm/clusters/water-heater-mode.js +8 -8
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
- package/dist/esm/clusters/wi-fi-network-management.d.ts +8 -8
- package/dist/esm/clusters/wi-fi-network-management.js +4 -4
- package/dist/esm/clusters/window-covering.d.ts +183 -183
- package/dist/esm/clusters/window-covering.js +49 -49
- package/dist/esm/dcl/operational-certificate.d.ts +8 -1
- package/dist/esm/dcl/operational-certificate.d.ts.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/Currency.d.ts +2 -2
- 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/Namespace.d.ts +1 -1
- package/dist/esm/globals/Price.d.ts +2 -2
- 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 +36 -36
- package/dist/esm/globals/ThreeLevelAuto.d.ts +1 -1
- 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 +23 -23
- 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 +33 -33
- package/src/clusters/audio-output.ts +17 -17
- package/src/clusters/basic-information.ts +48 -48
- 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 +39 -39
- package/src/clusters/channel.ts +113 -113
- 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 +13 -13
- package/src/clusters/content-control.ts +106 -106
- package/src/clusters/content-launcher.ts +73 -73
- package/src/clusters/descriptor.ts +14 -14
- 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 +30 -30
- package/src/clusters/dishwasher-alarm.ts +24 -24
- package/src/clusters/dishwasher-mode.ts +27 -27
- package/src/clusters/door-lock.ts +378 -378
- package/src/clusters/ecosystem-information.ts +21 -21
- package/src/clusters/electrical-energy-measurement.ts +40 -40
- package/src/clusters/electrical-power-measurement.ts +54 -54
- 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-administrator.ts +31 -31
- package/src/clusters/joint-fabric-datastore.ts +145 -145
- package/src/clusters/keypad-input.ts +13 -13
- 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 +96 -96
- 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 +75 -75
- package/src/clusters/operational-state.ts +34 -34
- package/src/clusters/ota-software-update-provider.ts +43 -43
- 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 +34 -34
- package/src/clusters/power-source-configuration.ts +2 -2
- package/src/clusters/power-source.ts +59 -59
- package/src/clusters/power-topology.ts +4 -4
- package/src/clusters/pressure-measurement.ts +11 -11
- package/src/clusters/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 +32 -32
- package/src/clusters/rvc-operational-state.ts +28 -28
- package/src/clusters/rvc-run-mode.ts +38 -38
- package/src/clusters/scenes-management.ts +111 -111
- package/src/clusters/service-area.ts +50 -50
- package/src/clusters/smoke-co-alarm.ts +66 -66
- package/src/clusters/software-diagnostics.ts +20 -20
- package/src/clusters/switch.ts +45 -45
- package/src/clusters/target-navigator.ts +22 -22
- 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 +82 -82
- package/src/clusters/unit-localization.ts +5 -5
- package/src/clusters/user-label.ts +2 -2
- package/src/clusters/valve-configuration-and-control.ts +36 -36
- 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 +7 -7
- package/src/clusters/window-covering.ts +68 -68
- package/src/dcl/operational-certificate.ts +9 -1
- package/src/globals/AtomicAttributeStatus.ts +4 -4
- package/src/globals/AtomicRequestType.ts +1 -1
- package/src/globals/Currency.ts +2 -2
- 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/Namespace.ts +1 -1
- package/src/globals/Price.ts +2 -2
- 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 +36 -36
- package/src/globals/ThreeLevelAuto.ts +1 -1
- package/src/globals/WildcardPathFlags.ts +1 -1
- package/dist/cjs/common/DeviceClassification.d.ts +0 -44
- package/dist/cjs/common/DeviceClassification.d.ts.map +0 -1
- package/dist/cjs/common/DeviceClassification.js +0 -38
- package/dist/cjs/common/DeviceClassification.js.map +0 -6
- package/dist/esm/common/DeviceClassification.d.ts +0 -44
- package/dist/esm/common/DeviceClassification.d.ts.map +0 -1
- package/dist/esm/common/DeviceClassification.js +0 -18
- package/dist/esm/common/DeviceClassification.js.map +0 -6
- package/src/common/DeviceClassification.ts +0 -49
|
@@ -36,7 +36,7 @@ export namespace Thermostat {
|
|
|
36
36
|
/**
|
|
37
37
|
* These are optional features supported by ThermostatCluster.
|
|
38
38
|
*
|
|
39
|
-
* @see {@link MatterSpecification.
|
|
39
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.4
|
|
40
40
|
*/
|
|
41
41
|
export enum Feature {
|
|
42
42
|
/**
|
|
@@ -88,7 +88,7 @@ export namespace Thermostat {
|
|
|
88
88
|
* externally, for example due to the temperature control being done by a separate subsystem which does not
|
|
89
89
|
* offer a view into the currently measured temperature, but allows setpoints to be provided.
|
|
90
90
|
*
|
|
91
|
-
* @see {@link MatterSpecification.
|
|
91
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.4.1
|
|
92
92
|
*/
|
|
93
93
|
LocalTemperatureNotExposed = "LocalTemperatureNotExposed",
|
|
94
94
|
|
|
@@ -98,7 +98,7 @@ export namespace Thermostat {
|
|
|
98
98
|
* This feature indicates that the thermostat is capable of schedules. If this feature is supported, the
|
|
99
99
|
* thermostat shall support a mechanism to do time synchronization.
|
|
100
100
|
*
|
|
101
|
-
* @see {@link MatterSpecification.
|
|
101
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.4.2
|
|
102
102
|
*/
|
|
103
103
|
MatterScheduleConfiguration = "MatterScheduleConfiguration",
|
|
104
104
|
|
|
@@ -111,7 +111,7 @@ export namespace Thermostat {
|
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
/**
|
|
114
|
-
* @see {@link MatterSpecification.
|
|
114
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.6
|
|
115
115
|
*/
|
|
116
116
|
export const Occupancy = {
|
|
117
117
|
/**
|
|
@@ -120,13 +120,13 @@ export namespace Thermostat {
|
|
|
120
120
|
* If this bit is set, it shall indicate the occupied state else if the bit if not set, it shall indicate the
|
|
121
121
|
* unoccupied state.
|
|
122
122
|
*
|
|
123
|
-
* @see {@link MatterSpecification.
|
|
123
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.6.1
|
|
124
124
|
*/
|
|
125
125
|
occupied: BitFlag(0)
|
|
126
126
|
};
|
|
127
127
|
|
|
128
128
|
/**
|
|
129
|
-
* @see {@link MatterSpecification.
|
|
129
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.25
|
|
130
130
|
*/
|
|
131
131
|
export enum ThermostatRunningMode {
|
|
132
132
|
/**
|
|
@@ -146,7 +146,7 @@ export namespace Thermostat {
|
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
/**
|
|
149
|
-
* @see {@link MatterSpecification.
|
|
149
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.23
|
|
150
150
|
*/
|
|
151
151
|
export enum StartOfWeek {
|
|
152
152
|
Sunday = 0,
|
|
@@ -159,7 +159,7 @@ export namespace Thermostat {
|
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
/**
|
|
162
|
-
* @see {@link MatterSpecification.
|
|
162
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.12
|
|
163
163
|
*/
|
|
164
164
|
export const ScheduleDayOfWeek = {
|
|
165
165
|
/**
|
|
@@ -204,7 +204,7 @@ export namespace Thermostat {
|
|
|
204
204
|
};
|
|
205
205
|
|
|
206
206
|
/**
|
|
207
|
-
* @see {@link MatterSpecification.
|
|
207
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.13
|
|
208
208
|
*/
|
|
209
209
|
export const ScheduleMode = {
|
|
210
210
|
/**
|
|
@@ -221,7 +221,7 @@ export namespace Thermostat {
|
|
|
221
221
|
/**
|
|
222
222
|
* This represents a single transition in a Thermostat schedule
|
|
223
223
|
*
|
|
224
|
-
* @see {@link MatterSpecification.
|
|
224
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29
|
|
225
225
|
*/
|
|
226
226
|
export const TlvWeeklyScheduleTransition = TlvObject({
|
|
227
227
|
/**
|
|
@@ -229,21 +229,21 @@ export namespace Thermostat {
|
|
|
229
229
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
230
230
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
231
231
|
*
|
|
232
|
-
* @see {@link MatterSpecification.
|
|
232
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.1
|
|
233
233
|
*/
|
|
234
234
|
transitionTime: TlvField(0, TlvUInt16.bound({ max: 1439 })),
|
|
235
235
|
|
|
236
236
|
/**
|
|
237
237
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
238
238
|
*
|
|
239
|
-
* @see {@link MatterSpecification.
|
|
239
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.2
|
|
240
240
|
*/
|
|
241
241
|
heatSetpoint: TlvField(1, TlvNullable(TlvInt16)),
|
|
242
242
|
|
|
243
243
|
/**
|
|
244
244
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
245
245
|
*
|
|
246
|
-
* @see {@link MatterSpecification.
|
|
246
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.3
|
|
247
247
|
*/
|
|
248
248
|
coolSetpoint: TlvField(2, TlvNullable(TlvInt16))
|
|
249
249
|
});
|
|
@@ -251,14 +251,14 @@ export namespace Thermostat {
|
|
|
251
251
|
/**
|
|
252
252
|
* This represents a single transition in a Thermostat schedule
|
|
253
253
|
*
|
|
254
|
-
* @see {@link MatterSpecification.
|
|
254
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29
|
|
255
255
|
*/
|
|
256
256
|
export interface WeeklyScheduleTransition extends TypeFromSchema<typeof TlvWeeklyScheduleTransition> {}
|
|
257
257
|
|
|
258
258
|
/**
|
|
259
259
|
* Input to the Thermostat setWeeklySchedule command
|
|
260
260
|
*
|
|
261
|
-
* @see {@link MatterSpecification.
|
|
261
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2
|
|
262
262
|
*/
|
|
263
263
|
export const TlvSetWeeklyScheduleRequest = TlvObject({
|
|
264
264
|
/**
|
|
@@ -266,7 +266,7 @@ export namespace Thermostat {
|
|
|
266
266
|
* device supports more than 10 transitions in its schedule they can send this by sending more than 1 “Set
|
|
267
267
|
* Weekly Schedule” command, each containing the separate information that the device needs to set.
|
|
268
268
|
*
|
|
269
|
-
* @see {@link MatterSpecification.
|
|
269
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.1
|
|
270
270
|
*/
|
|
271
271
|
numberOfTransitionsForSequence: TlvField(0, TlvUInt8),
|
|
272
272
|
|
|
@@ -279,7 +279,7 @@ export namespace Thermostat {
|
|
|
279
279
|
* Each setpoint transition will begin with the day of week for this transition. There can be up to 10
|
|
280
280
|
* transitions for each command.
|
|
281
281
|
*
|
|
282
|
-
* @see {@link MatterSpecification.
|
|
282
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.2
|
|
283
283
|
*/
|
|
284
284
|
dayOfWeekForSequence: TlvField(1, TlvBitmap(TlvUInt8, ScheduleDayOfWeek)),
|
|
285
285
|
|
|
@@ -304,14 +304,14 @@ export namespace Thermostat {
|
|
|
304
304
|
* Both bits must be respected, even if the HEAT or COOL feature is not supported, to ensure the command is
|
|
305
305
|
* decoded and handled correctly.
|
|
306
306
|
*
|
|
307
|
-
* @see {@link MatterSpecification.
|
|
307
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.3
|
|
308
308
|
*/
|
|
309
309
|
modeForSequence: TlvField(2, TlvBitmap(TlvUInt8, ScheduleMode)),
|
|
310
310
|
|
|
311
311
|
/**
|
|
312
312
|
* This field shall contain the list of setpoint transitions used to update the specified daily schedules
|
|
313
313
|
*
|
|
314
|
-
* @see {@link MatterSpecification.
|
|
314
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.4
|
|
315
315
|
*/
|
|
316
316
|
transitions: TlvField(3, TlvArray(TlvWeeklyScheduleTransition, { maxLength: 10 }))
|
|
317
317
|
});
|
|
@@ -319,21 +319,21 @@ export namespace Thermostat {
|
|
|
319
319
|
/**
|
|
320
320
|
* Input to the Thermostat setWeeklySchedule command
|
|
321
321
|
*
|
|
322
|
-
* @see {@link MatterSpecification.
|
|
322
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2
|
|
323
323
|
*/
|
|
324
324
|
export interface SetWeeklyScheduleRequest extends TypeFromSchema<typeof TlvSetWeeklyScheduleRequest> {}
|
|
325
325
|
|
|
326
326
|
/**
|
|
327
327
|
* Input to the Thermostat getWeeklySchedule command
|
|
328
328
|
*
|
|
329
|
-
* @see {@link MatterSpecification.
|
|
329
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.3
|
|
330
330
|
*/
|
|
331
331
|
export const TlvGetWeeklyScheduleRequest = TlvObject({
|
|
332
332
|
/**
|
|
333
333
|
* This field shall indicate the number of days the client would like to return the setpoint values for and
|
|
334
334
|
* could be any combination of single days or the entire week.
|
|
335
335
|
*
|
|
336
|
-
* @see {@link MatterSpecification.
|
|
336
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.3.1
|
|
337
337
|
*/
|
|
338
338
|
daysToReturn: TlvField(0, TlvBitmap(TlvUInt8, ScheduleDayOfWeek)),
|
|
339
339
|
|
|
@@ -341,7 +341,7 @@ export namespace Thermostat {
|
|
|
341
341
|
* This field shall indicate the mode the client would like to return the set point values for and could be any
|
|
342
342
|
* combination of heat only, cool only or heat & cool.
|
|
343
343
|
*
|
|
344
|
-
* @see {@link MatterSpecification.
|
|
344
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.3.2
|
|
345
345
|
*/
|
|
346
346
|
modeToReturn: TlvField(1, TlvBitmap(TlvUInt8, ScheduleMode))
|
|
347
347
|
});
|
|
@@ -349,14 +349,14 @@ export namespace Thermostat {
|
|
|
349
349
|
/**
|
|
350
350
|
* Input to the Thermostat getWeeklySchedule command
|
|
351
351
|
*
|
|
352
|
-
* @see {@link MatterSpecification.
|
|
352
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.3
|
|
353
353
|
*/
|
|
354
354
|
export interface GetWeeklyScheduleRequest extends TypeFromSchema<typeof TlvGetWeeklyScheduleRequest> {}
|
|
355
355
|
|
|
356
356
|
/**
|
|
357
357
|
* This command has the same payload format as the Set Weekly Schedule.
|
|
358
358
|
*
|
|
359
|
-
* @see {@link MatterSpecification.
|
|
359
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.4
|
|
360
360
|
*/
|
|
361
361
|
export const TlvGetWeeklyScheduleResponse = TlvObject({
|
|
362
362
|
numberOfTransitionsForSequence: TlvField(0, TlvUInt8),
|
|
@@ -368,12 +368,12 @@ export namespace Thermostat {
|
|
|
368
368
|
/**
|
|
369
369
|
* This command has the same payload format as the Set Weekly Schedule.
|
|
370
370
|
*
|
|
371
|
-
* @see {@link MatterSpecification.
|
|
371
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.4
|
|
372
372
|
*/
|
|
373
373
|
export interface GetWeeklyScheduleResponse extends TypeFromSchema<typeof TlvGetWeeklyScheduleResponse> {}
|
|
374
374
|
|
|
375
375
|
/**
|
|
376
|
-
* @see {@link MatterSpecification.
|
|
376
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.21
|
|
377
377
|
*/
|
|
378
378
|
export enum PresetScenario {
|
|
379
379
|
/**
|
|
@@ -382,7 +382,7 @@ export namespace Thermostat {
|
|
|
382
382
|
* This value shall indicate the preset for periods when the thermostat’s temperature-controlled area is
|
|
383
383
|
* occupied. It is intended for thermostats that can automatically determine occupancy.
|
|
384
384
|
*
|
|
385
|
-
* @see {@link MatterSpecification.
|
|
385
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.21.2
|
|
386
386
|
*/
|
|
387
387
|
Occupied = 1,
|
|
388
388
|
|
|
@@ -392,7 +392,7 @@ export namespace Thermostat {
|
|
|
392
392
|
* This value shall indicate the preset for periods when the thermostat’s temperature-controlled area is
|
|
393
393
|
* unoccupied. It is intended for thermostats that can automatically determine occupancy.
|
|
394
394
|
*
|
|
395
|
-
* @see {@link MatterSpecification.
|
|
395
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.21.3
|
|
396
396
|
*/
|
|
397
397
|
Unoccupied = 2,
|
|
398
398
|
|
|
@@ -401,7 +401,7 @@ export namespace Thermostat {
|
|
|
401
401
|
*
|
|
402
402
|
* This value shall indicate the preset for periods when users are likely to be asleep.
|
|
403
403
|
*
|
|
404
|
-
* @see {@link MatterSpecification.
|
|
404
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.21.4
|
|
405
405
|
*/
|
|
406
406
|
Sleep = 3,
|
|
407
407
|
|
|
@@ -410,7 +410,7 @@ export namespace Thermostat {
|
|
|
410
410
|
*
|
|
411
411
|
* This value shall indicate the preset for periods when users are likely to be waking up.
|
|
412
412
|
*
|
|
413
|
-
* @see {@link MatterSpecification.
|
|
413
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.21.5
|
|
414
414
|
*/
|
|
415
415
|
Wake = 4,
|
|
416
416
|
|
|
@@ -420,7 +420,7 @@ export namespace Thermostat {
|
|
|
420
420
|
* This value shall indicate the preset for periods when users are on vacation, or otherwise out-of-home for
|
|
421
421
|
* extended periods of time.
|
|
422
422
|
*
|
|
423
|
-
* @see {@link MatterSpecification.
|
|
423
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.21.6
|
|
424
424
|
*/
|
|
425
425
|
Vacation = 5,
|
|
426
426
|
|
|
@@ -429,7 +429,7 @@ export namespace Thermostat {
|
|
|
429
429
|
*
|
|
430
430
|
* This value shall indicate the preset for periods when users are likely to be going to sleep.
|
|
431
431
|
*
|
|
432
|
-
* @see {@link MatterSpecification.
|
|
432
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.21.7
|
|
433
433
|
*/
|
|
434
434
|
GoingToSleep = 6,
|
|
435
435
|
|
|
@@ -438,13 +438,13 @@ export namespace Thermostat {
|
|
|
438
438
|
*
|
|
439
439
|
* This value shall indicate a free-form preset; when set, the Name field on PresetStruct shall NOT be null.
|
|
440
440
|
*
|
|
441
|
-
* @see {@link MatterSpecification.
|
|
441
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.21.8
|
|
442
442
|
*/
|
|
443
443
|
UserDefined = 254
|
|
444
444
|
}
|
|
445
445
|
|
|
446
446
|
/**
|
|
447
|
-
* @see {@link MatterSpecification.
|
|
447
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.7
|
|
448
448
|
*/
|
|
449
449
|
export const PresetTypeFeatures = {
|
|
450
450
|
/**
|
|
@@ -459,38 +459,38 @@ export namespace Thermostat {
|
|
|
459
459
|
};
|
|
460
460
|
|
|
461
461
|
/**
|
|
462
|
-
* @see {@link MatterSpecification.
|
|
462
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.28
|
|
463
463
|
*/
|
|
464
464
|
export const TlvPresetType = TlvObject({
|
|
465
465
|
/**
|
|
466
466
|
* This field shall specify a PresetScenarioEnum value supported by this thermostat.
|
|
467
467
|
*
|
|
468
|
-
* @see {@link MatterSpecification.
|
|
468
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.28.1
|
|
469
469
|
*/
|
|
470
470
|
presetScenario: TlvField(0, TlvEnum<PresetScenario>()),
|
|
471
471
|
|
|
472
472
|
/**
|
|
473
473
|
* This field shall specify a limit for the number of presets for this PresetScenarioEnum.
|
|
474
474
|
*
|
|
475
|
-
* @see {@link MatterSpecification.
|
|
475
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.28.2
|
|
476
476
|
*/
|
|
477
477
|
numberOfPresets: TlvField(1, TlvUInt8),
|
|
478
478
|
|
|
479
479
|
/**
|
|
480
480
|
* This field shall specify a bitmap of features for this PresetTypeStruct.
|
|
481
481
|
*
|
|
482
|
-
* @see {@link MatterSpecification.
|
|
482
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.28.3
|
|
483
483
|
*/
|
|
484
484
|
presetTypeFeatures: TlvField(2, TlvBitmap(TlvUInt16, PresetTypeFeatures))
|
|
485
485
|
});
|
|
486
486
|
|
|
487
487
|
/**
|
|
488
|
-
* @see {@link MatterSpecification.
|
|
488
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.28
|
|
489
489
|
*/
|
|
490
490
|
export interface PresetType extends TypeFromSchema<typeof TlvPresetType> {}
|
|
491
491
|
|
|
492
492
|
/**
|
|
493
|
-
* @see {@link MatterSpecification.
|
|
493
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27
|
|
494
494
|
*/
|
|
495
495
|
export const TlvPreset = TlvObject({
|
|
496
496
|
/**
|
|
@@ -500,14 +500,14 @@ export namespace Thermostat {
|
|
|
500
500
|
* This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for the
|
|
501
501
|
* purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
|
|
502
502
|
*
|
|
503
|
-
* @see {@link MatterSpecification.
|
|
503
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.1
|
|
504
504
|
*/
|
|
505
505
|
presetHandle: TlvField(0, TlvNullable(TlvByteString.bound({ maxLength: 16 }))),
|
|
506
506
|
|
|
507
507
|
/**
|
|
508
508
|
* This field shall indicate the associated PresetScenarioEnum value for this preset.
|
|
509
509
|
*
|
|
510
|
-
* @see {@link MatterSpecification.
|
|
510
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.2
|
|
511
511
|
*/
|
|
512
512
|
presetScenario: TlvField(1, TlvEnum<PresetScenario>()),
|
|
513
513
|
|
|
@@ -517,7 +517,7 @@ export namespace Thermostat {
|
|
|
517
517
|
* Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
|
|
518
518
|
* with the same value, including null as a value, in the Name field.
|
|
519
519
|
*
|
|
520
|
-
* @see {@link MatterSpecification.
|
|
520
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.3
|
|
521
521
|
*/
|
|
522
522
|
name: TlvOptionalField(2, TlvNullable(TlvString.bound({ maxLength: 64 }))),
|
|
523
523
|
|
|
@@ -525,7 +525,7 @@ export namespace Thermostat {
|
|
|
525
525
|
* This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
|
|
526
526
|
* constraints.
|
|
527
527
|
*
|
|
528
|
-
* @see {@link MatterSpecification.
|
|
528
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.4
|
|
529
529
|
*/
|
|
530
530
|
coolingSetpoint: TlvOptionalField(3, TlvInt16),
|
|
531
531
|
|
|
@@ -533,7 +533,7 @@ export namespace Thermostat {
|
|
|
533
533
|
* This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
|
|
534
534
|
* constraints.
|
|
535
535
|
*
|
|
536
|
-
* @see {@link MatterSpecification.
|
|
536
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.5
|
|
537
537
|
*/
|
|
538
538
|
heatingSetpoint: TlvOptionalField(4, TlvInt16),
|
|
539
539
|
|
|
@@ -541,27 +541,27 @@ export namespace Thermostat {
|
|
|
541
541
|
* This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but it
|
|
542
542
|
* cannot be deleted.
|
|
543
543
|
*
|
|
544
|
-
* @see {@link MatterSpecification.
|
|
544
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.6
|
|
545
545
|
*/
|
|
546
546
|
builtIn: TlvField(5, TlvNullable(TlvBoolean))
|
|
547
547
|
});
|
|
548
548
|
|
|
549
549
|
/**
|
|
550
|
-
* @see {@link MatterSpecification.
|
|
550
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27
|
|
551
551
|
*/
|
|
552
552
|
export interface Preset extends TypeFromSchema<typeof TlvPreset> {}
|
|
553
553
|
|
|
554
554
|
/**
|
|
555
555
|
* Input to the Thermostat setActivePresetRequest command
|
|
556
556
|
*
|
|
557
|
-
* @see {@link MatterSpecification.
|
|
557
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.9
|
|
558
558
|
*/
|
|
559
559
|
export const TlvSetActivePresetRequest = TlvObject({
|
|
560
560
|
/**
|
|
561
561
|
* This field shall specify the value of the PresetHandle field on the PresetStruct to be made active. If the
|
|
562
562
|
* field is set to null, that indicates there should be no active preset.
|
|
563
563
|
*
|
|
564
|
-
* @see {@link MatterSpecification.
|
|
564
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.9.1
|
|
565
565
|
*/
|
|
566
566
|
presetHandle: TlvField(0, TlvNullable(TlvByteString.bound({ maxLength: 16 })))
|
|
567
567
|
});
|
|
@@ -569,14 +569,14 @@ export namespace Thermostat {
|
|
|
569
569
|
/**
|
|
570
570
|
* Input to the Thermostat setActivePresetRequest command
|
|
571
571
|
*
|
|
572
|
-
* @see {@link MatterSpecification.
|
|
572
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.9
|
|
573
573
|
*/
|
|
574
574
|
export interface SetActivePresetRequest extends TypeFromSchema<typeof TlvSetActivePresetRequest> {}
|
|
575
575
|
|
|
576
576
|
/**
|
|
577
577
|
* Table 9. Interpretation of Heat, Cool and Auto SystemModeEnum Values
|
|
578
578
|
*
|
|
579
|
-
* @see {@link MatterSpecification.
|
|
579
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.24
|
|
580
580
|
*/
|
|
581
581
|
export enum SystemMode {
|
|
582
582
|
/**
|
|
@@ -615,7 +615,7 @@ export namespace Thermostat {
|
|
|
615
615
|
}
|
|
616
616
|
|
|
617
617
|
/**
|
|
618
|
-
* @see {@link MatterSpecification.
|
|
618
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11
|
|
619
619
|
*/
|
|
620
620
|
export const ScheduleTypeFeatures = {
|
|
621
621
|
/**
|
|
@@ -625,7 +625,7 @@ export namespace Thermostat {
|
|
|
625
625
|
* field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
|
|
626
626
|
* contained in its Transitions field.
|
|
627
627
|
*
|
|
628
|
-
* @see {@link MatterSpecification.
|
|
628
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.1
|
|
629
629
|
*/
|
|
630
630
|
supportsPresets: BitFlag(0),
|
|
631
631
|
|
|
@@ -636,7 +636,7 @@ export namespace Thermostat {
|
|
|
636
636
|
* field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
|
|
637
637
|
* contained in its Transitions field.
|
|
638
638
|
*
|
|
639
|
-
* @see {@link MatterSpecification.
|
|
639
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.2
|
|
640
640
|
*/
|
|
641
641
|
supportsSetpoints: BitFlag(1),
|
|
642
642
|
|
|
@@ -646,7 +646,7 @@ export namespace Thermostat {
|
|
|
646
646
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
647
647
|
* field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
|
|
648
648
|
*
|
|
649
|
-
* @see {@link MatterSpecification.
|
|
649
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.3
|
|
650
650
|
*/
|
|
651
651
|
supportsNames: BitFlag(2),
|
|
652
652
|
|
|
@@ -656,27 +656,27 @@ export namespace Thermostat {
|
|
|
656
656
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
657
657
|
* field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
|
|
658
658
|
*
|
|
659
|
-
* @see {@link MatterSpecification.
|
|
659
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.4
|
|
660
660
|
*/
|
|
661
661
|
supportsOff: BitFlag(3)
|
|
662
662
|
};
|
|
663
663
|
|
|
664
664
|
/**
|
|
665
|
-
* @see {@link MatterSpecification.
|
|
665
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.32
|
|
666
666
|
*/
|
|
667
667
|
export const TlvScheduleType = TlvObject({
|
|
668
668
|
/**
|
|
669
669
|
* This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
|
|
670
670
|
* for this field shall be Auto, Heat, and Cool.
|
|
671
671
|
*
|
|
672
|
-
* @see {@link MatterSpecification.
|
|
672
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.32.1
|
|
673
673
|
*/
|
|
674
674
|
systemMode: TlvField(0, TlvEnum<SystemMode>()),
|
|
675
675
|
|
|
676
676
|
/**
|
|
677
677
|
* This field shall specify a limit for the number of Schedules for this SystemMode.
|
|
678
678
|
*
|
|
679
|
-
* @see {@link MatterSpecification.
|
|
679
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.32.2
|
|
680
680
|
*/
|
|
681
681
|
numberOfSchedules: TlvField(1, TlvUInt8),
|
|
682
682
|
|
|
@@ -684,13 +684,13 @@ export namespace Thermostat {
|
|
|
684
684
|
* This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
|
|
685
685
|
* SupportsSetpoints shall be set.
|
|
686
686
|
*
|
|
687
|
-
* @see {@link MatterSpecification.
|
|
687
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.32.3
|
|
688
688
|
*/
|
|
689
689
|
scheduleTypeFeatures: TlvField(2, TlvBitmap(TlvUInt16, ScheduleTypeFeatures))
|
|
690
690
|
});
|
|
691
691
|
|
|
692
692
|
/**
|
|
693
|
-
* @see {@link MatterSpecification.
|
|
693
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.32
|
|
694
694
|
*/
|
|
695
695
|
export interface ScheduleType extends TypeFromSchema<typeof TlvScheduleType> {}
|
|
696
696
|
|
|
@@ -751,14 +751,14 @@ export namespace Thermostat {
|
|
|
751
751
|
* • The SystemMode field is provided and has the value Cool or Auto, or the SystemMode field on the parent
|
|
752
752
|
* ScheduleStruct has the value Cool or Auto
|
|
753
753
|
*
|
|
754
|
-
* @see {@link MatterSpecification.
|
|
754
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31
|
|
755
755
|
*/
|
|
756
756
|
export const TlvScheduleTransition = TlvObject({
|
|
757
757
|
/**
|
|
758
758
|
* This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
|
|
759
759
|
* NOT be set; vacation schedules shall be set via the vacation preset.
|
|
760
760
|
*
|
|
761
|
-
* @see {@link MatterSpecification.
|
|
761
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.1
|
|
762
762
|
*/
|
|
763
763
|
dayOfWeek: TlvField(0, TlvBitmap(TlvUInt8, ScheduleDayOfWeek)),
|
|
764
764
|
|
|
@@ -768,7 +768,7 @@ export namespace Thermostat {
|
|
|
768
768
|
*
|
|
769
769
|
* Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
|
|
770
770
|
*
|
|
771
|
-
* @see {@link MatterSpecification.
|
|
771
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.2
|
|
772
772
|
*/
|
|
773
773
|
transitionTime: TlvField(1, TlvUInt16.bound({ max: 1439 })),
|
|
774
774
|
|
|
@@ -776,7 +776,7 @@ export namespace Thermostat {
|
|
|
776
776
|
* This field shall specify the preset used at the TransitionTime. If this field is provided, then the
|
|
777
777
|
* SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
|
|
778
778
|
*
|
|
779
|
-
* @see {@link MatterSpecification.
|
|
779
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.3
|
|
780
780
|
*/
|
|
781
781
|
presetHandle: TlvOptionalField(2, TlvByteString.bound({ maxLength: 16 })),
|
|
782
782
|
|
|
@@ -785,7 +785,7 @@ export namespace Thermostat {
|
|
|
785
785
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
786
786
|
* shall only be included when the required system mode differs from the schedule’s default SystemMode.
|
|
787
787
|
*
|
|
788
|
-
* @see {@link MatterSpecification.
|
|
788
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.4
|
|
789
789
|
*/
|
|
790
790
|
systemMode: TlvOptionalField(3, TlvEnum<SystemMode>()),
|
|
791
791
|
|
|
@@ -793,7 +793,7 @@ export namespace Thermostat {
|
|
|
793
793
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
794
794
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
795
795
|
*
|
|
796
|
-
* @see {@link MatterSpecification.
|
|
796
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.5
|
|
797
797
|
*/
|
|
798
798
|
coolingSetpoint: TlvOptionalField(4, TlvInt16),
|
|
799
799
|
|
|
@@ -801,7 +801,7 @@ export namespace Thermostat {
|
|
|
801
801
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
802
802
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
803
803
|
*
|
|
804
|
-
* @see {@link MatterSpecification.
|
|
804
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.6
|
|
805
805
|
*/
|
|
806
806
|
heatingSetpoint: TlvOptionalField(5, TlvInt16)
|
|
807
807
|
});
|
|
@@ -863,12 +863,12 @@ export namespace Thermostat {
|
|
|
863
863
|
* • The SystemMode field is provided and has the value Cool or Auto, or the SystemMode field on the parent
|
|
864
864
|
* ScheduleStruct has the value Cool or Auto
|
|
865
865
|
*
|
|
866
|
-
* @see {@link MatterSpecification.
|
|
866
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31
|
|
867
867
|
*/
|
|
868
868
|
export interface ScheduleTransition extends TypeFromSchema<typeof TlvScheduleTransition> {}
|
|
869
869
|
|
|
870
870
|
/**
|
|
871
|
-
* @see {@link MatterSpecification.
|
|
871
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30
|
|
872
872
|
*/
|
|
873
873
|
export const TlvSchedule = TlvObject({
|
|
874
874
|
/**
|
|
@@ -878,7 +878,7 @@ export namespace Thermostat {
|
|
|
878
878
|
* This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute for
|
|
879
879
|
* the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
|
|
880
880
|
*
|
|
881
|
-
* @see {@link MatterSpecification.
|
|
881
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.1
|
|
882
882
|
*/
|
|
883
883
|
scheduleHandle: TlvField(0, TlvNullable(TlvByteString.bound({ maxLength: 16 }))),
|
|
884
884
|
|
|
@@ -886,21 +886,21 @@ export namespace Thermostat {
|
|
|
886
886
|
* This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
|
|
887
887
|
* values for this field shall be Auto, Heat, and Cool.
|
|
888
888
|
*
|
|
889
|
-
* @see {@link MatterSpecification.
|
|
889
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.2
|
|
890
890
|
*/
|
|
891
891
|
systemMode: TlvField(1, TlvEnum<SystemMode>()),
|
|
892
892
|
|
|
893
893
|
/**
|
|
894
894
|
* This field shall specify a name for the ScheduleStruct.
|
|
895
895
|
*
|
|
896
|
-
* @see {@link MatterSpecification.
|
|
896
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.3
|
|
897
897
|
*/
|
|
898
898
|
name: TlvOptionalField(2, TlvString.bound({ maxLength: 64 })),
|
|
899
899
|
|
|
900
900
|
/**
|
|
901
901
|
* This field shall indicate the default PresetHandle value for transitions in this schedule.
|
|
902
902
|
*
|
|
903
|
-
* @see {@link MatterSpecification.
|
|
903
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.4
|
|
904
904
|
*/
|
|
905
905
|
presetHandle: TlvOptionalField(3, TlvByteString.bound({ maxLength: 16 })),
|
|
906
906
|
|
|
@@ -932,7 +932,7 @@ export namespace Thermostat {
|
|
|
932
932
|
* ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
|
|
933
933
|
* whose DayOfWeek field matches the current day of the week.
|
|
934
934
|
*
|
|
935
|
-
* @see {@link MatterSpecification.
|
|
935
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.5
|
|
936
936
|
*/
|
|
937
937
|
transitions: TlvField(4, TlvArray(TlvScheduleTransition, { minLength: 1 })),
|
|
938
938
|
|
|
@@ -940,26 +940,26 @@ export namespace Thermostat {
|
|
|
940
940
|
* This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
|
|
941
941
|
* it cannot be deleted.
|
|
942
942
|
*
|
|
943
|
-
* @see {@link MatterSpecification.
|
|
943
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.6
|
|
944
944
|
*/
|
|
945
945
|
builtIn: TlvField(5, TlvNullable(TlvBoolean))
|
|
946
946
|
});
|
|
947
947
|
|
|
948
948
|
/**
|
|
949
|
-
* @see {@link MatterSpecification.
|
|
949
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30
|
|
950
950
|
*/
|
|
951
951
|
export interface Schedule extends TypeFromSchema<typeof TlvSchedule> {}
|
|
952
952
|
|
|
953
953
|
/**
|
|
954
954
|
* Input to the Thermostat setActiveScheduleRequest command
|
|
955
955
|
*
|
|
956
|
-
* @see {@link MatterSpecification.
|
|
956
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.8
|
|
957
957
|
*/
|
|
958
958
|
export const TlvSetActiveScheduleRequest = TlvObject({
|
|
959
959
|
/**
|
|
960
960
|
* This field shall specify the value of the ScheduleHandle field on the ScheduleStruct to be made active.
|
|
961
961
|
*
|
|
962
|
-
* @see {@link MatterSpecification.
|
|
962
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.8.1
|
|
963
963
|
*/
|
|
964
964
|
scheduleHandle: TlvField(0, TlvByteString.bound({ maxLength: 16 }))
|
|
965
965
|
});
|
|
@@ -967,12 +967,12 @@ export namespace Thermostat {
|
|
|
967
967
|
/**
|
|
968
968
|
* Input to the Thermostat setActiveScheduleRequest command
|
|
969
969
|
*
|
|
970
|
-
* @see {@link MatterSpecification.
|
|
970
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.8
|
|
971
971
|
*/
|
|
972
972
|
export interface SetActiveScheduleRequest extends TypeFromSchema<typeof TlvSetActiveScheduleRequest> {}
|
|
973
973
|
|
|
974
974
|
/**
|
|
975
|
-
* @see {@link MatterSpecification.
|
|
975
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.5
|
|
976
976
|
*/
|
|
977
977
|
export const HvacSystemType = {
|
|
978
978
|
/**
|
|
@@ -988,7 +988,7 @@ export namespace Thermostat {
|
|
|
988
988
|
*
|
|
989
989
|
* • 11 = Reserved
|
|
990
990
|
*
|
|
991
|
-
* @see {@link MatterSpecification.
|
|
991
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.5.1
|
|
992
992
|
*/
|
|
993
993
|
coolingStage: BitField(0, 2),
|
|
994
994
|
|
|
@@ -1005,7 +1005,7 @@ export namespace Thermostat {
|
|
|
1005
1005
|
*
|
|
1006
1006
|
* • 11 = Reserved
|
|
1007
1007
|
*
|
|
1008
|
-
* @see {@link MatterSpecification.
|
|
1008
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.5.2
|
|
1009
1009
|
*/
|
|
1010
1010
|
heatingStage: BitField(2, 2),
|
|
1011
1011
|
|
|
@@ -1018,7 +1018,7 @@ export namespace Thermostat {
|
|
|
1018
1018
|
*
|
|
1019
1019
|
* • 1 = Heat Pump
|
|
1020
1020
|
*
|
|
1021
|
-
* @see {@link MatterSpecification.
|
|
1021
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.5.3
|
|
1022
1022
|
*/
|
|
1023
1023
|
heatingIsHeatPump: BitFlag(4),
|
|
1024
1024
|
|
|
@@ -1031,13 +1031,13 @@ export namespace Thermostat {
|
|
|
1031
1031
|
*
|
|
1032
1032
|
* • 1 = Uses fuel
|
|
1033
1033
|
*
|
|
1034
|
-
* @see {@link MatterSpecification.
|
|
1034
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.5.4
|
|
1035
1035
|
*/
|
|
1036
1036
|
heatingUsesFuel: BitFlag(5)
|
|
1037
1037
|
};
|
|
1038
1038
|
|
|
1039
1039
|
/**
|
|
1040
|
-
* @see {@link MatterSpecification.
|
|
1040
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.10
|
|
1041
1041
|
*/
|
|
1042
1042
|
export const RemoteSensing = {
|
|
1043
1043
|
/**
|
|
@@ -1067,7 +1067,7 @@ export namespace Thermostat {
|
|
|
1067
1067
|
* Systems which support cooling or heating, requiring external intervention to change modes or where the whole
|
|
1068
1068
|
* building must be in the same mode, SHOULD report CoolingOnly or HeatingOnly based on the current capability.
|
|
1069
1069
|
*
|
|
1070
|
-
* @see {@link MatterSpecification.
|
|
1070
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.20
|
|
1071
1071
|
*/
|
|
1072
1072
|
export enum ControlSequenceOfOperation {
|
|
1073
1073
|
/**
|
|
@@ -1102,7 +1102,7 @@ export namespace Thermostat {
|
|
|
1102
1102
|
}
|
|
1103
1103
|
|
|
1104
1104
|
/**
|
|
1105
|
-
* @see {@link MatterSpecification.
|
|
1105
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.26
|
|
1106
1106
|
*/
|
|
1107
1107
|
export enum TemperatureSetpointHold {
|
|
1108
1108
|
/**
|
|
@@ -1117,7 +1117,7 @@ export namespace Thermostat {
|
|
|
1117
1117
|
}
|
|
1118
1118
|
|
|
1119
1119
|
/**
|
|
1120
|
-
* @see {@link MatterSpecification.
|
|
1120
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.8
|
|
1121
1121
|
*/
|
|
1122
1122
|
export const ProgrammingOperationMode = {
|
|
1123
1123
|
/**
|
|
@@ -1137,7 +1137,7 @@ export namespace Thermostat {
|
|
|
1137
1137
|
};
|
|
1138
1138
|
|
|
1139
1139
|
/**
|
|
1140
|
-
* @see {@link MatterSpecification.
|
|
1140
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.9
|
|
1141
1141
|
*/
|
|
1142
1142
|
export const RelayState = {
|
|
1143
1143
|
/**
|
|
@@ -1177,7 +1177,7 @@ export namespace Thermostat {
|
|
|
1177
1177
|
};
|
|
1178
1178
|
|
|
1179
1179
|
/**
|
|
1180
|
-
* @see {@link MatterSpecification.
|
|
1180
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.22
|
|
1181
1181
|
*/
|
|
1182
1182
|
export enum SetpointChangeSource {
|
|
1183
1183
|
/**
|
|
@@ -1197,7 +1197,7 @@ export namespace Thermostat {
|
|
|
1197
1197
|
}
|
|
1198
1198
|
|
|
1199
1199
|
/**
|
|
1200
|
-
* @see {@link MatterSpecification.
|
|
1200
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.18
|
|
1201
1201
|
*/
|
|
1202
1202
|
export enum AcType {
|
|
1203
1203
|
/**
|
|
@@ -1227,7 +1227,7 @@ export namespace Thermostat {
|
|
|
1227
1227
|
}
|
|
1228
1228
|
|
|
1229
1229
|
/**
|
|
1230
|
-
* @see {@link MatterSpecification.
|
|
1230
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.17
|
|
1231
1231
|
*/
|
|
1232
1232
|
export enum AcRefrigerantType {
|
|
1233
1233
|
/**
|
|
@@ -1252,7 +1252,7 @@ export namespace Thermostat {
|
|
|
1252
1252
|
}
|
|
1253
1253
|
|
|
1254
1254
|
/**
|
|
1255
|
-
* @see {@link MatterSpecification.
|
|
1255
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.15
|
|
1256
1256
|
*/
|
|
1257
1257
|
export enum AcCompressorType {
|
|
1258
1258
|
/**
|
|
@@ -1277,7 +1277,7 @@ export namespace Thermostat {
|
|
|
1277
1277
|
}
|
|
1278
1278
|
|
|
1279
1279
|
/**
|
|
1280
|
-
* @see {@link MatterSpecification.
|
|
1280
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.4
|
|
1281
1281
|
*/
|
|
1282
1282
|
export const AcErrorCode = {
|
|
1283
1283
|
/**
|
|
@@ -1307,7 +1307,7 @@ export namespace Thermostat {
|
|
|
1307
1307
|
};
|
|
1308
1308
|
|
|
1309
1309
|
/**
|
|
1310
|
-
* @see {@link MatterSpecification.
|
|
1310
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.16
|
|
1311
1311
|
*/
|
|
1312
1312
|
export enum AcLouverPosition {
|
|
1313
1313
|
/**
|
|
@@ -1337,7 +1337,7 @@ export namespace Thermostat {
|
|
|
1337
1337
|
}
|
|
1338
1338
|
|
|
1339
1339
|
/**
|
|
1340
|
-
* @see {@link MatterSpecification.
|
|
1340
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.14
|
|
1341
1341
|
*/
|
|
1342
1342
|
export enum AcCapacityFormat {
|
|
1343
1343
|
/**
|
|
@@ -1347,7 +1347,7 @@ export namespace Thermostat {
|
|
|
1347
1347
|
}
|
|
1348
1348
|
|
|
1349
1349
|
/**
|
|
1350
|
-
* @see {@link MatterSpecification.
|
|
1350
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.8.19
|
|
1351
1351
|
*/
|
|
1352
1352
|
export enum SetpointRaiseLowerMode {
|
|
1353
1353
|
/**
|
|
@@ -1369,13 +1369,13 @@ export namespace Thermostat {
|
|
|
1369
1369
|
/**
|
|
1370
1370
|
* Input to the Thermostat setpointRaiseLower command
|
|
1371
1371
|
*
|
|
1372
|
-
* @see {@link MatterSpecification.
|
|
1372
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.1
|
|
1373
1373
|
*/
|
|
1374
1374
|
export const TlvSetpointRaiseLowerRequest = TlvObject({
|
|
1375
1375
|
/**
|
|
1376
1376
|
* The field shall specify which setpoints are to be adjusted.
|
|
1377
1377
|
*
|
|
1378
|
-
* @see {@link MatterSpecification.
|
|
1378
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.1.1
|
|
1379
1379
|
*/
|
|
1380
1380
|
mode: TlvField(0, TlvEnum<SetpointRaiseLowerMode>()),
|
|
1381
1381
|
|
|
@@ -1383,7 +1383,7 @@ export namespace Thermostat {
|
|
|
1383
1383
|
* This field shall indicate the amount (possibly negative) that should be added to the setpoint(s), in steps of
|
|
1384
1384
|
* 0.1°C.
|
|
1385
1385
|
*
|
|
1386
|
-
* @see {@link MatterSpecification.
|
|
1386
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.1.2
|
|
1387
1387
|
*/
|
|
1388
1388
|
amount: TlvField(1, TlvInt8)
|
|
1389
1389
|
});
|
|
@@ -1391,7 +1391,7 @@ export namespace Thermostat {
|
|
|
1391
1391
|
/**
|
|
1392
1392
|
* Input to the Thermostat setpointRaiseLower command
|
|
1393
1393
|
*
|
|
1394
|
-
* @see {@link MatterSpecification.
|
|
1394
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.1
|
|
1395
1395
|
*/
|
|
1396
1396
|
export interface SetpointRaiseLowerRequest extends TypeFromSchema<typeof TlvSetpointRaiseLowerRequest> {}
|
|
1397
1397
|
|
|
@@ -1447,7 +1447,7 @@ export namespace Thermostat {
|
|
|
1447
1447
|
* Indicates whether the heated/cooled space is occupied or not, as measured locally or remotely (over the
|
|
1448
1448
|
* network).
|
|
1449
1449
|
*
|
|
1450
|
-
* @see {@link MatterSpecification.
|
|
1450
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.4
|
|
1451
1451
|
*/
|
|
1452
1452
|
occupancy: Attribute(
|
|
1453
1453
|
0x2,
|
|
@@ -1468,12 +1468,12 @@ export namespace Thermostat {
|
|
|
1468
1468
|
*
|
|
1469
1469
|
* ### Refer to Setpoint Limits for constraints
|
|
1470
1470
|
*
|
|
1471
|
-
* @see {@link MatterSpecification.
|
|
1471
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.5
|
|
1472
1472
|
*/
|
|
1473
1473
|
absMinHeatSetpointLimit: OptionalFixedAttribute(0x3, TlvInt16, { default: 700 }),
|
|
1474
1474
|
|
|
1475
1475
|
/**
|
|
1476
|
-
* @see {@link MatterSpecification.
|
|
1476
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9
|
|
1477
1477
|
*/
|
|
1478
1478
|
absMaxHeatSetpointLimit: OptionalFixedAttribute(0x4, TlvInt16, { default: 3000 }),
|
|
1479
1479
|
|
|
@@ -1483,7 +1483,7 @@ export namespace Thermostat {
|
|
|
1483
1483
|
*
|
|
1484
1484
|
* This attribute is reported regularly and may be used to control a heating device.
|
|
1485
1485
|
*
|
|
1486
|
-
* @see {@link MatterSpecification.
|
|
1486
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.10
|
|
1487
1487
|
*/
|
|
1488
1488
|
piHeatingDemand: OptionalAttribute(0x8, TlvUInt8.bound({ max: 100 })),
|
|
1489
1489
|
|
|
@@ -1504,7 +1504,7 @@ export namespace Thermostat {
|
|
|
1504
1504
|
* either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
|
|
1505
1505
|
* of the ActivePresetHandle attribute shall be set to null.
|
|
1506
1506
|
*
|
|
1507
|
-
* @see {@link MatterSpecification.
|
|
1507
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.14
|
|
1508
1508
|
*/
|
|
1509
1509
|
occupiedHeatingSetpoint: WritableAttribute(0x12, TlvInt16, { persistent: true, default: 2000 }),
|
|
1510
1510
|
|
|
@@ -1521,7 +1521,7 @@ export namespace Thermostat {
|
|
|
1521
1521
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1522
1522
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1523
1523
|
*
|
|
1524
|
-
* @see {@link MatterSpecification.
|
|
1524
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.17
|
|
1525
1525
|
*/
|
|
1526
1526
|
minHeatSetpointLimit: OptionalWritableAttribute(
|
|
1527
1527
|
0x15,
|
|
@@ -1538,7 +1538,7 @@ export namespace Thermostat {
|
|
|
1538
1538
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1539
1539
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1540
1540
|
*
|
|
1541
|
-
* @see {@link MatterSpecification.
|
|
1541
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.18
|
|
1542
1542
|
*/
|
|
1543
1543
|
maxHeatSetpointLimit: OptionalWritableAttribute(
|
|
1544
1544
|
0x16,
|
|
@@ -1554,7 +1554,7 @@ export namespace Thermostat {
|
|
|
1554
1554
|
export const CoolingComponent = MutableCluster.Component({
|
|
1555
1555
|
attributes: {
|
|
1556
1556
|
/**
|
|
1557
|
-
* @see {@link MatterSpecification.
|
|
1557
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9
|
|
1558
1558
|
*/
|
|
1559
1559
|
absMinCoolSetpointLimit: OptionalFixedAttribute(0x5, TlvInt16, { default: 1600 }),
|
|
1560
1560
|
|
|
@@ -1564,7 +1564,7 @@ export namespace Thermostat {
|
|
|
1564
1564
|
*
|
|
1565
1565
|
* ### Refer to Setpoint Limits for constraints
|
|
1566
1566
|
*
|
|
1567
|
-
* @see {@link MatterSpecification.
|
|
1567
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.8
|
|
1568
1568
|
*/
|
|
1569
1569
|
absMaxCoolSetpointLimit: OptionalFixedAttribute(0x6, TlvInt16, { default: 3200 }),
|
|
1570
1570
|
|
|
@@ -1574,7 +1574,7 @@ export namespace Thermostat {
|
|
|
1574
1574
|
*
|
|
1575
1575
|
* This attribute is reported regularly and may be used to control a cooling device.
|
|
1576
1576
|
*
|
|
1577
|
-
* @see {@link MatterSpecification.
|
|
1577
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.9
|
|
1578
1578
|
*/
|
|
1579
1579
|
piCoolingDemand: OptionalAttribute(0x7, TlvUInt8.bound({ max: 100 })),
|
|
1580
1580
|
|
|
@@ -1595,7 +1595,7 @@ export namespace Thermostat {
|
|
|
1595
1595
|
* either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
|
|
1596
1596
|
* of the ActivePresetHandle attribute shall be set to null.
|
|
1597
1597
|
*
|
|
1598
|
-
* @see {@link MatterSpecification.
|
|
1598
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.13
|
|
1599
1599
|
*/
|
|
1600
1600
|
occupiedCoolingSetpoint: WritableAttribute(0x11, TlvInt16, { persistent: true, default: 2600 }),
|
|
1601
1601
|
|
|
@@ -1608,7 +1608,7 @@ export namespace Thermostat {
|
|
|
1608
1608
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1609
1609
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1610
1610
|
*
|
|
1611
|
-
* @see {@link MatterSpecification.
|
|
1611
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.19
|
|
1612
1612
|
*/
|
|
1613
1613
|
minCoolSetpointLimit: OptionalWritableAttribute(
|
|
1614
1614
|
0x17,
|
|
@@ -1625,7 +1625,7 @@ export namespace Thermostat {
|
|
|
1625
1625
|
* which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
|
|
1626
1626
|
* response with the status code CONSTRAINT_ERROR shall be returned.
|
|
1627
1627
|
*
|
|
1628
|
-
* @see {@link MatterSpecification.
|
|
1628
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.20
|
|
1629
1629
|
*/
|
|
1630
1630
|
maxCoolSetpointLimit: OptionalWritableAttribute(
|
|
1631
1631
|
0x18,
|
|
@@ -1657,7 +1657,7 @@ export namespace Thermostat {
|
|
|
1657
1657
|
* > Prior to revision 8 of this cluster specification the value of this attribute was constrained to a
|
|
1658
1658
|
* range of -2.5°C to 2.5°C.
|
|
1659
1659
|
*
|
|
1660
|
-
* @see {@link MatterSpecification.
|
|
1660
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.12
|
|
1661
1661
|
*/
|
|
1662
1662
|
localTemperatureCalibration: OptionalWritableAttribute(
|
|
1663
1663
|
0x10,
|
|
@@ -1689,7 +1689,7 @@ export namespace Thermostat {
|
|
|
1689
1689
|
* Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
|
|
1690
1690
|
* be set to null.
|
|
1691
1691
|
*
|
|
1692
|
-
* @see {@link MatterSpecification.
|
|
1692
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.15
|
|
1693
1693
|
*/
|
|
1694
1694
|
unoccupiedCoolingSetpoint: WritableAttribute(0x13, TlvInt16, { persistent: true, default: 2600 })
|
|
1695
1695
|
}
|
|
@@ -1718,7 +1718,7 @@ export namespace Thermostat {
|
|
|
1718
1718
|
* Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
|
|
1719
1719
|
* be set to null.
|
|
1720
1720
|
*
|
|
1721
|
-
* @see {@link MatterSpecification.
|
|
1721
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.16
|
|
1722
1722
|
*/
|
|
1723
1723
|
unoccupiedHeatingSetpoint: WritableAttribute(0x14, TlvInt16, { persistent: true, default: 2000 })
|
|
1724
1724
|
}
|
|
@@ -1743,7 +1743,7 @@ export namespace Thermostat {
|
|
|
1743
1743
|
* For backwards compatibility, this attribute is optionally writeable. However any writes to this attribute
|
|
1744
1744
|
* shall be silently ignored.
|
|
1745
1745
|
*
|
|
1746
|
-
* @see {@link MatterSpecification.
|
|
1746
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.21
|
|
1747
1747
|
*/
|
|
1748
1748
|
minSetpointDeadBand: WritableAttribute(
|
|
1749
1749
|
0x19,
|
|
@@ -1756,7 +1756,7 @@ export namespace Thermostat {
|
|
|
1756
1756
|
* can only be Off, Cool or Heat. This attribute is intended to provide additional information when the
|
|
1757
1757
|
* thermostat’s system mode is in auto mode.
|
|
1758
1758
|
*
|
|
1759
|
-
* @see {@link MatterSpecification.
|
|
1759
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.25
|
|
1760
1760
|
*/
|
|
1761
1761
|
thermostatRunningMode: OptionalAttribute(
|
|
1762
1762
|
0x1e,
|
|
@@ -1778,21 +1778,21 @@ export namespace Thermostat {
|
|
|
1778
1778
|
* This attribute may be able to be used as the base to determine if the device supports weekly scheduling
|
|
1779
1779
|
* by reading the attribute. Successful response means that the weekly scheduling is supported.
|
|
1780
1780
|
*
|
|
1781
|
-
* @see {@link MatterSpecification.
|
|
1781
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.26
|
|
1782
1782
|
*/
|
|
1783
1783
|
startOfWeek: FixedAttribute(0x20, TlvEnum<StartOfWeek>()),
|
|
1784
1784
|
|
|
1785
1785
|
/**
|
|
1786
1786
|
* Indicates how many weekly schedule transitions the thermostat is capable of handling.
|
|
1787
1787
|
*
|
|
1788
|
-
* @see {@link MatterSpecification.
|
|
1788
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.27
|
|
1789
1789
|
*/
|
|
1790
1790
|
numberOfWeeklyTransitions: FixedAttribute(0x21, TlvUInt8, { default: 0 }),
|
|
1791
1791
|
|
|
1792
1792
|
/**
|
|
1793
1793
|
* Indicates how many daily schedule transitions the thermostat is capable of handling.
|
|
1794
1794
|
*
|
|
1795
|
-
* @see {@link MatterSpecification.
|
|
1795
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.28
|
|
1796
1796
|
*/
|
|
1797
1797
|
numberOfDailyTransitions: FixedAttribute(0x22, TlvUInt8, { default: 0 })
|
|
1798
1798
|
},
|
|
@@ -1807,7 +1807,7 @@ export namespace Thermostat {
|
|
|
1807
1807
|
* leave all other days unchanged. If the schedule is larger than what fits in one frame or contains more
|
|
1808
1808
|
* than 10 transitions, the schedule shall then be sent using multiple SetWeeklySchedule Commands.
|
|
1809
1809
|
*
|
|
1810
|
-
* @see {@link MatterSpecification.
|
|
1810
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2
|
|
1811
1811
|
*/
|
|
1812
1812
|
setWeeklySchedule: Command(
|
|
1813
1813
|
0x1,
|
|
@@ -1818,7 +1818,7 @@ export namespace Thermostat {
|
|
|
1818
1818
|
),
|
|
1819
1819
|
|
|
1820
1820
|
/**
|
|
1821
|
-
* @see {@link MatterSpecification.
|
|
1821
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.3
|
|
1822
1822
|
*/
|
|
1823
1823
|
getWeeklySchedule: Command(0x2, TlvGetWeeklyScheduleRequest, 0x0, TlvGetWeeklyScheduleResponse),
|
|
1824
1824
|
|
|
@@ -1828,7 +1828,7 @@ export namespace Thermostat {
|
|
|
1828
1828
|
* Upon receipt, all transitions currently stored shall be cleared and a default response of SUCCESS shall
|
|
1829
1829
|
* be sent in response. There are no error responses to this command.
|
|
1830
1830
|
*
|
|
1831
|
-
* @see {@link MatterSpecification.
|
|
1831
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.5
|
|
1832
1832
|
*/
|
|
1833
1833
|
clearWeeklySchedule: Command(0x3, TlvNoArguments, 0x3, TlvNoResponse, { invokeAcl: AccessLevel.Manage })
|
|
1834
1834
|
}
|
|
@@ -1860,7 +1860,7 @@ export namespace Thermostat {
|
|
|
1860
1860
|
* Thermostat server shall set its OccupiedSetback value to OccupiedSetbackMin and shall send a Write
|
|
1861
1861
|
* Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
1862
1862
|
*
|
|
1863
|
-
* @see {@link MatterSpecification.
|
|
1863
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.36
|
|
1864
1864
|
*/
|
|
1865
1865
|
occupiedSetback: WritableAttribute(
|
|
1866
1866
|
0x34,
|
|
@@ -1874,7 +1874,7 @@ export namespace Thermostat {
|
|
|
1874
1874
|
*
|
|
1875
1875
|
* The null value indicates the attribute is unused.
|
|
1876
1876
|
*
|
|
1877
|
-
* @see {@link MatterSpecification.
|
|
1877
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.37
|
|
1878
1878
|
*/
|
|
1879
1879
|
occupiedSetbackMin: FixedAttribute(0x35, TlvNullable(TlvUInt8), { default: null }),
|
|
1880
1880
|
|
|
@@ -1884,7 +1884,7 @@ export namespace Thermostat {
|
|
|
1884
1884
|
*
|
|
1885
1885
|
* The null value indicates the attribute is unused.
|
|
1886
1886
|
*
|
|
1887
|
-
* @see {@link MatterSpecification.
|
|
1887
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.38
|
|
1888
1888
|
*/
|
|
1889
1889
|
occupiedSetbackMax: FixedAttribute(0x36, TlvNullable(TlvUInt8.bound({ max: 254 })), { default: null })
|
|
1890
1890
|
}
|
|
@@ -1917,7 +1917,7 @@ export namespace Thermostat {
|
|
|
1917
1917
|
* the Thermostat server shall set its UnoccupiedSetback value to UnoccupiedSetbackMin and shall send a
|
|
1918
1918
|
* Write Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
1919
1919
|
*
|
|
1920
|
-
* @see {@link MatterSpecification.
|
|
1920
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.39
|
|
1921
1921
|
*/
|
|
1922
1922
|
unoccupiedSetback: WritableAttribute(
|
|
1923
1923
|
0x37,
|
|
@@ -1931,7 +1931,7 @@ export namespace Thermostat {
|
|
|
1931
1931
|
*
|
|
1932
1932
|
* The null value indicates the attribute is unused.
|
|
1933
1933
|
*
|
|
1934
|
-
* @see {@link MatterSpecification.
|
|
1934
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.40
|
|
1935
1935
|
*/
|
|
1936
1936
|
unoccupiedSetbackMin: FixedAttribute(0x38, TlvNullable(TlvUInt8), { default: null }),
|
|
1937
1937
|
|
|
@@ -1941,7 +1941,7 @@ export namespace Thermostat {
|
|
|
1941
1941
|
*
|
|
1942
1942
|
* The null value indicates the attribute is unused.
|
|
1943
1943
|
*
|
|
1944
|
-
* @see {@link MatterSpecification.
|
|
1944
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.41
|
|
1945
1945
|
*/
|
|
1946
1946
|
unoccupiedSetbackMax: FixedAttribute(0x39, TlvNullable(TlvUInt8.bound({ max: 254 })), { default: null })
|
|
1947
1947
|
}
|
|
@@ -1956,14 +1956,14 @@ export namespace Thermostat {
|
|
|
1956
1956
|
* Indicates the supported PresetScenarioEnum values, limits on how many presets can be created for each
|
|
1957
1957
|
* PresetScenarioEnum, and whether or not a thermostat can transition automatically to a given scenario.
|
|
1958
1958
|
*
|
|
1959
|
-
* @see {@link MatterSpecification.
|
|
1959
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.51
|
|
1960
1960
|
*/
|
|
1961
1961
|
presetTypes: FixedAttribute(0x48, TlvArray(TlvPresetType), { default: [] }),
|
|
1962
1962
|
|
|
1963
1963
|
/**
|
|
1964
1964
|
* Indicates the maximum number of entries supported by the Presets attribute.
|
|
1965
1965
|
*
|
|
1966
|
-
* @see {@link MatterSpecification.
|
|
1966
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.53
|
|
1967
1967
|
*/
|
|
1968
1968
|
numberOfPresets: FixedAttribute(0x4a, TlvUInt8, { default: 0 }),
|
|
1969
1969
|
|
|
@@ -1971,7 +1971,7 @@ export namespace Thermostat {
|
|
|
1971
1971
|
* Indicates the PresetHandle of the active preset. If this attribute is null, then there is no active
|
|
1972
1972
|
* preset.
|
|
1973
1973
|
*
|
|
1974
|
-
* @see {@link MatterSpecification.
|
|
1974
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.57
|
|
1975
1975
|
*/
|
|
1976
1976
|
activePresetHandle: Attribute(
|
|
1977
1977
|
0x4e,
|
|
@@ -2051,7 +2051,7 @@ export namespace Thermostat {
|
|
|
2051
2051
|
*
|
|
2052
2052
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
2053
2053
|
*
|
|
2054
|
-
* @see {@link MatterSpecification.
|
|
2054
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.59
|
|
2055
2055
|
*/
|
|
2056
2056
|
presets: WritableAttribute(
|
|
2057
2057
|
0x50,
|
|
@@ -2062,7 +2062,7 @@ export namespace Thermostat {
|
|
|
2062
2062
|
|
|
2063
2063
|
commands: {
|
|
2064
2064
|
/**
|
|
2065
|
-
* @see {@link MatterSpecification.
|
|
2065
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.9
|
|
2066
2066
|
*/
|
|
2067
2067
|
setActivePresetRequest: Command(0x6, TlvSetActivePresetRequest, 0x6, TlvNoResponse)
|
|
2068
2068
|
}
|
|
@@ -2078,26 +2078,26 @@ export namespace Thermostat {
|
|
|
2078
2078
|
* each SystemMode value, and whether or not a given SystemMode value supports transitions to Presets,
|
|
2079
2079
|
* target setpoints, or both.
|
|
2080
2080
|
*
|
|
2081
|
-
* @see {@link MatterSpecification.
|
|
2081
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.52
|
|
2082
2082
|
*/
|
|
2083
2083
|
scheduleTypes: FixedAttribute(0x49, TlvArray(TlvScheduleType), { default: [] }),
|
|
2084
2084
|
|
|
2085
2085
|
/**
|
|
2086
2086
|
* Indicates the maximum number of entries supported by the Schedules attribute.
|
|
2087
2087
|
*
|
|
2088
|
-
* @see {@link MatterSpecification.
|
|
2088
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.54
|
|
2089
2089
|
*/
|
|
2090
2090
|
numberOfSchedules: FixedAttribute(0x4b, TlvUInt8, { default: 0 }),
|
|
2091
2091
|
|
|
2092
2092
|
/**
|
|
2093
2093
|
* Indicates the maximum number of transitions per Schedules attribute entry.
|
|
2094
2094
|
*
|
|
2095
|
-
* @see {@link MatterSpecification.
|
|
2095
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.55
|
|
2096
2096
|
*/
|
|
2097
2097
|
numberOfScheduleTransitions: FixedAttribute(0x4c, TlvUInt8, { default: 0 }),
|
|
2098
2098
|
|
|
2099
2099
|
/**
|
|
2100
|
-
* @see {@link MatterSpecification.
|
|
2100
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9
|
|
2101
2101
|
*/
|
|
2102
2102
|
numberOfScheduleTransitionPerDay: FixedAttribute(0x4d, TlvNullable(TlvUInt8), { default: null }),
|
|
2103
2103
|
|
|
@@ -2105,7 +2105,7 @@ export namespace Thermostat {
|
|
|
2105
2105
|
* Indicates the ScheduleHandle of the active schedule. A null value in this attribute indicates that there
|
|
2106
2106
|
* is no active schedule.
|
|
2107
2107
|
*
|
|
2108
|
-
* @see {@link MatterSpecification.
|
|
2108
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.58
|
|
2109
2109
|
*/
|
|
2110
2110
|
activeScheduleHandle: Attribute(
|
|
2111
2111
|
0x4f,
|
|
@@ -2221,7 +2221,7 @@ export namespace Thermostat {
|
|
|
2221
2221
|
*
|
|
2222
2222
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
2223
2223
|
*
|
|
2224
|
-
* @see {@link MatterSpecification.
|
|
2224
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.60
|
|
2225
2225
|
*/
|
|
2226
2226
|
schedules: WritableAttribute(
|
|
2227
2227
|
0x51,
|
|
@@ -2232,7 +2232,7 @@ export namespace Thermostat {
|
|
|
2232
2232
|
|
|
2233
2233
|
commands: {
|
|
2234
2234
|
/**
|
|
2235
|
-
* @see {@link MatterSpecification.
|
|
2235
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.8
|
|
2236
2236
|
*/
|
|
2237
2237
|
setActiveScheduleRequest: Command(0x5, TlvSetActiveScheduleRequest, 0x5, TlvNoResponse)
|
|
2238
2238
|
}
|
|
@@ -2282,7 +2282,7 @@ export namespace Thermostat {
|
|
|
2282
2282
|
* externally, for example due to the temperature control being done by a separate subsystem which does not
|
|
2283
2283
|
* offer a view into the currently measured temperature, but allows setpoints to be provided.
|
|
2284
2284
|
*
|
|
2285
|
-
* @see {@link MatterSpecification.
|
|
2285
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.4.1
|
|
2286
2286
|
*/
|
|
2287
2287
|
localTemperatureNotExposed: BitFlag(6),
|
|
2288
2288
|
|
|
@@ -2290,7 +2290,7 @@ export namespace Thermostat {
|
|
|
2290
2290
|
* This feature indicates that the thermostat is capable of schedules. If this feature is supported, the
|
|
2291
2291
|
* thermostat shall support a mechanism to do time synchronization.
|
|
2292
2292
|
*
|
|
2293
|
-
* @see {@link MatterSpecification.
|
|
2293
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.4.2
|
|
2294
2294
|
*/
|
|
2295
2295
|
matterScheduleConfiguration: BitFlag(7),
|
|
2296
2296
|
|
|
@@ -2314,14 +2314,14 @@ export namespace Thermostat {
|
|
|
2314
2314
|
* • Otherwise, if the LTNE feature is supported, there is no feedback externally available for the
|
|
2315
2315
|
* LocalTemperatureCalibration. In that case, the LocalTemperature attribute shall always report null.
|
|
2316
2316
|
*
|
|
2317
|
-
* @see {@link MatterSpecification.
|
|
2317
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.2
|
|
2318
2318
|
*/
|
|
2319
2319
|
localTemperature: Attribute(0x0, TlvNullable(TlvInt16)),
|
|
2320
2320
|
|
|
2321
2321
|
/**
|
|
2322
2322
|
* Indicates the outdoor temperature, as measured locally or remotely (over the network).
|
|
2323
2323
|
*
|
|
2324
|
-
* @see {@link MatterSpecification.
|
|
2324
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.3
|
|
2325
2325
|
*/
|
|
2326
2326
|
outdoorTemperature: OptionalAttribute(0x1, TlvNullable(TlvInt16), { default: null }),
|
|
2327
2327
|
|
|
@@ -2331,7 +2331,7 @@ export namespace Thermostat {
|
|
|
2331
2331
|
* parameters are set via software, there shall be read/write access in order to provide remote programming
|
|
2332
2332
|
* capability.
|
|
2333
2333
|
*
|
|
2334
|
-
* @see {@link MatterSpecification.
|
|
2334
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.11
|
|
2335
2335
|
* @deprecated
|
|
2336
2336
|
*/
|
|
2337
2337
|
hvacSystemTypeConfiguration: OptionalWritableAttribute(
|
|
@@ -2350,7 +2350,7 @@ export namespace Thermostat {
|
|
|
2350
2350
|
* If the LocalTemperature RemoteSensing bit is written with a value of 1 when the LTNE feature is present,
|
|
2351
2351
|
* the write shall fail and the server shall report a CONSTRAINT_ERROR.
|
|
2352
2352
|
*
|
|
2353
|
-
* @see {@link MatterSpecification.
|
|
2353
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.22
|
|
2354
2354
|
*/
|
|
2355
2355
|
remoteSensing: OptionalWritableAttribute(
|
|
2356
2356
|
0x1a,
|
|
@@ -2366,7 +2366,7 @@ export namespace Thermostat {
|
|
|
2366
2366
|
* value of this attribute shall remain unchanged. This behavior is in place for backwards compatibility
|
|
2367
2367
|
* with existing thermostats.
|
|
2368
2368
|
*
|
|
2369
|
-
* @see {@link MatterSpecification.
|
|
2369
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.23
|
|
2370
2370
|
*/
|
|
2371
2371
|
controlSequenceOfOperation: WritableAttribute(
|
|
2372
2372
|
0x1b,
|
|
@@ -2378,7 +2378,7 @@ export namespace Thermostat {
|
|
|
2378
2378
|
* Indicates the current operating mode of the thermostat. Its value shall be limited by the
|
|
2379
2379
|
* ControlSequenceOfOperation attribute.
|
|
2380
2380
|
*
|
|
2381
|
-
* @see {@link MatterSpecification.
|
|
2381
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.24
|
|
2382
2382
|
*/
|
|
2383
2383
|
systemMode: WritableAttribute(
|
|
2384
2384
|
0x1c,
|
|
@@ -2404,7 +2404,7 @@ export namespace Thermostat {
|
|
|
2404
2404
|
* If this attribute is updated to SetpointHoldOff and the SetpointHoldExpiryTimestamp is supported, the
|
|
2405
2405
|
* server shall set the SetpointHoldExpiryTimestamp to null.
|
|
2406
2406
|
*
|
|
2407
|
-
* @see {@link MatterSpecification.
|
|
2407
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.29
|
|
2408
2408
|
*/
|
|
2409
2409
|
temperatureSetpointHold: OptionalWritableAttribute(
|
|
2410
2410
|
0x23,
|
|
@@ -2424,7 +2424,7 @@ export namespace Thermostat {
|
|
|
2424
2424
|
* If this attribute is set to null and the SetpointHoldExpiryTimestamp is supported, the server shall set
|
|
2425
2425
|
* the SetpointHoldExpiryTimestamp to null.
|
|
2426
2426
|
*
|
|
2427
|
-
* @see {@link MatterSpecification.
|
|
2427
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.30
|
|
2428
2428
|
*/
|
|
2429
2429
|
temperatureSetpointHoldDuration: OptionalWritableAttribute(
|
|
2430
2430
|
0x24,
|
|
@@ -2450,7 +2450,7 @@ export namespace Thermostat {
|
|
|
2450
2450
|
* > Modifying the ScheduleActive bit does not clear or delete previous weekly schedule programming
|
|
2451
2451
|
* configurations.
|
|
2452
2452
|
*
|
|
2453
|
-
* @see {@link MatterSpecification.
|
|
2453
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.31
|
|
2454
2454
|
*/
|
|
2455
2455
|
thermostatProgrammingOperationMode: OptionalWritableAttribute(
|
|
2456
2456
|
0x25,
|
|
@@ -2462,7 +2462,7 @@ export namespace Thermostat {
|
|
|
2462
2462
|
* Indicates the current relay state of the heat, cool, and fan relays. Unimplemented outputs shall be
|
|
2463
2463
|
* treated as if they were Off.
|
|
2464
2464
|
*
|
|
2465
|
-
* @see {@link MatterSpecification.
|
|
2465
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.32
|
|
2466
2466
|
*/
|
|
2467
2467
|
thermostatRunningState: OptionalAttribute(0x29, TlvBitmap(TlvUInt16, RelayState)),
|
|
2468
2468
|
|
|
@@ -2475,7 +2475,7 @@ export namespace Thermostat {
|
|
|
2475
2475
|
* provider). Because automation services may initiate frequent setpoint changes, this attribute clearly
|
|
2476
2476
|
* differentiates the source of setpoint changes made at the thermostat.
|
|
2477
2477
|
*
|
|
2478
|
-
* @see {@link MatterSpecification.
|
|
2478
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.33
|
|
2479
2479
|
*/
|
|
2480
2480
|
setpointChangeSource: OptionalAttribute(
|
|
2481
2481
|
0x30,
|
|
@@ -2490,14 +2490,14 @@ export namespace Thermostat {
|
|
|
2490
2490
|
*
|
|
2491
2491
|
* The null value indicates that the previous setpoint was unknown.
|
|
2492
2492
|
*
|
|
2493
|
-
* @see {@link MatterSpecification.
|
|
2493
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.34
|
|
2494
2494
|
*/
|
|
2495
2495
|
setpointChangeAmount: OptionalAttribute(0x31, TlvNullable(TlvInt16), { default: null }),
|
|
2496
2496
|
|
|
2497
2497
|
/**
|
|
2498
2498
|
* Indicates the time in UTC at which the SetpointChangeAmount attribute change was recorded.
|
|
2499
2499
|
*
|
|
2500
|
-
* @see {@link MatterSpecification.
|
|
2500
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.35
|
|
2501
2501
|
*/
|
|
2502
2502
|
setpointChangeSourceTimestamp: OptionalAttribute(0x32, TlvEpochS, { default: 0 }),
|
|
2503
2503
|
|
|
@@ -2527,7 +2527,7 @@ export namespace Thermostat {
|
|
|
2527
2527
|
* when a setpoint is of a specified amount greater than the measured temperature. This allows the heated
|
|
2528
2528
|
* space to be quickly heated to the desired level set by the user.
|
|
2529
2529
|
*
|
|
2530
|
-
* @see {@link MatterSpecification.
|
|
2530
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.42
|
|
2531
2531
|
*/
|
|
2532
2532
|
emergencyHeatDelta: OptionalWritableAttribute(
|
|
2533
2533
|
0x3a,
|
|
@@ -2539,7 +2539,7 @@ export namespace Thermostat {
|
|
|
2539
2539
|
* Indicates the type of Mini Split ACTypeEnum of Mini Split AC is defined depending on how Cooling and
|
|
2540
2540
|
* Heating condition is achieved by Mini Split AC.
|
|
2541
2541
|
*
|
|
2542
|
-
* @see {@link MatterSpecification.
|
|
2542
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.43
|
|
2543
2543
|
*/
|
|
2544
2544
|
acType: OptionalWritableAttribute(
|
|
2545
2545
|
0x40,
|
|
@@ -2550,7 +2550,7 @@ export namespace Thermostat {
|
|
|
2550
2550
|
/**
|
|
2551
2551
|
* Indicates capacity of Mini Split AC in terms of the format defined by the ACCapacityFormat attribute
|
|
2552
2552
|
*
|
|
2553
|
-
* @see {@link MatterSpecification.
|
|
2553
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.44
|
|
2554
2554
|
*/
|
|
2555
2555
|
acCapacity: OptionalWritableAttribute(
|
|
2556
2556
|
0x41,
|
|
@@ -2561,7 +2561,7 @@ export namespace Thermostat {
|
|
|
2561
2561
|
/**
|
|
2562
2562
|
* Indicates type of refrigerant used within the Mini Split AC.
|
|
2563
2563
|
*
|
|
2564
|
-
* @see {@link MatterSpecification.
|
|
2564
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.45
|
|
2565
2565
|
*/
|
|
2566
2566
|
acRefrigerantType: OptionalWritableAttribute(
|
|
2567
2567
|
0x42,
|
|
@@ -2572,7 +2572,7 @@ export namespace Thermostat {
|
|
|
2572
2572
|
/**
|
|
2573
2573
|
* Indicates the type of compressor used within the Mini Split AC.
|
|
2574
2574
|
*
|
|
2575
|
-
* @see {@link MatterSpecification.
|
|
2575
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.46
|
|
2576
2576
|
*/
|
|
2577
2577
|
acCompressorType: OptionalWritableAttribute(
|
|
2578
2578
|
0x43,
|
|
@@ -2583,7 +2583,7 @@ export namespace Thermostat {
|
|
|
2583
2583
|
/**
|
|
2584
2584
|
* Indicates the type of errors encountered within the Mini Split AC.
|
|
2585
2585
|
*
|
|
2586
|
-
* @see {@link MatterSpecification.
|
|
2586
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.47
|
|
2587
2587
|
*/
|
|
2588
2588
|
acErrorCode: OptionalWritableAttribute(
|
|
2589
2589
|
0x44,
|
|
@@ -2594,7 +2594,7 @@ export namespace Thermostat {
|
|
|
2594
2594
|
/**
|
|
2595
2595
|
* Indicates the position of Louver on the AC.
|
|
2596
2596
|
*
|
|
2597
|
-
* @see {@link MatterSpecification.
|
|
2597
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.48
|
|
2598
2598
|
*/
|
|
2599
2599
|
acLouverPosition: OptionalWritableAttribute(
|
|
2600
2600
|
0x45,
|
|
@@ -2605,14 +2605,14 @@ export namespace Thermostat {
|
|
|
2605
2605
|
/**
|
|
2606
2606
|
* Indicates the temperature of the AC coil, as measured locally or remotely (over the network).
|
|
2607
2607
|
*
|
|
2608
|
-
* @see {@link MatterSpecification.
|
|
2608
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.49
|
|
2609
2609
|
*/
|
|
2610
2610
|
acCoilTemperature: OptionalAttribute(0x46, TlvNullable(TlvInt16), { default: null }),
|
|
2611
2611
|
|
|
2612
2612
|
/**
|
|
2613
2613
|
* Indicates the format for the ACCapacity attribute.
|
|
2614
2614
|
*
|
|
2615
|
-
* @see {@link MatterSpecification.
|
|
2615
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.50
|
|
2616
2616
|
*/
|
|
2617
2617
|
acCapacityFormat: OptionalWritableAttribute(
|
|
2618
2618
|
0x47,
|
|
@@ -2632,7 +2632,7 @@ export namespace Thermostat {
|
|
|
2632
2632
|
* If the TemperatureSetpointHold is set to SetpointHoldOff, this attribute shall be set to null indicating
|
|
2633
2633
|
* there is no hold on the Thermostat.
|
|
2634
2634
|
*
|
|
2635
|
-
* @see {@link MatterSpecification.
|
|
2635
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.9.61
|
|
2636
2636
|
*/
|
|
2637
2637
|
setpointHoldExpiryTimestamp: OptionalAttribute(
|
|
2638
2638
|
0x52,
|
|
@@ -2643,7 +2643,7 @@ export namespace Thermostat {
|
|
|
2643
2643
|
|
|
2644
2644
|
commands: {
|
|
2645
2645
|
/**
|
|
2646
|
-
* @see {@link MatterSpecification.
|
|
2646
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3.10.1
|
|
2647
2647
|
*/
|
|
2648
2648
|
setpointRaiseLower: Command(0x0, TlvSetpointRaiseLowerRequest, 0x0, TlvNoResponse),
|
|
2649
2649
|
|
|
@@ -2684,7 +2684,7 @@ export namespace Thermostat {
|
|
|
2684
2684
|
* Per the Matter specification you cannot use {@link ThermostatCluster} without enabling certain feature
|
|
2685
2685
|
* combinations. You must use the {@link with} factory method to obtain a working cluster.
|
|
2686
2686
|
*
|
|
2687
|
-
* @see {@link MatterSpecification.
|
|
2687
|
+
* @see {@link MatterSpecification.v142.Cluster} § 4.3
|
|
2688
2688
|
*/
|
|
2689
2689
|
export interface Cluster extends Identity<typeof ClusterInstance> {}
|
|
2690
2690
|
|