don't forward invalid MODBUS responses

This commit is contained in:
Stefan Allius
2024-05-20 18:51:55 +02:00
parent 25e3db36c4
commit 98ef252bb0
2 changed files with 2 additions and 2 deletions

View File

@@ -467,7 +467,7 @@ class SolarmanV5(Message):
if inv_update:
self.__build_model_name()
return
return
self.__forward_msg()
def msg_hbeat_ind(self):