The objective of the project is to have a mesh network connected to the edge device (Raspberry PI) and this edge connected to the IoT Hub and azure portal.
Because our Mesh module is already in python, we wanted to try to be coherent if possible and develop all other modules in python as well. The problem is:
I want to create multiple twins, one for each device in the mesh network, but the python sdk, contrary to the java one, doesn't seem to have a devicetwin class, for which we can start multiple twins depending on the object used.
I tried passing the devices as a json array in the normal device twin, but it doesn't support arrays.
Anyone as any experience with this or a different solution? Or should I just give up and have a java module if I want to mess around with multiple device twins?