About this trigger
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 event is fired when there is new sensor data that falls below a defined lower limit
- API endpoint slug
- sensate.data_value_below
Trigger fields
Sensor key Text input
- Label
- Sensor Key
- Helper text
- Sensor Key - Generate in App
- Slug
- sensor_key
- Required
- true
- Can have default value
- true
Limit Text input
- Label
- Limit
- Helper text
- Values lower than *Limit* will trigger an event
- Slug
- limit
- Required
- true
- Can have default value
- true
Temperature unit Dropdown list
- Label
- Temperature Unit
- Helper text
- The Data Unit - only important for temperature sensors
- Slug
- temperature_unit
- Required
- true
- Can have default value
- true
Timeout Text input
- Label
- Event repeat interval
- Helper text
- Time in seconds after which the event is triggered again
- Slug
- timeout
- Required
- true
- Can have default value
- true
Trigger time Text input
- Label
- Trigger Time
- Helper text
- Shorter events than this (in seconds) are ignored and do not cause a trigger (0 = trigger on all events).
- Slug
- trigger_time
- Required
- true
- Can have default value
- true
Ingredients
TimestampDate and time event was created.
- Slug
- timestamp
- Filter code
- Sensate.dataValueBelow.Timestamp
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
Lower limitThe limit value that caused the trigger
- Slug
- limit
- Filter code
- Sensate.dataValueBelow.LowerLimit
- Type
- String
- Example
- 10
ValueThe Sensor Value that caused the trigger
- Slug
- value
- Filter code
- Sensate.dataValueBelow.Value
- Type
- String
- Example
- 7
UnitThe sensor data measurement unit
- Slug
- unit
- Filter code
- Sensate.dataValueBelow.Unit
- Type
- String
- Example
- FAHRENHEIT
Sensor nameThe name of the data origin
- Slug
- sensor_name
- Filter code
- Sensate.dataValueBelow.SensorName
- Type
- String
- Example
- Humidity
Group nameThe name of the sensor group
- Slug
- group_name
- Filter code
- Sensate.dataValueBelow.GroupName
- Type
- String
- Example
- Beach House
Short unitThe unit of the sensor value in short form
- Slug
- short_unit
- Filter code
- Sensate.dataValueBelow.ShortUnit
- Type
- String
- Example
- °C