{
  "id": "TheFirstLight",
  "type": "TheLightType",
  "attr_name": {
    "type": "string",
    "value": null
  },
  "status": {
    "type": "Boolean",
    "value": null
  },
  "hardcodedAttr": {
    "type": "hardcodedType",
    "value": "hardcodedValue"      
  },
  "bootstrapServer": {
    "type": "Address",
    "value": "127.0.0.1"
  },
  "commandAttr_status": {
    "type": "commandStatus",
    "value": "UNKNOWN"
  },
  "commandAttr_info": {
    "type": "commandResult",
    "value": " "
  },
  "wheel1_status": {
    "type": "commandStatus",
    "value": "UNKNOWN"    
  },
  "wheel1_info": {
    "type": "commandResult",
    "value": " "    
  }
}
