Closed
Description
The Devices.update_device()
function claims to update both the SimpleMDM name and device name. However, it only updates the SimpleMDM name.
simpleMDMpy/SimpleMDMpy/Devices.py
Lines 32 to 36 in 6539f94
SimpleMDM API Devices - Update
Argument | Description |
---|---|
name | The name of the device within SimpleMDM. |
device_name | The name that appears on the device itself. Requires supervision. This operation is asynchronous and occurs when the device is online. |