UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

8 lines 203 B
export declare abstract class ComponentResponse { id: number; name: string; type: number; canManage?: boolean; canDisable?: boolean; } //# sourceMappingURL=component.response.d.ts.map