msinn
msinn
1. structs are used mainly in plugins (for the time being). I don't think many people are defining many of their own structs. I don't like the idea of having...
I think the nesting of structs is not too hard to implement, since the iteration can take place as a seperate step after the loading of structs finished and before...
@onkelandy Thats not going to happen in the near future. That would be a very time consuming undertaking and there are a lot of features besides structs that need attention.
Nesting of structs is implemented in Release 1.7. For the wish of multiple struct files in a seperate folder: What would be the benefit instead having the structs in one...
Because ist has been that way since the original smarthome.py from mknx. To mehre Structs and substructs from Plungin and one file is complex enough as it is. A combined...
@onkelandy > How good are the chances to have sub-structs available within a struct hierarchy? Ist the functionality not working for you?
Ok, i have to look into it to find why it is not working any more.
For the time being, the Backend plugin implements the reload of logics in the same way as the CLI plugin does. It reloads only the Python code. It does not...
@bmxp I had reloading of plugins on my list for a long time. But like for features I was planning, @cstrassburg said he was working on it, so I stopped...
Besides implementing the logics-api in the backend plugin I updated the cli plugin too. It uses the logics-api and has a new command to display extensive information about a logic.