A beginner's guide
Explore Plans
Mobile menu Close menu
2Smart Cloud2Smart Cloud

Setting numeric value

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

Action fields

Sensor Dropdown list

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

Value Text input > Other

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