unifi-protect: add new hub option

This commit is contained in:
Koushik Dutta
2021-09-27 11:24:48 -07:00
parent 09da42c5bd
commit f1aa85e10e
3 changed files with 4 additions and 4 deletions

View File

@@ -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",

View File

@@ -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",

View File

@@ -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));