Skip to content

Vinasis from TT Forum #6

Discussion options

You must be logged in to vote

Yea pretty much, but you have some syntax errors (missing '{') and you also need to change the guid for each profile to be unique.

Here is it corrected:

{
  "Profiles": [
    {
      "Name": "On1",
      "Guid": "73f9a2b2-cf11-40db-a052-844d0c8d6516",
      "Ports": [
	[9802, 8102, 1],
        [9802, 8102, 2],
        [9802, 8103, 1],
        [9802, 8103, 2],
      ],
      "SpeedControllers": [
        {
          "Type": "StaticSpeedController", 
          "Config": {
            "Speed": 75,
            "Trigger": {
              "Type": "OneTimeTrigger"
            }
          }
        }
      ],
      "Effects": [
        {
          "Type": "SpectrumEffect",
          "Config": {
 …

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by MoshiMoshi0
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #6 on December 08, 2020 23:07.