Table of Contents
pip install zero-motorcycles
from zero_motorcycles import ZeroApiClient
async def main():
zero_client = ZeroApiClient(username="email", password="password")
# Get units
await zero_client.async_get_units()
# Get last transmit data for a specific unit
await zero_client.async_get_last_transmit(123456)
# Get subscription expiration for a specific unit
await zero_client.async_get_expiration_date(123456)
zero-motorcycles
is distributed under the terms of the BSD 3-Clause license.