[
  {
    "@context": "http://context.json-ld",
    "id": "urn:ngsi-ld:TheLightType:TheFirstLight",
    "type": "TheLightType",
    "hardcodedAttr": {
      "type": "Property",
      "value": "hardcodedType"
    },
    "bootstrapServer": {
      "type": "Property",
      "value": "127.0.0.1"
    },
    "commandAttr_status": {
      "type": "Property",
      "value":  "UNKNOWN"
    },
    "commandAttr_info": {
      "type": "Property",
      "value":  "commandResult",
    },
    "wheel1_status": {
      "type": "Property",
      "value":  "commandStatus"
    },
    "wheel1_info": {
      "type": "Property",
      "value": "commandResult"
    }
  }
]
