mirror of
https://github.com/koush/scrypted.git
synced 2026-06-20 16:40:30 +01:00
ring: phase out sip streaming
This commit is contained in:
4
plugins/ring/package-lock.json
generated
4
plugins/ring/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@scrypted/ring",
|
||||
"version": "0.0.136",
|
||||
"version": "0.0.137",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@scrypted/ring",
|
||||
"version": "0.0.136",
|
||||
"version": "0.0.137",
|
||||
"dependencies": {
|
||||
"@koush/ring-client-api": "file:../../external/ring-client-api",
|
||||
"@scrypted/common": "file:../../common",
|
||||
|
||||
@@ -44,5 +44,5 @@
|
||||
"got": "11.8.6",
|
||||
"socket.io-client": "^2.5.0"
|
||||
},
|
||||
"version": "0.0.136"
|
||||
"version": "0.0.137"
|
||||
}
|
||||
|
||||
@@ -88,7 +88,7 @@ class RingPlugin extends ScryptedDeviceBase implements DeviceProvider, Settings
|
||||
title: 'Legacy RTSP Streaming',
|
||||
description: 'Enable legacy RTSP Stream support. No longer supported and is being phased out by Ring.',
|
||||
type: 'boolean',
|
||||
persistedDefaultValue: true,
|
||||
persistedDefaultValue: false,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user