AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
YoLinkYoLink

Control your thermostat

Control your thermostat

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
Control your thermostat
API endpoint slug
yolink.thermostat
Filter code method
Yolink.thermostat.skip(string?: reason)
Runtime method
runAction("yolink.thermostat", {})

Action fields

Device ID Dropdown list

Label
Device
Helper text
Choose a device
Slug
deviceId
Required
true
Can have default value
false

Mode Dropdown list

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)

Low temperature Text input > Other

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)

High temperature Text input > Other

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)

Fan Dropdown list

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)