Skip to content

Commit

Permalink
Update documentation for 2.5.3.123.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mj23000 committed Sep 15, 2023
1 parent 224298a commit ad0a5f7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The Mozart API is a REST API with async capabilities and WebSocket notification

Supported by:

- [Beolab 8](https://www.bang-olufsen.com/en/dk/speakers/beolab-8)
- [Beolab 28](https://www.bang-olufsen.com/en/dk/speakers/beolab-28)
- [Beosound 2 3rd gen](https://www.bang-olufsen.com/en/dk/speakers/beosound-2)
- [Beosound A5](https://www.bang-olufsen.com/en/dk/speakers/beosound-a5)
Expand Down
22 changes: 12 additions & 10 deletions docs/mozart-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4659,23 +4659,24 @@ info:
description: "[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/bang-olufsen/mozart-open-api/blob/main/LICENSE)\n\
[![Version](https://img.shields.io/pypi/v/mozart-api?color=g)](https://pypi.org/project/mozart-api)\n\
[![Downloads](https://img.shields.io/pypi/dm/mozart-api)](https://pypi.org/project/mozart-api)\n\
![Python version](https://img.shields.io/pypi/pyversions/mozart-api)\n\nThe\
\ Mozart API is a REST API with async capabilities and WebSocket notification\
![Python version](https://img.shields.io/pypi/pyversions/mozart-api)\n\n\n\
The Mozart API is a REST API with async capabilities and WebSocket notification\
\ channel for immediate state information. Currently the API is distributed\
\ as a Python package and as an OpenAPI document that can be found in the\
\ [Github releases](https://github.com/bang-olufsen/mozart-open-api/releases).\n\
\nSupported by:\n\n- [Beolab 28](https://www.bang-olufsen.com/en/dk/speakers/beolab-28)\n\
- [Beosound 2 3rd gen](https://www.bang-olufsen.com/en/dk/speakers/beosound-2)\n\
- [Beosound A5](https://www.bang-olufsen.com/en/dk/speakers/beosound-a5)\n\
- [Beosound A9 5th gen](https://www.bang-olufsen.com/en/dk/speakers/beosound-a9)\n\
- [Beosound Balance](https://www.bang-olufsen.com/en/dk/speakers/beosound-balance)\n\
\n\nSupported by:\n\n- [Beolab 8](https://www.bang-olufsen.com/en/dk/speakers/beolab-8)\n\
- [Beolab 28](https://www.bang-olufsen.com/en/dk/speakers/beolab-28)\n- [Beosound\
\ 2 3rd gen](https://www.bang-olufsen.com/en/dk/speakers/beosound-2)\n- [Beosound\
\ A5](https://www.bang-olufsen.com/en/dk/speakers/beosound-a5)\n- [Beosound\
\ A9 5th gen](https://www.bang-olufsen.com/en/dk/speakers/beosound-a9)\n-\
\ [Beosound Balance](https://www.bang-olufsen.com/en/dk/speakers/beosound-balance)\n\
- [Beosound Emerge](https://www.bang-olufsen.com/en/dk/speakers/beosound-emerge)\n\
- [Beosound Level](https://www.bang-olufsen.com/en/dk/speakers/beosound-level)\n\
- [Beosound Theatre](https://www.bang-olufsen.com/en/dk/soundbars/beosound-theatre)\n\
\n\nThis API documentation has been generated for version 2.5.3.123 of the\
\ Mozart platform and API generation version 2.5.3.123.2.\n\n## Python API\n\
\ Mozart platform and API generation version 2.5.3.123.3.\n\n## Python API\n\
\nThe Python package has been generated using the [OpenAPI Generator](https:/openapi-generator.tech/)\
\ version 4.3.1. On top of the generated API, a helper file, mozart_client.py,\
\ version 7.0.0. On top of the generated API, a helper file, mozart_client.py,\
\ has been made that makes the API more pythonic. We recommend using this.\n\
\nAnother file, mozart_cli.py, has been made for using the Mozart API in a\
\ simple CLI program. This has been set as the \"entry point\" for the Python\
Expand Down Expand Up @@ -4803,7 +4804,8 @@ info:
```\n\n##### allstandby\n\nWill set all connected Beolink devices to networkStandby.\n\
\n```terminal\nmozart_api 12345678 allstandby\n```\n\n<!--\ntype: tab\ntitle:\
\ Miscellaneous\n-->\n\n##### info\n\nWill print device information.\n\n```terminal\n\
mozart_api 12345678 info\n```\n\n<!-- type: tab-end -->\n\n"
mozart_api 12345678 info\n```\n\n##### version\n\nWill print device API version.\n\
\n```terminal\nmozart_api version\n```\n\n<!-- type: tab-end -->\n"
license:
name: MIT
url: https://opensource.org/licenses/MIT
Expand Down

0 comments on commit ad0a5f7

Please sign in to comment.