UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge.

11 lines (10 loc) 250 B
export interface AccessoryControlMessage { set?: { uniqueId: string; iid?: number; value?: string | number | boolean; cluster?: string; attributes?: Record<string, unknown>; }; refresh?: boolean; }