mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-19 13:20:59 +00:00
Provider config and cli-based setup
This commit is contained in:
12
lib/server.js
Normal file
12
lib/server.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import { Provider } from './provider';
|
||||
import { User, Config } from './user';
|
||||
|
||||
export class Server {
|
||||
|
||||
constructor(providers:object) {
|
||||
this.providers = providers; // providers[name] = loaded provider JS module
|
||||
}
|
||||
|
||||
run() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user