.eslintrc.json

This commit is contained in:
Koushik Dutta
2021-08-27 21:01:46 -07:00
parent 7966283a7c
commit 8ea08f8b7b
3 changed files with 4 additions and 3 deletions

View File

@@ -16,7 +16,8 @@
"name": "HomeKit",
"type": "DeviceProvider",
"interfaces": [
"MixinProvider"
"MixinProvider",
"Settings"
]
},
"dependencies": {

View File

@@ -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[]} = {};