Exemplo n.º 1
0
 def getSourcesForScene(self,sceneId):
     return Utils.parseAudioSources(self._send_packet(sceneId))
Exemplo n.º 2
0
 def getSources(self):
     return Utils.parseAudioSources(self._send_packet())
Exemplo n.º 3
0
 def getSourcesForCurrentScene(self):
     return Utils.parseAudioSources(self._send_packet())