Open kbeaugrand opened 2 years ago
@Sben65 you can use this documentation to have an explaination about one C2D method you can configure on the LoRaWAN Server Module
https://azure.github.io/iotedge-lorawan-starterkit/2.2.1/quickstart/?h=c2d#class-c-devices
The primitive types we should be able to take in account:
Here is a documentation of how Azure Digital twins defines types primitives: https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v2/dtdlv2.md#primitive-schemas
In addition, we should be able to define complex types:
Here is a documentation of how Azure Digitial twins defines the complex types: https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v2/dtdlv2.md#complex-schemas
The object should be defined and is able to handle all of the types above.
Please see here how Azure Digital twins defines the objects: https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v2/dtdlv2.md#object
In addition, please see an exemple of how we can define a command request payload in a UI :