Indigo Toich - Plugin

Posted on
Tue Dec 12, 2017 1:11 am
MarcoGT offline
Posts: 1091
Joined: Sep 11, 2014
Location: Germany

Indigo Toich - Plugin

It would be nice to have the possibility to start/stop/reload the plugins from Indigo Touch.

Posted on
Tue Dec 12, 2017 2:48 am
racarter offline
User avatar
Posts: 468
Joined: Jun 18, 2016
Location: North Yorkshire, UK

Re: Indigo Toich - Plugin

If you set up an action for the plugin with embedded Python code like this you can run the action from Indigo Touch.

Code: Select all
thisPlugin = indigo.server.getPlugin('com.racarter.indigoplugin.heatmiser-neo')
if thisPlugin.isEnabled():
    thisPlugin.restart()


For security reasons you can only restart a plugin via Python. See viewtopic.php?hilit=reload%20plugin&t=7790&f=18

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 3 guests