New services
Explore Plans
Mobile menu Close menu
Wireless TagWireless Tag

Enable temperature monitoring

This Action will enable temperature monitoring on a tag.

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
wirelesstag.arm_temp
Filter code method
Wirelesstag.armTemp.skip(string?: reason)
Runtime method
runAction("wirelesstag.arm_temp", {})

Action fields

Tagid Dropdown list

Label
Tag
Slug
tagid
Required
true
Can have default value
false

Th low Text input > Short text

Label
Lower threshold in degree Fahrenheit
Helper text
Slug
thLow
Required
false
Can have default value
true
Filter code method
Wirelesstag.armTemp.setThLow(string: thLow)

Th high Text input > Short text

Label
Upper threshold in degree Fahrenheit
Helper text
Slug
thHigh
Required
false
Can have default value
true
Filter code method
Wirelesstag.armTemp.setThHigh(string: thHigh)