@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
8 lines • 344 B
TypeScript
import { Labelled } from '../../../../common';
import { OpenAPIDevice } from '../../../../data';
export declare class OpenAPIDeviceStateReceivedEvent implements Labelled {
readonly deviceState: OpenAPIDevice;
label: string;
constructor(deviceState: OpenAPIDevice);
}
//# sourceMappingURL=openapi-device-state-received.event.d.ts.map