Industrial-IoT icon indicating copy to clipboard operation
Industrial-IoT copied to clipboard

PublishedNodes as Desired Properties

Open KenRenAtHilti opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. Currently it is possible to update the nodes using DirectMethods. But still the nodes/endpoints are persisted as a mounted file. Would it be nice if the configuration would be persisted and monitored as module desired properties, which is more consistent.

Describe the solution you'd like Using Desired properties of the module. The nodes are set through desired properties on the HUB for the device and the change of the properties would also be monitored. If changes happen, the monitored item on the module is also updated.

KenRenAtHilti avatar Sep 12 '23 06:09 KenRenAtHilti

Please note that the size of desired properties is fairly limited; it would not be possible to add large amounts of nodes.

b-enigma-con avatar Jan 31 '24 08:01 b-enigma-con

We have decided to not use device twin for storage, we now have 3 different configuration apis that allow programmatic access including via the Azure portal to the publisher. I have also added #2284 which provides a broader approach, if you have any feedback for this feature, please add, greatly appreciated.

marcschier avatar Jul 04 '24 05:07 marcschier