@dialstack/sdk / index / MulticellRole
Type Alias: MulticellRole
type MulticellRole = "single" | "data_master" | "secondary";
Defined in: sdk/src/types/dect.ts:27
Role of a DECT base in a multicell deployment.
single: Standalone base station (default)data_master: Primary base in a multicell setupsecondary: Secondary base in a multicell setup