verion which did not include the handling in RTService wth creating the
Json file
This commit is contained in:
10
vrpmdvserver/vrpmdvdeletemoncmd.py
Normal file
10
vrpmdvserver/vrpmdvdeletemoncmd.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import datetime as dt
|
||||
|
||||
|
||||
|
||||
class VRPMDV_DeleteMonCmd:
|
||||
def __init__(self, id ) :
|
||||
self.cmdid = 2
|
||||
self.id = id
|
||||
|
||||
|
||||
Reference in New Issue
Block a user