Interface ScryptedStatic

Hierarchy

  • ScryptedStatic

Properties

log?: Logger

Deprecated

deviceManager: DeviceManager
endpointManager: EndpointManager
mediaManager: MediaManager
systemManager: SystemManager
serverVersion?: string
pluginHostAPI: any
pluginRemoteAPI: any

Methods

  • Start a new instance of the plugin, returning an instance of the new process and the result of the fork method.

    Type Parameters

    • T

    Returns PluginFork<T>

  • Initiate the Scrypted RPC wire protocol on a socket.

    Parameters

    Returns void

  • Attempt to retrieve an RPC object by directly connecting to the plugin that created the object. All operations on this object will bypass routing through the Scrypted Server which typically manages plugin communication. This is ideal for sending large amounts of data.

    Type Parameters

    • T

    Parameters

    • value: T

    Returns Promise<T>

Generated using TypeDoc