This action will allow setting a value of the string type sensor.
Developer info
- 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)