v1

latestOpenAPI 3.0.12026-07-178146159.6 KB
IoT Devices

Updates the device.

put/api/devices

Request body

deviceIDstring nullable

The device identifier.

deviceNamestring required

The name of the device.

modelIdstring required

The model identifier.

modelNamestring nullable

The model name. (For AWS)

imageUrlstring uri nullable

The device model image Url.

isConnectedboolean

true if this instance is connected; otherwise, false.

isEnabledboolean

true if this instance is enabled; otherwise, false.

statusUpdatedTimestring date-time

The status updated time.

tagsobject nullable

List of custom device tags and their values.

isLoraWanboolean

true if this instance is lorawan; otherwise, false.

Response

Success