interface IInitOpts {
    fromExportedDevice?: IExportedDevice;
    pickleKey?: string;
}

Properties

fromExportedDevice?: IExportedDevice

(Optional) data from exported device that must be re-created. If present, opts.pickleKey is ignored (exported data already provides a pickle key)

pickleKey?: string

(Optional) pickle key to set instead of default one