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