{
  "description":"switch the right led",
  "spec": {
    "id": "__HOPE__/demo/tank/led/switch_right",
    "in": {
      "ports": [{
        "name": "on",
        "type": "boolean"
        }]
    },
    "out": {
      "ports": [{
        "name": "status",
        "type": "boolean"
      }]
    }
  }
}