Group Location
Explore Plans
Mobile menu Close menu
AQUAREA Smart CloudAQUAREA Smart Cloud

Change Heat Mode settings (for direct setting)

This action will change operation settings for Heat Mode in your device. This action is for devices not set to work with compensation curve setting.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will change operation settings for Heat Mode in your device. This action is for devices not set to work with compensation curve setting.
API endpoint slug
aquarea_smart_cloud.heat-on-direct
Filter code method
AquareaSmartCloud.heatOnDirect.skip(string?: reason)
Runtime method
runAction("aquarea_smart_cloud.heat-on-direct", {})

Action fields

Deviceid Dropdown list

Label
Which device?
Helper text
Available actions depend on the device settings. If the device name is not displayed, please check other actions.
Slug
deviceid
Required
true
Can have default value
false

Zone1 operation Dropdown list

Label
Operation setting for Zone1
Slug
zone1_operation
Required
true
Can have default value
true
Filter code method
AquareaSmartCloud.heatOnDirect.setZone1Operation(string: zone1Operation)

Zone1 target temperature Dropdown list

Label
Target temperature for Zone1
Helper text
If you set invalid value, the action will be skipped.
Slug
zone1_target_temperature
Required
true
Can have default value
true
Filter code method
AquareaSmartCloud.heatOnDirect.setZone1TargetTemperature(string: zone1TargetTemperature)

Zone2 operation Dropdown list

Label
Operation setting for Zone2
Helper text
If your device doesn't have Zone 2, all Zone 2 settings will be ignored.
Slug
zone2_operation
Required
true
Can have default value
true
Filter code method
AquareaSmartCloud.heatOnDirect.setZone2Operation(string: zone2Operation)

Zone2 target temperature Dropdown list

Label
Target temperature for Zone2
Helper text
If you set invalid value, the action will be skipped.
Slug
zone2_target_temperature
Required
true
Can have default value
true
Filter code method
AquareaSmartCloud.heatOnDirect.setZone2TargetTemperature(string: zone2TargetTemperature)