A beginner's guide
Explore Plans
Mobile menu Close menu
equiwattequiwatt

equivent

This trigger fires when an equivent has started or ended.

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 trigger fires when an equivent has started or ended.
API endpoint slug
equiwatt.equivents

Trigger fields

Action Dropdown list

Label
What equivent state are you interested in?
Helper text
Start or End
Slug
action
Required
true
Can have default value
true

Ingredients

Duration textHuman friendly duration of the equivent

Slug
duration_text
Filter code
Equiwatt.equivents.DurationText
Type
String
Example
30 minutes

DurationDuration of Equivent in seconds

Slug
duration
Filter code
Equiwatt.equivents.Duration
Type
String
Example
1800

Event startedTime equivent started

Slug
event_started
Filter code
Equiwatt.equivents.EventStarted
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Event finishedTime equivent finished. Can be empty for start action.

Slug
event_finished
Filter code
Equiwatt.equivents.EventFinished
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00