This Action will enable brightness/ambient light intensity monitoring on a tag. NOTE: Only compatible with Tags with ambient light sensor.
- API endpoint slug
- wirelesstag.arm_light
- Filter code method
- Wirelesstag.armLight.skip(string?: reason)
- Runtime method
- runAction("wirelesstag.arm_light", {})
Action fields
- Label
- Tag
- Slug
- tagid
- Required
- true
- Can have default value
- false
- Label
- Lower threshold in lux
- Helper text
- If ambient light drops below this "too dark" 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.armLight.setThLow(string: thLow)
- Label
- Upper threshold in lux
- Helper text
- If ambient light rises above this "too bright" event will fire. If missing or 0, use value you set in the app.
- Slug
- thHigh
- Required
- false
- Can have default value
- true
- Filter code method
- Wirelesstag.armLight.setThHigh(string: thHigh)