Closedown
This commit is contained in:
@@ -47,7 +47,7 @@ class RobotModbus(DeviceBase):
|
|||||||
for arg in argv:
|
for arg in argv:
|
||||||
args[index] = arg
|
args[index] = arg
|
||||||
index = index + 1
|
index = index + 1
|
||||||
robot_args.write(args)
|
robot_args.write(to_array(args, 'i'))
|
||||||
robot_req.write(1)
|
robot_req.write(1)
|
||||||
try:
|
try:
|
||||||
self.request()
|
self.request()
|
||||||
|
|||||||
Reference in New Issue
Block a user