This commit is contained in:
2021-08-23 12:39:47 +02:00
parent 4575bea50e
commit a37f4945d8
3 changed files with 12 additions and 24 deletions

View File

@ -54,7 +54,7 @@ def modbusHandler(processImage):
processImage.setDiscreteInputs(discreteInputs)
if processImage.hasPendingInputChanges():
processImage.notify()
if processImage.hasPendingOutputChanges:
if processImage.hasPendingOutputChanges():
coils = processImage.getCoils()
if coils: