{
  "description":"set the content of the lcd",
  "spec": {
    "id": "__HOPE__/demo/lattepanda/lcd/set",
    "in": {
      "ports": [{
        "name": "content",
        "type": "string"
        }]
    },
    "out": {
      "ports": [{
        "name": "status",
        "type": "boolean"
      }]
    }
  },
  "doc": "lattepanda/lcd.html#set"
}