mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Add link to Hyperion-py (#1122)
* Add link to Hyperion-py * Update changelog. Co-authored-by: LordGrey <48840279+Lord-Grey@users.noreply.github.com>
This commit is contained in:
parent
68d06f14fe
commit
28164c7b80
@ -14,12 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Updated dependency rpi_ws281x to latest upstream
|
- Updated dependency rpi_ws281x to latest upstream
|
||||||
- Fix High CPU load (RPI3B+) (#1013)
|
- Fix High CPU load (RPI3B+) (#1013)
|
||||||
|
|
||||||
|
- Documentation: Add link to [Hyperion-py](https://github.com/dermotduffy/hyperion-py)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fix issue #1127: LED-Devices: Correct total packet count in tpm2net implementation
|
- Fix issue #1127: LED-Devices: Correct total packet count in tpm2net implementation
|
||||||
- LED-Hue: Proper black in Entertainement mode if min brightness is set
|
- LED-Hue: Proper black in Entertainement mode if min brightness is set
|
||||||
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
## [2.0.0-alpha.9](https://github.com/hyperion-project/hyperion.ng/releases/tag/2.0.0-alpha.9) - 2020-11-18
|
## [2.0.0-alpha.9](https://github.com/hyperion-project/hyperion.ng/releases/tag/2.0.0-alpha.9) - 2020-11-18
|
||||||
|
@ -87,3 +87,10 @@ Control your Hyperion server: [Control](/en/json/Control.md)
|
|||||||
Authorization mechanisms: [Authorization](/en/json/Authorization.md)
|
Authorization mechanisms: [Authorization](/en/json/Authorization.md)
|
||||||
### Subscribe
|
### Subscribe
|
||||||
Data subscriptions: [Subscribe](/en/json/Subscribe.md)
|
Data subscriptions: [Subscribe](/en/json/Subscribe.md)
|
||||||
|
|
||||||
|
## 3rd Party Libraries
|
||||||
|
|
||||||
|
* [Hyperion-py](https://github.com/dermotduffy/hyperion-py) is a 3rd-party Python
|
||||||
|
library for communication with Hyperion-NG. It uses the API described here as the
|
||||||
|
underlying communication mechanism and presents it in a user-friendly way. As a 3rd
|
||||||
|
party library, it is not supported by the Hyperion development team.
|
Loading…
Reference in New Issue
Block a user