Home > LIB_Device > get
LIB_Device.get() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Get all properties of the device
Signature
typescript
function get(deviceUuid: string, libraryUuid?: string): Promise<ILIB_DeviceItem | undefined>;1
Parameters
Parameter | Type | Description |
|---|---|---|
deviceUuid | string | Device UUID |
libraryUuid | string | (Optional) Library UUID, default is system library, you can use LIB_LibrariesList APIs in |
Returns
Promise<ILIB_DeviceItem | undefined>
Device property