This is a featherweight buildlight client, it shouldn't take more than a few minutes to setup
- Generate a person acess token from here: https://{{instance-name}}.visualstudio.com/_details/security/tokens
- rename
appsettings.example.json
toappsettings.json
. - put the personal access token in the appsettings.json.
- specify what build light you want on the appsettings.json file. Currently support
- "kuando" supports the kuando omega light
- "console"
- "delcom" (coming soon - already implemented but not tested as I didn't have a light)
- "hue" (coming soon, you will need to modify the value for device_name here, still untested as I didn't have a light)
- specify your build definitions as an array of integers on the field
builds_definitions
. Your build definition Id can be found from the build definition url.