UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

12 lines 640 B
import { Debuggable, DeviceCommandAddresses, Labelled } from '../../../../common'; export declare class DeviceRefeshEvent implements Labelled, Debuggable { readonly deviceId: string; readonly model: string; readonly goodsType: number; readonly addresses: DeviceCommandAddresses; readonly opIdentifiers?: number[][] | undefined; readonly debug?: boolean | undefined; label: () => string; constructor(deviceId: string, model: string, goodsType: number, addresses: DeviceCommandAddresses, opIdentifiers?: number[][] | undefined, debug?: boolean | undefined); } //# sourceMappingURL=device-refresh.event.d.ts.map