Update integrationSplynx.py

This commit is contained in:
Robert Chacón
2023-03-03 20:38:32 -07:00
committed by GitHub
parent fae48c85a5
commit 2e50a2a108

View File

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