almostengr/show-pulse-fpp

Light Show Pulse plugin for Falcon Pi Player

dev-main 2024-08-05 21:03 UTC

This package is not auto-updated.

Last update: 2024-09-08 18:56:23 UTC


README

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.

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

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

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