mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update schema-ledConfig.json
extend schema with corner points (vertcal and horizontal values in percent)
This commit is contained in:
parent
fe728b1543
commit
3ca0c05b86
@ -74,6 +74,62 @@
|
||||
"minimum" : 0,
|
||||
"maximum" : 50,
|
||||
"default" : 0
|
||||
},
|
||||
"ptlh" :
|
||||
{
|
||||
"type" : "integer",
|
||||
"minimum" : 0,
|
||||
"maximum" : 100,
|
||||
"default" : 0
|
||||
},
|
||||
"ptlv" :
|
||||
{
|
||||
"type" : "integer",
|
||||
"minimum" : 0,
|
||||
"maximum" : 100,
|
||||
"default" : 0
|
||||
},
|
||||
"ptrh" :
|
||||
{
|
||||
"type" : "integer",
|
||||
"minimum" : 0,
|
||||
"maximum" : 100,
|
||||
"default" : 0
|
||||
},
|
||||
"ptrv" :
|
||||
{
|
||||
"type" : "integer",
|
||||
"minimum" : 0,
|
||||
"maximum" : 100,
|
||||
"default" : 0
|
||||
},
|
||||
"pblh" :
|
||||
{
|
||||
"type" : "integer",
|
||||
"minimum" : 0,
|
||||
"maximum" : 100,
|
||||
"default" : 0
|
||||
},
|
||||
"pblv" :
|
||||
{
|
||||
"type" : "integer",
|
||||
"minimum" : 0,
|
||||
"maximum" : 100,
|
||||
"default" : 0
|
||||
},
|
||||
"pbrh" :
|
||||
{
|
||||
"type" : "integer",
|
||||
"minimum" : 0,
|
||||
"maximum" : 100,
|
||||
"default" : 0
|
||||
},
|
||||
"pbrv" :
|
||||
{
|
||||
"type" : "integer",
|
||||
"minimum" : 0,
|
||||
"maximum" : 100,
|
||||
"default" : 0
|
||||
}
|
||||
},
|
||||
"additionalProperties" : false
|
||||
|
Loading…
Reference in New Issue
Block a user