Github Repo for Scripts + Documentation & Help

  • 422 Views
  • Last Post 18 December 2015
Ryan-Scott posted this 29 January 2014

We have a Github repo with some scripting documentation. If you have a new script, please feel free to contribute and do a pull request and we'll add it to the repo for everyone to use.

Order By: Standard | Newest | Votes
moengiant posted this 18 December 2015

I do have a repository but never submitted a pull request - whats the trick?

Ralf posted this 25 March 2014

What's documented covers most of the basics; of course, you've got the entire C# language at your disposal in addition to some more InControl-related stuff...

Is there something specific you need? Let me know and I'll update the documentation with the specifics.


I guess it's this "more InControl-related stuff" I'm interested in. For instance:
- How do I invoke a scene?
- What other useful functions are at our disposal like "getRandomSceneLight()" you are using in your vacation script.

Also, I couldn't get dm.setLevel(device.deviceId, 75) to dim my light at the prescribed level. It appears to simply power on the device only. setDeviceLevel() still works ok though.

Thanks.

Ryan-Scott posted this 25 March 2014

What's documented covers most of the basics; of course, you've got the entire C# language at your disposal in addition to some more InControl-related stuff...

Is there something specific you need? Let me know and I'll update the documentation with the specifics.

Ralf posted this 24 March 2014

Thanks for this repo. I'm assuming InControl supports many more commands than what is currently documented though?... Where can I find the full list please?

Close