Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 571 Bytes

File metadata and controls

31 lines (20 loc) · 571 Bytes

Apply Wi-Fi update

Push any pending Wi-Fi configuration change (add / delete SSID) to the device.

GET https://www.expedy.fr/api/v2/devices/{device_uid}/wifi/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.wifi.applyUpdate("MMAAZ112PI");