major rework
using influxdb structure independed of nicos cache
This commit is contained in:
2
secop.py
2
secop.py
@ -136,7 +136,7 @@ class SecopInstrument(Instrument):
|
||||
# test_day = instrument_config.get('test_day', None)
|
||||
# self.test_day = [int(x) for x in test_day.split('-')] if test_day else None
|
||||
self.title = inst_name
|
||||
self.device = 'UNDEFINED'
|
||||
self.device = ''
|
||||
self.nodes = []
|
||||
self.node_map = {}
|
||||
for host_port in host_ports.split(','):
|
||||
|
Reference in New Issue
Block a user