New services
Explore Plans
Mobile menu Close menu
Timberwolf ServerTimberwolf Server

Set value

Set a Timberwolf Server object to a specified value. The selected Timberwolf Server will convert the textual value to the datatype of the target object. You can connect the target object to another subsystem like KNX, 1-Wire, Modbus, MQTT, HTTP or Timeseries

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
API endpoint slug
timberwolf_server.set_value
Filter code method
TimberwolfServer.setValue.skip(string?: reason)
Runtime method
runAction("timberwolf_server.set_value", {})

Action fields

Object name Nested dropdown list

Label
What Timberwolf Server and object do you want to use?
Slug
object_name
Required
true
Can have default value
false

Value Text input > Other

Label
Value
Slug
value
Required
true
Can have default value
true
Filter code method
TimberwolfServer.setValue.setValue(string: value)