@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
9 lines • 422 B
TypeScript
import { EventBus } from '@nestjs/cqrs';
import { ChannelService } from '../channel.service';
import { RestChannelConfig } from './rest-channel.types';
export declare class RestChannelService extends ChannelService<RestChannelConfig, false> {
togglable: false;
name: 'restChannel';
constructor(enabled: boolean, auth: RestChannelConfig, eventBus: EventBus);
}
//# sourceMappingURL=rest-channel.service.d.ts.map