changed default values of tune devices

This commit is contained in:
Simon Stürz 2015-04-28 11:37:10 +02:00 committed by Michael Zanetti
parent 1f48651dee
commit 5813ca1741

View File

@ -62,7 +62,7 @@
"type": "int", "type": "int",
"minValue": 0, "minValue": 0,
"maxValue": 100, "maxValue": 100,
"defaultValue": 100, "defaultValue": 0,
"writable": true "writable": true
} }
] ]
@ -116,6 +116,7 @@
"idName": "power", "idName": "power",
"name": "power", "name": "power",
"type": "bool", "type": "bool",
"defaultValue": 0,
"writable": true "writable": true
}, },
{ {
@ -125,7 +126,7 @@
"type": "int", "type": "int",
"minValue": 0, "minValue": 0,
"maxValue": 100, "maxValue": 100,
"defaultValue": 100, "defaultValue": 0,
"writable": true "writable": true
} }
] ]