-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Edge device templates] - Define module commands request/response model #875
Labels
Comments
8 tasks
@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 |
This was referenced Dec 5, 2022
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 :
The text was updated successfully, but these errors were encountered: