fixed mock device

This commit is contained in:
Simon Stürz 2014-10-17 10:50:06 +02:00 committed by Michael Zanetti
parent 4e5656b299
commit 02b2cd0235

View File

@ -9,7 +9,15 @@
{
"deviceClassId": "753f0d32-0468-4d08-82ed-1964aab03298",
"name": "Mock Device",
"createMethods": ["user","discovery"],
"createMethods": ["user", "discovery"],
"discoveryParamTypes": [
{
"name": "resultCount",
"type": "int",
"defaultValue": 2,
"allowedValues": [1, 2]
}
],
"paramTypes": [
{
"name": "httpport",
@ -34,7 +42,7 @@
},
{
"id": "9dd6a97c-dfd1-43dc-acbd-367932742310",
"name:": "Dummy bool state",
"name:": "Dummy boo state",
"defaultValue": "false"
}
],