Skip to content

almostengr/show-pulse-fpp

Repository files navigation

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.

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