コード例 #1
0
ファイル: httpplayer.py プロジェクト: fdev31/zicbee
 def REQ_next(self):
     notify('Zap!', icon='next', timeout=200)
     return self.player.select(1) or ''
コード例 #2
0
ファイル: httpplayer.py プロジェクト: fdev31/zicbee
 def REQ_prev(self):
     notify('Zap!', icon='prev', timeout=200)
     return self.player.select(-1) or ''