darkleft.blogg.se

Indigo server
Indigo server




indigo server
  1. INDIGO SERVER INSTALL
  2. INDIGO SERVER PASSWORD
indigo server

There has been significant turnover in Indigo’s upper ranks in recent months. Ruis has agreed to work with the Toronto-based retailer for two months as a consultant, to support a leadership transition, according to the release. Chief financial officer Craig Loudon and senior vice-president and general counsel Damien Liddle will “provide day-to-day direction” in the near term, according to the company release. Ruis’s departure now leaves Indigo without a CEO or a president for the time being, as it prepares for the crucial holiday season. Window.addEventListener("load", init, false) ĭoSend(. WriteToScreen("sent: " + message + '\n') ĭ += messageĭ = WriteToScreen('error: ' + evt.data + '\n') WriteToScreen("response: " + evt.data + '\n') Websocket.onopen = function(evt) ĭ = true ĭ = false ĭ = false Save this to a file, then open it with a web browser. Here's an HTML/Javascript file I used for my initial testing.

INDIGO SERVER PASSWORD

Now testing didn't work, but I suspect that's because my server is password protected (and I don't want to disable it at this point - I have plans for a better security model, but that's going to be a while).ĮDIT: Actually that doesn't matter does it? The StreamDeck is communicating with the Indigo plugin on it's own port, so the Indigo server password is irrelevant. Starting plugin "StreamDeck 0.0.1" (pid 8022) Stopping plugin "StreamDeck 0.0.1" (pid 7952) StreamDeck Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds) StreamDeck Error Error in plugin execution runConcurrentThread:įile "plugin.py", line 114, in runConcurrentThreadįile "/System/Library/Frameworks/amework/Versions/2.7/lib/python2.7/SocketServer.py", line 274, in handle_requestįile "/System/Library/Frameworks/amework/Versions/2.7/lib/python2.7/SocketServer.py", line 150, in _eintr_retry Starting plugin "StreamDeck 0.0.1" (pid 7952) Installing and enabling plugin StreamDeck v0.0.1 I'll probably change that.įor Momentary Indigo Device, the device will be turned ON while the button is held down, then turned OFF when it's released.įor Toggle Indigo Device, the device On/Off state will be toggled on each button down.įor Indigo Variable, the variable will be set to "keyDown" when the button is down, and "keyUp" when the button is released.įor Action Group, the Action Group will be executed on the button press.Ĭreating appropriate triggers to accomplished more complicated tasks is left as an exercise for the reader. This field says "Optional", but it's not for the currently defined actions. One that has On/Off controls in the Indigo UI. For the two device selections, the device needs to be a "relay" type device. Select one of the following:Īnd then in the last field, put the Device ID, Variable ID, or action Group ID as appropriate. If you're running Stream Deck on the same machine as Indigo, just use the loopback address as above. On the second line, put in the Indigo server IP address and port number for the Indigo plugin. You can change the Text properties to hide it if necessary. You'll need to to be able to identify the button from the Indigo plugin. You should see this in the property inspector: If all went well, you should now see an "Indigo Action" button in the Custom group in the configuration window. Eventually I'll convert that to a double-clickable wrapper, but until then just copy the entire folder to:Ĭode: Select all ~/Library/Application Support//PluginsĪnd restart the Stream Deck controller application.

INDIGO SERVER INSTALL

Now you can install the Stream Deck plugin. StreamDeck Debug Started Websocket Server on port 9001 If you have debug logging on, you should see something like:Ĭode: Select all StreamDeck Starting StreamDeck You'll need that number and the IP address of the Indigo server later on.

indigo server

In the plugin config dialog, you'll need to assign a port number for the Stream Deck plugin to communicate with the Indigo plugin on. That's the plugin for the Stream Deck controller software.įirst, install the Indigo plugin as normal. indigoPlugin wrapper, as well as a folder named. There's no packaged plugin, you'll need to unzip the entire folder. I think it's actually fairly useful, even at this early stage, but there's a lot of functionality yet to be implemented.






Indigo server