Skip to content

commands

CLI commands definition

Functions:

  • battery

    Battery details

  • cli

    CLI entry point

  • info

    Get the info

  • latest

    Get the latest locations for a given device name

  • locations

    Locations commands

  • scheduler

    Scheduler commands

  • start

    Start the scheduler

  • version

    Print the version

battery

battery(ctx: Context) -> None

Battery details

cli

cli(ctx: Context, verbose: int, quiet: bool) -> None

CLI entry point Target executed at first when CLI

info

info(ctx: Context) -> None

Get the info

latest

latest(ctx: Context, device: str) -> None

Get the latest locations for a given device name

locations

locations() -> None

Locations commands

scheduler

scheduler() -> None

Scheduler commands

start

start(ctx: Context) -> None

Start the scheduler

version

version(ctx: Context) -> None

Print the version