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

Update unmanaged device

POST https://connect.getseam.com/devices/unmanaged/update

Request Body

Name
Type
Description

device_id*

String

ID of Device

is_managed

String

Set to true to manage the device with Seam.

{
  "ok": true
}

Code Example

seam.devices.unmanaged.update(is_managed=True)

Last updated

Was this helpful?