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
- Label
- Tag
- Slug
- tagid
- Required
- true
- Can have default value
- false
- 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)
- 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)