New services
Explore Plans
Mobile menu Close menu
Wireless TagWireless Tag

Enable humidity or moisture monitoring

This Action will enable humidity or moisture monitoring on a tag. NOTE: Only compatible with Tags with humidity or moisture 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 enable humidity or moisture monitoring on a tag. NOTE: Only compatible with Tags with humidity or moisture sensor.
API endpoint slug
wirelesstag.arm_rh
Filter code method
Wirelesstag.armRh.skip(string?: reason)
Runtime method
runAction("wirelesstag.arm_rh", {})

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 %
Helper text
If humidity/moisture drops below this "too dry" event will fire. If missing, use value you set in the app.
Slug
thLow
Required
false
Can have default value
true
Filter code method
Wirelesstag.armRh.setThLow(string: thLow)

Th high Text input > Short text

Label
Upper threshold in %
Helper text
If humidity/moisture rises above this "too wet" event will fire. If missing, use value you set in the app.
Slug
thHigh
Required
true
Can have default value
true
Filter code method
Wirelesstag.armRh.setThHigh(string: thHigh)