コード例 #1
0
 def getSourcesForScene(self,sceneId):
     return Utils.parseAudioSources(self._send_packet(sceneId))
コード例 #2
0
 def getSources(self):
     return Utils.parseAudioSources(self._send_packet())
コード例 #3
0
 def getSourcesForCurrentScene(self):
     return Utils.parseAudioSources(self._send_packet())