Links

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.

Update Unmanaged Device

post
https://connect.getseam.com
/devices/unmanaged/update
Update unmanaged device

Code Example

Python
Javascript
seam.devices.unmanaged.update(is_managed=True)
await seam.devices.unmanaged.update({ is_managed: true })
© Seam Labs, Inc. All rights reserved.