Skip to content

Commit

Permalink
Merge pull request #4 from megakid/completed_dispatches
Browse files Browse the repository at this point in the history
Adding Completed Dispatches
  • Loading branch information
megakid authored Oct 1, 2022
2 parents 22ae8fb + e332dc8 commit 13dc3e8
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 13dc3e8

Please sign in to comment.