Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
LKuemmel committed Aug 31, 2023
1 parent 30a8fd9 commit 82bdf37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/modbus_control_tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ class ReadMode(Enum):
# Test
register = 10141
action = Actions.READ_NUMBER
length = 1 # 1 in action READ_NUMBER and WRITE_VALUE, Length of str in action READ_STR
data_type = modbus.ModbusDataType.INT_32 # used only in action READ_NUMBER
write_value = 750 # used only in action WRITE_VALUE
length = 1 # 1 in action READ_NUMBER and WRITE_VALUE, Length of str in action READ_STR
data_type = modbus.ModbusDataType.INT_32 # used only in action READ_NUMBER
write_value = 750 # used only in action WRITE_VALUE


# Heartbeat-Read
Expand Down

0 comments on commit 82bdf37

Please sign in to comment.