2nd Version with the complete UI and the first Version of cc+ .so
This commit is contained in:
@@ -3,11 +3,12 @@ import datetime as dt
|
||||
|
||||
|
||||
class VRPMDV_MonReq:
|
||||
def __init__(self, name , samplerate, sampleperiod, downtime, owner) :
|
||||
def __init__(self, name , samplerate, sampleperiod, downtime, owner, status) :
|
||||
self.name = name
|
||||
self.samplerate = samplerate
|
||||
self.sampleperiod = sampleperiod
|
||||
self.downtime = downtime
|
||||
self.owner = owner
|
||||
self.status = status
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user