Group Location
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
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
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
Slug
thHigh
Required
false
Can have default value
true
Filter code method
Wirelesstag.armLight.setThHigh(string: thHigh)