Пример #1
0
    def __init__(self):
        Template.__init__(self)

        self.addDescription(self.NAME_DESC, 'Stopping stream')

        self.addDescription(self.EXP_DESC, 'Stopping stream')

        self.addDescription(self.PASS_DESC, 'Stream successfully stopped')

        self.addDescription(self.FAIL_DESC, 'Stream did not stop')
Пример #2
0
 def __init__(self):
     Template.__init__(self)
     logger.info('Tune to channel 561 HD being executed')
Пример #3
0
 def __init__(self, logger, slotID):
     Template.__init__(self, logger)
     self.logger.info('Power up from standby exccuted')
     self.slotID = slotID
Пример #4
0
 def __init__(self, logger, slotID):
     Template.__init__(self, logger)
     self.logger.info('FSR being executed')
     self.slotID = slotID
Пример #5
0
 def __init__(self, logger, slotID):
     Template.__init__(self, logger)
     self.logger.info('Delete recording being executed')
     self.slotID = slotID
Пример #6
0
 def __init__(self, logger, slotID):
     Template.__init__(self, logger)
     self.logger.info('Tune to channel 531 SD being executed')
     self.slotID = slotID