Update integrationSplynx.py

This commit is contained in:
Robert Chacón
2023-03-03 20:34:18 -07:00
committed by GitHub
parent b100870e3c
commit 0f9a2b0e21

View File

@@ -86,6 +86,7 @@ def createShaper():
id=combinedId, id=combinedId,
displayName=customerJson["name"], displayName=customerJson["name"],
address=combineAddress(customerJson), address=combineAddress(customerJson),
customerName = customerJson["name"]
download=downloadForTariffID[tariff_id], download=downloadForTariffID[tariff_id],
upload=uploadForTariffID[tariff_id], upload=uploadForTariffID[tariff_id],
) )