thelsing
thelsing
I submitted #23
Datapoint type and size are two different properties of a group object. For Datapoint types you need to parse the knx_master.xml. There should already be some code to fetch and...
_model.Masterdata.DatapointTypes in MainWindowViewModel.cs should have the types. _model.Masterdata should be an object representation of https://update.knx.org/data/XML/project-20/knx_master.xml You just need extend the partial class ComObject_T with a property that returns the valid...
This file is generated from the xsd. And the '!' is correct. The ReplacesVersions property is specified if it's not null or empty.
I created a new prerelease. Can you check it please?
Thanks for submitting those issues. Unfortunately this tool is currently not in my focus. So I won't fix this in the near future. Feel free to submit pull requests. I...
There is currently no way to add this in the GUI. But you can change the DatapointType in ETS.
See the *coupler examples. I didn't try them. @nanosonde is the routing expert here.
I think it would be best if you get the default coupler working first. After that you can add caching. You could also add a callback that can be registered...
You should be able the solve this issue if you reprogram the device com completely via ETS.