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

A program is true or false

This trigger fires when a program is true or false.

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 a program is true or false.
API endpoint slug
mobilinc.program_state

Trigger fields

Program ID Dropdown list

Label
Which program should we monitor?
Slug
program_id
Required
true
Can have default value
false

Program status values Dropdown list

Label
Trigger when the program is?
Slug
program_status_values
Required
true
Can have default value
false

Ingredients

Program IDThe program ID that triggered

Slug
program_id
Filter code
Mobilinc.programState.ProgramId
Type
String
Example
0001

NameThe name of the program that triggered

Slug
name
Filter code
Mobilinc.programState.Name
Type
String
Example
Sunset Timer

StatusThe status of the program

Slug
status
Filter code
Mobilinc.programState.Status
Type
String
Example
True

Date timeThe date and time the trigger fired.

Slug
date_time
Filter code
Mobilinc.programState.DateTime
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00