dd
This commit is contained in:
@ -17,7 +17,7 @@ class RelayController:
|
||||
self.host = host
|
||||
self.port = port
|
||||
self.modbus_client = ModbusTcpClient(host, port=port)
|
||||
|
||||
|
||||
# 继电器命令(原始Socket)
|
||||
self.relay_commands = {
|
||||
self.DOOR_UPPER: {'open': '00000000000601050000FF00', 'close': '000000000006010500000000'},
|
||||
|
||||
Reference in New Issue
Block a user