![]() |
SmartMeshSDK
|
A singleton that holds the data about the motes. More...
Public Member Functions | |
def | __new__ |
def | __init__ |
def | resetData |
def | setApiKey |
def | getApiKey |
def | setManager |
def | getManager |
def | addMote |
def | deleteMote |
def | getMoteData |
def | incrementMoteCounter |
def | clearMoteCounters |
Public Attributes | |
dataLock | |
apiKey | |
motedata | |
manager | |
A singleton that holds the data about the motes.
def Xively.AppData.__init__ | ( | self | ) |
def Xively.AppData.__new__ | ( | cls, | |
args, | |||
kwargs | |||
) |
def Xively.AppData.addMote | ( | self, | |
mac | |||
) |
def Xively.AppData.clearMoteCounters | ( | self, | |
mac | |||
) |
def Xively.AppData.deleteMote | ( | self, | |
mac | |||
) |
def Xively.AppData.getApiKey | ( | self | ) |
def Xively.AppData.getManager | ( | self | ) |
def Xively.AppData.getMoteData | ( | self | ) |
def Xively.AppData.incrementMoteCounter | ( | self, | |
mac, | |||
counterName | |||
) |
def Xively.AppData.resetData | ( | self | ) |
def Xively.AppData.setApiKey | ( | self, | |
apiKey | |||
) |
def Xively.AppData.setManager | ( | self, | |
mac | |||
) |
Xively.AppData.apiKey |
Xively.AppData.dataLock |
Xively.AppData.manager |
Xively.AppData.motedata |