verion which did not include the handling in RTService wth creating the
Json file
This commit is contained in:
11
vrpmdvserver/vrpmdvcreatemoncmd.py
Normal file
11
vrpmdvserver/vrpmdvcreatemoncmd.py
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
|
||||
|
||||
class VRPMDV_CreateMonCmd:
|
||||
def __init__(self, samplerate, sampleperiod, downtime) :
|
||||
self.cmdid = 1
|
||||
self.samplerate = samplerate
|
||||
self.sampleperiod = sampleperiod
|
||||
self.downtime = downtime
|
||||
|
||||
Reference in New Issue
Block a user