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