mirror of
https://github.com/koush/scrypted.git
synced 2026-09-17 17:20:39 +01:00
.eslintrc.json
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
"name": "HomeKit",
|
||||
"type": "DeviceProvider",
|
||||
"interfaces": [
|
||||
"MixinProvider"
|
||||
"MixinProvider",
|
||||
"Settings"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Submodule plugins/unifi-protect/src/unifi-protect updated: ea0e16988c...45fa905b5c
@@ -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[]} = {};
|
||||
|
||||
Reference in New Issue
Block a user