From ad0a5f789b68a1c0554e0bf5b8969bb537424355 Mon Sep 17 00:00:00 2001 From: mj23000 Date: Fri, 15 Sep 2023 16:47:27 +0200 Subject: [PATCH] Update documentation for 2.5.3.123.3 --- README.md | 1 + docs/mozart-api.yaml | 22 ++++++++++++---------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bf90a7d..37135ee 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/mozart-api.yaml b/docs/mozart-api.yaml index 9070440..deaa686 100644 --- a/docs/mozart-api.yaml +++ b/docs/mozart-api.yaml @@ -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\ @@ -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\n\n##### info\n\nWill print device information.\n\n```terminal\n\ - mozart_api 12345678 info\n```\n\n\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\n" license: name: MIT url: https://opensource.org/licenses/MIT