diff --git a/lib/Definition/PropertyDefinition.json b/lib/Definition/PropertyDefinition.json index ac87fba..45408a0 100644 --- a/lib/Definition/PropertyDefinition.json +++ b/lib/Definition/PropertyDefinition.json @@ -306,18 +306,5 @@ "type" : "string", "pattern" : "", // TODO add pattern "translation" : { "de" : "Foto (URL)" } - }, - { - "name" : "cuuid", - "type" : "string", - "max" : 36, - "pattern" : "/^[0-9a-zA-Z]{8}-[0-9a-zA-Z]{4}-[0-9a-zA-Z]{4}-[0-9a-zA-Z]{4}-[0-9a-zA-Z]{12}$/", - "translation" : { "de" : "Cotroller UUID" } - }, - { - "name" : "port", - "type" : "string", - "max" : 6, - "translation" : { "de" : "Controller Pin" } } ]