Update Unmanaged Device
Update an Unmanaged Device by its ID
An unmanaged device has a limited set of visible properties, a subset of supported events, and may not be controlled. Any access codes on an unmanaged device will be unmanaged. Convert it to a managed device to control it with Seam.
post
https://connect.getseam.com
/devices/unmanaged/update
Update unmanaged device
Python
Javascript
seam.devices.unmanaged.update(is_managed=True)
await seam.devices.unmanaged.update({ is_managed: true })
Last modified 1mo ago