Skip to content

Commit

Permalink
Fix: 204 No Content from KWH_TARIFF_URL (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyKh authored Nov 6, 2024
1 parent 1279053 commit 1662cea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions iec_api/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
GET_DEVICE_TYPE_URL = IEC_API_BASE_URL + "Device/type/{bp_number}/{contract_id}/false"
GET_BILLING_INVOICES_URL = IEC_API_BASE_URL + "BillingCollection/invoices/{contract_id}/{bp_number}"
GET_INVOICE_PDF_URL = IEC_API_BASE_URL + "BillingCollection/pdf"
GET_KWH_TARIFF_URL = IEC_API_BASE_URL + "content/en-US/content/tariffs/contentpages/homeelectricitytariff"
GET_PREIOD_CALCULATOR_URL = IEC_API_BASE_URL + "content/en-US/calculators/period"
GET_CALCULATOR_GADGET_URL = IEC_API_BASE_URL + "content/en-US/calculators/gadget"
GET_KWH_TARIFF_URL = IEC_API_BASE_URL + "content/he-IL/content/tariffs/contentpages/homeelectricitytariff"
GET_PREIOD_CALCULATOR_URL = IEC_API_BASE_URL + "content/he-IL/calculators/period"
GET_CALCULATOR_GADGET_URL = IEC_API_BASE_URL + "content/he-IL/calculators/gadget"
GET_OUTAGES_URL = IEC_API_BASE_URL + "outages/transactions/{account_id}/2"
SEND_CONSUMPTION_REPORT_TO_MAIL_URL = IEC_API_BASE_URL + "/Consumption/SendConsumptionReportToMail/{contract_id}"

Expand Down

0 comments on commit 1662cea

Please sign in to comment.