Control your thermostat
- API endpoint slug
- yolink.thermostat
- Filter code method
- Yolink.thermostat.skip(string?: reason)
- Runtime method
- runAction("yolink.thermostat", {})
Action fields
- Label
- Device
- Helper text
- Choose a device
- Slug
- deviceId
- Required
- true
- Can have default value
- false
- Label
- Mode
- Helper text
- Set thermostat's mode
- Slug
- mode
- Required
- true
- Can have default value
- true
- Filter code method
- Yolink.thermostat.setMode(string: mode)
- Label
- Low Temperature
- Helper text
- Set thermostat's low temperature (16 to 40 ℃)
- Slug
- low_temperature
- Required
- true
- Can have default value
- true
- Filter code method
- Yolink.thermostat.setLowTemperature(string: lowTemperature)
- Label
- High Temperature
- Helper text
- Set thermostat's high temperature (16 to 40 ℃)
- Slug
- high_temperature
- Required
- true
- Can have default value
- true
- Filter code method
- Yolink.thermostat.setHighTemperature(string: highTemperature)
- Label
- Fan
- Helper text
- Set thermostat's fan mode
- Slug
- fan
- Required
- true
- Can have default value
- true
- Filter code method
- Yolink.thermostat.setFan(string: fan)