You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice the twin only contains desired properties and tags values.
In azure IoT Hub the device correctly shows the relation with its parent (you can see "This device has a parent assigned")
Also the parent scope points to the parent device.
But when selecting the parent it's not showing any child device.
Using the following method (no twin specification) does not generate the problem:
registryManager.AddDeviceAsync(device)
The text was updated successfully, but these errors were encountered:
After creating an Azure IoT Child device specifying it's parent scope and using the following method:
registryManager.AddDeviceWithTwinAsync(device, twin)
Notice the twin only contains desired properties and tags values.
In azure IoT Hub the device correctly shows the relation with its parent (you can see "This device has a parent assigned")
Also the parent scope points to the parent device.
But when selecting the parent it's not showing any child device.
Using the following method (no twin specification) does not generate the problem:
registryManager.AddDeviceAsync(device)
The text was updated successfully, but these errors were encountered: