Hello,
two small questions:
1. Is it possible to split the linknx.xml in different files and use something like an include function?
2. Is it allowed to use more than one <objects> and <rules>-tags in linknx.xml to sort parts (for example a "section" for lights, another for blinds etc)?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry, but it is not possible.
1) Includes are not supported by the XML parser that linknx is using.
2) Only the first <objects> or <rules> element is considered. It would not be too difficult to load more than one, but saving back linknx config to XML file would dump everything in a single block.
Regards,
Jean-François
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
two small questions:
1. Is it possible to split the linknx.xml in different files and use something like an include function?
2. Is it allowed to use more than one <objects> and <rules>-tags in linknx.xml to sort parts (for example a "section" for lights, another for blinds etc)?
Hi,
Sorry, but it is not possible.
1) Includes are not supported by the XML parser that linknx is using.
2) Only the first <objects> or <rules> element is considered. It would not be too difficult to load more than one, but saving back linknx config to XML file would dump everything in a single block.
Regards,
Jean-François