rxpoweredup
    Preparing search index...

    Interface IRgbLightFeature

    interface IRgbLightFeature {
        setRgbColor(
            portId: number,
            color: ColorDescriptor,
            modeId?: number,
        ): Observable<PortCommandExecutionStatus>;
    }
    Index

    Methods

    Methods