def isNextRecordAfterEventActionAuto(self):
for timer in self.timer_list:
if timer.justplay:
continue
if timer.afterEvent == AFTEREVENT.AUTO or timer.afterEvent == AFTEREVENT.DEEPSTANDBY:
return True
return False
评论列表
文章目录