Update schema-ledConfig.json

extend schema with corner points (vertcal and horizontal values in percent)
This commit is contained in:
SputnikElf 2019-12-16 15:19:17 +01:00 committed by GitHub
parent fe728b1543
commit 3ca0c05b86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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