latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-2011356208.8 KB

8f5ec4f45de1

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)

imagestring 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.

lastActivityTimestring date-time

Gets or sets the last activity time.

tagsobject nullable

List of custom device tags and their values.

isLoraWanboolean

true if this instance is lorawan; otherwise, false.

layerIdstring nullable

The LayerId of the device.

Response

OK