path to hp excel was modified
This commit is contained in:
@@ -7,7 +7,7 @@ import math
|
||||
|
||||
class HeatPump:
|
||||
def __init__(self, device_name: str, ip_address: str, port: int = 502,
|
||||
excel_path: str = "modbus_registers/heat_pump_registers_modbus.xlsx",
|
||||
excel_path: str = "modbus_registers/heat_pump_registers.xlsx",
|
||||
sheet_name: str = "Register_Map"):
|
||||
self.device_name = device_name
|
||||
self.ip = ip_address
|
||||
|
||||
Reference in New Issue
Block a user