@dialstack/sdk / index / ButtonCompatibilitySummary
Interface: ButtonCompatibilitySummary
Defined in: sdk/src/types/button.ts:80
Properties
device
device: object;
Defined in: sdk/src/types/button.ts:81
kind
kind: "deskphone" | "dect_base" | "dect_handset";
max_position
max_position: number;
model
model: string;
vendor
vendor: string;
supported_count
supported_count: number;
Defined in: sdk/src/types/button.ts:87
unsupported
unsupported: object[];
Defined in: sdk/src/types/button.ts:88
override_id?
optional override_id?: string | null;
position
position: number;
reason
reason: ButtonCompatibilityReason;
template_button_id?
optional template_button_id?: string | null;
type
type: ButtonType;