@dialstack/sdk-dev / server/src / DeviceCreateParams
Interface: DeviceCreateParams
Defined in: sdk/server/src/index.ts:1212
Properties
base?
optional base?: string;
Defined in: sdk/server/src/index.ts:1230
Parent DECT base, handset only. Omit to stock the handset unpaired.
ipei?
optional ipei?: string;
Defined in: sdk/server/src/index.ts:1232
Required for DECT handsets.
location?
optional location?: string;
Defined in: sdk/server/src/index.ts:1228
E911 location, deskphone or DECT base only. Can be set later.
mac_address?
optional mac_address?: string;
Defined in: sdk/server/src/index.ts:1221
Required for deskphones and DECT bases.
model?
optional model?: string;
Defined in: sdk/server/src/index.ts:1222
multicell_role?
optional multicell_role?: DeviceMulticellRole;
Defined in: sdk/server/src/index.ts:1226
DECT base only; defaults to single.
name?
optional name?: string;
Defined in: sdk/server/src/index.ts:1223
overrides?
optional overrides?: DeviceSettings;
Defined in: sdk/server/src/index.ts:1224
type?
optional type?: DeviceType;
Defined in: sdk/server/src/index.ts:1219
The kind to create. Optional for MAC-addressable devices: omit it and the
type is detected from mac_address via the vendor catalog. Rejected if the
MAC cannot be classified, or if a supplied type contradicts a positive
catalog match. dect_handset is IPEI-identified and must always be given.