@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
8 lines • 334 B
TypeScript
import { Labelled } from '../../../../common';
import { RestChannelConfig } from '../rest-channel.types';
export declare class RestChannelChangedEvent implements Labelled {
readonly config: RestChannelConfig;
label: string;
constructor(config: RestChannelConfig);
}
//# sourceMappingURL=rest-channel-changed.event.d.ts.map