Group Location
Explore Plans
Mobile menu Close menu
ThingaOSThingaOS

Turn On/Off device

This action will Turn On/Off a device that is available on ThingaOS.

About this action

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
API endpoint slug
tantiv4.turn_on_off
Filter code method
Tantiv4.turnOnOff.skip(string?: reason)
Runtime method
runAction("tantiv4.turn_on_off", {})

Action fields

Device name Dropdown list

Label
Select Device
Helper text
Slug
device_name
Required
true
Can have default value
false

Turn on off Dropdown list

Label
Turn device On/Off
Helper text
Slug
turn_on_off
Required
true
Can have default value
true
Filter code method
Tantiv4.turnOnOff.setTurnOnOff(string: turnOnOff)