This Trigger fires every time a temperature/humidity/lux update is received from specified sensor/tag(s).
Developer info
API endpoint slug
wirelesstag.updated
Trigger fields
Uuid Dropdown list
Label
Tag
Slug
uuid
Required
true
Can have default value
false
Math Text input > Other
Label
Math expression
Helper text
Optional math expression to calculate the ingredient "answer", Available parameters are "tempDegC", "tempDegF", "RH" and "lux", as well as common math functions.
Slug
math
Required
true
Can have default value
true
Ingredients
Occurred atDate and time of the event.
Slug
happened
Filter code
Wirelesstag.updated.OccurredAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00
Temperature celsiusTemperature (in degree Celsius) in the update.
Slug
tempDegC
Filter code
Wirelesstag.updated.TemperatureCelsius
Type
String
Example
27.15
Temperature fahrenheitTemperature (in Fahrenheit) in the update.
Slug
tempDegF
Filter code
Wirelesstag.updated.TemperatureFahrenheit
Type
String
Example
70.15
Humidity percentageHumidity (in %) in the update.
Slug
RH
Filter code
Wirelesstag.updated.HumidityPercentage
Type
String
Example
55.2
BrightnessAmbient light intensity in lux in the update.
Slug
lux
Filter code
Wirelesstag.updated.Brightness
Type
String
Example
1000
AnswerCalculation result of the "Math expression".