예제 #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 ''