From 5813ca17412cdf937c7bf4957590c1b8d24958b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Tue, 28 Apr 2015 11:37:10 +0200 Subject: [PATCH] changed default values of tune devices --- plugins/deviceplugins/tune/deviceplugintune.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/deviceplugins/tune/deviceplugintune.json b/plugins/deviceplugins/tune/deviceplugintune.json index c3008562..8a5ac931 100644 --- a/plugins/deviceplugins/tune/deviceplugintune.json +++ b/plugins/deviceplugins/tune/deviceplugintune.json @@ -62,7 +62,7 @@ "type": "int", "minValue": 0, "maxValue": 100, - "defaultValue": 100, + "defaultValue": 0, "writable": true } ] @@ -116,6 +116,7 @@ "idName": "power", "name": "power", "type": "bool", + "defaultValue": 0, "writable": true }, { @@ -125,7 +126,7 @@ "type": "int", "minValue": 0, "maxValue": 100, - "defaultValue": 100, + "defaultValue": 0, "writable": true } ]