AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
Wireless TagWireless Tag

Enable brightness monitoring

This Action will enable brightness/ambient light intensity monitoring on a tag. NOTE: Only compatible with Tags with ambient light 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 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

Tagid Dropdown list

Label
Tag
Slug
tagid
Required
true
Can have default value
false

Th low Text input > Short text

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)

Th high Text input > Short text

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)