mirror of
https://github.com/koush/scrypted.git
synced 2026-03-01 16:52:56 +00:00
core/server: fix oneway method failure causing empty plugin list
This commit is contained in:
@@ -35,7 +35,7 @@ interface DeviceProxyPair {
|
||||
proxy: ScryptedDevice;
|
||||
}
|
||||
|
||||
const MIN_SCRYPTED_CORE_VERSION = '0.0.121';
|
||||
const MIN_SCRYPTED_CORE_VERSION = '0.0.135';
|
||||
const PLUGIN_DEVICE_STATE_VERSION = 2;
|
||||
|
||||
export class ScryptedRuntime {
|
||||
|
||||
Reference in New Issue
Block a user