From 3ca0c05b860c4715081d56c9f471c9dcd5673a02 Mon Sep 17 00:00:00 2001 From: SputnikElf <58911932+SputnikElf@users.noreply.github.com> Date: Mon, 16 Dec 2019 15:19:17 +0100 Subject: [PATCH] Update schema-ledConfig.json extend schema with corner points (vertcal and horizontal values in percent) --- libsrc/hyperion/schema/schema-ledConfig.json | 56 ++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/libsrc/hyperion/schema/schema-ledConfig.json b/libsrc/hyperion/schema/schema-ledConfig.json index b05f581c..d1150457 100644 --- a/libsrc/hyperion/schema/schema-ledConfig.json +++ b/libsrc/hyperion/schema/schema-ledConfig.json @@ -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