mirror of
https://github.com/koush/scrypted.git
synced 2026-09-20 02:30:39 +01:00
unifi-protect: add new hub option
This commit is contained in:
4
plugins/unifi-protect/package-lock.json
generated
4
plugins/unifi-protect/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@scrypted/unifi-protect",
|
||||
"version": "0.0.37",
|
||||
"version": "0.0.38",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@scrypted/unifi-protect",
|
||||
"version": "0.0.37",
|
||||
"version": "0.0.38",
|
||||
"license": "Apache",
|
||||
"dependencies": {
|
||||
"@types/ws": "^7.4.7",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@scrypted/unifi-protect",
|
||||
"version": "0.0.37",
|
||||
"version": "0.0.38",
|
||||
"description": "Unifi Protect Plugin for Scrypted",
|
||||
"author": "Scrypted",
|
||||
"license": "Apache",
|
||||
|
||||
@@ -460,4 +460,4 @@ class UnifiProtect extends ScryptedDeviceBase implements Settings, DeviceProvide
|
||||
}
|
||||
}
|
||||
|
||||
export default createInstanceableProviderPlugin(nativeid => new UnifiProtect(nativeid));
|
||||
export default createInstanceableProviderPlugin("Unifi Protect Application", nativeid => new UnifiProtect(nativeid));
|
||||
|
||||
Reference in New Issue
Block a user