Skip to content

Commit

Permalink
Merge pull request #1232 from PSMGoossens/dev-payload
Browse files Browse the repository at this point in the history
Added payload.py from pyModbus to application
  • Loading branch information
wills106 authored Jan 28, 2025
2 parents 84a6b1b + 017764f commit 048ac75
Show file tree
Hide file tree
Showing 2 changed files with 456 additions and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/solax_modbus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class CoreModbusHub:
# Endian_LITTLE = Endian.LITTLE
from pymodbus.constants import Endian
from pymodbus.exceptions import ConnectionException, ModbusIOException
from pymodbus.payload import BinaryPayloadBuilder, BinaryPayloadDecoder, Endian
from.payload import BinaryPayloadBuilder, BinaryPayloadDecoder, Endian
from pymodbus.framer import FramerType

from .const import (
Expand Down
Loading

0 comments on commit 048ac75

Please sign in to comment.