Updates as per Heath to volumes object in SendFullStatus(). Fixed issue with populating SourceDeviceMapDictionary in constructor.

This commit is contained in:
Neil Dorin
2018-07-24 15:11:48 -06:00
parent 9ad2fef94a
commit b989b07d78
5 changed files with 89 additions and 16 deletions

View File

@@ -90,11 +90,15 @@ namespace PepperDash.Essentials.Room.Cotija
{"prevTrack", 175},
{"nextTrack", 176},
{"powerOn", 177},
{"powerOff", 178}
{"powerOff", 178},
{"dot", 179}
};
foreach (var item in dictionary)
{
this.Add(item.Key, item.Value);
}
}
}
}