Scrypted Documentation / ClusterForkInterface
Interface: ClusterForkInterface 
Requests that the ScryptedDevice create a fork to
Methods 
forkInterface() 
forkInterface(forkInterface, options) 
forkInterface(
forkInterface,options?):Promise<ObjectDetection>
Parameters 
• forkInterface: ObjectDetection
• options?: ClusterForkInterfaceOptions
Returns 
Promise<ObjectDetection>
forkInterface(forkInterface, options) 
forkInterface<
T>(forkInterface,options?):Promise<T>
Type Parameters 
• T
Parameters 
• forkInterface: ScryptedInterface
• options?: ClusterForkInterfaceOptions
Returns 
Promise<T>
