Skip to content

Configuration Help #72

Discussion options

You must be logged in to vote

I think the error is pretty self explanatory and the docs have a few examples so you should be able to fix your config as you were pretty close.

{
  "Profiles": [
    {
      "Name": "Zonic",
      "Ports": [
        [9802, 8101, 1],
        [9802, 8101, 2]
      ],
      "SpeedControllers": [
        {
          "Type": "StaticSpeedController",
          "Config": {
            "Speed": 77,
            "Trigger": {
              "Type": "AlwaysTrigger"
            }
          }
        }
      ],
      "Effects": [
        {
          "Type": "SpectrumEffect",
          "Config": {
            "Saturation": 1,
            "Brightness": 1,
            "HueStep": 1,
            "Trigger": …

Replies: 2 comments

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
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 #72 on December 08, 2020 23:30.