mirror of
https://github.com/mtan93/homebridge.git
synced 2026-05-13 06:16:06 +01:00
Add missing connection to config parameter
This commit is contained in:
@@ -3,6 +3,7 @@ var sonos = require('sonos');
|
|||||||
|
|
||||||
function SonosPlatform(log, config){
|
function SonosPlatform(log, config){
|
||||||
this.log = log;
|
this.log = log;
|
||||||
|
this.config = config;
|
||||||
this.name = config["name"];
|
this.name = config["name"];
|
||||||
this.playVolume = config["play_volume"];
|
this.playVolume = config["play_volume"];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user