dev.azure.com/aidainnovazione0090/DeviceManager/_git/go-mod-core-contracts@v1.0.2/clients/http/data/sample-profile.yaml (about)

     1  name: "Sample-Profile"
     2  manufacturer: "Sample-Company"
     3  model: "Sample-Device"
     4  labels:
     5    - "device-example"
     6  description: "Example of Device"
     7  
     8  deviceResources:
     9    -
    10      name: "temperature"
    11      description: "query temperature"
    12      attributes:
    13        {
    14          attr1: "attr1",
    15          attr2: "attr2",
    16        }
    17      properties:
    18        { type: "INT16", readWrite: "R"}
    19  
    20  deviceCommands:
    21    -
    22      name: "temperature"
    23      get:
    24        - { deviceResource: "temperature" }
    25  
    26  coreCommands:
    27    -
    28      name: "temperature"
    29      get: true