Code: Select all
Traceback (most recent call last):
File "<console>", line 1, in <module>
NameError: name 'indigohost' is not defined
>>>
Code: Select all
Traceback (most recent call last):
File "<console>", line 1, in <module>
NameError: name 'indigohost' is not defined
>>>
Code: Select all
echo "alias indigohost='/Library/Application\ Support/Perceptive\ Automation/Indigo\ 6/IndigoPluginHost.app/Contents/MacOS/IndigoPluginHost'" >> ~/.bashrc
echo "alias indigohost='/Library/Application\ Support/Perceptive\ Automation/Indigo\ 6/IndigoPluginHost.app/Contents/MacOS/IndigoPluginHost'" >> ~/.bash_profileCode: Select all
indigohost -e '
indigo.device.toggle("TV Room")
'Code: Select all
Traceback (most recent call last):
File "/Users/Roberts/Desktop/test.py", line 1, in <module>
indigohost -e
NameError: name 'indigohost' is not defined
>>> Code: Select all
indigohost -x /SomeFolder/indigo_script.py