changed react and python server for Download
This commit is contained in:
@@ -3,12 +3,13 @@ import datetime as dt
|
||||
|
||||
|
||||
class VRPMDV_Monfiles:
|
||||
def __init__(self, id, name , samplerate, sampleperiod, downtime, timestamp) :
|
||||
def __init__(self, id, monid, name , samplerate, sampleperiod, downtime, timestamp, hwdescription) :
|
||||
self.id = id
|
||||
self.monid = monid
|
||||
self.name = name
|
||||
self.samplerate = samplerate
|
||||
self.sampleperiod = sampleperiod
|
||||
self.downtime = downtime
|
||||
self.timestamp = timestamp
|
||||
|
||||
self.hwdescription = hwdescription
|
||||
|
||||
|
||||
Reference in New Issue
Block a user