mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
fe204a8a33
- The default Boblight priority has been set to 128. If the sent priority differs from the default priority, it is registered (https://hyperion-project.org/threads/hyperion-ng-enigmalight-boblight-server.3558/#post-15006) - Submodule flatbuffer updated to current master Signed-off-by: Paulchen-Panther <16664240+Paulchen-Panther@users.noreply.github.com>
34 lines
610 B
JSON
34 lines
610 B
JSON
{
|
|
"type" : "object",
|
|
"title" : "edt_conf_bobls_heading_title",
|
|
"properties" :
|
|
{
|
|
"enable" :
|
|
{
|
|
"type" : "boolean",
|
|
"title" : "edt_conf_general_enable_title",
|
|
"default" : false,
|
|
"propertyOrder" : 1
|
|
},
|
|
"port" :
|
|
{
|
|
"type" : "integer",
|
|
"required" : true,
|
|
"title" : "edt_conf_general_port_title",
|
|
"minimum" : 1024,
|
|
"maximum" : 65535,
|
|
"propertyOrder" : 2
|
|
},
|
|
"priority" :
|
|
{
|
|
"type" : "integer",
|
|
"title" : "edt_conf_general_priority_title",
|
|
"minimum" : 100,
|
|
"maximum" : 254,
|
|
"default" : 128,
|
|
"propertyOrder" : 3
|
|
}
|
|
},
|
|
"additionalProperties" : false
|
|
}
|