From bfb08c525623a335a00f6cb42f22353ecce71074 Mon Sep 17 00:00:00 2001 From: blueicehaller Date: Thu, 8 Aug 2024 07:37:26 +0200 Subject: [PATCH 1/5] Update README.md Google Play link is no longer available https://play.google.com/store/apps/details?id=nl.hyperion.hyperionpro . As an alternative you can delete this text: like our [Android app](https://play.google.com/store/apps/details?id=nl.hyperion.hyperionpro)) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e8c3fb09..d9dcbb602 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ * Low CPU load makes it perfect for SoCs like Raspberry Pi * Json interface which allows easy integration into scripts * A command line utility for testing and integration in automated environment -* Priority channels are not coupled to a specific led data provider which means that a provider can post led data and leave without the need to maintain a connection to Hyperion. This is ideal for a remote application (like our [Android app](https://play.google.com/store/apps/details?id=nl.hyperion.hyperionpro)). +* Priority channels are not coupled to a specific led data provider which means that a provider can post led data and leave without the need to maintain a connection to Hyperion. This is ideal for a remote application (like our former [Android app](https://play.google.com/store/apps/details?id=nl.hyperion.hyperionpro), which is no longer available). * Black border detector and processor * A scriptable (Python) effect engine with 39 build-in effects for your inspiration * A multi language web interface to configure and remote control hyperion From 025020c8795a775271a41081a4bddacac7135299 Mon Sep 17 00:00:00 2001 From: blueicehaller Date: Thu, 8 Aug 2024 07:41:38 +0200 Subject: [PATCH 2/5] Update README.md link to Hardware LED devices has been changed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e8c3fb09..f0eb4bfa1 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ ### Supported Hardware -You can find a list of supported hardware [here](https://docs.hyperion-project.org/en/user/leddevices/). +You can find a list of supported hardware [here](https://docs.hyperion-project.org/user/leddevices/Overview.html). If you need further support please open a topic at the forum!
[![Forum](https://img.shields.io/website/https/hyperion-project.org.svg?label=Forum&down_color=red&down_message=offline&up_color=4bc51d&up_message=online&logo=homeadvisor&logoColor=white)](https://www.hyperion-project.org) From d092a79662a50698663b11d4da55a4167ba969e5 Mon Sep 17 00:00:00 2001 From: blueicehaller Date: Thu, 8 Aug 2024 07:46:57 +0200 Subject: [PATCH 3/5] Update README.md link to Documentation Configuration has been changed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e8c3fb09..b10cd0630 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Find here more details on [supported platforms and configuration sets](doc/devel ## Documentation Covers these topics: - [Installation](https://docs.hyperion-project.org/en/user/Installation.html) -- [Configuration](https://docs.hyperion-project.org/en/user/Configuration.html) +- [Configuration](https://docs.hyperion-project.org/user/Configuration.html) - [Effect development](https://docs.hyperion-project.org/en/effects/#effect-files) - [JSON API](https://docs.hyperion-project.org/en/json/) From 12f1a9e3061a8c9838e73116104b6f2697bed73c Mon Sep 17 00:00:00 2001 From: Christian Haller Date: Tue, 13 Aug 2024 14:10:11 +0200 Subject: [PATCH 4/5] Update README.md link to Effect development has been changed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0761d86c..5500cdb24 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Find here more details on [supported platforms and configuration sets](doc/devel Covers these topics: - [Installation](https://docs.hyperion-project.org/en/user/Installation.html) - [Configuration](https://docs.hyperion-project.org/user/Configuration.html) -- [Effect development](https://docs.hyperion-project.org/en/effects/#effect-files) +- [Effect development](https://docs.hyperion-project.org/effects/#effect-files) - [JSON API](https://docs.hyperion-project.org/en/json/) [![Visit Documentation](https://img.shields.io/website/https/docs.hyperion-project.org.svg?label=Documentation&down_color=red&down_message=offline&up_color=4bc51d&up_message=online&logo=read-the-docs)](https://docs.hyperion-project.org) From 271ca1346444e51ad39af7d3cd4a93d5f29e7afb Mon Sep 17 00:00:00 2001 From: Christian Haller Date: Tue, 13 Aug 2024 14:11:53 +0200 Subject: [PATCH 5/5] Update README.md link to JSON API has been changed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5500cdb24..7c7dcbfdf 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Covers these topics: - [Installation](https://docs.hyperion-project.org/en/user/Installation.html) - [Configuration](https://docs.hyperion-project.org/user/Configuration.html) - [Effect development](https://docs.hyperion-project.org/effects/#effect-files) -- [JSON API](https://docs.hyperion-project.org/en/json/) +- [JSON API](https://docs.hyperion-project.org/json/JSON.html) [![Visit Documentation](https://img.shields.io/website/https/docs.hyperion-project.org.svg?label=Documentation&down_color=red&down_message=offline&up_color=4bc51d&up_message=online&logo=read-the-docs)](https://docs.hyperion-project.org)