@matter/types 0.16.0-alpha.0-20251022-5a69ce65a → 0.16.0-alpha.0-20251027-17770fb28
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/cluster/mutation/{ElementModifier.d.ts → ClusterTypeModifier.d.ts} +8 -8
- package/dist/cjs/cluster/mutation/ClusterTypeModifier.d.ts.map +1 -0
- package/dist/cjs/cluster/mutation/{ElementModifier.js → ClusterTypeModifier.js} +6 -6
- package/dist/cjs/cluster/mutation/{ElementModifier.js.map → ClusterTypeModifier.js.map} +2 -2
- package/dist/cjs/cluster/mutation/MutableCluster.d.ts +7 -7
- package/dist/cjs/cluster/mutation/MutableCluster.d.ts.map +1 -1
- package/dist/cjs/cluster/mutation/MutableCluster.js +4 -4
- package/dist/cjs/cluster/mutation/MutableCluster.js.map +1 -1
- package/dist/cjs/cluster/mutation/index.d.ts +1 -1
- package/dist/cjs/cluster/mutation/index.d.ts.map +1 -1
- package/dist/cjs/cluster/mutation/index.js +1 -1
- package/dist/cjs/cluster/mutation/index.js.map +1 -1
- package/dist/cjs/clusters/access-control.d.ts +96 -47
- package/dist/cjs/clusters/access-control.d.ts.map +1 -1
- package/dist/cjs/clusters/access-control.js +16 -8
- package/dist/cjs/clusters/access-control.js.map +1 -1
- package/dist/cjs/clusters/account-login.d.ts +20 -20
- package/dist/cjs/clusters/account-login.js +12 -12
- package/dist/cjs/clusters/actions.d.ts +36 -5
- package/dist/cjs/clusters/actions.d.ts.map +1 -1
- package/dist/cjs/clusters/actions.js +26 -1
- package/dist/cjs/clusters/actions.js.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.d.ts +29 -25
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +7 -6
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/air-quality.js.map +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +4 -4
- package/dist/cjs/clusters/alarm-base.js +2 -2
- package/dist/cjs/clusters/application-launcher.d.ts +49 -23
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +7 -3
- package/dist/cjs/clusters/application-launcher.js.map +1 -1
- package/dist/cjs/clusters/basic-information.d.ts +22 -19
- package/dist/cjs/clusters/basic-information.d.ts.map +1 -1
- package/dist/cjs/clusters/basic-information.js +21 -18
- package/dist/cjs/clusters/basic-information.js.map +1 -1
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +15 -15
- package/dist/cjs/clusters/boolean-state-configuration.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +56 -12
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts.map +1 -1
- package/dist/cjs/clusters/bridged-device-basic-information.js +18 -4
- package/dist/cjs/clusters/bridged-device-basic-information.js.map +1 -1
- package/dist/cjs/clusters/channel.d.ts +12 -0
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +4 -0
- package/dist/cjs/clusters/channel.js.map +1 -1
- package/dist/cjs/clusters/color-control.d.ts +128 -119
- package/dist/cjs/clusters/color-control.d.ts.map +1 -1
- package/dist/cjs/clusters/color-control.js +52 -68
- package/dist/cjs/clusters/color-control.js.map +1 -1
- package/dist/cjs/clusters/commissioner-control.d.ts +8 -4
- package/dist/cjs/clusters/commissioner-control.d.ts.map +1 -1
- package/dist/cjs/clusters/commissioner-control.js +5 -1
- package/dist/cjs/clusters/commissioner-control.js.map +1 -1
- package/dist/cjs/clusters/concentration-measurement.d.ts +7 -9
- package/dist/cjs/clusters/concentration-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/concentration-measurement.js +11 -12
- package/dist/cjs/clusters/concentration-measurement.js.map +1 -1
- package/dist/cjs/clusters/content-control.d.ts +44 -30
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +6 -6
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +32 -32
- package/dist/cjs/clusters/content-launcher.js +1 -1
- package/dist/cjs/clusters/descriptor.d.ts +43 -10
- package/dist/cjs/clusters/descriptor.d.ts.map +1 -1
- package/dist/cjs/clusters/descriptor.js +21 -4
- package/dist/cjs/clusters/descriptor.js.map +1 -1
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +9 -0
- package/dist/cjs/clusters/device-energy-management-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/device-energy-management-mode.js +3 -0
- package/dist/cjs/clusters/device-energy-management-mode.js.map +1 -1
- package/dist/cjs/clusters/device-energy-management.d.ts +133 -24
- package/dist/cjs/clusters/device-energy-management.d.ts.map +1 -1
- package/dist/cjs/clusters/device-energy-management.js +38 -12
- package/dist/cjs/clusters/device-energy-management.js.map +1 -1
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +3 -3
- package/dist/cjs/clusters/dishwasher-alarm.js +1 -1
- package/dist/cjs/clusters/dishwasher-mode.d.ts +9 -0
- package/dist/cjs/clusters/dishwasher-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/dishwasher-mode.js +3 -0
- package/dist/cjs/clusters/dishwasher-mode.js.map +1 -1
- package/dist/cjs/clusters/door-lock.d.ts +182 -266
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +80 -111
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +93 -49
- package/dist/cjs/clusters/ecosystem-information.d.ts.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.js +36 -24
- package/dist/cjs/clusters/ecosystem-information.js.map +1 -1
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +285 -209
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/electrical-energy-measurement.js +33 -13
- package/dist/cjs/clusters/electrical-energy-measurement.js.map +2 -2
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +201 -126
- package/dist/cjs/clusters/electrical-power-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/electrical-power-measurement.js +45 -23
- package/dist/cjs/clusters/electrical-power-measurement.js.map +2 -2
- package/dist/cjs/clusters/energy-evse-mode.d.ts +9 -0
- package/dist/cjs/clusters/energy-evse-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-evse-mode.js +3 -0
- package/dist/cjs/clusters/energy-evse-mode.js.map +1 -1
- package/dist/cjs/clusters/energy-evse.d.ts +61 -45
- package/dist/cjs/clusters/energy-evse.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-evse.js +28 -33
- package/dist/cjs/clusters/energy-evse.js.map +1 -1
- package/dist/cjs/clusters/energy-preference.d.ts +5 -9
- package/dist/cjs/clusters/energy-preference.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-preference.js +1 -3
- package/dist/cjs/clusters/energy-preference.js.map +1 -1
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +59 -69
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +21 -25
- package/dist/cjs/clusters/ethernet-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/fan-control.d.ts +334 -148
- package/dist/cjs/clusters/fan-control.d.ts.map +1 -1
- package/dist/cjs/clusters/fan-control.js +107 -56
- package/dist/cjs/clusters/fan-control.js.map +1 -1
- package/dist/cjs/clusters/flow-measurement.js +1 -1
- package/dist/cjs/clusters/flow-measurement.js.map +1 -1
- package/dist/cjs/clusters/general-commissioning.d.ts +90 -69
- package/dist/cjs/clusters/general-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/general-commissioning.js +26 -23
- package/dist/cjs/clusters/general-commissioning.js.map +1 -1
- package/dist/cjs/clusters/general-diagnostics.d.ts +51 -52
- package/dist/cjs/clusters/general-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/general-diagnostics.js +13 -13
- package/dist/cjs/clusters/general-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/group-key-management.d.ts +28 -22
- package/dist/cjs/clusters/group-key-management.d.ts.map +1 -1
- package/dist/cjs/clusters/group-key-management.js +13 -10
- package/dist/cjs/clusters/group-key-management.js.map +1 -1
- package/dist/cjs/clusters/groups.d.ts +0 -12
- package/dist/cjs/clusters/groups.d.ts.map +1 -1
- package/dist/cjs/clusters/groups.js +1 -7
- package/dist/cjs/clusters/groups.js.map +1 -1
- package/dist/cjs/clusters/icd-management.d.ts +809 -145
- package/dist/cjs/clusters/icd-management.d.ts.map +1 -1
- package/dist/cjs/clusters/icd-management.js +182 -34
- package/dist/cjs/clusters/icd-management.js.map +1 -1
- package/dist/cjs/clusters/identify.d.ts +12 -1
- package/dist/cjs/clusters/identify.d.ts.map +1 -1
- package/dist/cjs/clusters/identify.js +13 -2
- package/dist/cjs/clusters/identify.js.map +1 -1
- package/dist/cjs/clusters/illuminance-measurement.js +1 -1
- package/dist/cjs/clusters/illuminance-measurement.js.map +1 -1
- package/dist/cjs/clusters/index.d.ts +1 -5
- package/dist/cjs/clusters/index.d.ts.map +1 -1
- package/dist/cjs/clusters/index.js +3 -15
- package/dist/cjs/clusters/index.js.map +1 -1
- package/dist/cjs/clusters/joint-fabric-administrator.d.ts +424 -0
- package/dist/cjs/clusters/joint-fabric-administrator.d.ts.map +1 -0
- package/dist/cjs/clusters/joint-fabric-administrator.js +285 -0
- package/dist/cjs/clusters/joint-fabric-administrator.js.map +6 -0
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +1960 -805
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts.map +1 -1
- package/dist/cjs/clusters/joint-fabric-datastore.js +990 -172
- package/dist/cjs/clusters/joint-fabric-datastore.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +9 -6
- package/dist/cjs/clusters/label.d.ts.map +1 -1
- package/dist/cjs/clusters/label.js +3 -2
- package/dist/cjs/clusters/label.js.map +1 -1
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +9 -9
- package/dist/cjs/clusters/laundry-washer-controls.js +4 -4
- package/dist/cjs/clusters/laundry-washer-controls.js.map +1 -1
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +2 -2
- package/dist/cjs/clusters/level-control.d.ts +11 -15
- package/dist/cjs/clusters/level-control.d.ts.map +1 -1
- package/dist/cjs/clusters/level-control.js +8 -9
- package/dist/cjs/clusters/level-control.js.map +1 -1
- package/dist/cjs/clusters/media-playback.d.ts +138 -12
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +41 -4
- package/dist/cjs/clusters/media-playback.js.map +1 -1
- package/dist/cjs/clusters/messages.d.ts +7 -7
- package/dist/cjs/clusters/messages.js +3 -3
- package/dist/cjs/clusters/microwave-oven-control.js +4 -4
- package/dist/cjs/clusters/microwave-oven-control.js.map +1 -1
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +9 -0
- package/dist/cjs/clusters/microwave-oven-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/microwave-oven-mode.js +3 -0
- package/dist/cjs/clusters/microwave-oven-mode.js.map +1 -1
- package/dist/cjs/clusters/mode-base.d.ts +31 -2
- package/dist/cjs/clusters/mode-base.d.ts.map +1 -1
- package/dist/cjs/clusters/mode-base.js +15 -2
- package/dist/cjs/clusters/mode-base.js.map +1 -1
- package/dist/cjs/clusters/mode-select.d.ts +7 -7
- package/dist/cjs/clusters/mode-select.js +2 -2
- package/dist/cjs/clusters/network-commissioning.d.ts +259 -201
- package/dist/cjs/clusters/network-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/network-commissioning.js +41 -27
- package/dist/cjs/clusters/network-commissioning.js.map +1 -1
- package/dist/cjs/clusters/occupancy-sensing.d.ts +14 -20
- package/dist/cjs/clusters/occupancy-sensing.d.ts.map +1 -1
- package/dist/cjs/clusters/occupancy-sensing.js +4 -6
- package/dist/cjs/clusters/occupancy-sensing.js.map +1 -1
- package/dist/cjs/clusters/on-off.js +4 -4
- package/dist/cjs/clusters/on-off.js.map +1 -1
- package/dist/cjs/clusters/operational-credentials.d.ts +367 -77
- package/dist/cjs/clusters/operational-credentials.d.ts.map +1 -1
- package/dist/cjs/clusters/operational-credentials.js +182 -38
- package/dist/cjs/clusters/operational-credentials.js.map +1 -1
- package/dist/cjs/clusters/operational-state.d.ts +29 -49
- package/dist/cjs/clusters/operational-state.d.ts.map +1 -1
- package/dist/cjs/clusters/operational-state.js +7 -10
- package/dist/cjs/clusters/operational-state.js.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +54 -22
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +27 -11
- package/dist/cjs/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +12 -10
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-requestor.js +6 -5
- package/dist/cjs/clusters/ota-software-update-requestor.js.map +1 -1
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +5 -5
- package/dist/cjs/clusters/oven-cavity-operational-state.js +3 -3
- package/dist/cjs/clusters/oven-mode.d.ts +150 -0
- package/dist/cjs/clusters/oven-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/oven-mode.js +51 -1
- package/dist/cjs/clusters/oven-mode.js.map +1 -1
- package/dist/cjs/clusters/power-source.d.ts +18 -6
- package/dist/cjs/clusters/power-source.d.ts.map +1 -1
- package/dist/cjs/clusters/power-source.js +6 -2
- package/dist/cjs/clusters/power-source.js.map +1 -1
- package/dist/cjs/clusters/pressure-measurement.d.ts +18 -9
- package/dist/cjs/clusters/pressure-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/pressure-measurement.js +10 -7
- package/dist/cjs/clusters/pressure-measurement.js.map +1 -1
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +46 -37
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/pump-configuration-and-control.js +15 -12
- package/dist/cjs/clusters/pump-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +3 -3
- package/dist/cjs/clusters/refrigerator-alarm.js +1 -1
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +9 -0
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +3 -0
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
- package/dist/cjs/clusters/resource-monitoring.js +1 -1
- package/dist/cjs/clusters/resource-monitoring.js.map +1 -1
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +16 -3
- package/dist/cjs/clusters/rvc-clean-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-clean-mode.js +5 -1
- package/dist/cjs/clusters/rvc-clean-mode.js.map +1 -1
- package/dist/cjs/clusters/rvc-operational-state.d.ts +78 -49
- package/dist/cjs/clusters/rvc-operational-state.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-operational-state.js +19 -11
- package/dist/cjs/clusters/rvc-operational-state.js.map +1 -1
- package/dist/cjs/clusters/rvc-run-mode.d.ts +9 -0
- package/dist/cjs/clusters/rvc-run-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-run-mode.js +3 -0
- package/dist/cjs/clusters/rvc-run-mode.js.map +1 -1
- package/dist/cjs/clusters/scenes-management.d.ts +14 -45
- package/dist/cjs/clusters/scenes-management.d.ts.map +1 -1
- package/dist/cjs/clusters/scenes-management.js +7 -22
- package/dist/cjs/clusters/scenes-management.js.map +1 -1
- package/dist/cjs/clusters/service-area.d.ts +36 -40
- package/dist/cjs/clusters/service-area.d.ts.map +1 -1
- package/dist/cjs/clusters/service-area.js +10 -12
- package/dist/cjs/clusters/service-area.js.map +1 -1
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +4 -9
- package/dist/cjs/clusters/smoke-co-alarm.d.ts.map +1 -1
- package/dist/cjs/clusters/smoke-co-alarm.js.map +1 -1
- package/dist/cjs/clusters/software-diagnostics.d.ts +52 -51
- package/dist/cjs/clusters/software-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/software-diagnostics.js +17 -17
- package/dist/cjs/clusters/software-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/switch.d.ts +20 -17
- package/dist/cjs/clusters/switch.d.ts.map +1 -1
- package/dist/cjs/clusters/switch.js +9 -8
- package/dist/cjs/clusters/switch.js.map +1 -1
- package/dist/cjs/clusters/temperature-control.d.ts +18 -9
- package/dist/cjs/clusters/temperature-control.d.ts.map +1 -1
- package/dist/cjs/clusters/temperature-control.js +7 -4
- package/dist/cjs/clusters/temperature-control.js.map +1 -1
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts.map +1 -1
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +2 -10
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js.map +1 -1
- package/dist/cjs/clusters/thermostat.d.ts +406 -420
- package/dist/cjs/clusters/thermostat.d.ts.map +1 -1
- package/dist/cjs/clusters/thermostat.js +89 -101
- package/dist/cjs/clusters/thermostat.js.map +1 -1
- package/dist/cjs/clusters/thread-border-router-management.d.ts +9 -9
- package/dist/cjs/clusters/thread-border-router-management.js +5 -5
- package/dist/cjs/clusters/thread-border-router-management.js.map +1 -1
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +479 -504
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/thread-network-diagnostics.js +171 -181
- package/dist/cjs/clusters/thread-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/thread-network-directory.d.ts +3 -3
- package/dist/cjs/clusters/thread-network-directory.js +5 -5
- package/dist/cjs/clusters/thread-network-directory.js.map +1 -1
- package/dist/cjs/clusters/time-synchronization.d.ts +159 -127
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +52 -42
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +51 -13
- package/dist/cjs/clusters/unit-localization.d.ts.map +1 -1
- package/dist/cjs/clusters/unit-localization.js +22 -4
- package/dist/cjs/clusters/unit-localization.js.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +8 -12
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/water-heater-management.d.ts +2 -14
- package/dist/cjs/clusters/water-heater-management.d.ts.map +1 -1
- package/dist/cjs/clusters/water-heater-management.js +5 -9
- package/dist/cjs/clusters/water-heater-management.js.map +1 -1
- package/dist/cjs/clusters/water-heater-mode.d.ts +9 -0
- package/dist/cjs/clusters/water-heater-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/water-heater-mode.js +3 -0
- package/dist/cjs/clusters/water-heater-mode.js.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +57 -72
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -26
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +39 -1
- package/dist/cjs/clusters/wi-fi-network-management.d.ts.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-management.js +22 -3
- package/dist/cjs/clusters/wi-fi-network-management.js.map +1 -1
- package/dist/cjs/clusters/window-covering.d.ts +105 -3
- package/dist/cjs/clusters/window-covering.d.ts.map +1 -1
- package/dist/cjs/clusters/window-covering.js +35 -1
- package/dist/cjs/clusters/window-covering.js.map +1 -1
- package/dist/cjs/globals/Currency.d.ts +27 -0
- package/dist/cjs/globals/Currency.d.ts.map +1 -0
- package/dist/cjs/globals/{Tod.js → Currency.js} +8 -22
- package/dist/cjs/globals/Currency.js.map +6 -0
- package/dist/cjs/globals/Locationdesc.d.ts +7 -7
- package/dist/cjs/globals/Locationdesc.js +5 -5
- 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 +14 -2
- package/dist/cjs/globals/MeasurementType.d.ts.map +1 -1
- package/dist/cjs/globals/MeasurementType.js +3 -0
- package/dist/cjs/globals/MeasurementType.js.map +1 -1
- package/dist/cjs/globals/Namespace.d.ts +13 -3
- package/dist/cjs/globals/Namespace.d.ts.map +1 -1
- package/dist/cjs/globals/Namespace.js.map +1 -1
- package/dist/cjs/globals/Price.d.ts +30 -0
- package/dist/cjs/globals/Price.d.ts.map +1 -0
- package/dist/cjs/globals/Price.js +33 -0
- package/dist/cjs/globals/Price.js.map +6 -0
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +9 -9
- package/dist/cjs/globals/Semtag.js +7 -7
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +24 -5
- package/dist/cjs/globals/Status.d.ts.map +1 -1
- package/dist/cjs/globals/Status.js +3 -0
- package/dist/cjs/globals/Status.js.map +1 -1
- package/dist/cjs/globals/ThreeLevelAuto.d.ts +33 -0
- package/dist/cjs/globals/ThreeLevelAuto.d.ts.map +1 -0
- package/dist/cjs/globals/ThreeLevelAuto.js +36 -0
- package/dist/cjs/globals/ThreeLevelAuto.js.map +6 -0
- package/dist/cjs/globals/WildcardPathFlags.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.js +1 -1
- package/dist/cjs/globals/index.d.ts +3 -1
- package/dist/cjs/globals/index.d.ts.map +1 -1
- package/dist/cjs/globals/index.js +3 -1
- package/dist/cjs/globals/index.js.map +1 -1
- package/dist/esm/cluster/mutation/{ElementModifier.d.ts → ClusterTypeModifier.d.ts} +8 -8
- package/dist/esm/cluster/mutation/ClusterTypeModifier.d.ts.map +1 -0
- package/dist/esm/cluster/mutation/{ElementModifier.js → ClusterTypeModifier.js} +3 -3
- package/dist/esm/cluster/mutation/{ElementModifier.js.map → ClusterTypeModifier.js.map} +2 -2
- package/dist/esm/cluster/mutation/MutableCluster.d.ts +7 -7
- package/dist/esm/cluster/mutation/MutableCluster.d.ts.map +1 -1
- package/dist/esm/cluster/mutation/MutableCluster.js +4 -4
- package/dist/esm/cluster/mutation/MutableCluster.js.map +1 -1
- package/dist/esm/cluster/mutation/index.d.ts +1 -1
- package/dist/esm/cluster/mutation/index.d.ts.map +1 -1
- package/dist/esm/cluster/mutation/index.js +1 -1
- package/dist/esm/clusters/access-control.d.ts +96 -47
- package/dist/esm/clusters/access-control.d.ts.map +1 -1
- package/dist/esm/clusters/access-control.js +16 -8
- package/dist/esm/clusters/access-control.js.map +1 -1
- package/dist/esm/clusters/account-login.d.ts +20 -20
- package/dist/esm/clusters/account-login.js +12 -12
- package/dist/esm/clusters/actions.d.ts +36 -5
- package/dist/esm/clusters/actions.d.ts.map +1 -1
- package/dist/esm/clusters/actions.js +26 -1
- package/dist/esm/clusters/actions.js.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.d.ts +29 -25
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +7 -6
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/air-quality.js.map +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +4 -4
- package/dist/esm/clusters/alarm-base.js +2 -2
- package/dist/esm/clusters/application-launcher.d.ts +49 -23
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +7 -3
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/basic-information.d.ts +22 -19
- package/dist/esm/clusters/basic-information.d.ts.map +1 -1
- package/dist/esm/clusters/basic-information.js +22 -18
- package/dist/esm/clusters/basic-information.js.map +1 -1
- package/dist/esm/clusters/boolean-state-configuration.d.ts +15 -15
- package/dist/esm/clusters/boolean-state-configuration.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +56 -12
- package/dist/esm/clusters/bridged-device-basic-information.d.ts.map +1 -1
- package/dist/esm/clusters/bridged-device-basic-information.js +19 -4
- package/dist/esm/clusters/bridged-device-basic-information.js.map +1 -1
- package/dist/esm/clusters/channel.d.ts +12 -0
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +4 -0
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +128 -119
- package/dist/esm/clusters/color-control.d.ts.map +1 -1
- package/dist/esm/clusters/color-control.js +52 -68
- package/dist/esm/clusters/color-control.js.map +1 -1
- package/dist/esm/clusters/commissioner-control.d.ts +8 -4
- package/dist/esm/clusters/commissioner-control.d.ts.map +1 -1
- package/dist/esm/clusters/commissioner-control.js +5 -1
- package/dist/esm/clusters/commissioner-control.js.map +1 -1
- package/dist/esm/clusters/concentration-measurement.d.ts +7 -9
- package/dist/esm/clusters/concentration-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/concentration-measurement.js +11 -12
- package/dist/esm/clusters/concentration-measurement.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +44 -30
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +6 -6
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +32 -32
- package/dist/esm/clusters/content-launcher.js +1 -1
- package/dist/esm/clusters/descriptor.d.ts +43 -10
- package/dist/esm/clusters/descriptor.d.ts.map +1 -1
- package/dist/esm/clusters/descriptor.js +22 -5
- package/dist/esm/clusters/descriptor.js.map +1 -1
- package/dist/esm/clusters/device-energy-management-mode.d.ts +9 -0
- package/dist/esm/clusters/device-energy-management-mode.d.ts.map +1 -1
- package/dist/esm/clusters/device-energy-management-mode.js +3 -0
- package/dist/esm/clusters/device-energy-management-mode.js.map +1 -1
- package/dist/esm/clusters/device-energy-management.d.ts +133 -24
- package/dist/esm/clusters/device-energy-management.d.ts.map +1 -1
- package/dist/esm/clusters/device-energy-management.js +38 -12
- package/dist/esm/clusters/device-energy-management.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +3 -3
- package/dist/esm/clusters/dishwasher-alarm.js +1 -1
- package/dist/esm/clusters/dishwasher-mode.d.ts +9 -0
- package/dist/esm/clusters/dishwasher-mode.d.ts.map +1 -1
- package/dist/esm/clusters/dishwasher-mode.js +3 -0
- package/dist/esm/clusters/dishwasher-mode.js.map +1 -1
- package/dist/esm/clusters/door-lock.d.ts +182 -266
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +81 -112
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +93 -49
- package/dist/esm/clusters/ecosystem-information.d.ts.map +1 -1
- package/dist/esm/clusters/ecosystem-information.js +37 -25
- package/dist/esm/clusters/ecosystem-information.js.map +1 -1
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +285 -209
- package/dist/esm/clusters/electrical-energy-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/electrical-energy-measurement.js +33 -13
- package/dist/esm/clusters/electrical-energy-measurement.js.map +2 -2
- package/dist/esm/clusters/electrical-power-measurement.d.ts +201 -126
- package/dist/esm/clusters/electrical-power-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/electrical-power-measurement.js +45 -23
- package/dist/esm/clusters/electrical-power-measurement.js.map +2 -2
- package/dist/esm/clusters/energy-evse-mode.d.ts +9 -0
- package/dist/esm/clusters/energy-evse-mode.d.ts.map +1 -1
- package/dist/esm/clusters/energy-evse-mode.js +3 -0
- package/dist/esm/clusters/energy-evse-mode.js.map +1 -1
- package/dist/esm/clusters/energy-evse.d.ts +61 -45
- package/dist/esm/clusters/energy-evse.d.ts.map +1 -1
- package/dist/esm/clusters/energy-evse.js +28 -33
- package/dist/esm/clusters/energy-evse.js.map +1 -1
- package/dist/esm/clusters/energy-preference.d.ts +5 -9
- package/dist/esm/clusters/energy-preference.d.ts.map +1 -1
- package/dist/esm/clusters/energy-preference.js +1 -3
- package/dist/esm/clusters/energy-preference.js.map +1 -1
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +59 -69
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/ethernet-network-diagnostics.js +21 -25
- package/dist/esm/clusters/ethernet-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/fan-control.d.ts +334 -148
- package/dist/esm/clusters/fan-control.d.ts.map +1 -1
- package/dist/esm/clusters/fan-control.js +107 -56
- package/dist/esm/clusters/fan-control.js.map +1 -1
- package/dist/esm/clusters/flow-measurement.js +1 -1
- package/dist/esm/clusters/flow-measurement.js.map +1 -1
- package/dist/esm/clusters/general-commissioning.d.ts +90 -69
- package/dist/esm/clusters/general-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/general-commissioning.js +26 -23
- package/dist/esm/clusters/general-commissioning.js.map +1 -1
- package/dist/esm/clusters/general-diagnostics.d.ts +51 -52
- package/dist/esm/clusters/general-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/general-diagnostics.js +13 -13
- package/dist/esm/clusters/general-diagnostics.js.map +1 -1
- package/dist/esm/clusters/group-key-management.d.ts +28 -22
- package/dist/esm/clusters/group-key-management.d.ts.map +1 -1
- package/dist/esm/clusters/group-key-management.js +13 -10
- package/dist/esm/clusters/group-key-management.js.map +1 -1
- package/dist/esm/clusters/groups.d.ts +0 -12
- package/dist/esm/clusters/groups.d.ts.map +1 -1
- package/dist/esm/clusters/groups.js +1 -7
- package/dist/esm/clusters/groups.js.map +1 -1
- package/dist/esm/clusters/icd-management.d.ts +809 -145
- package/dist/esm/clusters/icd-management.d.ts.map +1 -1
- package/dist/esm/clusters/icd-management.js +182 -34
- package/dist/esm/clusters/icd-management.js.map +1 -1
- package/dist/esm/clusters/identify.d.ts +12 -1
- package/dist/esm/clusters/identify.d.ts.map +1 -1
- package/dist/esm/clusters/identify.js +13 -2
- package/dist/esm/clusters/identify.js.map +1 -1
- package/dist/esm/clusters/illuminance-measurement.js +1 -1
- package/dist/esm/clusters/illuminance-measurement.js.map +1 -1
- package/dist/esm/clusters/index.d.ts +1 -5
- package/dist/esm/clusters/index.d.ts.map +1 -1
- package/dist/esm/clusters/index.js +3 -15
- package/dist/esm/clusters/index.js.map +1 -1
- package/dist/esm/clusters/joint-fabric-administrator.d.ts +424 -0
- package/dist/esm/clusters/joint-fabric-administrator.d.ts.map +1 -0
- package/dist/esm/clusters/joint-fabric-administrator.js +265 -0
- package/dist/esm/clusters/joint-fabric-administrator.js.map +6 -0
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +1960 -805
- package/dist/esm/clusters/joint-fabric-datastore.d.ts.map +1 -1
- package/dist/esm/clusters/joint-fabric-datastore.js +993 -175
- package/dist/esm/clusters/joint-fabric-datastore.js.map +2 -2
- package/dist/esm/clusters/label.d.ts +9 -6
- package/dist/esm/clusters/label.d.ts.map +1 -1
- package/dist/esm/clusters/label.js +3 -2
- package/dist/esm/clusters/label.js.map +1 -1
- package/dist/esm/clusters/laundry-washer-controls.d.ts +9 -9
- package/dist/esm/clusters/laundry-washer-controls.js +4 -4
- package/dist/esm/clusters/laundry-washer-controls.js.map +1 -1
- package/dist/esm/clusters/laundry-washer-mode.d.ts +2 -2
- package/dist/esm/clusters/level-control.d.ts +11 -15
- package/dist/esm/clusters/level-control.d.ts.map +1 -1
- package/dist/esm/clusters/level-control.js +8 -9
- package/dist/esm/clusters/level-control.js.map +1 -1
- package/dist/esm/clusters/media-playback.d.ts +138 -12
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +41 -4
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/messages.d.ts +7 -7
- package/dist/esm/clusters/messages.js +3 -3
- package/dist/esm/clusters/microwave-oven-control.js +4 -4
- package/dist/esm/clusters/microwave-oven-control.js.map +1 -1
- package/dist/esm/clusters/microwave-oven-mode.d.ts +9 -0
- package/dist/esm/clusters/microwave-oven-mode.d.ts.map +1 -1
- package/dist/esm/clusters/microwave-oven-mode.js +3 -0
- package/dist/esm/clusters/microwave-oven-mode.js.map +1 -1
- package/dist/esm/clusters/mode-base.d.ts +31 -2
- package/dist/esm/clusters/mode-base.d.ts.map +1 -1
- package/dist/esm/clusters/mode-base.js +15 -2
- package/dist/esm/clusters/mode-base.js.map +1 -1
- package/dist/esm/clusters/mode-select.d.ts +7 -7
- package/dist/esm/clusters/mode-select.js +2 -2
- package/dist/esm/clusters/network-commissioning.d.ts +259 -201
- package/dist/esm/clusters/network-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/network-commissioning.js +41 -27
- package/dist/esm/clusters/network-commissioning.js.map +1 -1
- package/dist/esm/clusters/occupancy-sensing.d.ts +14 -20
- package/dist/esm/clusters/occupancy-sensing.d.ts.map +1 -1
- package/dist/esm/clusters/occupancy-sensing.js +4 -6
- package/dist/esm/clusters/occupancy-sensing.js.map +1 -1
- package/dist/esm/clusters/on-off.js +4 -4
- package/dist/esm/clusters/on-off.js.map +1 -1
- package/dist/esm/clusters/operational-credentials.d.ts +367 -77
- package/dist/esm/clusters/operational-credentials.d.ts.map +1 -1
- package/dist/esm/clusters/operational-credentials.js +183 -39
- package/dist/esm/clusters/operational-credentials.js.map +1 -1
- package/dist/esm/clusters/operational-state.d.ts +29 -49
- package/dist/esm/clusters/operational-state.d.ts.map +1 -1
- package/dist/esm/clusters/operational-state.js +7 -10
- package/dist/esm/clusters/operational-state.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.d.ts +54 -22
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +27 -11
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +12 -10
- package/dist/esm/clusters/ota-software-update-requestor.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.js +6 -5
- package/dist/esm/clusters/ota-software-update-requestor.js.map +1 -1
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +5 -5
- package/dist/esm/clusters/oven-cavity-operational-state.js +3 -3
- package/dist/esm/clusters/oven-mode.d.ts +150 -0
- package/dist/esm/clusters/oven-mode.d.ts.map +1 -1
- package/dist/esm/clusters/oven-mode.js +51 -1
- package/dist/esm/clusters/oven-mode.js.map +1 -1
- package/dist/esm/clusters/power-source.d.ts +18 -6
- package/dist/esm/clusters/power-source.d.ts.map +1 -1
- package/dist/esm/clusters/power-source.js +6 -2
- package/dist/esm/clusters/power-source.js.map +1 -1
- package/dist/esm/clusters/pressure-measurement.d.ts +18 -9
- package/dist/esm/clusters/pressure-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/pressure-measurement.js +10 -7
- package/dist/esm/clusters/pressure-measurement.js.map +1 -1
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +46 -37
- package/dist/esm/clusters/pump-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/pump-configuration-and-control.js +15 -12
- package/dist/esm/clusters/pump-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/refrigerator-alarm.d.ts +3 -3
- package/dist/esm/clusters/refrigerator-alarm.js +1 -1
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +9 -0
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +3 -0
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
- package/dist/esm/clusters/resource-monitoring.js +1 -1
- package/dist/esm/clusters/resource-monitoring.js.map +1 -1
- package/dist/esm/clusters/rvc-clean-mode.d.ts +16 -3
- package/dist/esm/clusters/rvc-clean-mode.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-clean-mode.js +5 -1
- package/dist/esm/clusters/rvc-clean-mode.js.map +1 -1
- package/dist/esm/clusters/rvc-operational-state.d.ts +78 -49
- package/dist/esm/clusters/rvc-operational-state.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-operational-state.js +19 -11
- package/dist/esm/clusters/rvc-operational-state.js.map +1 -1
- package/dist/esm/clusters/rvc-run-mode.d.ts +9 -0
- package/dist/esm/clusters/rvc-run-mode.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-run-mode.js +3 -0
- package/dist/esm/clusters/rvc-run-mode.js.map +1 -1
- package/dist/esm/clusters/scenes-management.d.ts +14 -45
- package/dist/esm/clusters/scenes-management.d.ts.map +1 -1
- package/dist/esm/clusters/scenes-management.js +8 -30
- package/dist/esm/clusters/scenes-management.js.map +1 -1
- package/dist/esm/clusters/service-area.d.ts +36 -40
- package/dist/esm/clusters/service-area.d.ts.map +1 -1
- package/dist/esm/clusters/service-area.js +10 -12
- package/dist/esm/clusters/service-area.js.map +1 -1
- package/dist/esm/clusters/smoke-co-alarm.d.ts +4 -9
- package/dist/esm/clusters/smoke-co-alarm.d.ts.map +1 -1
- package/dist/esm/clusters/smoke-co-alarm.js.map +1 -1
- package/dist/esm/clusters/software-diagnostics.d.ts +52 -51
- package/dist/esm/clusters/software-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/software-diagnostics.js +17 -17
- package/dist/esm/clusters/software-diagnostics.js.map +1 -1
- package/dist/esm/clusters/switch.d.ts +20 -17
- package/dist/esm/clusters/switch.d.ts.map +1 -1
- package/dist/esm/clusters/switch.js +9 -8
- package/dist/esm/clusters/switch.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +18 -9
- package/dist/esm/clusters/temperature-control.d.ts.map +1 -1
- package/dist/esm/clusters/temperature-control.js +7 -4
- package/dist/esm/clusters/temperature-control.js.map +1 -1
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts.map +1 -1
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +2 -10
- package/dist/esm/clusters/thermostat-user-interface-configuration.js.map +1 -1
- package/dist/esm/clusters/thermostat.d.ts +406 -420
- package/dist/esm/clusters/thermostat.d.ts.map +1 -1
- package/dist/esm/clusters/thermostat.js +89 -101
- package/dist/esm/clusters/thermostat.js.map +1 -1
- package/dist/esm/clusters/thread-border-router-management.d.ts +9 -9
- package/dist/esm/clusters/thread-border-router-management.js +5 -5
- package/dist/esm/clusters/thread-border-router-management.js.map +1 -1
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +479 -504
- package/dist/esm/clusters/thread-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/thread-network-diagnostics.js +171 -181
- package/dist/esm/clusters/thread-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/thread-network-directory.d.ts +3 -3
- package/dist/esm/clusters/thread-network-directory.js +5 -5
- package/dist/esm/clusters/thread-network-directory.js.map +1 -1
- package/dist/esm/clusters/time-synchronization.d.ts +159 -127
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +52 -42
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +51 -13
- package/dist/esm/clusters/unit-localization.d.ts.map +1 -1
- package/dist/esm/clusters/unit-localization.js +23 -5
- package/dist/esm/clusters/unit-localization.js.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +8 -12
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/water-heater-management.d.ts +2 -14
- package/dist/esm/clusters/water-heater-management.d.ts.map +1 -1
- package/dist/esm/clusters/water-heater-management.js +5 -9
- package/dist/esm/clusters/water-heater-management.js.map +1 -1
- package/dist/esm/clusters/water-heater-mode.d.ts +9 -0
- package/dist/esm/clusters/water-heater-mode.d.ts.map +1 -1
- package/dist/esm/clusters/water-heater-mode.js +3 -0
- package/dist/esm/clusters/water-heater-mode.js.map +1 -1
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +57 -72
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -26
- package/dist/esm/clusters/wi-fi-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/wi-fi-network-management.d.ts +39 -1
- package/dist/esm/clusters/wi-fi-network-management.d.ts.map +1 -1
- package/dist/esm/clusters/wi-fi-network-management.js +22 -3
- package/dist/esm/clusters/wi-fi-network-management.js.map +1 -1
- package/dist/esm/clusters/window-covering.d.ts +105 -3
- package/dist/esm/clusters/window-covering.d.ts.map +1 -1
- package/dist/esm/clusters/window-covering.js +35 -1
- package/dist/esm/clusters/window-covering.js.map +1 -1
- package/dist/esm/globals/Currency.d.ts +27 -0
- package/dist/esm/globals/Currency.d.ts.map +1 -0
- package/dist/esm/globals/Currency.js +15 -0
- package/dist/esm/globals/Currency.js.map +6 -0
- package/dist/esm/globals/Locationdesc.d.ts +7 -7
- package/dist/esm/globals/Locationdesc.js +5 -5
- 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 +14 -2
- package/dist/esm/globals/MeasurementType.d.ts.map +1 -1
- package/dist/esm/globals/MeasurementType.js +3 -0
- package/dist/esm/globals/MeasurementType.js.map +1 -1
- package/dist/esm/globals/Namespace.d.ts +13 -3
- package/dist/esm/globals/Namespace.d.ts.map +1 -1
- package/dist/esm/globals/Namespace.js.map +1 -1
- package/dist/esm/globals/Price.d.ts +30 -0
- package/dist/esm/globals/Price.d.ts.map +1 -0
- package/dist/esm/globals/Price.js +13 -0
- package/dist/esm/globals/Price.js.map +6 -0
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +9 -9
- package/dist/esm/globals/Semtag.js +7 -7
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +24 -5
- package/dist/esm/globals/Status.d.ts.map +1 -1
- package/dist/esm/globals/Status.js +3 -0
- package/dist/esm/globals/Status.js.map +1 -1
- package/dist/esm/globals/ThreeLevelAuto.d.ts +33 -0
- package/dist/esm/globals/ThreeLevelAuto.d.ts.map +1 -0
- package/dist/esm/globals/ThreeLevelAuto.js +16 -0
- package/dist/esm/globals/ThreeLevelAuto.js.map +6 -0
- package/dist/esm/globals/WildcardPathFlags.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.js +1 -1
- package/dist/esm/globals/index.d.ts +3 -1
- package/dist/esm/globals/index.d.ts.map +1 -1
- package/dist/esm/globals/index.js +3 -1
- package/dist/esm/globals/index.js.map +1 -1
- package/package.json +5 -5
- package/src/cluster/mutation/{ElementModifier.ts → ClusterTypeModifier.ts} +9 -9
- package/src/cluster/mutation/MutableCluster.ts +14 -14
- package/src/cluster/mutation/index.ts +1 -1
- package/src/clusters/access-control.ts +26 -21
- package/src/clusters/account-login.ts +16 -16
- package/src/clusters/actions.ts +36 -5
- package/src/clusters/administrator-commissioning.ts +9 -8
- package/src/clusters/air-quality.ts +1 -1
- package/src/clusters/alarm-base.ts +2 -2
- package/src/clusters/application-launcher.ts +7 -3
- package/src/clusters/basic-information.ts +23 -18
- package/src/clusters/boolean-state-configuration.ts +3 -3
- package/src/clusters/bridged-device-basic-information.ts +24 -6
- package/src/clusters/channel.ts +4 -0
- package/src/clusters/color-control.ts +53 -69
- package/src/clusters/commissioner-control.ts +9 -5
- package/src/clusters/concentration-measurement.ts +12 -13
- package/src/clusters/content-control.ts +8 -6
- package/src/clusters/content-launcher.ts +2 -2
- package/src/clusters/descriptor.ts +25 -7
- package/src/clusters/device-energy-management-mode.ts +3 -0
- package/src/clusters/device-energy-management.ts +63 -13
- package/src/clusters/dishwasher-alarm.ts +1 -1
- package/src/clusters/dishwasher-mode.ts +3 -0
- package/src/clusters/door-lock.ts +102 -126
- package/src/clusters/ecosystem-information.ts +59 -31
- package/src/clusters/electrical-energy-measurement.ts +110 -17
- package/src/clusters/electrical-power-measurement.ts +116 -28
- package/src/clusters/energy-evse-mode.ts +3 -0
- package/src/clusters/energy-evse.ts +33 -38
- package/src/clusters/energy-preference.ts +3 -3
- package/src/clusters/ethernet-network-diagnostics.ts +21 -25
- package/src/clusters/fan-control.ts +109 -71
- package/src/clusters/flow-measurement.ts +1 -1
- package/src/clusters/general-commissioning.ts +43 -28
- package/src/clusters/general-diagnostics.ts +14 -14
- package/src/clusters/group-key-management.ts +15 -12
- package/src/clusters/groups.ts +1 -8
- package/src/clusters/icd-management.ts +213 -55
- package/src/clusters/identify.ts +13 -2
- package/src/clusters/illuminance-measurement.ts +1 -1
- package/src/clusters/index.ts +1 -5
- package/src/clusters/joint-fabric-administrator.ts +470 -0
- package/src/clusters/joint-fabric-datastore.ts +1433 -223
- package/src/clusters/label.ts +3 -2
- package/src/clusters/laundry-washer-controls.ts +4 -4
- package/src/clusters/laundry-washer-mode.ts +2 -2
- package/src/clusters/level-control.ts +9 -10
- package/src/clusters/media-playback.ts +45 -4
- package/src/clusters/messages.ts +3 -3
- package/src/clusters/microwave-oven-control.ts +4 -4
- package/src/clusters/microwave-oven-mode.ts +3 -0
- package/src/clusters/mode-base.ts +15 -2
- package/src/clusters/mode-select.ts +3 -3
- package/src/clusters/network-commissioning.ts +57 -31
- package/src/clusters/occupancy-sensing.ts +6 -8
- package/src/clusters/on-off.ts +4 -4
- package/src/clusters/operational-credentials.ts +336 -53
- package/src/clusters/operational-state.ts +7 -10
- package/src/clusters/ota-software-update-provider.ts +27 -11
- package/src/clusters/ota-software-update-requestor.ts +6 -5
- package/src/clusters/oven-cavity-operational-state.ts +3 -3
- package/src/clusters/oven-mode.ts +53 -1
- package/src/clusters/power-source.ts +6 -2
- package/src/clusters/pressure-measurement.ts +10 -7
- package/src/clusters/pump-configuration-and-control.ts +16 -13
- package/src/clusters/refrigerator-alarm.ts +1 -1
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +3 -0
- package/src/clusters/resource-monitoring.ts +1 -1
- package/src/clusters/rvc-clean-mode.ts +10 -2
- package/src/clusters/rvc-operational-state.ts +70 -15
- package/src/clusters/rvc-run-mode.ts +3 -0
- package/src/clusters/scenes-management.ts +8 -31
- package/src/clusters/service-area.ts +10 -12
- package/src/clusters/smoke-co-alarm.ts +4 -9
- package/src/clusters/software-diagnostics.ts +17 -17
- package/src/clusters/switch.ts +11 -10
- package/src/clusters/temperature-control.ts +7 -4
- package/src/clusters/thermostat-user-interface-configuration.ts +2 -10
- package/src/clusters/thermostat.ts +138 -155
- package/src/clusters/thread-border-router-management.ts +6 -6
- package/src/clusters/thread-network-diagnostics.ts +171 -181
- package/src/clusters/thread-network-directory.ts +5 -5
- package/src/clusters/time-synchronization.ts +56 -44
- package/src/clusters/unit-localization.ts +24 -5
- package/src/clusters/valve-configuration-and-control.ts +8 -12
- package/src/clusters/water-heater-management.ts +5 -9
- package/src/clusters/water-heater-mode.ts +3 -0
- package/src/clusters/wi-fi-network-diagnostics.ts +23 -29
- package/src/clusters/wi-fi-network-management.ts +22 -3
- package/src/clusters/window-covering.ts +35 -1
- package/src/globals/Currency.ts +32 -0
- package/src/globals/Locationdesc.ts +7 -7
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +17 -2
- package/src/globals/Namespace.ts +13 -3
- package/src/globals/Price.ts +30 -0
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +9 -9
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +27 -5
- package/src/globals/ThreeLevelAuto.ts +37 -0
- package/src/globals/WildcardPathFlags.ts +2 -2
- package/src/globals/index.ts +3 -1
- package/dist/cjs/cluster/mutation/ElementModifier.d.ts.map +0 -1
- package/dist/cjs/clusters/ballast-configuration.d.ts +0 -243
- package/dist/cjs/clusters/ballast-configuration.d.ts.map +0 -1
- package/dist/cjs/clusters/ballast-configuration.js +0 -253
- package/dist/cjs/clusters/ballast-configuration.js.map +0 -6
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +0 -172
- package/dist/cjs/clusters/joint-fabric-pki.d.ts.map +0 -1
- package/dist/cjs/clusters/joint-fabric-pki.js +0 -120
- package/dist/cjs/clusters/joint-fabric-pki.js.map +0 -6
- package/dist/cjs/clusters/proxy-configuration.d.ts +0 -79
- package/dist/cjs/clusters/proxy-configuration.d.ts.map +0 -1
- package/dist/cjs/clusters/proxy-configuration.js +0 -73
- package/dist/cjs/clusters/proxy-configuration.js.map +0 -6
- package/dist/cjs/clusters/proxy-discovery.d.ts +0 -98
- package/dist/cjs/clusters/proxy-discovery.d.ts.map +0 -1
- package/dist/cjs/clusters/proxy-discovery.js +0 -79
- package/dist/cjs/clusters/proxy-discovery.js.map +0 -6
- package/dist/cjs/clusters/valid-proxies.d.ts +0 -84
- package/dist/cjs/clusters/valid-proxies.d.ts.map +0 -1
- package/dist/cjs/clusters/valid-proxies.js +0 -68
- package/dist/cjs/clusters/valid-proxies.js.map +0 -6
- package/dist/cjs/globals/Tod.d.ts +0 -41
- package/dist/cjs/globals/Tod.d.ts.map +0 -1
- package/dist/cjs/globals/Tod.js.map +0 -6
- package/dist/esm/cluster/mutation/ElementModifier.d.ts.map +0 -1
- package/dist/esm/clusters/ballast-configuration.d.ts +0 -243
- package/dist/esm/clusters/ballast-configuration.d.ts.map +0 -1
- package/dist/esm/clusters/ballast-configuration.js +0 -233
- package/dist/esm/clusters/ballast-configuration.js.map +0 -6
- package/dist/esm/clusters/joint-fabric-pki.d.ts +0 -172
- package/dist/esm/clusters/joint-fabric-pki.d.ts.map +0 -1
- package/dist/esm/clusters/joint-fabric-pki.js +0 -100
- package/dist/esm/clusters/joint-fabric-pki.js.map +0 -6
- package/dist/esm/clusters/proxy-configuration.d.ts +0 -79
- package/dist/esm/clusters/proxy-configuration.d.ts.map +0 -1
- package/dist/esm/clusters/proxy-configuration.js +0 -53
- package/dist/esm/clusters/proxy-configuration.js.map +0 -6
- package/dist/esm/clusters/proxy-discovery.d.ts +0 -98
- package/dist/esm/clusters/proxy-discovery.d.ts.map +0 -1
- package/dist/esm/clusters/proxy-discovery.js +0 -59
- package/dist/esm/clusters/proxy-discovery.js.map +0 -6
- package/dist/esm/clusters/valid-proxies.d.ts +0 -84
- package/dist/esm/clusters/valid-proxies.d.ts.map +0 -1
- package/dist/esm/clusters/valid-proxies.js +0 -48
- package/dist/esm/clusters/valid-proxies.js.map +0 -6
- package/dist/esm/globals/Tod.d.ts +0 -41
- package/dist/esm/globals/Tod.d.ts.map +0 -1
- package/dist/esm/globals/Tod.js +0 -29
- package/dist/esm/globals/Tod.js.map +0 -6
- package/src/clusters/ballast-configuration.ts +0 -268
- package/src/clusters/joint-fabric-pki.ts +0 -200
- package/src/clusters/proxy-configuration.ts +0 -77
- package/src/clusters/proxy-discovery.ts +0 -90
- package/src/clusters/valid-proxies.ts +0 -90
- package/src/globals/Tod.ts +0 -49
|
@@ -65,7 +65,10 @@ export declare namespace Thermostat {
|
|
|
65
65
|
/**
|
|
66
66
|
* MatterScheduleConfiguration (MSCH)
|
|
67
67
|
*
|
|
68
|
-
*
|
|
68
|
+
* This feature indicates that the thermostat is capable of schedules. If this feature is supported, the
|
|
69
|
+
* thermostat shall support a mechanism to do time synchronization.
|
|
70
|
+
*
|
|
71
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.4.2
|
|
69
72
|
*/
|
|
70
73
|
MatterScheduleConfiguration = "MatterScheduleConfiguration",
|
|
71
74
|
/**
|
|
@@ -76,7 +79,7 @@ export declare namespace Thermostat {
|
|
|
76
79
|
Presets = "Presets"
|
|
77
80
|
}
|
|
78
81
|
/**
|
|
79
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
82
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6
|
|
80
83
|
*/
|
|
81
84
|
const Occupancy: {
|
|
82
85
|
/**
|
|
@@ -85,12 +88,12 @@ export declare namespace Thermostat {
|
|
|
85
88
|
* If this bit is set, it shall indicate the occupied state else if the bit if not set, it shall indicate the
|
|
86
89
|
* unoccupied state.
|
|
87
90
|
*
|
|
88
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
91
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.1
|
|
89
92
|
*/
|
|
90
93
|
occupied: BitFlag;
|
|
91
94
|
};
|
|
92
95
|
/**
|
|
93
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
96
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.25
|
|
94
97
|
*/
|
|
95
98
|
enum ThermostatRunningMode {
|
|
96
99
|
/**
|
|
@@ -107,7 +110,7 @@ export declare namespace Thermostat {
|
|
|
107
110
|
Heat = 4
|
|
108
111
|
}
|
|
109
112
|
/**
|
|
110
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
113
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.23
|
|
111
114
|
*/
|
|
112
115
|
enum StartOfWeek {
|
|
113
116
|
Sunday = 0,
|
|
@@ -119,7 +122,7 @@ export declare namespace Thermostat {
|
|
|
119
122
|
Saturday = 6
|
|
120
123
|
}
|
|
121
124
|
/**
|
|
122
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
125
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12
|
|
123
126
|
*/
|
|
124
127
|
const ScheduleDayOfWeek: {
|
|
125
128
|
/**
|
|
@@ -156,7 +159,7 @@ export declare namespace Thermostat {
|
|
|
156
159
|
away: BitFlag;
|
|
157
160
|
};
|
|
158
161
|
/**
|
|
159
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
162
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.13
|
|
160
163
|
*/
|
|
161
164
|
const ScheduleMode: {
|
|
162
165
|
/**
|
|
@@ -171,7 +174,7 @@ export declare namespace Thermostat {
|
|
|
171
174
|
/**
|
|
172
175
|
* This represents a single transition in a Thermostat schedule
|
|
173
176
|
*
|
|
174
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
177
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29
|
|
175
178
|
*/
|
|
176
179
|
const TlvWeeklyScheduleTransition: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
177
180
|
/**
|
|
@@ -179,26 +182,26 @@ export declare namespace Thermostat {
|
|
|
179
182
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
180
183
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
181
184
|
*
|
|
182
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
185
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
|
|
183
186
|
*/
|
|
184
187
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
185
188
|
/**
|
|
186
189
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
187
190
|
*
|
|
188
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
191
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
|
|
189
192
|
*/
|
|
190
193
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
191
194
|
/**
|
|
192
195
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
193
196
|
*
|
|
194
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
197
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
|
|
195
198
|
*/
|
|
196
199
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
197
200
|
}>;
|
|
198
201
|
/**
|
|
199
202
|
* This represents a single transition in a Thermostat schedule
|
|
200
203
|
*
|
|
201
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
204
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29
|
|
202
205
|
*/
|
|
203
206
|
interface WeeklyScheduleTransition extends TypeFromSchema<typeof TlvWeeklyScheduleTransition> {
|
|
204
207
|
}
|
|
@@ -305,19 +308,19 @@ export declare namespace Thermostat {
|
|
|
305
308
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
306
309
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
307
310
|
*
|
|
308
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
311
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
|
|
309
312
|
*/
|
|
310
313
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
311
314
|
/**
|
|
312
315
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
313
316
|
*
|
|
314
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
317
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
|
|
315
318
|
*/
|
|
316
319
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
317
320
|
/**
|
|
318
321
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
319
322
|
*
|
|
320
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
323
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
|
|
321
324
|
*/
|
|
322
325
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
323
326
|
}>[]>;
|
|
@@ -456,19 +459,19 @@ export declare namespace Thermostat {
|
|
|
456
459
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
457
460
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
458
461
|
*
|
|
459
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
462
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
|
|
460
463
|
*/
|
|
461
464
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
462
465
|
/**
|
|
463
466
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
464
467
|
*
|
|
465
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
468
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
|
|
466
469
|
*/
|
|
467
470
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
468
471
|
/**
|
|
469
472
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
470
473
|
*
|
|
471
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
474
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
|
|
472
475
|
*/
|
|
473
476
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
474
477
|
}>[]>;
|
|
@@ -481,7 +484,7 @@ export declare namespace Thermostat {
|
|
|
481
484
|
interface GetWeeklyScheduleResponse extends TypeFromSchema<typeof TlvGetWeeklyScheduleResponse> {
|
|
482
485
|
}
|
|
483
486
|
/**
|
|
484
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
487
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.21
|
|
485
488
|
*/
|
|
486
489
|
enum PresetScenario {
|
|
487
490
|
/**
|
|
@@ -490,7 +493,7 @@ export declare namespace Thermostat {
|
|
|
490
493
|
* This value shall indicate the preset for periods when the thermostat’s temperature-controlled area is
|
|
491
494
|
* occupied. It is intended for thermostats that can automatically determine occupancy.
|
|
492
495
|
*
|
|
493
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
496
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.21.2
|
|
494
497
|
*/
|
|
495
498
|
Occupied = 1,
|
|
496
499
|
/**
|
|
@@ -499,7 +502,7 @@ export declare namespace Thermostat {
|
|
|
499
502
|
* This value shall indicate the preset for periods when the thermostat’s temperature-controlled area is
|
|
500
503
|
* unoccupied. It is intended for thermostats that can automatically determine occupancy.
|
|
501
504
|
*
|
|
502
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
505
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.21.3
|
|
503
506
|
*/
|
|
504
507
|
Unoccupied = 2,
|
|
505
508
|
/**
|
|
@@ -507,7 +510,7 @@ export declare namespace Thermostat {
|
|
|
507
510
|
*
|
|
508
511
|
* This value shall indicate the preset for periods when users are likely to be asleep.
|
|
509
512
|
*
|
|
510
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
513
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.21.4
|
|
511
514
|
*/
|
|
512
515
|
Sleep = 3,
|
|
513
516
|
/**
|
|
@@ -515,7 +518,7 @@ export declare namespace Thermostat {
|
|
|
515
518
|
*
|
|
516
519
|
* This value shall indicate the preset for periods when users are likely to be waking up.
|
|
517
520
|
*
|
|
518
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
521
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.21.5
|
|
519
522
|
*/
|
|
520
523
|
Wake = 4,
|
|
521
524
|
/**
|
|
@@ -524,7 +527,7 @@ export declare namespace Thermostat {
|
|
|
524
527
|
* This value shall indicate the preset for periods when users are on vacation, or otherwise out-of-home for
|
|
525
528
|
* extended periods of time.
|
|
526
529
|
*
|
|
527
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
530
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.21.6
|
|
528
531
|
*/
|
|
529
532
|
Vacation = 5,
|
|
530
533
|
/**
|
|
@@ -532,7 +535,7 @@ export declare namespace Thermostat {
|
|
|
532
535
|
*
|
|
533
536
|
* This value shall indicate the preset for periods when users are likely to be going to sleep.
|
|
534
537
|
*
|
|
535
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
538
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.21.7
|
|
536
539
|
*/
|
|
537
540
|
GoingToSleep = 6,
|
|
538
541
|
/**
|
|
@@ -540,12 +543,12 @@ export declare namespace Thermostat {
|
|
|
540
543
|
*
|
|
541
544
|
* This value shall indicate a free-form preset; when set, the Name field on PresetStruct shall NOT be null.
|
|
542
545
|
*
|
|
543
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
546
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.21.8
|
|
544
547
|
*/
|
|
545
548
|
UserDefined = 254
|
|
546
549
|
}
|
|
547
550
|
/**
|
|
548
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
551
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.7
|
|
549
552
|
*/
|
|
550
553
|
const PresetTypeFeatures: {
|
|
551
554
|
/**
|
|
@@ -558,25 +561,25 @@ export declare namespace Thermostat {
|
|
|
558
561
|
supportsNames: BitFlag;
|
|
559
562
|
};
|
|
560
563
|
/**
|
|
561
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
564
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28
|
|
562
565
|
*/
|
|
563
566
|
const TlvPresetType: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
564
567
|
/**
|
|
565
568
|
* This field shall specify a PresetScenarioEnum value supported by this thermostat.
|
|
566
569
|
*
|
|
567
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
570
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.1
|
|
568
571
|
*/
|
|
569
572
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
570
573
|
/**
|
|
571
574
|
* This field shall specify a limit for the number of presets for this PresetScenarioEnum.
|
|
572
575
|
*
|
|
573
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
576
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.2
|
|
574
577
|
*/
|
|
575
578
|
numberOfPresets: import("../tlv/TlvObject.js").FieldType<number>;
|
|
576
579
|
/**
|
|
577
580
|
* This field shall specify a bitmap of features for this PresetTypeStruct.
|
|
578
581
|
*
|
|
579
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
582
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.3
|
|
580
583
|
*/
|
|
581
584
|
presetTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
582
585
|
/**
|
|
@@ -590,12 +593,12 @@ export declare namespace Thermostat {
|
|
|
590
593
|
}>>;
|
|
591
594
|
}>;
|
|
592
595
|
/**
|
|
593
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
596
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28
|
|
594
597
|
*/
|
|
595
598
|
interface PresetType extends TypeFromSchema<typeof TlvPresetType> {
|
|
596
599
|
}
|
|
597
600
|
/**
|
|
598
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
601
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27
|
|
599
602
|
*/
|
|
600
603
|
const TlvPreset: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
601
604
|
/**
|
|
@@ -605,13 +608,13 @@ export declare namespace Thermostat {
|
|
|
605
608
|
* This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for the
|
|
606
609
|
* purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
|
|
607
610
|
*
|
|
608
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
611
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.1
|
|
609
612
|
*/
|
|
610
613
|
presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
611
614
|
/**
|
|
612
615
|
* This field shall indicate the associated PresetScenarioEnum value for this preset.
|
|
613
616
|
*
|
|
614
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
617
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.2
|
|
615
618
|
*/
|
|
616
619
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
617
620
|
/**
|
|
@@ -620,33 +623,33 @@ export declare namespace Thermostat {
|
|
|
620
623
|
* Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
|
|
621
624
|
* with the same value, including null as a value, in the Name field.
|
|
622
625
|
*
|
|
623
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
626
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.3
|
|
624
627
|
*/
|
|
625
628
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
626
629
|
/**
|
|
627
630
|
* This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
|
|
628
631
|
* constraints.
|
|
629
632
|
*
|
|
630
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
633
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.4
|
|
631
634
|
*/
|
|
632
635
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
633
636
|
/**
|
|
634
637
|
* This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
|
|
635
638
|
* constraints.
|
|
636
639
|
*
|
|
637
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
640
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.5
|
|
638
641
|
*/
|
|
639
642
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
640
643
|
/**
|
|
641
644
|
* This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but it
|
|
642
645
|
* cannot be deleted.
|
|
643
646
|
*
|
|
644
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
647
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.6
|
|
645
648
|
*/
|
|
646
649
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
647
650
|
}>;
|
|
648
651
|
/**
|
|
649
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
652
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27
|
|
650
653
|
*/
|
|
651
654
|
interface Preset extends TypeFromSchema<typeof TlvPreset> {
|
|
652
655
|
}
|
|
@@ -674,7 +677,7 @@ export declare namespace Thermostat {
|
|
|
674
677
|
/**
|
|
675
678
|
* Table 9. Interpretation of Heat, Cool and Auto SystemModeEnum Values
|
|
676
679
|
*
|
|
677
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
680
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.24
|
|
678
681
|
*/
|
|
679
682
|
enum SystemMode {
|
|
680
683
|
/**
|
|
@@ -706,7 +709,7 @@ export declare namespace Thermostat {
|
|
|
706
709
|
Sleep = 9
|
|
707
710
|
}
|
|
708
711
|
/**
|
|
709
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
712
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11
|
|
710
713
|
*/
|
|
711
714
|
const ScheduleTypeFeatures: {
|
|
712
715
|
/**
|
|
@@ -716,7 +719,7 @@ export declare namespace Thermostat {
|
|
|
716
719
|
* field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
|
|
717
720
|
* contained in its Transitions field.
|
|
718
721
|
*
|
|
719
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
722
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.1
|
|
720
723
|
*/
|
|
721
724
|
supportsPresets: BitFlag;
|
|
722
725
|
/**
|
|
@@ -726,7 +729,7 @@ export declare namespace Thermostat {
|
|
|
726
729
|
* field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
|
|
727
730
|
* contained in its Transitions field.
|
|
728
731
|
*
|
|
729
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
732
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.2
|
|
730
733
|
*/
|
|
731
734
|
supportsSetpoints: BitFlag;
|
|
732
735
|
/**
|
|
@@ -735,7 +738,7 @@ export declare namespace Thermostat {
|
|
|
735
738
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
736
739
|
* field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
|
|
737
740
|
*
|
|
738
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
741
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.3
|
|
739
742
|
*/
|
|
740
743
|
supportsNames: BitFlag;
|
|
741
744
|
/**
|
|
@@ -744,32 +747,32 @@ export declare namespace Thermostat {
|
|
|
744
747
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
745
748
|
* field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
|
|
746
749
|
*
|
|
747
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
750
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.4
|
|
748
751
|
*/
|
|
749
752
|
supportsOff: BitFlag;
|
|
750
753
|
};
|
|
751
754
|
/**
|
|
752
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
755
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32
|
|
753
756
|
*/
|
|
754
757
|
const TlvScheduleType: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
755
758
|
/**
|
|
756
759
|
* This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
|
|
757
760
|
* for this field shall be Auto, Heat, and Cool.
|
|
758
761
|
*
|
|
759
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
762
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.1
|
|
760
763
|
*/
|
|
761
764
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
762
765
|
/**
|
|
763
766
|
* This field shall specify a limit for the number of Schedules for this SystemMode.
|
|
764
767
|
*
|
|
765
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
768
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.2
|
|
766
769
|
*/
|
|
767
770
|
numberOfSchedules: import("../tlv/TlvObject.js").FieldType<number>;
|
|
768
771
|
/**
|
|
769
772
|
* This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
|
|
770
773
|
* SupportsSetpoints shall be set.
|
|
771
774
|
*
|
|
772
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
775
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.3
|
|
773
776
|
*/
|
|
774
777
|
scheduleTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
775
778
|
/**
|
|
@@ -779,7 +782,7 @@ export declare namespace Thermostat {
|
|
|
779
782
|
* field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
|
|
780
783
|
* contained in its Transitions field.
|
|
781
784
|
*
|
|
782
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
785
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.1
|
|
783
786
|
*/
|
|
784
787
|
supportsPresets: BitFlag;
|
|
785
788
|
/**
|
|
@@ -789,7 +792,7 @@ export declare namespace Thermostat {
|
|
|
789
792
|
* field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
|
|
790
793
|
* contained in its Transitions field.
|
|
791
794
|
*
|
|
792
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
795
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.2
|
|
793
796
|
*/
|
|
794
797
|
supportsSetpoints: BitFlag;
|
|
795
798
|
/**
|
|
@@ -798,7 +801,7 @@ export declare namespace Thermostat {
|
|
|
798
801
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
799
802
|
* field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
|
|
800
803
|
*
|
|
801
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
804
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.3
|
|
802
805
|
*/
|
|
803
806
|
supportsNames: BitFlag;
|
|
804
807
|
/**
|
|
@@ -807,13 +810,13 @@ export declare namespace Thermostat {
|
|
|
807
810
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
808
811
|
* field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
|
|
809
812
|
*
|
|
810
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
813
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.4
|
|
811
814
|
*/
|
|
812
815
|
supportsOff: BitFlag;
|
|
813
816
|
}>>;
|
|
814
817
|
}>;
|
|
815
818
|
/**
|
|
816
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
819
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32
|
|
817
820
|
*/
|
|
818
821
|
interface ScheduleType extends TypeFromSchema<typeof TlvScheduleType> {
|
|
819
822
|
}
|
|
@@ -862,9 +865,8 @@ export declare namespace Thermostat {
|
|
|
862
865
|
* • The PresetHandle field on the encompassing ScheduleStruct is not provided
|
|
863
866
|
*
|
|
864
867
|
* • The SystemMode field is provided and has the value Heat or Auto, or the SystemMode field on the parent
|
|
865
|
-
* ScheduleStruct has the value Heat or Auto
|
|
866
|
-
*
|
|
867
|
-
* The ScheduleTransitionStruct shall be invalid if all the following are true:
|
|
868
|
+
* ScheduleStruct has the value Heat or Auto The ScheduleTransitionStruct shall be invalid if all the following
|
|
869
|
+
* are true:
|
|
868
870
|
*
|
|
869
871
|
* • The CoolingSetpoint field is not provided
|
|
870
872
|
*
|
|
@@ -875,14 +877,14 @@ export declare namespace Thermostat {
|
|
|
875
877
|
* • The SystemMode field is provided and has the value Cool or Auto, or the SystemMode field on the parent
|
|
876
878
|
* ScheduleStruct has the value Cool or Auto
|
|
877
879
|
*
|
|
878
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
880
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31
|
|
879
881
|
*/
|
|
880
882
|
const TlvScheduleTransition: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
881
883
|
/**
|
|
882
884
|
* This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
|
|
883
885
|
* NOT be set; vacation schedules shall be set via the vacation preset.
|
|
884
886
|
*
|
|
885
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
887
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.1
|
|
886
888
|
*/
|
|
887
889
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
888
890
|
/**
|
|
@@ -924,14 +926,14 @@ export declare namespace Thermostat {
|
|
|
924
926
|
*
|
|
925
927
|
* Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
|
|
926
928
|
*
|
|
927
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
929
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.2
|
|
928
930
|
*/
|
|
929
931
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
930
932
|
/**
|
|
931
933
|
* This field shall specify the preset used at the TransitionTime. If this field is provided, then the
|
|
932
934
|
* SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
|
|
933
935
|
*
|
|
934
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
936
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.3
|
|
935
937
|
*/
|
|
936
938
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
937
939
|
/**
|
|
@@ -939,21 +941,21 @@ export declare namespace Thermostat {
|
|
|
939
941
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
940
942
|
* shall only be included when the required system mode differs from the schedule’s default SystemMode.
|
|
941
943
|
*
|
|
942
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
944
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.4
|
|
943
945
|
*/
|
|
944
946
|
systemMode: import("../tlv/TlvObject.js").OptionalFieldType<SystemMode>;
|
|
945
947
|
/**
|
|
946
948
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
947
949
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
948
950
|
*
|
|
949
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
951
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.5
|
|
950
952
|
*/
|
|
951
953
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
952
954
|
/**
|
|
953
955
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
954
956
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
955
957
|
*
|
|
956
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
958
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.6
|
|
957
959
|
*/
|
|
958
960
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
959
961
|
}>;
|
|
@@ -1002,9 +1004,8 @@ export declare namespace Thermostat {
|
|
|
1002
1004
|
* • The PresetHandle field on the encompassing ScheduleStruct is not provided
|
|
1003
1005
|
*
|
|
1004
1006
|
* • The SystemMode field is provided and has the value Heat or Auto, or the SystemMode field on the parent
|
|
1005
|
-
* ScheduleStruct has the value Heat or Auto
|
|
1006
|
-
*
|
|
1007
|
-
* The ScheduleTransitionStruct shall be invalid if all the following are true:
|
|
1007
|
+
* ScheduleStruct has the value Heat or Auto The ScheduleTransitionStruct shall be invalid if all the following
|
|
1008
|
+
* are true:
|
|
1008
1009
|
*
|
|
1009
1010
|
* • The CoolingSetpoint field is not provided
|
|
1010
1011
|
*
|
|
@@ -1015,12 +1016,12 @@ export declare namespace Thermostat {
|
|
|
1015
1016
|
* • The SystemMode field is provided and has the value Cool or Auto, or the SystemMode field on the parent
|
|
1016
1017
|
* ScheduleStruct has the value Cool or Auto
|
|
1017
1018
|
*
|
|
1018
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1019
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31
|
|
1019
1020
|
*/
|
|
1020
1021
|
interface ScheduleTransition extends TypeFromSchema<typeof TlvScheduleTransition> {
|
|
1021
1022
|
}
|
|
1022
1023
|
/**
|
|
1023
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1024
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30
|
|
1024
1025
|
*/
|
|
1025
1026
|
const TlvSchedule: import("../tlv/TlvObject.js").ObjectSchema<{
|
|
1026
1027
|
/**
|
|
@@ -1030,26 +1031,26 @@ export declare namespace Thermostat {
|
|
|
1030
1031
|
* This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute for
|
|
1031
1032
|
* the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
|
|
1032
1033
|
*
|
|
1033
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1034
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.1
|
|
1034
1035
|
*/
|
|
1035
1036
|
scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
1036
1037
|
/**
|
|
1037
1038
|
* This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
|
|
1038
1039
|
* values for this field shall be Auto, Heat, and Cool.
|
|
1039
1040
|
*
|
|
1040
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1041
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.2
|
|
1041
1042
|
*/
|
|
1042
1043
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
1043
1044
|
/**
|
|
1044
1045
|
* This field shall specify a name for the ScheduleStruct.
|
|
1045
1046
|
*
|
|
1046
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1047
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.3
|
|
1047
1048
|
*/
|
|
1048
1049
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
1049
1050
|
/**
|
|
1050
1051
|
* This field shall indicate the default PresetHandle value for transitions in this schedule.
|
|
1051
1052
|
*
|
|
1052
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1053
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.4
|
|
1053
1054
|
*/
|
|
1054
1055
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
1055
1056
|
/**
|
|
@@ -1080,14 +1081,14 @@ export declare namespace Thermostat {
|
|
|
1080
1081
|
* ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
|
|
1081
1082
|
* whose DayOfWeek field matches the current day of the week.
|
|
1082
1083
|
*
|
|
1083
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1084
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.5
|
|
1084
1085
|
*/
|
|
1085
1086
|
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
1086
1087
|
/**
|
|
1087
1088
|
* This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
|
|
1088
1089
|
* NOT be set; vacation schedules shall be set via the vacation preset.
|
|
1089
1090
|
*
|
|
1090
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1091
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.1
|
|
1091
1092
|
*/
|
|
1092
1093
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
1093
1094
|
/**
|
|
@@ -1129,14 +1130,14 @@ export declare namespace Thermostat {
|
|
|
1129
1130
|
*
|
|
1130
1131
|
* Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
|
|
1131
1132
|
*
|
|
1132
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1133
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.2
|
|
1133
1134
|
*/
|
|
1134
1135
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
1135
1136
|
/**
|
|
1136
1137
|
* This field shall specify the preset used at the TransitionTime. If this field is provided, then the
|
|
1137
1138
|
* SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
|
|
1138
1139
|
*
|
|
1139
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1140
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.3
|
|
1140
1141
|
*/
|
|
1141
1142
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
1142
1143
|
/**
|
|
@@ -1144,21 +1145,21 @@ export declare namespace Thermostat {
|
|
|
1144
1145
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
1145
1146
|
* shall only be included when the required system mode differs from the schedule’s default SystemMode.
|
|
1146
1147
|
*
|
|
1147
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1148
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.4
|
|
1148
1149
|
*/
|
|
1149
1150
|
systemMode: import("../tlv/TlvObject.js").OptionalFieldType<SystemMode>;
|
|
1150
1151
|
/**
|
|
1151
1152
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
1152
1153
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
1153
1154
|
*
|
|
1154
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1155
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.5
|
|
1155
1156
|
*/
|
|
1156
1157
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1157
1158
|
/**
|
|
1158
1159
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
1159
1160
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
1160
1161
|
*
|
|
1161
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1162
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.6
|
|
1162
1163
|
*/
|
|
1163
1164
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
1164
1165
|
}>[]>;
|
|
@@ -1166,12 +1167,12 @@ export declare namespace Thermostat {
|
|
|
1166
1167
|
* This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
|
|
1167
1168
|
* it cannot be deleted.
|
|
1168
1169
|
*
|
|
1169
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1170
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.6
|
|
1170
1171
|
*/
|
|
1171
1172
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
1172
1173
|
}>;
|
|
1173
1174
|
/**
|
|
1174
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1175
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30
|
|
1175
1176
|
*/
|
|
1176
1177
|
interface Schedule extends TypeFromSchema<typeof TlvSchedule> {
|
|
1177
1178
|
}
|
|
@@ -1196,7 +1197,7 @@ export declare namespace Thermostat {
|
|
|
1196
1197
|
interface SetActiveScheduleRequest extends TypeFromSchema<typeof TlvSetActiveScheduleRequest> {
|
|
1197
1198
|
}
|
|
1198
1199
|
/**
|
|
1199
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1200
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5
|
|
1200
1201
|
*/
|
|
1201
1202
|
const HvacSystemType: {
|
|
1202
1203
|
/**
|
|
@@ -1212,7 +1213,7 @@ export declare namespace Thermostat {
|
|
|
1212
1213
|
*
|
|
1213
1214
|
* • 11 = Reserved
|
|
1214
1215
|
*
|
|
1215
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1216
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.1
|
|
1216
1217
|
*/
|
|
1217
1218
|
coolingStage: BitField;
|
|
1218
1219
|
/**
|
|
@@ -1228,7 +1229,7 @@ export declare namespace Thermostat {
|
|
|
1228
1229
|
*
|
|
1229
1230
|
* • 11 = Reserved
|
|
1230
1231
|
*
|
|
1231
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1232
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.2
|
|
1232
1233
|
*/
|
|
1233
1234
|
heatingStage: BitField;
|
|
1234
1235
|
/**
|
|
@@ -1240,7 +1241,7 @@ export declare namespace Thermostat {
|
|
|
1240
1241
|
*
|
|
1241
1242
|
* • 1 = Heat Pump
|
|
1242
1243
|
*
|
|
1243
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1244
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.3
|
|
1244
1245
|
*/
|
|
1245
1246
|
heatingIsHeatPump: BitFlag;
|
|
1246
1247
|
/**
|
|
@@ -1252,12 +1253,12 @@ export declare namespace Thermostat {
|
|
|
1252
1253
|
*
|
|
1253
1254
|
* • 1 = Uses fuel
|
|
1254
1255
|
*
|
|
1255
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1256
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.4
|
|
1256
1257
|
*/
|
|
1257
1258
|
heatingUsesFuel: BitFlag;
|
|
1258
1259
|
};
|
|
1259
1260
|
/**
|
|
1260
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1261
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.10
|
|
1261
1262
|
*/
|
|
1262
1263
|
const RemoteSensing: {
|
|
1263
1264
|
/**
|
|
@@ -1266,10 +1267,6 @@ export declare namespace Thermostat {
|
|
|
1266
1267
|
localTemperature: BitFlag;
|
|
1267
1268
|
/**
|
|
1268
1269
|
* OutdoorTemperature is derived from a remote node
|
|
1269
|
-
*
|
|
1270
|
-
* This bit shall be supported if the OutdoorTemperature attribute is supported.
|
|
1271
|
-
*
|
|
1272
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.1
|
|
1273
1270
|
*/
|
|
1274
1271
|
outdoorTemperature: BitFlag;
|
|
1275
1272
|
/**
|
|
@@ -1288,7 +1285,7 @@ export declare namespace Thermostat {
|
|
|
1288
1285
|
* Systems which support cooling or heating, requiring external intervention to change modes or where the whole
|
|
1289
1286
|
* building must be in the same mode, SHOULD report CoolingOnly or HeatingOnly based on the current capability.
|
|
1290
1287
|
*
|
|
1291
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1288
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.20
|
|
1292
1289
|
*/
|
|
1293
1290
|
enum ControlSequenceOfOperation {
|
|
1294
1291
|
/**
|
|
@@ -1317,7 +1314,7 @@ export declare namespace Thermostat {
|
|
|
1317
1314
|
CoolingAndHeatingWithReheat = 5
|
|
1318
1315
|
}
|
|
1319
1316
|
/**
|
|
1320
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1317
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.26
|
|
1321
1318
|
*/
|
|
1322
1319
|
enum TemperatureSetpointHold {
|
|
1323
1320
|
/**
|
|
@@ -1330,7 +1327,7 @@ export declare namespace Thermostat {
|
|
|
1330
1327
|
SetpointHoldOn = 1
|
|
1331
1328
|
}
|
|
1332
1329
|
/**
|
|
1333
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1330
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.8
|
|
1334
1331
|
*/
|
|
1335
1332
|
const ProgrammingOperationMode: {
|
|
1336
1333
|
/**
|
|
@@ -1347,7 +1344,7 @@ export declare namespace Thermostat {
|
|
|
1347
1344
|
economy: BitFlag;
|
|
1348
1345
|
};
|
|
1349
1346
|
/**
|
|
1350
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1347
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.9
|
|
1351
1348
|
*/
|
|
1352
1349
|
const RelayState: {
|
|
1353
1350
|
/**
|
|
@@ -1380,7 +1377,7 @@ export declare namespace Thermostat {
|
|
|
1380
1377
|
fanStage3: BitFlag;
|
|
1381
1378
|
};
|
|
1382
1379
|
/**
|
|
1383
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1380
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.22
|
|
1384
1381
|
*/
|
|
1385
1382
|
enum SetpointChangeSource {
|
|
1386
1383
|
/**
|
|
@@ -1397,7 +1394,7 @@ export declare namespace Thermostat {
|
|
|
1397
1394
|
External = 2
|
|
1398
1395
|
}
|
|
1399
1396
|
/**
|
|
1400
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1397
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.18
|
|
1401
1398
|
*/
|
|
1402
1399
|
enum AcType {
|
|
1403
1400
|
/**
|
|
@@ -1422,7 +1419,7 @@ export declare namespace Thermostat {
|
|
|
1422
1419
|
HeatPumpInverter = 4
|
|
1423
1420
|
}
|
|
1424
1421
|
/**
|
|
1425
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1422
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.17
|
|
1426
1423
|
*/
|
|
1427
1424
|
enum AcRefrigerantType {
|
|
1428
1425
|
/**
|
|
@@ -1443,7 +1440,7 @@ export declare namespace Thermostat {
|
|
|
1443
1440
|
R407C = 3
|
|
1444
1441
|
}
|
|
1445
1442
|
/**
|
|
1446
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1443
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.15
|
|
1447
1444
|
*/
|
|
1448
1445
|
enum AcCompressorType {
|
|
1449
1446
|
/**
|
|
@@ -1489,7 +1486,7 @@ export declare namespace Thermostat {
|
|
|
1489
1486
|
fanFail: BitFlag;
|
|
1490
1487
|
};
|
|
1491
1488
|
/**
|
|
1492
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1489
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.16
|
|
1493
1490
|
*/
|
|
1494
1491
|
enum AcLouverPosition {
|
|
1495
1492
|
/**
|
|
@@ -1514,7 +1511,7 @@ export declare namespace Thermostat {
|
|
|
1514
1511
|
ThreeQuarters = 5
|
|
1515
1512
|
}
|
|
1516
1513
|
/**
|
|
1517
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1514
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.14
|
|
1518
1515
|
*/
|
|
1519
1516
|
enum AcCapacityFormat {
|
|
1520
1517
|
/**
|
|
@@ -1523,7 +1520,7 @@ export declare namespace Thermostat {
|
|
|
1523
1520
|
BtUh = 0
|
|
1524
1521
|
}
|
|
1525
1522
|
/**
|
|
1526
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1523
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.19
|
|
1527
1524
|
*/
|
|
1528
1525
|
enum SetpointRaiseLowerMode {
|
|
1529
1526
|
/**
|
|
@@ -1566,23 +1563,6 @@ export declare namespace Thermostat {
|
|
|
1566
1563
|
*/
|
|
1567
1564
|
interface SetpointRaiseLowerRequest extends TypeFromSchema<typeof TlvSetpointRaiseLowerRequest> {
|
|
1568
1565
|
}
|
|
1569
|
-
/**
|
|
1570
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5
|
|
1571
|
-
*/
|
|
1572
|
-
const AlarmCode: {
|
|
1573
|
-
/**
|
|
1574
|
-
* Initialization failure. The device failed to complete initialization at power-up.
|
|
1575
|
-
*/
|
|
1576
|
-
initialization: BitFlag;
|
|
1577
|
-
/**
|
|
1578
|
-
* Hardware failure
|
|
1579
|
-
*/
|
|
1580
|
-
hardware: BitFlag;
|
|
1581
|
-
/**
|
|
1582
|
-
* Self-calibration failure
|
|
1583
|
-
*/
|
|
1584
|
-
selfCalibration: BitFlag;
|
|
1585
|
-
};
|
|
1586
1566
|
/**
|
|
1587
1567
|
* A ThermostatCluster supports these elements if it supports feature Occupancy.
|
|
1588
1568
|
*/
|
|
@@ -1601,7 +1581,7 @@ export declare namespace Thermostat {
|
|
|
1601
1581
|
* If this bit is set, it shall indicate the occupied state else if the bit if not set, it shall indicate the
|
|
1602
1582
|
* unoccupied state.
|
|
1603
1583
|
*
|
|
1604
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1584
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.1
|
|
1605
1585
|
*/
|
|
1606
1586
|
occupied: BitFlag;
|
|
1607
1587
|
}>, any>;
|
|
@@ -1825,7 +1805,8 @@ export declare namespace Thermostat {
|
|
|
1825
1805
|
*
|
|
1826
1806
|
* If this attribute is set to a value that is greater than (UnoccupiedCoolingSetpoint -
|
|
1827
1807
|
* MinSetpointDeadBand), the value of UnoccupiedCoolingSetpoint shall be adjusted to
|
|
1828
|
-
*
|
|
1808
|
+
*
|
|
1809
|
+
* + MinSetpointDeadBand).
|
|
1829
1810
|
*
|
|
1830
1811
|
* If the occupancy status of the room is unknown, this attribute shall NOT be used.
|
|
1831
1812
|
*
|
|
@@ -1865,7 +1846,7 @@ export declare namespace Thermostat {
|
|
|
1865
1846
|
* can only be Off, Cool or Heat. This attribute is intended to provide additional information when the
|
|
1866
1847
|
* thermostat’s system mode is in auto mode.
|
|
1867
1848
|
*
|
|
1868
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
1849
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.25
|
|
1869
1850
|
*/
|
|
1870
1851
|
readonly thermostatRunningMode: OptionalAttribute<ThermostatRunningMode, any>;
|
|
1871
1852
|
};
|
|
@@ -1882,19 +1863,19 @@ export declare namespace Thermostat {
|
|
|
1882
1863
|
* This attribute may be able to be used as the base to determine if the device supports weekly scheduling
|
|
1883
1864
|
* by reading the attribute. Successful response means that the weekly scheduling is supported.
|
|
1884
1865
|
*
|
|
1885
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
1866
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.26
|
|
1886
1867
|
*/
|
|
1887
1868
|
readonly startOfWeek: FixedAttribute<StartOfWeek, any>;
|
|
1888
1869
|
/**
|
|
1889
1870
|
* Indicates how many weekly schedule transitions the thermostat is capable of handling.
|
|
1890
1871
|
*
|
|
1891
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
1872
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.27
|
|
1892
1873
|
*/
|
|
1893
1874
|
readonly numberOfWeeklyTransitions: FixedAttribute<number, any>;
|
|
1894
1875
|
/**
|
|
1895
1876
|
* Indicates how many daily schedule transitions the thermostat is capable of handling.
|
|
1896
1877
|
*
|
|
1897
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
1878
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.28
|
|
1898
1879
|
*/
|
|
1899
1880
|
readonly numberOfDailyTransitions: FixedAttribute<number, any>;
|
|
1900
1881
|
};
|
|
@@ -2008,19 +1989,19 @@ export declare namespace Thermostat {
|
|
|
2008
1989
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
2009
1990
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
2010
1991
|
*
|
|
2011
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1992
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
|
|
2012
1993
|
*/
|
|
2013
1994
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2014
1995
|
/**
|
|
2015
1996
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
2016
1997
|
*
|
|
2017
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
1998
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
|
|
2018
1999
|
*/
|
|
2019
2000
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2020
2001
|
/**
|
|
2021
2002
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
2022
2003
|
*
|
|
2023
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2004
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
|
|
2024
2005
|
*/
|
|
2025
2006
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2026
2007
|
}>[]>;
|
|
@@ -2137,19 +2118,19 @@ export declare namespace Thermostat {
|
|
|
2137
2118
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
2138
2119
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
2139
2120
|
*
|
|
2140
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2121
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
|
|
2141
2122
|
*/
|
|
2142
2123
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2143
2124
|
/**
|
|
2144
2125
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
2145
2126
|
*
|
|
2146
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2127
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
|
|
2147
2128
|
*/
|
|
2148
2129
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2149
2130
|
/**
|
|
2150
2131
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
2151
2132
|
*
|
|
2152
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2133
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
|
|
2153
2134
|
*/
|
|
2154
2135
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
2155
2136
|
}>[]>;
|
|
@@ -2174,9 +2155,8 @@ export declare namespace Thermostat {
|
|
|
2174
2155
|
* Indicates the amount that the Thermostat server will allow the Calculated Local Temperature to float
|
|
2175
2156
|
* above the OccupiedCoolingSetpoint (i.e., OccupiedCoolingSetpoint + OccupiedSetback) or below the
|
|
2176
2157
|
* OccupiedHeatingSetpoint setpoint (i.e., OccupiedHeatingSetpoint – OccupiedSetback) before initiating a
|
|
2177
|
-
* state change to bring the temperature back to the user’s
|
|
2178
|
-
*
|
|
2179
|
-
* desired setpoint. This attribute is sometimes also referred to as the “span.”
|
|
2158
|
+
* state change to bring the temperature back to the user’s desired setpoint. This attribute is sometimes
|
|
2159
|
+
* also referred to as the “span.”
|
|
2180
2160
|
*
|
|
2181
2161
|
* The purpose of this attribute is to allow remote configuration of the span between the desired setpoint
|
|
2182
2162
|
* and the measured temperature to help prevent over-cycling and reduce energy bills, though this may result
|
|
@@ -2192,7 +2172,7 @@ export declare namespace Thermostat {
|
|
|
2192
2172
|
* Thermostat server shall set its OccupiedSetback value to OccupiedSetbackMin and shall send a Write
|
|
2193
2173
|
* Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
2194
2174
|
*
|
|
2195
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
2175
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.36
|
|
2196
2176
|
*/
|
|
2197
2177
|
readonly occupiedSetback: WritableAttribute<number | null, any>;
|
|
2198
2178
|
/**
|
|
@@ -2201,7 +2181,7 @@ export declare namespace Thermostat {
|
|
|
2201
2181
|
*
|
|
2202
2182
|
* The null value indicates the attribute is unused.
|
|
2203
2183
|
*
|
|
2204
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
2184
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.37
|
|
2205
2185
|
*/
|
|
2206
2186
|
readonly occupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
2207
2187
|
/**
|
|
@@ -2210,7 +2190,7 @@ export declare namespace Thermostat {
|
|
|
2210
2190
|
*
|
|
2211
2191
|
* The null value indicates the attribute is unused.
|
|
2212
2192
|
*
|
|
2213
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
2193
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.38
|
|
2214
2194
|
*/
|
|
2215
2195
|
readonly occupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
2216
2196
|
};
|
|
@@ -2242,7 +2222,7 @@ export declare namespace Thermostat {
|
|
|
2242
2222
|
* the Thermostat server shall set its UnoccupiedSetback value to UnoccupiedSetbackMin and shall send a
|
|
2243
2223
|
* Write Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
2244
2224
|
*
|
|
2245
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
2225
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.39
|
|
2246
2226
|
*/
|
|
2247
2227
|
readonly unoccupiedSetback: WritableAttribute<number | null, any>;
|
|
2248
2228
|
/**
|
|
@@ -2251,7 +2231,7 @@ export declare namespace Thermostat {
|
|
|
2251
2231
|
*
|
|
2252
2232
|
* The null value indicates the attribute is unused.
|
|
2253
2233
|
*
|
|
2254
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
2234
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.40
|
|
2255
2235
|
*/
|
|
2256
2236
|
readonly unoccupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
2257
2237
|
/**
|
|
@@ -2260,7 +2240,7 @@ export declare namespace Thermostat {
|
|
|
2260
2240
|
*
|
|
2261
2241
|
* The null value indicates the attribute is unused.
|
|
2262
2242
|
*
|
|
2263
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
2243
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.41
|
|
2264
2244
|
*/
|
|
2265
2245
|
readonly unoccupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
2266
2246
|
};
|
|
@@ -2274,25 +2254,25 @@ export declare namespace Thermostat {
|
|
|
2274
2254
|
* Indicates the supported PresetScenarioEnum values, limits on how many presets can be created for each
|
|
2275
2255
|
* PresetScenarioEnum, and whether or not a thermostat can transition automatically to a given scenario.
|
|
2276
2256
|
*
|
|
2277
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
2257
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.51
|
|
2278
2258
|
*/
|
|
2279
2259
|
readonly presetTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2280
2260
|
/**
|
|
2281
2261
|
* This field shall specify a PresetScenarioEnum value supported by this thermostat.
|
|
2282
2262
|
*
|
|
2283
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2263
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.1
|
|
2284
2264
|
*/
|
|
2285
2265
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
2286
2266
|
/**
|
|
2287
2267
|
* This field shall specify a limit for the number of presets for this PresetScenarioEnum.
|
|
2288
2268
|
*
|
|
2289
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2269
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.2
|
|
2290
2270
|
*/
|
|
2291
2271
|
numberOfPresets: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2292
2272
|
/**
|
|
2293
2273
|
* This field shall specify a bitmap of features for this PresetTypeStruct.
|
|
2294
2274
|
*
|
|
2295
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2275
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.3
|
|
2296
2276
|
*/
|
|
2297
2277
|
presetTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2298
2278
|
/**
|
|
@@ -2308,14 +2288,14 @@ export declare namespace Thermostat {
|
|
|
2308
2288
|
/**
|
|
2309
2289
|
* Indicates the maximum number of entries supported by the Presets attribute.
|
|
2310
2290
|
*
|
|
2311
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
2291
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.53
|
|
2312
2292
|
*/
|
|
2313
2293
|
readonly numberOfPresets: FixedAttribute<number, any>;
|
|
2314
2294
|
/**
|
|
2315
2295
|
* Indicates the PresetHandle of the active preset. If this attribute is null, then there is no active
|
|
2316
2296
|
* preset.
|
|
2317
2297
|
*
|
|
2318
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
2298
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.57
|
|
2319
2299
|
*/
|
|
2320
2300
|
readonly activePresetHandle: Attribute<AllowSharedBufferSource | null, any>;
|
|
2321
2301
|
/**
|
|
@@ -2390,7 +2370,7 @@ export declare namespace Thermostat {
|
|
|
2390
2370
|
*
|
|
2391
2371
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
2392
2372
|
*
|
|
2393
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
2373
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.59
|
|
2394
2374
|
*/
|
|
2395
2375
|
readonly presets: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2396
2376
|
/**
|
|
@@ -2400,13 +2380,13 @@ export declare namespace Thermostat {
|
|
|
2400
2380
|
* This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for the
|
|
2401
2381
|
* purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
|
|
2402
2382
|
*
|
|
2403
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2383
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.1
|
|
2404
2384
|
*/
|
|
2405
2385
|
presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
2406
2386
|
/**
|
|
2407
2387
|
* This field shall indicate the associated PresetScenarioEnum value for this preset.
|
|
2408
2388
|
*
|
|
2409
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2389
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.2
|
|
2410
2390
|
*/
|
|
2411
2391
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
2412
2392
|
/**
|
|
@@ -2415,28 +2395,28 @@ export declare namespace Thermostat {
|
|
|
2415
2395
|
* Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
|
|
2416
2396
|
* with the same value, including null as a value, in the Name field.
|
|
2417
2397
|
*
|
|
2418
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2398
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.3
|
|
2419
2399
|
*/
|
|
2420
2400
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
2421
2401
|
/**
|
|
2422
2402
|
* This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
|
|
2423
2403
|
* constraints.
|
|
2424
2404
|
*
|
|
2425
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2405
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.4
|
|
2426
2406
|
*/
|
|
2427
2407
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2428
2408
|
/**
|
|
2429
2409
|
* This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
|
|
2430
2410
|
* constraints.
|
|
2431
2411
|
*
|
|
2432
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2412
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.5
|
|
2433
2413
|
*/
|
|
2434
2414
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2435
2415
|
/**
|
|
2436
2416
|
* This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but it
|
|
2437
2417
|
* cannot be deleted.
|
|
2438
2418
|
*
|
|
2439
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2419
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.6
|
|
2440
2420
|
*/
|
|
2441
2421
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
2442
2422
|
}>[], any>;
|
|
@@ -2466,27 +2446,27 @@ export declare namespace Thermostat {
|
|
|
2466
2446
|
* each SystemMode value, and whether or not a given SystemMode value supports transitions to Presets,
|
|
2467
2447
|
* target setpoints, or both.
|
|
2468
2448
|
*
|
|
2469
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
2449
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.52
|
|
2470
2450
|
*/
|
|
2471
2451
|
readonly scheduleTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2472
2452
|
/**
|
|
2473
2453
|
* This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
|
|
2474
2454
|
* for this field shall be Auto, Heat, and Cool.
|
|
2475
2455
|
*
|
|
2476
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2456
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.1
|
|
2477
2457
|
*/
|
|
2478
2458
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
2479
2459
|
/**
|
|
2480
2460
|
* This field shall specify a limit for the number of Schedules for this SystemMode.
|
|
2481
2461
|
*
|
|
2482
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2462
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.2
|
|
2483
2463
|
*/
|
|
2484
2464
|
numberOfSchedules: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2485
2465
|
/**
|
|
2486
2466
|
* This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
|
|
2487
2467
|
* SupportsSetpoints shall be set.
|
|
2488
2468
|
*
|
|
2489
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2469
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.3
|
|
2490
2470
|
*/
|
|
2491
2471
|
scheduleTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2492
2472
|
/**
|
|
@@ -2496,7 +2476,7 @@ export declare namespace Thermostat {
|
|
|
2496
2476
|
* field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
|
|
2497
2477
|
* contained in its Transitions field.
|
|
2498
2478
|
*
|
|
2499
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2479
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.1
|
|
2500
2480
|
*/
|
|
2501
2481
|
supportsPresets: BitFlag;
|
|
2502
2482
|
/**
|
|
@@ -2506,7 +2486,7 @@ export declare namespace Thermostat {
|
|
|
2506
2486
|
* field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
|
|
2507
2487
|
* contained in its Transitions field.
|
|
2508
2488
|
*
|
|
2509
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2489
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.2
|
|
2510
2490
|
*/
|
|
2511
2491
|
supportsSetpoints: BitFlag;
|
|
2512
2492
|
/**
|
|
@@ -2515,7 +2495,7 @@ export declare namespace Thermostat {
|
|
|
2515
2495
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
2516
2496
|
* field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
|
|
2517
2497
|
*
|
|
2518
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2498
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.3
|
|
2519
2499
|
*/
|
|
2520
2500
|
supportsNames: BitFlag;
|
|
2521
2501
|
/**
|
|
@@ -2524,7 +2504,7 @@ export declare namespace Thermostat {
|
|
|
2524
2504
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
2525
2505
|
* field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
|
|
2526
2506
|
*
|
|
2527
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2507
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.4
|
|
2528
2508
|
*/
|
|
2529
2509
|
supportsOff: BitFlag;
|
|
2530
2510
|
}>>;
|
|
@@ -2532,13 +2512,13 @@ export declare namespace Thermostat {
|
|
|
2532
2512
|
/**
|
|
2533
2513
|
* Indicates the maximum number of entries supported by the Schedules attribute.
|
|
2534
2514
|
*
|
|
2535
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
2515
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.54
|
|
2536
2516
|
*/
|
|
2537
2517
|
readonly numberOfSchedules: FixedAttribute<number, any>;
|
|
2538
2518
|
/**
|
|
2539
2519
|
* Indicates the maximum number of transitions per Schedules attribute entry.
|
|
2540
2520
|
*
|
|
2541
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
2521
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.55
|
|
2542
2522
|
*/
|
|
2543
2523
|
readonly numberOfScheduleTransitions: FixedAttribute<number, any>;
|
|
2544
2524
|
/**
|
|
@@ -2549,7 +2529,7 @@ export declare namespace Thermostat {
|
|
|
2549
2529
|
* Indicates the ScheduleHandle of the active schedule. A null value in this attribute indicates that there
|
|
2550
2530
|
* is no active schedule.
|
|
2551
2531
|
*
|
|
2552
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
2532
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.58
|
|
2553
2533
|
*/
|
|
2554
2534
|
readonly activeScheduleHandle: Attribute<AllowSharedBufferSource | null, any>;
|
|
2555
2535
|
/**
|
|
@@ -2660,7 +2640,7 @@ export declare namespace Thermostat {
|
|
|
2660
2640
|
*
|
|
2661
2641
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
2662
2642
|
*
|
|
2663
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
2643
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.60
|
|
2664
2644
|
*/
|
|
2665
2645
|
readonly schedules: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2666
2646
|
/**
|
|
@@ -2670,26 +2650,26 @@ export declare namespace Thermostat {
|
|
|
2670
2650
|
* This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute for
|
|
2671
2651
|
* the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
|
|
2672
2652
|
*
|
|
2673
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2653
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.1
|
|
2674
2654
|
*/
|
|
2675
2655
|
scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
2676
2656
|
/**
|
|
2677
2657
|
* This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
|
|
2678
2658
|
* values for this field shall be Auto, Heat, and Cool.
|
|
2679
2659
|
*
|
|
2680
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2660
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.2
|
|
2681
2661
|
*/
|
|
2682
2662
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
2683
2663
|
/**
|
|
2684
2664
|
* This field shall specify a name for the ScheduleStruct.
|
|
2685
2665
|
*
|
|
2686
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2666
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.3
|
|
2687
2667
|
*/
|
|
2688
2668
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
2689
2669
|
/**
|
|
2690
2670
|
* This field shall indicate the default PresetHandle value for transitions in this schedule.
|
|
2691
2671
|
*
|
|
2692
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2672
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.4
|
|
2693
2673
|
*/
|
|
2694
2674
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
2695
2675
|
/**
|
|
@@ -2720,14 +2700,14 @@ export declare namespace Thermostat {
|
|
|
2720
2700
|
* ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
|
|
2721
2701
|
* whose DayOfWeek field matches the current day of the week.
|
|
2722
2702
|
*
|
|
2723
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2703
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.5
|
|
2724
2704
|
*/
|
|
2725
2705
|
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
2726
2706
|
/**
|
|
2727
2707
|
* This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
|
|
2728
2708
|
* NOT be set; vacation schedules shall be set via the vacation preset.
|
|
2729
2709
|
*
|
|
2730
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2710
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.1
|
|
2731
2711
|
*/
|
|
2732
2712
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
2733
2713
|
/**
|
|
@@ -2769,14 +2749,14 @@ export declare namespace Thermostat {
|
|
|
2769
2749
|
*
|
|
2770
2750
|
* Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
|
|
2771
2751
|
*
|
|
2772
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2752
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.2
|
|
2773
2753
|
*/
|
|
2774
2754
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
2775
2755
|
/**
|
|
2776
2756
|
* This field shall specify the preset used at the TransitionTime. If this field is provided, then the
|
|
2777
2757
|
* SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
|
|
2778
2758
|
*
|
|
2779
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2759
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.3
|
|
2780
2760
|
*/
|
|
2781
2761
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
2782
2762
|
/**
|
|
@@ -2784,21 +2764,21 @@ export declare namespace Thermostat {
|
|
|
2784
2764
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
2785
2765
|
* shall only be included when the required system mode differs from the schedule’s default SystemMode.
|
|
2786
2766
|
*
|
|
2787
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2767
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.4
|
|
2788
2768
|
*/
|
|
2789
2769
|
systemMode: import("../tlv/TlvObject.js").OptionalFieldType<SystemMode>;
|
|
2790
2770
|
/**
|
|
2791
2771
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
2792
2772
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
2793
2773
|
*
|
|
2794
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2774
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.5
|
|
2795
2775
|
*/
|
|
2796
2776
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2797
2777
|
/**
|
|
2798
2778
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
2799
2779
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
2800
2780
|
*
|
|
2801
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2781
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.6
|
|
2802
2782
|
*/
|
|
2803
2783
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
2804
2784
|
}>[]>;
|
|
@@ -2806,7 +2786,7 @@ export declare namespace Thermostat {
|
|
|
2806
2786
|
* This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
|
|
2807
2787
|
* it cannot be deleted.
|
|
2808
2788
|
*
|
|
2809
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2789
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.6
|
|
2810
2790
|
*/
|
|
2811
2791
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
2812
2792
|
}>[], any>;
|
|
@@ -2831,7 +2811,7 @@ export declare namespace Thermostat {
|
|
|
2831
2811
|
const Base: {
|
|
2832
2812
|
readonly id: 513;
|
|
2833
2813
|
readonly name: "Thermostat";
|
|
2834
|
-
readonly revision:
|
|
2814
|
+
readonly revision: 9;
|
|
2835
2815
|
readonly features: {
|
|
2836
2816
|
/**
|
|
2837
2817
|
* Thermostat is capable of managing a heating device
|
|
@@ -2866,7 +2846,10 @@ export declare namespace Thermostat {
|
|
|
2866
2846
|
*/
|
|
2867
2847
|
readonly localTemperatureNotExposed: BitFlag;
|
|
2868
2848
|
/**
|
|
2869
|
-
*
|
|
2849
|
+
* This feature indicates that the thermostat is capable of schedules. If this feature is supported, the
|
|
2850
|
+
* thermostat shall support a mechanism to do time synchronization.
|
|
2851
|
+
*
|
|
2852
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.4.2
|
|
2870
2853
|
*/
|
|
2871
2854
|
readonly matterScheduleConfiguration: BitFlag;
|
|
2872
2855
|
/**
|
|
@@ -2920,7 +2903,7 @@ export declare namespace Thermostat {
|
|
|
2920
2903
|
*
|
|
2921
2904
|
* • 11 = Reserved
|
|
2922
2905
|
*
|
|
2923
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2906
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.1
|
|
2924
2907
|
*/
|
|
2925
2908
|
coolingStage: BitField;
|
|
2926
2909
|
/**
|
|
@@ -2936,7 +2919,7 @@ export declare namespace Thermostat {
|
|
|
2936
2919
|
*
|
|
2937
2920
|
* • 11 = Reserved
|
|
2938
2921
|
*
|
|
2939
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2922
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.2
|
|
2940
2923
|
*/
|
|
2941
2924
|
heatingStage: BitField;
|
|
2942
2925
|
/**
|
|
@@ -2948,7 +2931,7 @@ export declare namespace Thermostat {
|
|
|
2948
2931
|
*
|
|
2949
2932
|
* • 1 = Heat Pump
|
|
2950
2933
|
*
|
|
2951
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2934
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.3
|
|
2952
2935
|
*/
|
|
2953
2936
|
heatingIsHeatPump: BitFlag;
|
|
2954
2937
|
/**
|
|
@@ -2960,7 +2943,7 @@ export declare namespace Thermostat {
|
|
|
2960
2943
|
*
|
|
2961
2944
|
* • 1 = Uses fuel
|
|
2962
2945
|
*
|
|
2963
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
2946
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.4
|
|
2964
2947
|
*/
|
|
2965
2948
|
heatingUsesFuel: BitFlag;
|
|
2966
2949
|
}>, any>;
|
|
@@ -2983,10 +2966,6 @@ export declare namespace Thermostat {
|
|
|
2983
2966
|
localTemperature: BitFlag;
|
|
2984
2967
|
/**
|
|
2985
2968
|
* OutdoorTemperature is derived from a remote node
|
|
2986
|
-
*
|
|
2987
|
-
* This bit shall be supported if the OutdoorTemperature attribute is supported.
|
|
2988
|
-
*
|
|
2989
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.1
|
|
2990
2969
|
*/
|
|
2991
2970
|
outdoorTemperature: BitFlag;
|
|
2992
2971
|
/**
|
|
@@ -3030,7 +3009,7 @@ export declare namespace Thermostat {
|
|
|
3030
3009
|
* If this attribute is updated to SetpointHoldOff and the SetpointHoldExpiryTimestamp is supported, the
|
|
3031
3010
|
* server shall set the SetpointHoldExpiryTimestamp to null.
|
|
3032
3011
|
*
|
|
3033
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3012
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.29
|
|
3034
3013
|
*/
|
|
3035
3014
|
readonly temperatureSetpointHold: OptionalWritableAttribute<TemperatureSetpointHold, any>;
|
|
3036
3015
|
/**
|
|
@@ -3045,7 +3024,7 @@ export declare namespace Thermostat {
|
|
|
3045
3024
|
* If this attribute is set to null and the SetpointHoldExpiryTimestamp is supported, the server shall set
|
|
3046
3025
|
* the SetpointHoldExpiryTimestamp to null.
|
|
3047
3026
|
*
|
|
3048
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3027
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.30
|
|
3049
3028
|
*/
|
|
3050
3029
|
readonly temperatureSetpointHoldDuration: OptionalWritableAttribute<number | null, any>;
|
|
3051
3030
|
/**
|
|
@@ -3066,7 +3045,7 @@ export declare namespace Thermostat {
|
|
|
3066
3045
|
* > Modifying the ScheduleActive bit does not clear or delete previous weekly schedule programming
|
|
3067
3046
|
* configurations.
|
|
3068
3047
|
*
|
|
3069
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3048
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.31
|
|
3070
3049
|
*/
|
|
3071
3050
|
readonly thermostatProgrammingOperationMode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3072
3051
|
/**
|
|
@@ -3086,7 +3065,7 @@ export declare namespace Thermostat {
|
|
|
3086
3065
|
* Indicates the current relay state of the heat, cool, and fan relays. Unimplemented outputs shall be
|
|
3087
3066
|
* treated as if they were Off.
|
|
3088
3067
|
*
|
|
3089
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3068
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.32
|
|
3090
3069
|
*/
|
|
3091
3070
|
readonly thermostatRunningState: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3092
3071
|
/**
|
|
@@ -3127,7 +3106,7 @@ export declare namespace Thermostat {
|
|
|
3127
3106
|
* provider). Because automation services may initiate frequent setpoint changes, this attribute clearly
|
|
3128
3107
|
* differentiates the source of setpoint changes made at the thermostat.
|
|
3129
3108
|
*
|
|
3130
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3109
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.33
|
|
3131
3110
|
*/
|
|
3132
3111
|
readonly setpointChangeSource: OptionalAttribute<SetpointChangeSource, any>;
|
|
3133
3112
|
/**
|
|
@@ -3137,13 +3116,13 @@ export declare namespace Thermostat {
|
|
|
3137
3116
|
*
|
|
3138
3117
|
* The null value indicates that the previous setpoint was unknown.
|
|
3139
3118
|
*
|
|
3140
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3119
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.34
|
|
3141
3120
|
*/
|
|
3142
3121
|
readonly setpointChangeAmount: OptionalAttribute<number | null, any>;
|
|
3143
3122
|
/**
|
|
3144
3123
|
* Indicates the time in UTC at which the SetpointChangeAmount attribute change was recorded.
|
|
3145
3124
|
*
|
|
3146
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3125
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.35
|
|
3147
3126
|
*/
|
|
3148
3127
|
readonly setpointChangeSourceTimestamp: OptionalAttribute<number, any>;
|
|
3149
3128
|
/**
|
|
@@ -3172,38 +3151,38 @@ export declare namespace Thermostat {
|
|
|
3172
3151
|
* when a setpoint is of a specified amount greater than the measured temperature. This allows the heated
|
|
3173
3152
|
* space to be quickly heated to the desired level set by the user.
|
|
3174
3153
|
*
|
|
3175
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3154
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.42
|
|
3176
3155
|
*/
|
|
3177
3156
|
readonly emergencyHeatDelta: OptionalWritableAttribute<number, any>;
|
|
3178
3157
|
/**
|
|
3179
3158
|
* Indicates the type of Mini Split ACTypeEnum of Mini Split AC is defined depending on how Cooling and
|
|
3180
3159
|
* Heating condition is achieved by Mini Split AC.
|
|
3181
3160
|
*
|
|
3182
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3161
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.43
|
|
3183
3162
|
*/
|
|
3184
3163
|
readonly acType: OptionalWritableAttribute<AcType, any>;
|
|
3185
3164
|
/**
|
|
3186
3165
|
* Indicates capacity of Mini Split AC in terms of the format defined by the ACCapacityFormat attribute
|
|
3187
3166
|
*
|
|
3188
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3167
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.44
|
|
3189
3168
|
*/
|
|
3190
3169
|
readonly acCapacity: OptionalWritableAttribute<number, any>;
|
|
3191
3170
|
/**
|
|
3192
3171
|
* Indicates type of refrigerant used within the Mini Split AC.
|
|
3193
3172
|
*
|
|
3194
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3173
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.45
|
|
3195
3174
|
*/
|
|
3196
3175
|
readonly acRefrigerantType: OptionalWritableAttribute<AcRefrigerantType, any>;
|
|
3197
3176
|
/**
|
|
3198
3177
|
* Indicates the type of compressor used within the Mini Split AC.
|
|
3199
3178
|
*
|
|
3200
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3179
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.46
|
|
3201
3180
|
*/
|
|
3202
3181
|
readonly acCompressorType: OptionalWritableAttribute<AcCompressorType, any>;
|
|
3203
3182
|
/**
|
|
3204
3183
|
* Indicates the type of errors encountered within the Mini Split AC.
|
|
3205
3184
|
*
|
|
3206
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3185
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.47
|
|
3207
3186
|
*/
|
|
3208
3187
|
readonly acErrorCode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
3209
3188
|
/**
|
|
@@ -3230,19 +3209,19 @@ export declare namespace Thermostat {
|
|
|
3230
3209
|
/**
|
|
3231
3210
|
* Indicates the position of Louver on the AC.
|
|
3232
3211
|
*
|
|
3233
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3212
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.48
|
|
3234
3213
|
*/
|
|
3235
3214
|
readonly acLouverPosition: OptionalWritableAttribute<AcLouverPosition, any>;
|
|
3236
3215
|
/**
|
|
3237
3216
|
* Indicates the temperature of the AC coil, as measured locally or remotely (over the network).
|
|
3238
3217
|
*
|
|
3239
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3218
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.49
|
|
3240
3219
|
*/
|
|
3241
3220
|
readonly acCoilTemperature: OptionalAttribute<number | null, any>;
|
|
3242
3221
|
/**
|
|
3243
3222
|
* Indicates the format for the ACCapacity attribute.
|
|
3244
3223
|
*
|
|
3245
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3224
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.50
|
|
3246
3225
|
*/
|
|
3247
3226
|
readonly acCapacityFormat: OptionalWritableAttribute<AcCapacityFormat, any>;
|
|
3248
3227
|
/**
|
|
@@ -3250,11 +3229,14 @@ export declare namespace Thermostat {
|
|
|
3250
3229
|
* the timestamp in UTC indicating when that will happen. If there is no such known time, this attribute
|
|
3251
3230
|
* shall be null.
|
|
3252
3231
|
*
|
|
3253
|
-
* If the TemperatureSetpointHold is set to
|
|
3254
|
-
* null, this attribute shall be set to null indicating there is
|
|
3255
|
-
*
|
|
3232
|
+
* If the TemperatureSetpointHold is set to SetpointHoldOn and the TemperatureSetpointHoldDuration is set to
|
|
3233
|
+
* null, this attribute shall be set to null indicating there is a hold on the Thermostat without a
|
|
3234
|
+
* duration.
|
|
3235
|
+
*
|
|
3236
|
+
* If the TemperatureSetpointHold is set to SetpointHoldOff, this attribute shall be set to null indicating
|
|
3237
|
+
* there is no hold on the Thermostat.
|
|
3256
3238
|
*
|
|
3257
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3239
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.61
|
|
3258
3240
|
*/
|
|
3259
3241
|
readonly setpointHoldExpiryTimestamp: OptionalAttribute<number | null, any>;
|
|
3260
3242
|
};
|
|
@@ -3301,7 +3283,7 @@ export declare namespace Thermostat {
|
|
|
3301
3283
|
* If this bit is set, it shall indicate the occupied state else if the bit if not set, it shall indicate the
|
|
3302
3284
|
* unoccupied state.
|
|
3303
3285
|
*
|
|
3304
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
3286
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.1
|
|
3305
3287
|
*/
|
|
3306
3288
|
occupied: BitFlag;
|
|
3307
3289
|
}>, any>;
|
|
@@ -3532,7 +3514,8 @@ export declare namespace Thermostat {
|
|
|
3532
3514
|
*
|
|
3533
3515
|
* If this attribute is set to a value that is greater than (UnoccupiedCoolingSetpoint -
|
|
3534
3516
|
* MinSetpointDeadBand), the value of UnoccupiedCoolingSetpoint shall be adjusted to
|
|
3535
|
-
*
|
|
3517
|
+
*
|
|
3518
|
+
* + MinSetpointDeadBand).
|
|
3536
3519
|
*
|
|
3537
3520
|
* If the occupancy status of the room is unknown, this attribute shall NOT be used.
|
|
3538
3521
|
*
|
|
@@ -3573,7 +3556,7 @@ export declare namespace Thermostat {
|
|
|
3573
3556
|
* can only be Off, Cool or Heat. This attribute is intended to provide additional information when the
|
|
3574
3557
|
* thermostat’s system mode is in auto mode.
|
|
3575
3558
|
*
|
|
3576
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3559
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.25
|
|
3577
3560
|
*/
|
|
3578
3561
|
readonly thermostatRunningMode: OptionalAttribute<ThermostatRunningMode, any>;
|
|
3579
3562
|
};
|
|
@@ -3591,19 +3574,19 @@ export declare namespace Thermostat {
|
|
|
3591
3574
|
* This attribute may be able to be used as the base to determine if the device supports weekly scheduling
|
|
3592
3575
|
* by reading the attribute. Successful response means that the weekly scheduling is supported.
|
|
3593
3576
|
*
|
|
3594
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3577
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.26
|
|
3595
3578
|
*/
|
|
3596
3579
|
readonly startOfWeek: FixedAttribute<StartOfWeek, any>;
|
|
3597
3580
|
/**
|
|
3598
3581
|
* Indicates how many weekly schedule transitions the thermostat is capable of handling.
|
|
3599
3582
|
*
|
|
3600
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3583
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.27
|
|
3601
3584
|
*/
|
|
3602
3585
|
readonly numberOfWeeklyTransitions: FixedAttribute<number, any>;
|
|
3603
3586
|
/**
|
|
3604
3587
|
* Indicates how many daily schedule transitions the thermostat is capable of handling.
|
|
3605
3588
|
*
|
|
3606
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3589
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.28
|
|
3607
3590
|
*/
|
|
3608
3591
|
readonly numberOfDailyTransitions: FixedAttribute<number, any>;
|
|
3609
3592
|
};
|
|
@@ -3717,19 +3700,19 @@ export declare namespace Thermostat {
|
|
|
3717
3700
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
3718
3701
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
3719
3702
|
*
|
|
3720
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
3703
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
|
|
3721
3704
|
*/
|
|
3722
3705
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3723
3706
|
/**
|
|
3724
3707
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
3725
3708
|
*
|
|
3726
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
3709
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
|
|
3727
3710
|
*/
|
|
3728
3711
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3729
3712
|
/**
|
|
3730
3713
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
3731
3714
|
*
|
|
3732
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
3715
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
|
|
3733
3716
|
*/
|
|
3734
3717
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3735
3718
|
}>[]>;
|
|
@@ -3846,19 +3829,19 @@ export declare namespace Thermostat {
|
|
|
3846
3829
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
3847
3830
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
3848
3831
|
*
|
|
3849
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
3832
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
|
|
3850
3833
|
*/
|
|
3851
3834
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
3852
3835
|
/**
|
|
3853
3836
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
3854
3837
|
*
|
|
3855
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
3838
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
|
|
3856
3839
|
*/
|
|
3857
3840
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3858
3841
|
/**
|
|
3859
3842
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
3860
3843
|
*
|
|
3861
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
3844
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
|
|
3862
3845
|
*/
|
|
3863
3846
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
3864
3847
|
}>[]>;
|
|
@@ -3884,9 +3867,8 @@ export declare namespace Thermostat {
|
|
|
3884
3867
|
* Indicates the amount that the Thermostat server will allow the Calculated Local Temperature to float
|
|
3885
3868
|
* above the OccupiedCoolingSetpoint (i.e., OccupiedCoolingSetpoint + OccupiedSetback) or below the
|
|
3886
3869
|
* OccupiedHeatingSetpoint setpoint (i.e., OccupiedHeatingSetpoint – OccupiedSetback) before initiating a
|
|
3887
|
-
* state change to bring the temperature back to the user’s
|
|
3888
|
-
*
|
|
3889
|
-
* desired setpoint. This attribute is sometimes also referred to as the “span.”
|
|
3870
|
+
* state change to bring the temperature back to the user’s desired setpoint. This attribute is sometimes
|
|
3871
|
+
* also referred to as the “span.”
|
|
3890
3872
|
*
|
|
3891
3873
|
* The purpose of this attribute is to allow remote configuration of the span between the desired setpoint
|
|
3892
3874
|
* and the measured temperature to help prevent over-cycling and reduce energy bills, though this may result
|
|
@@ -3902,7 +3884,7 @@ export declare namespace Thermostat {
|
|
|
3902
3884
|
* Thermostat server shall set its OccupiedSetback value to OccupiedSetbackMin and shall send a Write
|
|
3903
3885
|
* Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
3904
3886
|
*
|
|
3905
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3887
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.36
|
|
3906
3888
|
*/
|
|
3907
3889
|
readonly occupiedSetback: WritableAttribute<number | null, any>;
|
|
3908
3890
|
/**
|
|
@@ -3911,7 +3893,7 @@ export declare namespace Thermostat {
|
|
|
3911
3893
|
*
|
|
3912
3894
|
* The null value indicates the attribute is unused.
|
|
3913
3895
|
*
|
|
3914
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3896
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.37
|
|
3915
3897
|
*/
|
|
3916
3898
|
readonly occupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
3917
3899
|
/**
|
|
@@ -3920,7 +3902,7 @@ export declare namespace Thermostat {
|
|
|
3920
3902
|
*
|
|
3921
3903
|
* The null value indicates the attribute is unused.
|
|
3922
3904
|
*
|
|
3923
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3905
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.38
|
|
3924
3906
|
*/
|
|
3925
3907
|
readonly occupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
3926
3908
|
};
|
|
@@ -3954,7 +3936,7 @@ export declare namespace Thermostat {
|
|
|
3954
3936
|
* the Thermostat server shall set its UnoccupiedSetback value to UnoccupiedSetbackMin and shall send a
|
|
3955
3937
|
* Write Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
3956
3938
|
*
|
|
3957
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3939
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.39
|
|
3958
3940
|
*/
|
|
3959
3941
|
readonly unoccupiedSetback: WritableAttribute<number | null, any>;
|
|
3960
3942
|
/**
|
|
@@ -3963,7 +3945,7 @@ export declare namespace Thermostat {
|
|
|
3963
3945
|
*
|
|
3964
3946
|
* The null value indicates the attribute is unused.
|
|
3965
3947
|
*
|
|
3966
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3948
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.40
|
|
3967
3949
|
*/
|
|
3968
3950
|
readonly unoccupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
3969
3951
|
/**
|
|
@@ -3972,7 +3954,7 @@ export declare namespace Thermostat {
|
|
|
3972
3954
|
*
|
|
3973
3955
|
* The null value indicates the attribute is unused.
|
|
3974
3956
|
*
|
|
3975
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3957
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.41
|
|
3976
3958
|
*/
|
|
3977
3959
|
readonly unoccupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
3978
3960
|
};
|
|
@@ -3987,25 +3969,25 @@ export declare namespace Thermostat {
|
|
|
3987
3969
|
* Indicates the supported PresetScenarioEnum values, limits on how many presets can be created for each
|
|
3988
3970
|
* PresetScenarioEnum, and whether or not a thermostat can transition automatically to a given scenario.
|
|
3989
3971
|
*
|
|
3990
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
3972
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.51
|
|
3991
3973
|
*/
|
|
3992
3974
|
readonly presetTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
3993
3975
|
/**
|
|
3994
3976
|
* This field shall specify a PresetScenarioEnum value supported by this thermostat.
|
|
3995
3977
|
*
|
|
3996
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
3978
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.1
|
|
3997
3979
|
*/
|
|
3998
3980
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
3999
3981
|
/**
|
|
4000
3982
|
* This field shall specify a limit for the number of presets for this PresetScenarioEnum.
|
|
4001
3983
|
*
|
|
4002
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
3984
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.2
|
|
4003
3985
|
*/
|
|
4004
3986
|
numberOfPresets: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4005
3987
|
/**
|
|
4006
3988
|
* This field shall specify a bitmap of features for this PresetTypeStruct.
|
|
4007
3989
|
*
|
|
4008
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
3990
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.3
|
|
4009
3991
|
*/
|
|
4010
3992
|
presetTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4011
3993
|
/**
|
|
@@ -4021,14 +4003,14 @@ export declare namespace Thermostat {
|
|
|
4021
4003
|
/**
|
|
4022
4004
|
* Indicates the maximum number of entries supported by the Presets attribute.
|
|
4023
4005
|
*
|
|
4024
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4006
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.53
|
|
4025
4007
|
*/
|
|
4026
4008
|
readonly numberOfPresets: FixedAttribute<number, any>;
|
|
4027
4009
|
/**
|
|
4028
4010
|
* Indicates the PresetHandle of the active preset. If this attribute is null, then there is no active
|
|
4029
4011
|
* preset.
|
|
4030
4012
|
*
|
|
4031
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4013
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.57
|
|
4032
4014
|
*/
|
|
4033
4015
|
readonly activePresetHandle: Attribute<AllowSharedBufferSource | null, any>;
|
|
4034
4016
|
/**
|
|
@@ -4103,7 +4085,7 @@ export declare namespace Thermostat {
|
|
|
4103
4085
|
*
|
|
4104
4086
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
4105
4087
|
*
|
|
4106
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4088
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.59
|
|
4107
4089
|
*/
|
|
4108
4090
|
readonly presets: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4109
4091
|
/**
|
|
@@ -4113,13 +4095,13 @@ export declare namespace Thermostat {
|
|
|
4113
4095
|
* This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for the
|
|
4114
4096
|
* purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
|
|
4115
4097
|
*
|
|
4116
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4098
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.1
|
|
4117
4099
|
*/
|
|
4118
4100
|
presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
4119
4101
|
/**
|
|
4120
4102
|
* This field shall indicate the associated PresetScenarioEnum value for this preset.
|
|
4121
4103
|
*
|
|
4122
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4104
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.2
|
|
4123
4105
|
*/
|
|
4124
4106
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
4125
4107
|
/**
|
|
@@ -4128,28 +4110,28 @@ export declare namespace Thermostat {
|
|
|
4128
4110
|
* Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
|
|
4129
4111
|
* with the same value, including null as a value, in the Name field.
|
|
4130
4112
|
*
|
|
4131
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4113
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.3
|
|
4132
4114
|
*/
|
|
4133
4115
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
4134
4116
|
/**
|
|
4135
4117
|
* This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
|
|
4136
4118
|
* constraints.
|
|
4137
4119
|
*
|
|
4138
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4120
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.4
|
|
4139
4121
|
*/
|
|
4140
4122
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4141
4123
|
/**
|
|
4142
4124
|
* This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
|
|
4143
4125
|
* constraints.
|
|
4144
4126
|
*
|
|
4145
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4127
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.5
|
|
4146
4128
|
*/
|
|
4147
4129
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4148
4130
|
/**
|
|
4149
4131
|
* This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but it
|
|
4150
4132
|
* cannot be deleted.
|
|
4151
4133
|
*
|
|
4152
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4134
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.6
|
|
4153
4135
|
*/
|
|
4154
4136
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
4155
4137
|
}>[], any>;
|
|
@@ -4180,27 +4162,27 @@ export declare namespace Thermostat {
|
|
|
4180
4162
|
* each SystemMode value, and whether or not a given SystemMode value supports transitions to Presets,
|
|
4181
4163
|
* target setpoints, or both.
|
|
4182
4164
|
*
|
|
4183
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4165
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.52
|
|
4184
4166
|
*/
|
|
4185
4167
|
readonly scheduleTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4186
4168
|
/**
|
|
4187
4169
|
* This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
|
|
4188
4170
|
* for this field shall be Auto, Heat, and Cool.
|
|
4189
4171
|
*
|
|
4190
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4172
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.1
|
|
4191
4173
|
*/
|
|
4192
4174
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
4193
4175
|
/**
|
|
4194
4176
|
* This field shall specify a limit for the number of Schedules for this SystemMode.
|
|
4195
4177
|
*
|
|
4196
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4178
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.2
|
|
4197
4179
|
*/
|
|
4198
4180
|
numberOfSchedules: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4199
4181
|
/**
|
|
4200
4182
|
* This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
|
|
4201
4183
|
* SupportsSetpoints shall be set.
|
|
4202
4184
|
*
|
|
4203
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4185
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.3
|
|
4204
4186
|
*/
|
|
4205
4187
|
scheduleTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4206
4188
|
/**
|
|
@@ -4210,7 +4192,7 @@ export declare namespace Thermostat {
|
|
|
4210
4192
|
* field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
|
|
4211
4193
|
* contained in its Transitions field.
|
|
4212
4194
|
*
|
|
4213
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4195
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.1
|
|
4214
4196
|
*/
|
|
4215
4197
|
supportsPresets: BitFlag;
|
|
4216
4198
|
/**
|
|
@@ -4220,7 +4202,7 @@ export declare namespace Thermostat {
|
|
|
4220
4202
|
* field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
|
|
4221
4203
|
* contained in its Transitions field.
|
|
4222
4204
|
*
|
|
4223
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4205
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.2
|
|
4224
4206
|
*/
|
|
4225
4207
|
supportsSetpoints: BitFlag;
|
|
4226
4208
|
/**
|
|
@@ -4229,7 +4211,7 @@ export declare namespace Thermostat {
|
|
|
4229
4211
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
4230
4212
|
* field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
|
|
4231
4213
|
*
|
|
4232
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4214
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.3
|
|
4233
4215
|
*/
|
|
4234
4216
|
supportsNames: BitFlag;
|
|
4235
4217
|
/**
|
|
@@ -4238,7 +4220,7 @@ export declare namespace Thermostat {
|
|
|
4238
4220
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
4239
4221
|
* field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
|
|
4240
4222
|
*
|
|
4241
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4223
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.4
|
|
4242
4224
|
*/
|
|
4243
4225
|
supportsOff: BitFlag;
|
|
4244
4226
|
}>>;
|
|
@@ -4246,13 +4228,13 @@ export declare namespace Thermostat {
|
|
|
4246
4228
|
/**
|
|
4247
4229
|
* Indicates the maximum number of entries supported by the Schedules attribute.
|
|
4248
4230
|
*
|
|
4249
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4231
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.54
|
|
4250
4232
|
*/
|
|
4251
4233
|
readonly numberOfSchedules: FixedAttribute<number, any>;
|
|
4252
4234
|
/**
|
|
4253
4235
|
* Indicates the maximum number of transitions per Schedules attribute entry.
|
|
4254
4236
|
*
|
|
4255
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4237
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.55
|
|
4256
4238
|
*/
|
|
4257
4239
|
readonly numberOfScheduleTransitions: FixedAttribute<number, any>;
|
|
4258
4240
|
/**
|
|
@@ -4263,7 +4245,7 @@ export declare namespace Thermostat {
|
|
|
4263
4245
|
* Indicates the ScheduleHandle of the active schedule. A null value in this attribute indicates that there
|
|
4264
4246
|
* is no active schedule.
|
|
4265
4247
|
*
|
|
4266
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4248
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.58
|
|
4267
4249
|
*/
|
|
4268
4250
|
readonly activeScheduleHandle: Attribute<AllowSharedBufferSource | null, any>;
|
|
4269
4251
|
/**
|
|
@@ -4374,7 +4356,7 @@ export declare namespace Thermostat {
|
|
|
4374
4356
|
*
|
|
4375
4357
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
4376
4358
|
*
|
|
4377
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4359
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.60
|
|
4378
4360
|
*/
|
|
4379
4361
|
readonly schedules: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4380
4362
|
/**
|
|
@@ -4384,26 +4366,26 @@ export declare namespace Thermostat {
|
|
|
4384
4366
|
* This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute for
|
|
4385
4367
|
* the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
|
|
4386
4368
|
*
|
|
4387
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4369
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.1
|
|
4388
4370
|
*/
|
|
4389
4371
|
scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
4390
4372
|
/**
|
|
4391
4373
|
* This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
|
|
4392
4374
|
* values for this field shall be Auto, Heat, and Cool.
|
|
4393
4375
|
*
|
|
4394
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4376
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.2
|
|
4395
4377
|
*/
|
|
4396
4378
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
4397
4379
|
/**
|
|
4398
4380
|
* This field shall specify a name for the ScheduleStruct.
|
|
4399
4381
|
*
|
|
4400
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4382
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.3
|
|
4401
4383
|
*/
|
|
4402
4384
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
4403
4385
|
/**
|
|
4404
4386
|
* This field shall indicate the default PresetHandle value for transitions in this schedule.
|
|
4405
4387
|
*
|
|
4406
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4388
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.4
|
|
4407
4389
|
*/
|
|
4408
4390
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
4409
4391
|
/**
|
|
@@ -4434,14 +4416,14 @@ export declare namespace Thermostat {
|
|
|
4434
4416
|
* ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
|
|
4435
4417
|
* whose DayOfWeek field matches the current day of the week.
|
|
4436
4418
|
*
|
|
4437
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4419
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.5
|
|
4438
4420
|
*/
|
|
4439
4421
|
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
4440
4422
|
/**
|
|
4441
4423
|
* This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
|
|
4442
4424
|
* NOT be set; vacation schedules shall be set via the vacation preset.
|
|
4443
4425
|
*
|
|
4444
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4426
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.1
|
|
4445
4427
|
*/
|
|
4446
4428
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4447
4429
|
/**
|
|
@@ -4483,14 +4465,14 @@ export declare namespace Thermostat {
|
|
|
4483
4465
|
*
|
|
4484
4466
|
* Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
|
|
4485
4467
|
*
|
|
4486
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4468
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.2
|
|
4487
4469
|
*/
|
|
4488
4470
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
4489
4471
|
/**
|
|
4490
4472
|
* This field shall specify the preset used at the TransitionTime. If this field is provided, then the
|
|
4491
4473
|
* SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
|
|
4492
4474
|
*
|
|
4493
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4475
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.3
|
|
4494
4476
|
*/
|
|
4495
4477
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
4496
4478
|
/**
|
|
@@ -4498,21 +4480,21 @@ export declare namespace Thermostat {
|
|
|
4498
4480
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
4499
4481
|
* shall only be included when the required system mode differs from the schedule’s default SystemMode.
|
|
4500
4482
|
*
|
|
4501
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4483
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.4
|
|
4502
4484
|
*/
|
|
4503
4485
|
systemMode: import("../tlv/TlvObject.js").OptionalFieldType<SystemMode>;
|
|
4504
4486
|
/**
|
|
4505
4487
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
4506
4488
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
4507
4489
|
*
|
|
4508
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4490
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.5
|
|
4509
4491
|
*/
|
|
4510
4492
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4511
4493
|
/**
|
|
4512
4494
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
4513
4495
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
4514
4496
|
*
|
|
4515
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4497
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.6
|
|
4516
4498
|
*/
|
|
4517
4499
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
4518
4500
|
}>[]>;
|
|
@@ -4520,7 +4502,7 @@ export declare namespace Thermostat {
|
|
|
4520
4502
|
* This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
|
|
4521
4503
|
* it cannot be deleted.
|
|
4522
4504
|
*
|
|
4523
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4505
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.6
|
|
4524
4506
|
*/
|
|
4525
4507
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
4526
4508
|
}>[], any>;
|
|
@@ -4565,7 +4547,7 @@ export declare namespace Thermostat {
|
|
|
4565
4547
|
const ClusterInstance: MutableCluster.ExtensibleOnly<{
|
|
4566
4548
|
readonly id: 513;
|
|
4567
4549
|
readonly name: "Thermostat";
|
|
4568
|
-
readonly revision:
|
|
4550
|
+
readonly revision: 9;
|
|
4569
4551
|
readonly features: {
|
|
4570
4552
|
/**
|
|
4571
4553
|
* Thermostat is capable of managing a heating device
|
|
@@ -4600,7 +4582,10 @@ export declare namespace Thermostat {
|
|
|
4600
4582
|
*/
|
|
4601
4583
|
readonly localTemperatureNotExposed: BitFlag;
|
|
4602
4584
|
/**
|
|
4603
|
-
*
|
|
4585
|
+
* This feature indicates that the thermostat is capable of schedules. If this feature is supported, the
|
|
4586
|
+
* thermostat shall support a mechanism to do time synchronization.
|
|
4587
|
+
*
|
|
4588
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.4.2
|
|
4604
4589
|
*/
|
|
4605
4590
|
readonly matterScheduleConfiguration: BitFlag;
|
|
4606
4591
|
/**
|
|
@@ -4654,7 +4639,7 @@ export declare namespace Thermostat {
|
|
|
4654
4639
|
*
|
|
4655
4640
|
* • 11 = Reserved
|
|
4656
4641
|
*
|
|
4657
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4642
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.1
|
|
4658
4643
|
*/
|
|
4659
4644
|
coolingStage: BitField;
|
|
4660
4645
|
/**
|
|
@@ -4670,7 +4655,7 @@ export declare namespace Thermostat {
|
|
|
4670
4655
|
*
|
|
4671
4656
|
* • 11 = Reserved
|
|
4672
4657
|
*
|
|
4673
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4658
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.2
|
|
4674
4659
|
*/
|
|
4675
4660
|
heatingStage: BitField;
|
|
4676
4661
|
/**
|
|
@@ -4682,7 +4667,7 @@ export declare namespace Thermostat {
|
|
|
4682
4667
|
*
|
|
4683
4668
|
* • 1 = Heat Pump
|
|
4684
4669
|
*
|
|
4685
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4670
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.3
|
|
4686
4671
|
*/
|
|
4687
4672
|
heatingIsHeatPump: BitFlag;
|
|
4688
4673
|
/**
|
|
@@ -4694,7 +4679,7 @@ export declare namespace Thermostat {
|
|
|
4694
4679
|
*
|
|
4695
4680
|
* • 1 = Uses fuel
|
|
4696
4681
|
*
|
|
4697
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
4682
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.4
|
|
4698
4683
|
*/
|
|
4699
4684
|
heatingUsesFuel: BitFlag;
|
|
4700
4685
|
}>, any>;
|
|
@@ -4717,10 +4702,6 @@ export declare namespace Thermostat {
|
|
|
4717
4702
|
localTemperature: BitFlag;
|
|
4718
4703
|
/**
|
|
4719
4704
|
* OutdoorTemperature is derived from a remote node
|
|
4720
|
-
*
|
|
4721
|
-
* This bit shall be supported if the OutdoorTemperature attribute is supported.
|
|
4722
|
-
*
|
|
4723
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.1
|
|
4724
4705
|
*/
|
|
4725
4706
|
outdoorTemperature: BitFlag;
|
|
4726
4707
|
/**
|
|
@@ -4764,7 +4745,7 @@ export declare namespace Thermostat {
|
|
|
4764
4745
|
* If this attribute is updated to SetpointHoldOff and the SetpointHoldExpiryTimestamp is supported, the
|
|
4765
4746
|
* server shall set the SetpointHoldExpiryTimestamp to null.
|
|
4766
4747
|
*
|
|
4767
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4748
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.29
|
|
4768
4749
|
*/
|
|
4769
4750
|
readonly temperatureSetpointHold: OptionalWritableAttribute<TemperatureSetpointHold, any>;
|
|
4770
4751
|
/**
|
|
@@ -4779,7 +4760,7 @@ export declare namespace Thermostat {
|
|
|
4779
4760
|
* If this attribute is set to null and the SetpointHoldExpiryTimestamp is supported, the server shall set
|
|
4780
4761
|
* the SetpointHoldExpiryTimestamp to null.
|
|
4781
4762
|
*
|
|
4782
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4763
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.30
|
|
4783
4764
|
*/
|
|
4784
4765
|
readonly temperatureSetpointHoldDuration: OptionalWritableAttribute<number | null, any>;
|
|
4785
4766
|
/**
|
|
@@ -4800,7 +4781,7 @@ export declare namespace Thermostat {
|
|
|
4800
4781
|
* > Modifying the ScheduleActive bit does not clear or delete previous weekly schedule programming
|
|
4801
4782
|
* configurations.
|
|
4802
4783
|
*
|
|
4803
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4784
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.31
|
|
4804
4785
|
*/
|
|
4805
4786
|
readonly thermostatProgrammingOperationMode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4806
4787
|
/**
|
|
@@ -4820,7 +4801,7 @@ export declare namespace Thermostat {
|
|
|
4820
4801
|
* Indicates the current relay state of the heat, cool, and fan relays. Unimplemented outputs shall be
|
|
4821
4802
|
* treated as if they were Off.
|
|
4822
4803
|
*
|
|
4823
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4804
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.32
|
|
4824
4805
|
*/
|
|
4825
4806
|
readonly thermostatRunningState: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4826
4807
|
/**
|
|
@@ -4861,7 +4842,7 @@ export declare namespace Thermostat {
|
|
|
4861
4842
|
* provider). Because automation services may initiate frequent setpoint changes, this attribute clearly
|
|
4862
4843
|
* differentiates the source of setpoint changes made at the thermostat.
|
|
4863
4844
|
*
|
|
4864
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4845
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.33
|
|
4865
4846
|
*/
|
|
4866
4847
|
readonly setpointChangeSource: OptionalAttribute<SetpointChangeSource, any>;
|
|
4867
4848
|
/**
|
|
@@ -4871,13 +4852,13 @@ export declare namespace Thermostat {
|
|
|
4871
4852
|
*
|
|
4872
4853
|
* The null value indicates that the previous setpoint was unknown.
|
|
4873
4854
|
*
|
|
4874
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4855
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.34
|
|
4875
4856
|
*/
|
|
4876
4857
|
readonly setpointChangeAmount: OptionalAttribute<number | null, any>;
|
|
4877
4858
|
/**
|
|
4878
4859
|
* Indicates the time in UTC at which the SetpointChangeAmount attribute change was recorded.
|
|
4879
4860
|
*
|
|
4880
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4861
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.35
|
|
4881
4862
|
*/
|
|
4882
4863
|
readonly setpointChangeSourceTimestamp: OptionalAttribute<number, any>;
|
|
4883
4864
|
/**
|
|
@@ -4906,38 +4887,38 @@ export declare namespace Thermostat {
|
|
|
4906
4887
|
* when a setpoint is of a specified amount greater than the measured temperature. This allows the heated
|
|
4907
4888
|
* space to be quickly heated to the desired level set by the user.
|
|
4908
4889
|
*
|
|
4909
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4890
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.42
|
|
4910
4891
|
*/
|
|
4911
4892
|
readonly emergencyHeatDelta: OptionalWritableAttribute<number, any>;
|
|
4912
4893
|
/**
|
|
4913
4894
|
* Indicates the type of Mini Split ACTypeEnum of Mini Split AC is defined depending on how Cooling and
|
|
4914
4895
|
* Heating condition is achieved by Mini Split AC.
|
|
4915
4896
|
*
|
|
4916
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4897
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.43
|
|
4917
4898
|
*/
|
|
4918
4899
|
readonly acType: OptionalWritableAttribute<AcType, any>;
|
|
4919
4900
|
/**
|
|
4920
4901
|
* Indicates capacity of Mini Split AC in terms of the format defined by the ACCapacityFormat attribute
|
|
4921
4902
|
*
|
|
4922
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4903
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.44
|
|
4923
4904
|
*/
|
|
4924
4905
|
readonly acCapacity: OptionalWritableAttribute<number, any>;
|
|
4925
4906
|
/**
|
|
4926
4907
|
* Indicates type of refrigerant used within the Mini Split AC.
|
|
4927
4908
|
*
|
|
4928
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4909
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.45
|
|
4929
4910
|
*/
|
|
4930
4911
|
readonly acRefrigerantType: OptionalWritableAttribute<AcRefrigerantType, any>;
|
|
4931
4912
|
/**
|
|
4932
4913
|
* Indicates the type of compressor used within the Mini Split AC.
|
|
4933
4914
|
*
|
|
4934
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4915
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.46
|
|
4935
4916
|
*/
|
|
4936
4917
|
readonly acCompressorType: OptionalWritableAttribute<AcCompressorType, any>;
|
|
4937
4918
|
/**
|
|
4938
4919
|
* Indicates the type of errors encountered within the Mini Split AC.
|
|
4939
4920
|
*
|
|
4940
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4921
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.47
|
|
4941
4922
|
*/
|
|
4942
4923
|
readonly acErrorCode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
4943
4924
|
/**
|
|
@@ -4964,19 +4945,19 @@ export declare namespace Thermostat {
|
|
|
4964
4945
|
/**
|
|
4965
4946
|
* Indicates the position of Louver on the AC.
|
|
4966
4947
|
*
|
|
4967
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4948
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.48
|
|
4968
4949
|
*/
|
|
4969
4950
|
readonly acLouverPosition: OptionalWritableAttribute<AcLouverPosition, any>;
|
|
4970
4951
|
/**
|
|
4971
4952
|
* Indicates the temperature of the AC coil, as measured locally or remotely (over the network).
|
|
4972
4953
|
*
|
|
4973
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4954
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.49
|
|
4974
4955
|
*/
|
|
4975
4956
|
readonly acCoilTemperature: OptionalAttribute<number | null, any>;
|
|
4976
4957
|
/**
|
|
4977
4958
|
* Indicates the format for the ACCapacity attribute.
|
|
4978
4959
|
*
|
|
4979
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4960
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.50
|
|
4980
4961
|
*/
|
|
4981
4962
|
readonly acCapacityFormat: OptionalWritableAttribute<AcCapacityFormat, any>;
|
|
4982
4963
|
/**
|
|
@@ -4984,11 +4965,14 @@ export declare namespace Thermostat {
|
|
|
4984
4965
|
* the timestamp in UTC indicating when that will happen. If there is no such known time, this attribute
|
|
4985
4966
|
* shall be null.
|
|
4986
4967
|
*
|
|
4987
|
-
* If the TemperatureSetpointHold is set to
|
|
4988
|
-
* null, this attribute shall be set to null indicating there is
|
|
4989
|
-
*
|
|
4968
|
+
* If the TemperatureSetpointHold is set to SetpointHoldOn and the TemperatureSetpointHoldDuration is set to
|
|
4969
|
+
* null, this attribute shall be set to null indicating there is a hold on the Thermostat without a
|
|
4970
|
+
* duration.
|
|
4971
|
+
*
|
|
4972
|
+
* If the TemperatureSetpointHold is set to SetpointHoldOff, this attribute shall be set to null indicating
|
|
4973
|
+
* there is no hold on the Thermostat.
|
|
4990
4974
|
*
|
|
4991
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
4975
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.61
|
|
4992
4976
|
*/
|
|
4993
4977
|
readonly setpointHoldExpiryTimestamp: OptionalAttribute<number | null, any>;
|
|
4994
4978
|
};
|
|
@@ -5035,7 +5019,7 @@ export declare namespace Thermostat {
|
|
|
5035
5019
|
* If this bit is set, it shall indicate the occupied state else if the bit if not set, it shall indicate the
|
|
5036
5020
|
* unoccupied state.
|
|
5037
5021
|
*
|
|
5038
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
5022
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.1
|
|
5039
5023
|
*/
|
|
5040
5024
|
occupied: BitFlag;
|
|
5041
5025
|
}>, any>;
|
|
@@ -5266,7 +5250,8 @@ export declare namespace Thermostat {
|
|
|
5266
5250
|
*
|
|
5267
5251
|
* If this attribute is set to a value that is greater than (UnoccupiedCoolingSetpoint -
|
|
5268
5252
|
* MinSetpointDeadBand), the value of UnoccupiedCoolingSetpoint shall be adjusted to
|
|
5269
|
-
*
|
|
5253
|
+
*
|
|
5254
|
+
* + MinSetpointDeadBand).
|
|
5270
5255
|
*
|
|
5271
5256
|
* If the occupancy status of the room is unknown, this attribute shall NOT be used.
|
|
5272
5257
|
*
|
|
@@ -5307,7 +5292,7 @@ export declare namespace Thermostat {
|
|
|
5307
5292
|
* can only be Off, Cool or Heat. This attribute is intended to provide additional information when the
|
|
5308
5293
|
* thermostat’s system mode is in auto mode.
|
|
5309
5294
|
*
|
|
5310
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
5295
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.25
|
|
5311
5296
|
*/
|
|
5312
5297
|
readonly thermostatRunningMode: OptionalAttribute<ThermostatRunningMode, any>;
|
|
5313
5298
|
};
|
|
@@ -5325,19 +5310,19 @@ export declare namespace Thermostat {
|
|
|
5325
5310
|
* This attribute may be able to be used as the base to determine if the device supports weekly scheduling
|
|
5326
5311
|
* by reading the attribute. Successful response means that the weekly scheduling is supported.
|
|
5327
5312
|
*
|
|
5328
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
5313
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.26
|
|
5329
5314
|
*/
|
|
5330
5315
|
readonly startOfWeek: FixedAttribute<StartOfWeek, any>;
|
|
5331
5316
|
/**
|
|
5332
5317
|
* Indicates how many weekly schedule transitions the thermostat is capable of handling.
|
|
5333
5318
|
*
|
|
5334
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
5319
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.27
|
|
5335
5320
|
*/
|
|
5336
5321
|
readonly numberOfWeeklyTransitions: FixedAttribute<number, any>;
|
|
5337
5322
|
/**
|
|
5338
5323
|
* Indicates how many daily schedule transitions the thermostat is capable of handling.
|
|
5339
5324
|
*
|
|
5340
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
5325
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.28
|
|
5341
5326
|
*/
|
|
5342
5327
|
readonly numberOfDailyTransitions: FixedAttribute<number, any>;
|
|
5343
5328
|
};
|
|
@@ -5451,19 +5436,19 @@ export declare namespace Thermostat {
|
|
|
5451
5436
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
5452
5437
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
5453
5438
|
*
|
|
5454
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
5439
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
|
|
5455
5440
|
*/
|
|
5456
5441
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
5457
5442
|
/**
|
|
5458
5443
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
5459
5444
|
*
|
|
5460
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
5445
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
|
|
5461
5446
|
*/
|
|
5462
5447
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
5463
5448
|
/**
|
|
5464
5449
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
5465
5450
|
*
|
|
5466
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
5451
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
|
|
5467
5452
|
*/
|
|
5468
5453
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
5469
5454
|
}>[]>;
|
|
@@ -5580,19 +5565,19 @@ export declare namespace Thermostat {
|
|
|
5580
5565
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
5581
5566
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
5582
5567
|
*
|
|
5583
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
5568
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
|
|
5584
5569
|
*/
|
|
5585
5570
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
5586
5571
|
/**
|
|
5587
5572
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
5588
5573
|
*
|
|
5589
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
5574
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
|
|
5590
5575
|
*/
|
|
5591
5576
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
5592
5577
|
/**
|
|
5593
5578
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
5594
5579
|
*
|
|
5595
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
5580
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
|
|
5596
5581
|
*/
|
|
5597
5582
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
5598
5583
|
}>[]>;
|
|
@@ -5618,9 +5603,8 @@ export declare namespace Thermostat {
|
|
|
5618
5603
|
* Indicates the amount that the Thermostat server will allow the Calculated Local Temperature to float
|
|
5619
5604
|
* above the OccupiedCoolingSetpoint (i.e., OccupiedCoolingSetpoint + OccupiedSetback) or below the
|
|
5620
5605
|
* OccupiedHeatingSetpoint setpoint (i.e., OccupiedHeatingSetpoint – OccupiedSetback) before initiating a
|
|
5621
|
-
* state change to bring the temperature back to the user’s
|
|
5622
|
-
*
|
|
5623
|
-
* desired setpoint. This attribute is sometimes also referred to as the “span.”
|
|
5606
|
+
* state change to bring the temperature back to the user’s desired setpoint. This attribute is sometimes
|
|
5607
|
+
* also referred to as the “span.”
|
|
5624
5608
|
*
|
|
5625
5609
|
* The purpose of this attribute is to allow remote configuration of the span between the desired setpoint
|
|
5626
5610
|
* and the measured temperature to help prevent over-cycling and reduce energy bills, though this may result
|
|
@@ -5636,7 +5620,7 @@ export declare namespace Thermostat {
|
|
|
5636
5620
|
* Thermostat server shall set its OccupiedSetback value to OccupiedSetbackMin and shall send a Write
|
|
5637
5621
|
* Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
5638
5622
|
*
|
|
5639
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
5623
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.36
|
|
5640
5624
|
*/
|
|
5641
5625
|
readonly occupiedSetback: WritableAttribute<number | null, any>;
|
|
5642
5626
|
/**
|
|
@@ -5645,7 +5629,7 @@ export declare namespace Thermostat {
|
|
|
5645
5629
|
*
|
|
5646
5630
|
* The null value indicates the attribute is unused.
|
|
5647
5631
|
*
|
|
5648
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
5632
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.37
|
|
5649
5633
|
*/
|
|
5650
5634
|
readonly occupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
5651
5635
|
/**
|
|
@@ -5654,7 +5638,7 @@ export declare namespace Thermostat {
|
|
|
5654
5638
|
*
|
|
5655
5639
|
* The null value indicates the attribute is unused.
|
|
5656
5640
|
*
|
|
5657
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
5641
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.38
|
|
5658
5642
|
*/
|
|
5659
5643
|
readonly occupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
5660
5644
|
};
|
|
@@ -5688,7 +5672,7 @@ export declare namespace Thermostat {
|
|
|
5688
5672
|
* the Thermostat server shall set its UnoccupiedSetback value to UnoccupiedSetbackMin and shall send a
|
|
5689
5673
|
* Write Attribute Response command with a Status Code field enumeration of SUCCESS response.
|
|
5690
5674
|
*
|
|
5691
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
5675
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.39
|
|
5692
5676
|
*/
|
|
5693
5677
|
readonly unoccupiedSetback: WritableAttribute<number | null, any>;
|
|
5694
5678
|
/**
|
|
@@ -5697,7 +5681,7 @@ export declare namespace Thermostat {
|
|
|
5697
5681
|
*
|
|
5698
5682
|
* The null value indicates the attribute is unused.
|
|
5699
5683
|
*
|
|
5700
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
5684
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.40
|
|
5701
5685
|
*/
|
|
5702
5686
|
readonly unoccupiedSetbackMin: FixedAttribute<number | null, any>;
|
|
5703
5687
|
/**
|
|
@@ -5706,7 +5690,7 @@ export declare namespace Thermostat {
|
|
|
5706
5690
|
*
|
|
5707
5691
|
* The null value indicates the attribute is unused.
|
|
5708
5692
|
*
|
|
5709
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
5693
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.41
|
|
5710
5694
|
*/
|
|
5711
5695
|
readonly unoccupiedSetbackMax: FixedAttribute<number | null, any>;
|
|
5712
5696
|
};
|
|
@@ -5721,25 +5705,25 @@ export declare namespace Thermostat {
|
|
|
5721
5705
|
* Indicates the supported PresetScenarioEnum values, limits on how many presets can be created for each
|
|
5722
5706
|
* PresetScenarioEnum, and whether or not a thermostat can transition automatically to a given scenario.
|
|
5723
5707
|
*
|
|
5724
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
5708
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.51
|
|
5725
5709
|
*/
|
|
5726
5710
|
readonly presetTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
5727
5711
|
/**
|
|
5728
5712
|
* This field shall specify a PresetScenarioEnum value supported by this thermostat.
|
|
5729
5713
|
*
|
|
5730
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
5714
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.1
|
|
5731
5715
|
*/
|
|
5732
5716
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
5733
5717
|
/**
|
|
5734
5718
|
* This field shall specify a limit for the number of presets for this PresetScenarioEnum.
|
|
5735
5719
|
*
|
|
5736
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
5720
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.2
|
|
5737
5721
|
*/
|
|
5738
5722
|
numberOfPresets: import("../tlv/TlvObject.js").FieldType<number>;
|
|
5739
5723
|
/**
|
|
5740
5724
|
* This field shall specify a bitmap of features for this PresetTypeStruct.
|
|
5741
5725
|
*
|
|
5742
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
5726
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.3
|
|
5743
5727
|
*/
|
|
5744
5728
|
presetTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
5745
5729
|
/**
|
|
@@ -5755,14 +5739,14 @@ export declare namespace Thermostat {
|
|
|
5755
5739
|
/**
|
|
5756
5740
|
* Indicates the maximum number of entries supported by the Presets attribute.
|
|
5757
5741
|
*
|
|
5758
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
5742
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.53
|
|
5759
5743
|
*/
|
|
5760
5744
|
readonly numberOfPresets: FixedAttribute<number, any>;
|
|
5761
5745
|
/**
|
|
5762
5746
|
* Indicates the PresetHandle of the active preset. If this attribute is null, then there is no active
|
|
5763
5747
|
* preset.
|
|
5764
5748
|
*
|
|
5765
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
5749
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.57
|
|
5766
5750
|
*/
|
|
5767
5751
|
readonly activePresetHandle: Attribute<AllowSharedBufferSource | null, any>;
|
|
5768
5752
|
/**
|
|
@@ -5837,7 +5821,7 @@ export declare namespace Thermostat {
|
|
|
5837
5821
|
*
|
|
5838
5822
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
5839
5823
|
*
|
|
5840
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
5824
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.59
|
|
5841
5825
|
*/
|
|
5842
5826
|
readonly presets: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
5843
5827
|
/**
|
|
@@ -5847,13 +5831,13 @@ export declare namespace Thermostat {
|
|
|
5847
5831
|
* This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for the
|
|
5848
5832
|
* purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
|
|
5849
5833
|
*
|
|
5850
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
5834
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.1
|
|
5851
5835
|
*/
|
|
5852
5836
|
presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
5853
5837
|
/**
|
|
5854
5838
|
* This field shall indicate the associated PresetScenarioEnum value for this preset.
|
|
5855
5839
|
*
|
|
5856
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
5840
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.2
|
|
5857
5841
|
*/
|
|
5858
5842
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
5859
5843
|
/**
|
|
@@ -5862,28 +5846,28 @@ export declare namespace Thermostat {
|
|
|
5862
5846
|
* Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
|
|
5863
5847
|
* with the same value, including null as a value, in the Name field.
|
|
5864
5848
|
*
|
|
5865
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
5849
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.3
|
|
5866
5850
|
*/
|
|
5867
5851
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
5868
5852
|
/**
|
|
5869
5853
|
* This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
|
|
5870
5854
|
* constraints.
|
|
5871
5855
|
*
|
|
5872
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
5856
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.4
|
|
5873
5857
|
*/
|
|
5874
5858
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
5875
5859
|
/**
|
|
5876
5860
|
* This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
|
|
5877
5861
|
* constraints.
|
|
5878
5862
|
*
|
|
5879
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
5863
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.5
|
|
5880
5864
|
*/
|
|
5881
5865
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
5882
5866
|
/**
|
|
5883
5867
|
* This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but it
|
|
5884
5868
|
* cannot be deleted.
|
|
5885
5869
|
*
|
|
5886
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
5870
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.6
|
|
5887
5871
|
*/
|
|
5888
5872
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
5889
5873
|
}>[], any>;
|
|
@@ -5914,27 +5898,27 @@ export declare namespace Thermostat {
|
|
|
5914
5898
|
* each SystemMode value, and whether or not a given SystemMode value supports transitions to Presets,
|
|
5915
5899
|
* target setpoints, or both.
|
|
5916
5900
|
*
|
|
5917
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
5901
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.52
|
|
5918
5902
|
*/
|
|
5919
5903
|
readonly scheduleTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
5920
5904
|
/**
|
|
5921
5905
|
* This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
|
|
5922
5906
|
* for this field shall be Auto, Heat, and Cool.
|
|
5923
5907
|
*
|
|
5924
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
5908
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.1
|
|
5925
5909
|
*/
|
|
5926
5910
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
5927
5911
|
/**
|
|
5928
5912
|
* This field shall specify a limit for the number of Schedules for this SystemMode.
|
|
5929
5913
|
*
|
|
5930
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
5914
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.2
|
|
5931
5915
|
*/
|
|
5932
5916
|
numberOfSchedules: import("../tlv/TlvObject.js").FieldType<number>;
|
|
5933
5917
|
/**
|
|
5934
5918
|
* This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
|
|
5935
5919
|
* SupportsSetpoints shall be set.
|
|
5936
5920
|
*
|
|
5937
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
5921
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.3
|
|
5938
5922
|
*/
|
|
5939
5923
|
scheduleTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
5940
5924
|
/**
|
|
@@ -5944,7 +5928,7 @@ export declare namespace Thermostat {
|
|
|
5944
5928
|
* field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
|
|
5945
5929
|
* contained in its Transitions field.
|
|
5946
5930
|
*
|
|
5947
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
5931
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.1
|
|
5948
5932
|
*/
|
|
5949
5933
|
supportsPresets: BitFlag;
|
|
5950
5934
|
/**
|
|
@@ -5954,7 +5938,7 @@ export declare namespace Thermostat {
|
|
|
5954
5938
|
* field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
|
|
5955
5939
|
* contained in its Transitions field.
|
|
5956
5940
|
*
|
|
5957
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
5941
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.2
|
|
5958
5942
|
*/
|
|
5959
5943
|
supportsSetpoints: BitFlag;
|
|
5960
5944
|
/**
|
|
@@ -5963,7 +5947,7 @@ export declare namespace Thermostat {
|
|
|
5963
5947
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
5964
5948
|
* field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
|
|
5965
5949
|
*
|
|
5966
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
5950
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.3
|
|
5967
5951
|
*/
|
|
5968
5952
|
supportsNames: BitFlag;
|
|
5969
5953
|
/**
|
|
@@ -5972,7 +5956,7 @@ export declare namespace Thermostat {
|
|
|
5972
5956
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
5973
5957
|
* field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
|
|
5974
5958
|
*
|
|
5975
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
5959
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.4
|
|
5976
5960
|
*/
|
|
5977
5961
|
supportsOff: BitFlag;
|
|
5978
5962
|
}>>;
|
|
@@ -5980,13 +5964,13 @@ export declare namespace Thermostat {
|
|
|
5980
5964
|
/**
|
|
5981
5965
|
* Indicates the maximum number of entries supported by the Schedules attribute.
|
|
5982
5966
|
*
|
|
5983
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
5967
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.54
|
|
5984
5968
|
*/
|
|
5985
5969
|
readonly numberOfSchedules: FixedAttribute<number, any>;
|
|
5986
5970
|
/**
|
|
5987
5971
|
* Indicates the maximum number of transitions per Schedules attribute entry.
|
|
5988
5972
|
*
|
|
5989
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
5973
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.55
|
|
5990
5974
|
*/
|
|
5991
5975
|
readonly numberOfScheduleTransitions: FixedAttribute<number, any>;
|
|
5992
5976
|
/**
|
|
@@ -5997,7 +5981,7 @@ export declare namespace Thermostat {
|
|
|
5997
5981
|
* Indicates the ScheduleHandle of the active schedule. A null value in this attribute indicates that there
|
|
5998
5982
|
* is no active schedule.
|
|
5999
5983
|
*
|
|
6000
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
5984
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.58
|
|
6001
5985
|
*/
|
|
6002
5986
|
readonly activeScheduleHandle: Attribute<AllowSharedBufferSource | null, any>;
|
|
6003
5987
|
/**
|
|
@@ -6108,7 +6092,7 @@ export declare namespace Thermostat {
|
|
|
6108
6092
|
*
|
|
6109
6093
|
* 2. Otherwise, the attribute status shall be SUCCESS.
|
|
6110
6094
|
*
|
|
6111
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
6095
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.60
|
|
6112
6096
|
*/
|
|
6113
6097
|
readonly schedules: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
6114
6098
|
/**
|
|
@@ -6118,26 +6102,26 @@ export declare namespace Thermostat {
|
|
|
6118
6102
|
* This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute for
|
|
6119
6103
|
* the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
|
|
6120
6104
|
*
|
|
6121
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6105
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.1
|
|
6122
6106
|
*/
|
|
6123
6107
|
scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
6124
6108
|
/**
|
|
6125
6109
|
* This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
|
|
6126
6110
|
* values for this field shall be Auto, Heat, and Cool.
|
|
6127
6111
|
*
|
|
6128
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6112
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.2
|
|
6129
6113
|
*/
|
|
6130
6114
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
6131
6115
|
/**
|
|
6132
6116
|
* This field shall specify a name for the ScheduleStruct.
|
|
6133
6117
|
*
|
|
6134
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6118
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.3
|
|
6135
6119
|
*/
|
|
6136
6120
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
6137
6121
|
/**
|
|
6138
6122
|
* This field shall indicate the default PresetHandle value for transitions in this schedule.
|
|
6139
6123
|
*
|
|
6140
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6124
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.4
|
|
6141
6125
|
*/
|
|
6142
6126
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
6143
6127
|
/**
|
|
@@ -6168,14 +6152,14 @@ export declare namespace Thermostat {
|
|
|
6168
6152
|
* ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
|
|
6169
6153
|
* whose DayOfWeek field matches the current day of the week.
|
|
6170
6154
|
*
|
|
6171
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6155
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.5
|
|
6172
6156
|
*/
|
|
6173
6157
|
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
6174
6158
|
/**
|
|
6175
6159
|
* This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
|
|
6176
6160
|
* NOT be set; vacation schedules shall be set via the vacation preset.
|
|
6177
6161
|
*
|
|
6178
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6162
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.1
|
|
6179
6163
|
*/
|
|
6180
6164
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
6181
6165
|
/**
|
|
@@ -6217,14 +6201,14 @@ export declare namespace Thermostat {
|
|
|
6217
6201
|
*
|
|
6218
6202
|
* Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
|
|
6219
6203
|
*
|
|
6220
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6204
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.2
|
|
6221
6205
|
*/
|
|
6222
6206
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
6223
6207
|
/**
|
|
6224
6208
|
* This field shall specify the preset used at the TransitionTime. If this field is provided, then the
|
|
6225
6209
|
* SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
|
|
6226
6210
|
*
|
|
6227
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6211
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.3
|
|
6228
6212
|
*/
|
|
6229
6213
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
6230
6214
|
/**
|
|
@@ -6232,21 +6216,21 @@ export declare namespace Thermostat {
|
|
|
6232
6216
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
6233
6217
|
* shall only be included when the required system mode differs from the schedule’s default SystemMode.
|
|
6234
6218
|
*
|
|
6235
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6219
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.4
|
|
6236
6220
|
*/
|
|
6237
6221
|
systemMode: import("../tlv/TlvObject.js").OptionalFieldType<SystemMode>;
|
|
6238
6222
|
/**
|
|
6239
6223
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
6240
6224
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
6241
6225
|
*
|
|
6242
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6226
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.5
|
|
6243
6227
|
*/
|
|
6244
6228
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
6245
6229
|
/**
|
|
6246
6230
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
6247
6231
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
6248
6232
|
*
|
|
6249
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6233
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.6
|
|
6250
6234
|
*/
|
|
6251
6235
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
6252
6236
|
}>[]>;
|
|
@@ -6254,7 +6238,7 @@ export declare namespace Thermostat {
|
|
|
6254
6238
|
* This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
|
|
6255
6239
|
* it cannot be deleted.
|
|
6256
6240
|
*
|
|
6257
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6241
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.6
|
|
6258
6242
|
*/
|
|
6259
6243
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
6260
6244
|
}>[], any>;
|
|
@@ -6310,7 +6294,7 @@ export declare namespace Thermostat {
|
|
|
6310
6294
|
const CompleteInstance: MutableCluster<{
|
|
6311
6295
|
readonly id: 513;
|
|
6312
6296
|
readonly name: "Thermostat";
|
|
6313
|
-
readonly revision:
|
|
6297
|
+
readonly revision: 9;
|
|
6314
6298
|
readonly features: {
|
|
6315
6299
|
/**
|
|
6316
6300
|
* Thermostat is capable of managing a heating device
|
|
@@ -6345,7 +6329,10 @@ export declare namespace Thermostat {
|
|
|
6345
6329
|
*/
|
|
6346
6330
|
readonly localTemperatureNotExposed: BitFlag;
|
|
6347
6331
|
/**
|
|
6348
|
-
*
|
|
6332
|
+
* This feature indicates that the thermostat is capable of schedules. If this feature is supported, the
|
|
6333
|
+
* thermostat shall support a mechanism to do time synchronization.
|
|
6334
|
+
*
|
|
6335
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.4.2
|
|
6349
6336
|
*/
|
|
6350
6337
|
readonly matterScheduleConfiguration: BitFlag;
|
|
6351
6338
|
/**
|
|
@@ -6361,7 +6348,7 @@ export declare namespace Thermostat {
|
|
|
6361
6348
|
* If this bit is set, it shall indicate the occupied state else if the bit if not set, it shall indicate the
|
|
6362
6349
|
* unoccupied state.
|
|
6363
6350
|
*
|
|
6364
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6351
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.1
|
|
6365
6352
|
*/
|
|
6366
6353
|
occupied: BitFlag;
|
|
6367
6354
|
}>, any> & {
|
|
@@ -6587,19 +6574,19 @@ export declare namespace Thermostat {
|
|
|
6587
6574
|
/**
|
|
6588
6575
|
* This field shall specify a PresetScenarioEnum value supported by this thermostat.
|
|
6589
6576
|
*
|
|
6590
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6577
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.1
|
|
6591
6578
|
*/
|
|
6592
6579
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
6593
6580
|
/**
|
|
6594
6581
|
* This field shall specify a limit for the number of presets for this PresetScenarioEnum.
|
|
6595
6582
|
*
|
|
6596
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6583
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.2
|
|
6597
6584
|
*/
|
|
6598
6585
|
numberOfPresets: import("../tlv/TlvObject.js").FieldType<number>;
|
|
6599
6586
|
/**
|
|
6600
6587
|
* This field shall specify a bitmap of features for this PresetTypeStruct.
|
|
6601
6588
|
*
|
|
6602
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6589
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.3
|
|
6603
6590
|
*/
|
|
6604
6591
|
presetTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
6605
6592
|
/**
|
|
@@ -6624,20 +6611,20 @@ export declare namespace Thermostat {
|
|
|
6624
6611
|
* This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
|
|
6625
6612
|
* for this field shall be Auto, Heat, and Cool.
|
|
6626
6613
|
*
|
|
6627
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6614
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.1
|
|
6628
6615
|
*/
|
|
6629
6616
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
6630
6617
|
/**
|
|
6631
6618
|
* This field shall specify a limit for the number of Schedules for this SystemMode.
|
|
6632
6619
|
*
|
|
6633
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6620
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.2
|
|
6634
6621
|
*/
|
|
6635
6622
|
numberOfSchedules: import("../tlv/TlvObject.js").FieldType<number>;
|
|
6636
6623
|
/**
|
|
6637
6624
|
* This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
|
|
6638
6625
|
* SupportsSetpoints shall be set.
|
|
6639
6626
|
*
|
|
6640
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6627
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.3
|
|
6641
6628
|
*/
|
|
6642
6629
|
scheduleTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
6643
6630
|
/**
|
|
@@ -6647,7 +6634,7 @@ export declare namespace Thermostat {
|
|
|
6647
6634
|
* field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
|
|
6648
6635
|
* contained in its Transitions field.
|
|
6649
6636
|
*
|
|
6650
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6637
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.1
|
|
6651
6638
|
*/
|
|
6652
6639
|
supportsPresets: BitFlag;
|
|
6653
6640
|
/**
|
|
@@ -6657,7 +6644,7 @@ export declare namespace Thermostat {
|
|
|
6657
6644
|
* field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
|
|
6658
6645
|
* contained in its Transitions field.
|
|
6659
6646
|
*
|
|
6660
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6647
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.2
|
|
6661
6648
|
*/
|
|
6662
6649
|
supportsSetpoints: BitFlag;
|
|
6663
6650
|
/**
|
|
@@ -6666,7 +6653,7 @@ export declare namespace Thermostat {
|
|
|
6666
6653
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
6667
6654
|
* field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
|
|
6668
6655
|
*
|
|
6669
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6656
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.3
|
|
6670
6657
|
*/
|
|
6671
6658
|
supportsNames: BitFlag;
|
|
6672
6659
|
/**
|
|
@@ -6675,7 +6662,7 @@ export declare namespace Thermostat {
|
|
|
6675
6662
|
* This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
|
|
6676
6663
|
* field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
|
|
6677
6664
|
*
|
|
6678
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6665
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.4
|
|
6679
6666
|
*/
|
|
6680
6667
|
supportsOff: BitFlag;
|
|
6681
6668
|
}>>;
|
|
@@ -6743,13 +6730,13 @@ export declare namespace Thermostat {
|
|
|
6743
6730
|
* This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for the
|
|
6744
6731
|
* purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
|
|
6745
6732
|
*
|
|
6746
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6733
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.1
|
|
6747
6734
|
*/
|
|
6748
6735
|
presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
6749
6736
|
/**
|
|
6750
6737
|
* This field shall indicate the associated PresetScenarioEnum value for this preset.
|
|
6751
6738
|
*
|
|
6752
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6739
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.2
|
|
6753
6740
|
*/
|
|
6754
6741
|
presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
|
|
6755
6742
|
/**
|
|
@@ -6758,28 +6745,28 @@ export declare namespace Thermostat {
|
|
|
6758
6745
|
* Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
|
|
6759
6746
|
* with the same value, including null as a value, in the Name field.
|
|
6760
6747
|
*
|
|
6761
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6748
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.3
|
|
6762
6749
|
*/
|
|
6763
6750
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
|
|
6764
6751
|
/**
|
|
6765
6752
|
* This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
|
|
6766
6753
|
* constraints.
|
|
6767
6754
|
*
|
|
6768
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6755
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.4
|
|
6769
6756
|
*/
|
|
6770
6757
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
6771
6758
|
/**
|
|
6772
6759
|
* This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
|
|
6773
6760
|
* constraints.
|
|
6774
6761
|
*
|
|
6775
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6762
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.5
|
|
6776
6763
|
*/
|
|
6777
6764
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
6778
6765
|
/**
|
|
6779
6766
|
* This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but it
|
|
6780
6767
|
* cannot be deleted.
|
|
6781
6768
|
*
|
|
6782
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6769
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.6
|
|
6783
6770
|
*/
|
|
6784
6771
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
6785
6772
|
}>[], any> & {
|
|
@@ -6798,26 +6785,26 @@ export declare namespace Thermostat {
|
|
|
6798
6785
|
* This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute for
|
|
6799
6786
|
* the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
|
|
6800
6787
|
*
|
|
6801
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6788
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.1
|
|
6802
6789
|
*/
|
|
6803
6790
|
scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
|
|
6804
6791
|
/**
|
|
6805
6792
|
* This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
|
|
6806
6793
|
* values for this field shall be Auto, Heat, and Cool.
|
|
6807
6794
|
*
|
|
6808
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6795
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.2
|
|
6809
6796
|
*/
|
|
6810
6797
|
systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
|
|
6811
6798
|
/**
|
|
6812
6799
|
* This field shall specify a name for the ScheduleStruct.
|
|
6813
6800
|
*
|
|
6814
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6801
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.3
|
|
6815
6802
|
*/
|
|
6816
6803
|
name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
|
|
6817
6804
|
/**
|
|
6818
6805
|
* This field shall indicate the default PresetHandle value for transitions in this schedule.
|
|
6819
6806
|
*
|
|
6820
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6807
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.4
|
|
6821
6808
|
*/
|
|
6822
6809
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
6823
6810
|
/**
|
|
@@ -6848,14 +6835,14 @@ export declare namespace Thermostat {
|
|
|
6848
6835
|
* ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
|
|
6849
6836
|
* whose DayOfWeek field matches the current day of the week.
|
|
6850
6837
|
*
|
|
6851
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6838
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.5
|
|
6852
6839
|
*/
|
|
6853
6840
|
transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
|
|
6854
6841
|
/**
|
|
6855
6842
|
* This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
|
|
6856
6843
|
* NOT be set; vacation schedules shall be set via the vacation preset.
|
|
6857
6844
|
*
|
|
6858
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6845
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.1
|
|
6859
6846
|
*/
|
|
6860
6847
|
dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
6861
6848
|
/**
|
|
@@ -6897,14 +6884,14 @@ export declare namespace Thermostat {
|
|
|
6897
6884
|
*
|
|
6898
6885
|
* Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
|
|
6899
6886
|
*
|
|
6900
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6887
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.2
|
|
6901
6888
|
*/
|
|
6902
6889
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
6903
6890
|
/**
|
|
6904
6891
|
* This field shall specify the preset used at the TransitionTime. If this field is provided, then the
|
|
6905
6892
|
* SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
|
|
6906
6893
|
*
|
|
6907
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6894
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.3
|
|
6908
6895
|
*/
|
|
6909
6896
|
presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
|
|
6910
6897
|
/**
|
|
@@ -6912,21 +6899,21 @@ export declare namespace Thermostat {
|
|
|
6912
6899
|
* default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
|
|
6913
6900
|
* shall only be included when the required system mode differs from the schedule’s default SystemMode.
|
|
6914
6901
|
*
|
|
6915
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6902
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.4
|
|
6916
6903
|
*/
|
|
6917
6904
|
systemMode: import("../tlv/TlvObject.js").OptionalFieldType<SystemMode>;
|
|
6918
6905
|
/**
|
|
6919
6906
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
6920
6907
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
6921
6908
|
*
|
|
6922
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6909
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.5
|
|
6923
6910
|
*/
|
|
6924
6911
|
coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
6925
6912
|
/**
|
|
6926
6913
|
* This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
|
|
6927
6914
|
* NOT be included. Refer to Setpoint Limits for value constraints.
|
|
6928
6915
|
*
|
|
6929
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6916
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.6
|
|
6930
6917
|
*/
|
|
6931
6918
|
heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
|
|
6932
6919
|
}>[]>;
|
|
@@ -6934,7 +6921,7 @@ export declare namespace Thermostat {
|
|
|
6934
6921
|
* This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
|
|
6935
6922
|
* it cannot be deleted.
|
|
6936
6923
|
*
|
|
6937
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6924
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.6
|
|
6938
6925
|
*/
|
|
6939
6926
|
builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
|
|
6940
6927
|
}>[], any> & {
|
|
@@ -6990,7 +6977,7 @@ export declare namespace Thermostat {
|
|
|
6990
6977
|
*
|
|
6991
6978
|
* • 11 = Reserved
|
|
6992
6979
|
*
|
|
6993
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6980
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.1
|
|
6994
6981
|
*/
|
|
6995
6982
|
coolingStage: BitField;
|
|
6996
6983
|
/**
|
|
@@ -7006,7 +6993,7 @@ export declare namespace Thermostat {
|
|
|
7006
6993
|
*
|
|
7007
6994
|
* • 11 = Reserved
|
|
7008
6995
|
*
|
|
7009
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
6996
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.2
|
|
7010
6997
|
*/
|
|
7011
6998
|
heatingStage: BitField;
|
|
7012
6999
|
/**
|
|
@@ -7018,7 +7005,7 @@ export declare namespace Thermostat {
|
|
|
7018
7005
|
*
|
|
7019
7006
|
* • 1 = Heat Pump
|
|
7020
7007
|
*
|
|
7021
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
7008
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.3
|
|
7022
7009
|
*/
|
|
7023
7010
|
heatingIsHeatPump: BitFlag;
|
|
7024
7011
|
/**
|
|
@@ -7030,7 +7017,7 @@ export declare namespace Thermostat {
|
|
|
7030
7017
|
*
|
|
7031
7018
|
* • 1 = Uses fuel
|
|
7032
7019
|
*
|
|
7033
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
7020
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.4
|
|
7034
7021
|
*/
|
|
7035
7022
|
heatingUsesFuel: BitFlag;
|
|
7036
7023
|
}>, any>;
|
|
@@ -7053,10 +7040,6 @@ export declare namespace Thermostat {
|
|
|
7053
7040
|
localTemperature: BitFlag;
|
|
7054
7041
|
/**
|
|
7055
7042
|
* OutdoorTemperature is derived from a remote node
|
|
7056
|
-
*
|
|
7057
|
-
* This bit shall be supported if the OutdoorTemperature attribute is supported.
|
|
7058
|
-
*
|
|
7059
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.1
|
|
7060
7043
|
*/
|
|
7061
7044
|
outdoorTemperature: BitFlag;
|
|
7062
7045
|
/**
|
|
@@ -7100,7 +7083,7 @@ export declare namespace Thermostat {
|
|
|
7100
7083
|
* If this attribute is updated to SetpointHoldOff and the SetpointHoldExpiryTimestamp is supported, the
|
|
7101
7084
|
* server shall set the SetpointHoldExpiryTimestamp to null.
|
|
7102
7085
|
*
|
|
7103
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
7086
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.29
|
|
7104
7087
|
*/
|
|
7105
7088
|
readonly temperatureSetpointHold: OptionalWritableAttribute<TemperatureSetpointHold, any>;
|
|
7106
7089
|
/**
|
|
@@ -7115,7 +7098,7 @@ export declare namespace Thermostat {
|
|
|
7115
7098
|
* If this attribute is set to null and the SetpointHoldExpiryTimestamp is supported, the server shall set
|
|
7116
7099
|
* the SetpointHoldExpiryTimestamp to null.
|
|
7117
7100
|
*
|
|
7118
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
7101
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.30
|
|
7119
7102
|
*/
|
|
7120
7103
|
readonly temperatureSetpointHoldDuration: OptionalWritableAttribute<number | null, any>;
|
|
7121
7104
|
/**
|
|
@@ -7136,7 +7119,7 @@ export declare namespace Thermostat {
|
|
|
7136
7119
|
* > Modifying the ScheduleActive bit does not clear or delete previous weekly schedule programming
|
|
7137
7120
|
* configurations.
|
|
7138
7121
|
*
|
|
7139
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
7122
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.31
|
|
7140
7123
|
*/
|
|
7141
7124
|
readonly thermostatProgrammingOperationMode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
7142
7125
|
/**
|
|
@@ -7156,7 +7139,7 @@ export declare namespace Thermostat {
|
|
|
7156
7139
|
* Indicates the current relay state of the heat, cool, and fan relays. Unimplemented outputs shall be
|
|
7157
7140
|
* treated as if they were Off.
|
|
7158
7141
|
*
|
|
7159
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
7142
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.32
|
|
7160
7143
|
*/
|
|
7161
7144
|
readonly thermostatRunningState: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
7162
7145
|
/**
|
|
@@ -7197,7 +7180,7 @@ export declare namespace Thermostat {
|
|
|
7197
7180
|
* provider). Because automation services may initiate frequent setpoint changes, this attribute clearly
|
|
7198
7181
|
* differentiates the source of setpoint changes made at the thermostat.
|
|
7199
7182
|
*
|
|
7200
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
7183
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.33
|
|
7201
7184
|
*/
|
|
7202
7185
|
readonly setpointChangeSource: OptionalAttribute<SetpointChangeSource, any>;
|
|
7203
7186
|
/**
|
|
@@ -7207,13 +7190,13 @@ export declare namespace Thermostat {
|
|
|
7207
7190
|
*
|
|
7208
7191
|
* The null value indicates that the previous setpoint was unknown.
|
|
7209
7192
|
*
|
|
7210
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
7193
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.34
|
|
7211
7194
|
*/
|
|
7212
7195
|
readonly setpointChangeAmount: OptionalAttribute<number | null, any>;
|
|
7213
7196
|
/**
|
|
7214
7197
|
* Indicates the time in UTC at which the SetpointChangeAmount attribute change was recorded.
|
|
7215
7198
|
*
|
|
7216
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
7199
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.35
|
|
7217
7200
|
*/
|
|
7218
7201
|
readonly setpointChangeSourceTimestamp: OptionalAttribute<number, any>;
|
|
7219
7202
|
/**
|
|
@@ -7242,38 +7225,38 @@ export declare namespace Thermostat {
|
|
|
7242
7225
|
* when a setpoint is of a specified amount greater than the measured temperature. This allows the heated
|
|
7243
7226
|
* space to be quickly heated to the desired level set by the user.
|
|
7244
7227
|
*
|
|
7245
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
7228
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.42
|
|
7246
7229
|
*/
|
|
7247
7230
|
readonly emergencyHeatDelta: OptionalWritableAttribute<number, any>;
|
|
7248
7231
|
/**
|
|
7249
7232
|
* Indicates the type of Mini Split ACTypeEnum of Mini Split AC is defined depending on how Cooling and
|
|
7250
7233
|
* Heating condition is achieved by Mini Split AC.
|
|
7251
7234
|
*
|
|
7252
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
7235
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.43
|
|
7253
7236
|
*/
|
|
7254
7237
|
readonly acType: OptionalWritableAttribute<AcType, any>;
|
|
7255
7238
|
/**
|
|
7256
7239
|
* Indicates capacity of Mini Split AC in terms of the format defined by the ACCapacityFormat attribute
|
|
7257
7240
|
*
|
|
7258
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
7241
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.44
|
|
7259
7242
|
*/
|
|
7260
7243
|
readonly acCapacity: OptionalWritableAttribute<number, any>;
|
|
7261
7244
|
/**
|
|
7262
7245
|
* Indicates type of refrigerant used within the Mini Split AC.
|
|
7263
7246
|
*
|
|
7264
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
7247
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.45
|
|
7265
7248
|
*/
|
|
7266
7249
|
readonly acRefrigerantType: OptionalWritableAttribute<AcRefrigerantType, any>;
|
|
7267
7250
|
/**
|
|
7268
7251
|
* Indicates the type of compressor used within the Mini Split AC.
|
|
7269
7252
|
*
|
|
7270
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
7253
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.46
|
|
7271
7254
|
*/
|
|
7272
7255
|
readonly acCompressorType: OptionalWritableAttribute<AcCompressorType, any>;
|
|
7273
7256
|
/**
|
|
7274
7257
|
* Indicates the type of errors encountered within the Mini Split AC.
|
|
7275
7258
|
*
|
|
7276
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
7259
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.47
|
|
7277
7260
|
*/
|
|
7278
7261
|
readonly acErrorCode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
|
|
7279
7262
|
/**
|
|
@@ -7300,19 +7283,19 @@ export declare namespace Thermostat {
|
|
|
7300
7283
|
/**
|
|
7301
7284
|
* Indicates the position of Louver on the AC.
|
|
7302
7285
|
*
|
|
7303
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
7286
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.48
|
|
7304
7287
|
*/
|
|
7305
7288
|
readonly acLouverPosition: OptionalWritableAttribute<AcLouverPosition, any>;
|
|
7306
7289
|
/**
|
|
7307
7290
|
* Indicates the temperature of the AC coil, as measured locally or remotely (over the network).
|
|
7308
7291
|
*
|
|
7309
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
7292
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.49
|
|
7310
7293
|
*/
|
|
7311
7294
|
readonly acCoilTemperature: OptionalAttribute<number | null, any>;
|
|
7312
7295
|
/**
|
|
7313
7296
|
* Indicates the format for the ACCapacity attribute.
|
|
7314
7297
|
*
|
|
7315
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.
|
|
7298
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.50
|
|
7316
7299
|
*/
|
|
7317
7300
|
readonly acCapacityFormat: OptionalWritableAttribute<AcCapacityFormat, any>;
|
|
7318
7301
|
/**
|
|
@@ -7320,11 +7303,14 @@ export declare namespace Thermostat {
|
|
|
7320
7303
|
* the timestamp in UTC indicating when that will happen. If there is no such known time, this attribute
|
|
7321
7304
|
* shall be null.
|
|
7322
7305
|
*
|
|
7323
|
-
* If the TemperatureSetpointHold is set to
|
|
7324
|
-
* null, this attribute shall be set to null indicating there is
|
|
7325
|
-
*
|
|
7306
|
+
* If the TemperatureSetpointHold is set to SetpointHoldOn and the TemperatureSetpointHoldDuration is set to
|
|
7307
|
+
* null, this attribute shall be set to null indicating there is a hold on the Thermostat without a
|
|
7308
|
+
* duration.
|
|
7326
7309
|
*
|
|
7327
|
-
*
|
|
7310
|
+
* If the TemperatureSetpointHold is set to SetpointHoldOff, this attribute shall be set to null indicating
|
|
7311
|
+
* there is no hold on the Thermostat.
|
|
7312
|
+
*
|
|
7313
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.9.61
|
|
7328
7314
|
*/
|
|
7329
7315
|
readonly setpointHoldExpiryTimestamp: OptionalAttribute<number | null, any>;
|
|
7330
7316
|
};
|
|
@@ -7427,19 +7413,19 @@ export declare namespace Thermostat {
|
|
|
7427
7413
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
7428
7414
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
7429
7415
|
*
|
|
7430
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
7416
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
|
|
7431
7417
|
*/
|
|
7432
7418
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
7433
7419
|
/**
|
|
7434
7420
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
7435
7421
|
*
|
|
7436
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
7422
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
|
|
7437
7423
|
*/
|
|
7438
7424
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
7439
7425
|
/**
|
|
7440
7426
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
7441
7427
|
*
|
|
7442
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
7428
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
|
|
7443
7429
|
*/
|
|
7444
7430
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
7445
7431
|
}>[]>;
|
|
@@ -7560,19 +7546,19 @@ export declare namespace Thermostat {
|
|
|
7560
7546
|
* be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
|
|
7561
7547
|
* be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
|
|
7562
7548
|
*
|
|
7563
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
7549
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
|
|
7564
7550
|
*/
|
|
7565
7551
|
transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
|
|
7566
7552
|
/**
|
|
7567
7553
|
* This field shall represent the heat setpoint to be applied at this associated transition start time.
|
|
7568
7554
|
*
|
|
7569
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
7555
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
|
|
7570
7556
|
*/
|
|
7571
7557
|
heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
7572
7558
|
/**
|
|
7573
7559
|
* This field shall represent the cool setpoint to be applied at this associated transition start time.
|
|
7574
7560
|
*
|
|
7575
|
-
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.
|
|
7561
|
+
* @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
|
|
7576
7562
|
*/
|
|
7577
7563
|
coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
|
|
7578
7564
|
}>[]>;
|