Channels:

- renaming in conf json
- fix gestione classi post rename
This commit is contained in:
Samuele Locatelli
2025-11-06 18:10:47 +01:00
parent a70ed095e9
commit 8fa8732cf1
22 changed files with 277 additions and 264 deletions
+10 -10
View File
@@ -6,17 +6,17 @@
}
},
"ServerConf": {
"PngChannel": "luxdev:png:img",
"SvgChannel": "luxdev:svg:img",
"ShapeChannel": "luxdev:shape:curr",
"HwListChannel": "luxdev:hw:list",
"HwOptChannel": "luxdev:hw:opt",
"ProfListChannel": "luxdev:prof:list",
"BomChannel": "luxdev:bom",
"UpdateChannel": "luxdev:update",
"ChannelPng": "luxdev:png:img",
"ChannelSvg": "luxdev:svg:img",
"ChannelShape": "luxdev:shape:curr",
"ChannelHwList": "luxdev:hw:list",
"ChannelHwOpt": "luxdev:hw:opt",
"ChannelProfList": "luxdev:prof:list",
"ChannelBom": "luxdev:bom",
"ChannelUpdate": "luxdev:update",
"BaseUrl": "/lux/srv/",
//"PubChannel": "EgwDevEngineInput",
//"SubChannel": "EgwDevEngineOutput",
//"ChannelPub": "EgwDevEngineInput",
//"ChannelSub": "EgwDevEngineOutput",
"ImageBaseUrl": "https://iis01.egalware.com/lux/srv/api/window/"
}
}