Add docstrings
This commit is contained in:
parent
42aa3832c2
commit
e4f4595455
2 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
"""Read an arbitrary amount of coils without trying to be evasive"""
|
||||
|
||||
|
||||
from argparse import ArgumentParser
|
||||
from pymodbus.client import ModbusTcpClient
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
"""Read the values from a number of coils"""
|
||||
|
||||
|
||||
from argparse import ArgumentParser
|
||||
from pymodbus.client import ModbusTcpClient
|
||||
|
||||
|
|
Loading…
Reference in a new issue