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