AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
2Smart Cloud2Smart Cloud

Setting string value

This action will allow setting a value of the string type sensor.

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 allow setting a value of the string type sensor.
API endpoint slug
2smart_cloud.set_string
Filter code method
_2smartCloud.setString.skip(string?: reason)
Runtime method
runAction("2smart_cloud.set_string", {})

Action fields

Sensor Dropdown list

Label
sensor
Helper text
Sensor to set
Slug
sensor
Required
true
Can have default value
false

Value Text input > Short text

Label
value
Helper text
Sensor to set
Slug
value
Required
true
Can have default value
true
Filter code method
_2smartCloud.setString.setValue(string: value)