Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Device Extra Properties Configuration

The steps for configuring connected clients is same as configuring standalone device except that it requires additional data like device login details etc.. to be included while adding the device.

  • For connected clients, the additional data should be configured in extraProperties section while adding the client device.

 Extra properties can be configured by using 2 methods:

  • Using Swagger UI
    • The additional data related to device like serial port, login credentials  etc... can be configured in extra properties section of the device.
    • Please use the swagger API /device/update  to update extra properties.

    • Update extraProperties filed with device extra properties as shown below.

Eg: “username”:”root”

     Image Removed     Image Added

  • Using Device Manager UI
    • Following page will provide the steps to add or edit  extra properties  for a device using Device Manager UI tool.

Device Manager UI User Manual#EditDeviceExtraProperties

...