diff --git a/platforms/Sonos.js b/platforms/Sonos.js index 91bd04d..15523c6 100644 --- a/platforms/Sonos.js +++ b/platforms/Sonos.js @@ -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"]; }