Fixed the json-file. Use empty comments in update.conf.
This commit is contained in:
parent
bf0e1c5d0f
commit
edfba776e2
@ -3,6 +3,3 @@
|
|||||||
"version":"27.02.2023 12:20 00001",
|
"version":"27.02.2023 12:20 00001",
|
||||||
"":""
|
"":""
|
||||||
}
|
}
|
||||||
#
|
|
||||||
#
|
|
||||||
#
|
|
||||||
|
@ -1,19 +1,21 @@
|
|||||||
{
|
{
|
||||||
"c0" : "config-file for update process",
|
"" : "config-file for update process",
|
||||||
|
|
||||||
"c1" : "ini-files section",
|
"" : "ini-files section",
|
||||||
"ini" : {
|
"ini" : {
|
||||||
|
|
||||||
"c2" : "location",
|
"" : "location",
|
||||||
|
|
||||||
"szeged": {
|
"szeged": {
|
||||||
|
|
||||||
"c3" : "each location can have multiple",
|
"" : "each location can have multiple",
|
||||||
"c4" : "zone-groups and/or zones",
|
"" : "zone-groups and/or zones",
|
||||||
"c5" : "0-index used as size of following array",
|
"" : "0-index used as size of following array",
|
||||||
"c6" : ".zg[0]: #n of zones_groups",
|
"" : ".zg[0]: #n of zones_groups",
|
||||||
"c7" : ".zg[1].z[0]: #n of zones in zg[1]",
|
"" : ".zg[1].z[0]: #n of zones in zg[1]",
|
||||||
"c8" : ".zg[1].z[1]: zone 1 in zone_group 1",
|
"" : ".zg[1].z[1]: zone 1 in zone_group 1",
|
||||||
"c9" : "-> .zg[1].z[1].opt.app.sysconfig.ISMASMgr ",
|
"" : "-> .zg[1].z[1].opt.app.sysconfig.ISMASMgr ",
|
||||||
|
|
||||||
"zg" : [ 1, {
|
"zg" : [ 1, {
|
||||||
"z" : [ 1, {
|
"z" : [ 1, {
|
||||||
"opt" : {
|
"opt" : {
|
||||||
@ -36,19 +38,21 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"c10" : "conf-files section",
|
"" : "conf-files section",
|
||||||
|
|
||||||
"conf" : {
|
"conf" : {
|
||||||
|
|
||||||
"c11" : "location",
|
"" : "location",
|
||||||
"szeged": {
|
"szeged": {
|
||||||
|
|
||||||
"c12" : "each location can have multiple",
|
"" : "each location can have multiple",
|
||||||
"c13" : "zone-groups and/or zones",
|
"" : "zone-groups and/or zones",
|
||||||
"c14" : "0-index used as size of following array",
|
"" : "0-index used as size of following array",
|
||||||
"c15" : ".zg[0]: #n of zones_groups",
|
"" : ".zg[0]: #n of zones_groups",
|
||||||
"c16" : ".zg[1].z[0]: #n of zones in zg[1]",
|
"" : ".zg[1].z[0]: #n of zones in zg[1]",
|
||||||
"c17" : ".zg[1].z[1]: zone 1 in zone_group 1",
|
"" : ".zg[1].z[1]: zone 1 in zone_group 1",
|
||||||
"c18" : "-> .zg[1].z[1].etc.psa_config.emp ",
|
"" : "-> .zg[1].z[1].etc.psa_config.emp ",
|
||||||
|
|
||||||
"zg" : [ 1, {
|
"zg" : [ 1, {
|
||||||
"z" : [ 1, {
|
"z" : [ 1, {
|
||||||
"etc" : {
|
"etc" : {
|
||||||
|
Loading…
Reference in New Issue
Block a user