Protected
Get device info
Optional
const deviceInfo = await client.v1.devices.get( 'c9bdc193-b54b-4ddb-a035-5ac0c598d32d',); Copy
const deviceInfo = await client.v1.devices.get( 'c9bdc193-b54b-4ddb-a035-5ac0c598d32d',);
Get device list
const getDeviceListResponse = await client.v1.devices.list(); Copy
const getDeviceListResponse = await client.v1.devices.list();
Create a new box using a physical device
const response = await client.v1.devices.toBox( 'c9bdc193-b54b-4ddb-a035-5ac0c598d32d',); Copy
const response = await client.v1.devices.toBox( 'c9bdc193-b54b-4ddb-a035-5ac0c598d32d',);
Get device info