Fun with PWM  0.32
Notifier.Notifier Class Reference

Notification. More...

Inheritance diagram for Notifier.Notifier:

Public Member Functions

def __init__ (self, log=False, display=True)
 
def setCallback (self, cb)
 
def addNotice (self, text, type='notice')
 
def getNotice (self)
 
def push (self)
 
def printNotice (self)
 

Public Attributes

 now
 
 metric
 

Detailed Description

Notification.

Constructor & Destructor Documentation

§ __init__()

def Notifier.Notifier.__init__ (   self,
  log = False,
  display = True 
)
Initializes a Notifier object

@param log
@param display

Member Function Documentation

§ addNotice()

def Notifier.Notifier.addNotice (   self,
  text,
  type = 'notice' 
)
add a notice

@param text
@param type

§ getNotice()

def Notifier.Notifier.getNotice (   self)
get notice

@return dict

§ printNotice()

def Notifier.Notifier.printNotice (   self)
standard callback - print notice to terminal

§ push()

def Notifier.Notifier.push (   self)
push notice

§ setCallback()

def Notifier.Notifier.setCallback (   self,
  cb 
)
set notifier callback

@param cb

The documentation for this class was generated from the following file: