Using harmony device
Still need to look up devices specific to hubs (In the case of the same device on multiple hubs)
This commit is contained in:
@@ -40,7 +40,8 @@ class HarmonyMatrixPlatform {
|
||||
if (this.config) {
|
||||
//construct data provider
|
||||
this.dataProvider = new HarmonyDataProvider({
|
||||
hubAddress: this.config.hubIp,
|
||||
hubs: this.config.Hubs,
|
||||
deviceConfigs: this.config.Devices,
|
||||
matrix: this.config.Matrix,
|
||||
log: this.log
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user