Files
Transfer-Station-Lite/POCloud/transferlite/python-driver/device_base.py
Patrick McDonagh c3bbbfd4e7 Adds POCloud Driver
2018-06-28 16:35:38 -05:00

9 lines
211 B
Python

class deviceBase(object):
def sendtodbDev(self, idNum, name, value, timestamp, drivername):
pass
def sendtodb(self, name, value, timestamp):
"""Dummy sendtodb function."""
pass