Skip to content

Commit

Permalink
Adding Completed Dispatches
Browse files Browse the repository at this point in the history
Fixes #3
  • Loading branch information
megakid committed Sep 27, 2022
1 parent 0ef25be commit e332dc8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions custom_components/octopus_intelligent/graphql_client.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,15 @@ async def __async_get_combined_state(self, session, account_id: str):
location
}
}
completedDispatches(accountNumber: $accountNumber) {
startDtUtc: startDt
endDtUtc: endDt
chargeKwh: delta
meta {
source
location
}
}
}
''')

Expand Down

0 comments on commit e332dc8

Please sign in to comment.