removed old properties for prototype controller

This commit is contained in:
Steffen Vogel 2010-12-27 23:50:16 +01:00
parent 9c60d9f517
commit 658e184feb

View file

@ -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" }
}
]