move classes using influx from secop to influxgraph

+ fix parameter change command in secop
This commit is contained in:
2024-10-23 16:32:49 +02:00
parent 7471a0c171
commit 7736e0f7e3
3 changed files with 56 additions and 71 deletions

View File

@ -4,6 +4,6 @@ import sys
import pathlib
sys.path.insert(0, str((pathlib.Path(__file__) / '..').resolve()))
import webserver
from secop import SecopInfluxInstrument
from influxgraph import SecopInfluxInstrument
webserver.instrument = webserver.main(SecopInfluxInstrument)