UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

6 lines 288 B
import { ComponentResponse } from './component.response'; import { EnvironmentResponse } from './environment.response'; export declare class EnvironmentComponent extends ComponentResponse { devices: EnvironmentResponse[]; } //# sourceMappingURL=environment-component.response.d.ts.map