Catears

Servo Control

90° (125)180°

State Configuration

Login required
Show JSON Preview
{
  "servos": {
    "left": {
      "Static": 125
    },
    "right": {
      "Static": 125
    }
  },
  "lights": {
    "left": {
      "Pulse": {
        "color": {
          "r": 255,
          "g": 0,
          "b": 0
        },
        "min_brightness": 0,
        "max_brightness": 255,
        "period_ms": 250
      }
    },
    "right": {
      "Pulse": {
        "color": {
          "r": 255,
          "g": 0,
          "b": 0
        },
        "min_brightness": 0,
        "max_brightness": 255,
        "period_ms": 250
      }
    },
    "brightness": 255
  },
  "speakers": {
    "mode": {
      "Silent": null
    },
    "volume": 128
  }
}