Skip to content

Commit 5eca932

Browse files
committed
v0.0.3
1 parent f789356 commit 5eca932

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="tesla_fleet_api",
8-
version="0.0.1",
8+
version="0.0.3",
99
author="Brett Adams",
1010
author_email="hello@teslemetry.com",
1111
description="Tesla Fleet API library for Python",

tesla_fleet_api/Teslemetry.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ def __init__(
2121
async def find_server(self):
2222
"""Find the server URL for the Tesla Fleet API."""
2323
raise NotImplementedError("Do not use this function for Teslemetry.")
24+
25+
def stream(self, vin: str, fields, alerts, expire: int):
26+
"""Stream data from the Tesla Fleet API."""
27+
raise NotImplementedError("Not implemented yet")

0 commit comments

Comments
 (0)