Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/almostengr/show-pulse-fpp

FPP Plugin for Light Show Pulse
https://github.com/almostengr/show-pulse-fpp

christmas-lights falcon-pi-player fpp php php7 php8

Last synced: 2 days ago
JSON representation

FPP Plugin for Light Show Pulse

Awesome Lists containing this project

README

        

# Show Pulse Plugin for Falcon Pi Player

Show Pulse plugin allows you to see and remotely controller what happens with your light show. This
plugin is designed to work with Falcon Pi Player.

## Install Plugin

There are two ways to install the plugin. Using FPP user interface or using PHP's Composer.

### Using FPP

To install the plugin to your Falcon Pi Player, go to the Plugins section of the FPP. Then copy and
paste the URL below to install the plugin.

```sh
https://raw.githubusercontent.com/almostengr/show-pulse-fpp/main/pluginInfo.json
```

### Using Composer

Open a terminal or command prompt window, and go to the plugin directory or other directory of your chosing. Then enter the command

```sh
composer require almostengr/show-pulse-fpp
```

## Setup

See the [User Guide](#) for how
to configure the plugin.

## Version Numbering

The version number for this plugin is in the following format. Using the example of

```txt
5.2024.07.26
```

"5" represents the major Falcon Pi Player version number that the plugin is designed for

"2024.07.26" represents the date, in YYYY-MM-DD format, that the release was created