docstring for modbus fixed

This commit is contained in:
Nicolas 2025-05-22 14:30:55 +02:00
parent 605b2bc0dd
commit 3df8e392a8
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ class SimpleModbusClient:
address: The register address to read from.
Returns:
The value of the coil.
The value of the coil or None if error
"""
value = self.read_coils(address)
if value: