Skip to main content

@dialstack/sdk / index / DECTHandset

Interface: DECTHandset

Defined in: sdk/src/types/dect.ts:87

A DECT handset paired with a base station.

Properties

assignments?

TypeScript
optional assignments?: DeviceUserAssignment[];

Defined in: sdk/src/types/dect.ts:113

User assignments (handset IDs are device IDs; populated via devices.users.list or expand[]=users).


base?

TypeScript
optional base?: string | null;

Defined in: sdk/src/types/dect.ts:92

Parent base station. null when the handset is stocked but not yet paired with a base — set this field to a base ID to pair it.


base_id

TypeScript
base_id: string | null;

Defined in: sdk/src/types/dect.ts:94

Deprecated

Use base. Retained for backwards compatibility.


created_at

TypeScript
created_at: string;

Defined in: sdk/src/types/dect.ts:115

ISO 8601 timestamp


display_name?

TypeScript
optional display_name?: string;

Defined in: sdk/src/types/dect.ts:100

Optional display name


extensions?

TypeScript
optional extensions?: DECTExtension[];

Defined in: sdk/src/types/dect.ts:110

Associated extensions (when eager-loaded)


firmware_version?

TypeScript
optional firmware_version?: string;

Defined in: sdk/src/types/dect.ts:106

Handset firmware version


id

TypeScript
id: string;

Defined in: sdk/src/types/dect.ts:89

TypeID with decth_ prefix


ipei

TypeScript
ipei: string;

Defined in: sdk/src/types/dect.ts:96

International Portable Equipment Identity (20-char unique identifier)


model?

TypeScript
optional model?: string;

Defined in: sdk/src/types/dect.ts:104

Handset model


registered_at?

TypeScript
optional registered_at?: string;

Defined in: sdk/src/types/dect.ts:108

ISO 8601 timestamp when handset was registered


slot_number

TypeScript
slot_number: number;

Defined in: sdk/src/types/dect.ts:102

Slot number on the base (1-based)


status

TypeScript
status: HandsetStatus;

Defined in: sdk/src/types/dect.ts:98

Current handset status


updated_at

TypeScript
updated_at: string;

Defined in: sdk/src/types/dect.ts:117

ISO 8601 timestamp