This Action will turn on your A/C in the specified room, and run it in Away mode.
- API endpoint slug
- ambiclimate.device_mode_away
- Filter code method
- Ambiclimate.deviceModeAway.skip(string?: reason)
- Runtime method
- runAction("ambiclimate.device_mode_away", {})
Action fields
- Label
- Which A/C?
- Slug
- device_name
- Required
- true
- Can have default value
- false
- Label
- Which mode?
- Slug
- mode
- Required
- true
- Can have default value
- true
- Filter code method
- Ambiclimate.deviceModeAway.setMode(string: mode)
- Label
- value
- Helper text
- Please input temperature (in Celsius, e.g. 25.5) or humidity (e.g. 75).
- Slug
- value
- Required
- true
- Can have default value
- true
- Filter code method
- Ambiclimate.deviceModeAway.setValue(string: value)