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