Skip to content

Latest commit

 

History

History
136 lines (75 loc) · 2.82 KB

File metadata and controls

136 lines (75 loc) · 2.82 KB

seamapi / Exports / Device

Interface: Device<Properties, Type>

Type parameters

Name Type
Properties extends CommonDeviceProperties
Type DeviceType

Table of contents

Properties

Properties

capabilities_supported

capabilities_supported: unknown[]

Defined in

src/types/models.ts:215


connected_account_id

connected_account_id: string

Defined in

src/types/models.ts:214


created_at

created_at: string

Defined in

src/types/models.ts:218


device_id

device_id: string

Defined in

src/types/models.ts:209


device_type

device_type: Type

Defined in

src/types/models.ts:213


errors

errors: (DeviceError | ConnectedAccountError)[]

Defined in

src/types/models.ts:216


is_managed

is_managed: true

Defined in

src/types/models.ts:219


location

Optional location: null | DeviceLocation

Defined in

src/types/models.ts:212


properties

properties: Properties

Defined in

src/types/models.ts:211


warnings

warnings: SeamWarning[]

Defined in

src/types/models.ts:217


workspace_id

workspace_id: string

Defined in

src/types/models.ts:210