This action will Turn On/Off a device that is available on ThingaOS.
- API endpoint slug
- tantiv4.turn_on_off
- Filter code method
- Tantiv4.turnOnOff.skip(string?: reason)
- Runtime method
- runAction("tantiv4.turn_on_off", {})
Action fields
- Label
- Select Device
- Helper text
- Turn On/Off action will be sent to the device selected by user.
- Slug
- device_name
- Required
- true
- Can have default value
- false
- Label
- Turn device On/Off
- Helper text
- Update device status to be On/Off
- Slug
- turn_on_off
- Required
- true
- Can have default value
- true
- Filter code method
- Tantiv4.turnOnOff.setTurnOnOff(string: turnOnOff)