fix import and rename topic
This commit is contained in:
parent
c62f0c019c
commit
a1ecf5a635
@ -7,7 +7,7 @@ port = 1883
|
||||
# cert =
|
||||
# key =
|
||||
relaisSubscribeTopic = IoT/PV/Cmd
|
||||
meterPublishTopic = IoT/PV/Meter
|
||||
meterPublishTopic = IoT/PV/Values
|
||||
meterPublishPeriod = 15
|
||||
|
||||
[modbus]
|
||||
|
@ -1,5 +1,4 @@
|
||||
from MeterPublish import MeterPublish
|
||||
from RelaisPublish import RelaisPublish
|
||||
from RelaisSubscribe import RelaisSubscribe
|
||||
from ModbusBase import ModbusHandler
|
||||
from loguru import logger
|
||||
|
Loading…
x
Reference in New Issue
Block a user