This action will change operation settings for Cool Mode in your device.
- API endpoint slug
- aquarea_smart_cloud.cool-on-curve
- Filter code method
- AquareaSmartCloud.coolOnCurve.skip(string?: reason)
- Runtime method
- runAction("aquarea_smart_cloud.cool-on-curve", {})
Action fields
- 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
- Label
- Operation setting for Zone1
- Slug
- zone1_operation
- Required
- true
- Can have default value
- true
- Filter code method
- AquareaSmartCloud.coolOnCurve.setZone1Operation(string: zone1Operation)
- 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.coolOnCurve.setZone1TargetTemperature(string: zone1TargetTemperature)
- 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.coolOnCurve.setZone2Operation(string: zone2Operation)
- 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.coolOnCurve.setZone2TargetTemperature(string: zone2TargetTemperature)