FP-Devicer - v1.6.1
    Preparing search index...

    Interface DeviceManagerLike

    Minimal structural interface that plugins depend on. Avoids a hard circular import between PluginRegistrar and DeviceManager.

    interface DeviceManagerLike {
        registerIdentifyPostProcessor(
            name: string,
            processor: IdentifyPostProcessor,
        ): () => void;
    }
    Index

    Methods