Skip to content

Commit

Permalink
Update docs/xknx.md
Browse files Browse the repository at this point in the history
Co-authored-by: Marvin Wichmann <marvin@fam-wichmann.de>
  • Loading branch information
farmio and marvin-w committed Nov 30, 2020
1 parent d908e78 commit 8f10471
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/xknx.md
Expand Up @@ -38,7 +38,7 @@ The constructor of the XKNX object takes several parameters:

* `config` defines a path to the local [XKNX.yaml](/configuration).
* `loop` points to the asyncio.loop object. Of not specified it uses `asyncio.get_event_loop()`.
* `own_address` may be used to specify the individual KNX address of the XKNX daemon. If not speficied it uses `15.15.250`.
* `own_address` may be used to specify the individual (physical) KNX address of the XKNX daemon. If not speficied it uses `15.15.250`.
* `address_format` may be used to specify the type of group addresses to use. Possible values are:
** FREE: integer or hex representation
** SHORT: representation like '1/34' without middle groups
Expand Down Expand Up @@ -148,4 +148,3 @@ asyncio.run(main())




0 comments on commit 8f10471

Please sign in to comment.