Skip to content

Commit

Permalink
fix: Fixed retrieving intelligent settings (15 minutes dev time)
Browse files Browse the repository at this point in the history
  • Loading branch information
BottlecapDave committed Jun 16, 2024
1 parent c8d81ef commit 91282c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/octopus_energy/api_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
}}'''

intelligent_settings_query = '''query {{
devices(accountNumber: "{account_id}", device_id: "{device_id}") {{
devices(accountNumber: "{account_id}", deviceId: "{device_id}") {{
id
status {{
isSuspended
Expand Down

0 comments on commit 91282c0

Please sign in to comment.