AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
AdafruitAdafruit

History of a feed on Adafruit IO

This query returns a list of events when you sent data to your feed. Example: If Feed Temperature > 80

About this query

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 query returns a list of events when you sent data to your feed. Example: If Feed Temperature > 80
API endpoint slug
adafruit.history_of_a_feed_on_adafruit_io
Runtime method
performQuery("adafruit.history_of_a_feed_on_adafruit_io")

Query fields

Feed name Dropdown list

Label
Feed
Helper text
The name of the feed to check.
Slug
feed_name
Required
true
Can have default value
false

Operator Dropdown list

Label
Relationship
Helper text
Relationship between two values.
Slug
operator
Required
true
Can have default value
true

Value Text input

Label
Value
Helper text
The value to compare against.
Slug
value
Required
true
Can have default value
true

Ingredients

Feed nameThe name of your feed.

Slug
feed_name
Filter code
Adafruit.historyOfAFeedOnAdafruitIo.FeedName
Type
String
Example
humidity

Feed valueThe value for the given feed.

Slug
value
Filter code
Adafruit.historyOfAFeedOnAdafruitIo.FeedValue
Type
String
Example
22

Created atDate and time event was created.

Slug
created_at
Filter code
Adafruit.historyOfAFeedOnAdafruitIo.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

OperatorThe operator text used to compare the values.

Slug
operator
Filter code
Adafruit.historyOfAFeedOnAdafruitIo.Operator
Type
String
Example
greater than

Trigger valueThe value used in the trigger to compare against your feed data.

Slug
trigger_value
Filter code
Adafruit.historyOfAFeedOnAdafruitIo.TriggerValue
Type
String
Example
34