Skip to content

Commit

Permalink
Stream has its own library now
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Jan 7, 2024
1 parent 6500495 commit 59ece58
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tesla_fleet_api/Teslemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ async def find_server(self):
"""Find the server URL for the Tesla Fleet API."""
raise NotImplementedError("Do not use this function for Teslemetry.")

def stream(self, vin: str, fields, alerts, expire: int):
"""Stream data from the Tesla Fleet API."""
raise NotImplementedError("Not implemented yet")

class Vehicle(TeslaFleetApi.Vehicle):
"""Tesla Fleet API Vehicle."""

Expand Down

0 comments on commit 59ece58

Please sign in to comment.