Skip to content

Commit

Permalink
2025.01.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wills106 authored Jan 5, 2025
1 parent b7e3623 commit 62ca78e
Showing 1 changed file with 1 addition 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 @@ -61,7 +61,7 @@ class CoreModbusHub:
from pymodbus.constants import Endian
from pymodbus.exceptions import ConnectionException, ModbusIOException
from pymodbus.payload import BinaryPayloadBuilder, BinaryPayloadDecoder, Endian
from pymodbus.transaction import ModbusAsciiFramer, ModbusRtuFramer
from pymodbus.framer import FramerType

from .const import (
INVERTER_IDENT,
Expand Down

0 comments on commit 62ca78e

Please sign in to comment.