Command Line Interface

This message can be found with idasen --help.

usage: sphinx-build [-h] [--mac-address MAC_ADDRESS] [--verbose] [--version]
                    {height,speed,monitor,init,save,pair,delete,stand,sit} ...

ikea IDÅSEN desk control

positional arguments:
  {height,speed,monitor,init,save,pair,delete,stand,sit}
                        Subcommands
    height              Get the desk height.
    speed               Get the desk speed.
    monitor             Monitor the desk position.
    init                Initialize a new configuration file.
    save                Save current desk position.
    pair                Pair with device.
    delete              Remove position with given name.
    stand               Move the desk to 1.1m.
    sit                 Move the desk to 0.75m.

options:
  -h, --help            show this help message and exit
  --mac-address MAC_ADDRESS
                        MAC address of the Idasen desk.
  --verbose, -v         Increase logging verbosity.
  --version             Prints version information.