mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
bea8345e4b
- Build problems:
- Qt 5.13 obsoleted some calls that were used in our Qt library.
- The PhilipsHueLight and PhilipsHueBridge classes did not use the private logger class
- Undo changes:
- In Commit e6c2e7e
, I made changes that were not covered. An apology goes to @b1rdhous3
Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
41 lines
795 B
JSON
41 lines
795 B
JSON
{
|
|
"type" : "object",
|
|
"title" : "edt_conf_gen_heading_title",
|
|
"required" : true,
|
|
"properties" :
|
|
{
|
|
"name" :
|
|
{
|
|
"type" : "string",
|
|
"title" : "edt_conf_gen_name_title",
|
|
"default" : "My Hyperion Config",
|
|
"minLength" : 4,
|
|
"maxLength" : 20,
|
|
"required" : true,
|
|
"propertyOrder" : 1
|
|
},
|
|
"versionBranch" :
|
|
{
|
|
"type" : "string",
|
|
"title" : "edt_conf_gen_versionBranch_title",
|
|
"enum" : ["Stable", "Beta"],
|
|
"required" : true,
|
|
"access" : "expert",
|
|
"default" : "Stable",
|
|
"options" : {
|
|
"enum_titles" : ["Stable", "Beta"]
|
|
},
|
|
"propertyOrder" : 2
|
|
},
|
|
"showOptHelp" :
|
|
{
|
|
"type" : "boolean",
|
|
"title" : "edt_conf_gen_showOptHelp_title",
|
|
"default" : true,
|
|
"required" : true,
|
|
"propertyOrder" : 3
|
|
}
|
|
},
|
|
"additionalProperties" : false
|
|
}
|