Add Monitoring files in Python and Mui/React
This commit is contained in:
14
vrpmdvserver/vrpmdvmonfiles.py
Normal file
14
vrpmdvserver/vrpmdvmonfiles.py
Normal file
@@ -0,0 +1,14 @@
|
||||
import datetime as dt
|
||||
|
||||
|
||||
|
||||
class VRPMDV_Monfiles:
|
||||
def __init__(self, id, name , samplerate, sampleperiod, downtime, timestamp) :
|
||||
self.id = id
|
||||
self.name = name
|
||||
self.samplerate = samplerate
|
||||
self.sampleperiod = sampleperiod
|
||||
self.downtime = downtime
|
||||
self.timestamp = timestamp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user