Add docstrings

This commit is contained in:
Tunui Franken 2024-01-26 17:02:42 +01:00
parent 42aa3832c2
commit e4f4595455
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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