Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 550 Bytes

File metadata and controls

31 lines (20 loc) · 550 Bytes

Update device firmware

Initiate a software update on the device if any is available.

GET https://www.expedy.fr/api/v2/devices/{device_uid}/update

Authentication

See Authentication.

Path parameters

Name Type Required Description
device_uid string yes The device's unique ID.

Response — 200 OK

{ "last_ping": 1641509604 }

Examples

Node.js — SDK

await client.devices.system.update("MMAAZ112PI");