Ignore Bridge

No need to control the bridge
This commit is contained in:
Mario Drengner
2015-10-21 14:35:35 +02:00
parent 1a95978e0a
commit 997906bab8

View File

@@ -34,7 +34,7 @@ SonosPlatform.prototype = {
that.log("Found device at " + device.host);
device.deviceDescription(function (err, description) {
if (description["zoneType"] != '11' && description["zoneType"] != '8') { // 8 is the Sonos SUB
if (description["zoneType"] != '11' && description["zoneType"] != '8' && description["zoneType"] != '4') { // 8 is the Sonos SUB, 4 is the Sonos Bridge
var roomName = description["roomName"];
if (!roomNamesFound[roomName]) {