From 8ea08f8b7b4ee773e2d320e862f2c77747025e91 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Fri, 27 Aug 2021 21:01:46 -0700 Subject: [PATCH] .eslintrc.json --- plugins/homekit/package.json | 3 ++- plugins/unifi-protect/src/unifi-protect | 2 +- server/src/infer-defaults.ts | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/homekit/package.json b/plugins/homekit/package.json index bdf46b030..ef1564669 100644 --- a/plugins/homekit/package.json +++ b/plugins/homekit/package.json @@ -16,7 +16,8 @@ "name": "HomeKit", "type": "DeviceProvider", "interfaces": [ - "MixinProvider" + "MixinProvider", + "Settings" ] }, "dependencies": { diff --git a/plugins/unifi-protect/src/unifi-protect b/plugins/unifi-protect/src/unifi-protect index ea0e16988..45fa905b5 160000 --- a/plugins/unifi-protect/src/unifi-protect +++ b/plugins/unifi-protect/src/unifi-protect @@ -1 +1 @@ -Subproject commit ea0e16988c03392e9af0ec4aa93ea45428720f60 +Subproject commit 45fa905b5c3fbc23c36f54830d97bf2aa4ae4aa1 diff --git a/server/src/infer-defaults.ts b/server/src/infer-defaults.ts index 5e3ae6b9d..f202a86a8 100644 --- a/server/src/infer-defaults.ts +++ b/server/src/infer-defaults.ts @@ -1,5 +1,5 @@ import { ScryptedDeviceType, ScryptedInterface, ScryptedInterfaceProperty } from "@scrypted/sdk/types"; -import { PluginDevice } from "./plugin/plugin-device"; +import { PluginDevice } from "./db-types"; import { getState } from "./state"; const inferenceTable: {[iface: string]: ScryptedDeviceType[]} = {};