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