This Action will enable temperature monitoring on a tag.
- API endpoint slug
- wirelesstag.arm_temp
- Filter code method
- Wirelesstag.armTemp.skip(string?: reason)
- Runtime method
- runAction("wirelesstag.arm_temp", {})
Action fields
- Label
- Tag
- Slug
- tagid
- Required
- true
- Can have default value
- false
- Label
- Lower threshold in degree Fahrenheit
- Helper text
- If temperature drops below this "too cold" event will fire. If missing, use value you set in Fahrenheit, otherwise in the app.
- Slug
- thLow
- Required
- false
- Can have default value
- true
- Filter code method
- Wirelesstag.armTemp.setThLow(string: thLow)
- Label
- Upper threshold in degree Fahrenheit
- Helper text
- If temperature increases above this "too hot" event will fire. If missing, use value you set in the app.
- Slug
- thHigh
- Required
- false
- Can have default value
- true
- Filter code method
- Wirelesstag.armTemp.setThHigh(string: thHigh)