changed default values of tune devices
This commit is contained in:
parent
1f48651dee
commit
5813ca1741
@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user