Pepperdash.Essentials.Plugins.Template 2.0.0

dotnet add package Pepperdash.Essentials.Plugins.Template --version 2.0.0
                    
NuGet\Install-Package Pepperdash.Essentials.Plugins.Template -Version 2.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Pepperdash.Essentials.Plugins.Template" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Pepperdash.Essentials.Plugins.Template" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Pepperdash.Essentials.Plugins.Template" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Pepperdash.Essentials.Plugins.Template --version 2.0.0
                    
#r "nuget: Pepperdash.Essentials.Plugins.Template, 2.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Pepperdash.Essentials.Plugins.Template@2.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Pepperdash.Essentials.Plugins.Template&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Pepperdash.Essentials.Plugins.Template&version=2.0.0
                    
Install as a Cake Tool

PepperDash Essentials Pluign Logo

Essentials Plugin Template (c) 2025

License

Provided under MIT license

Overview

Fork this repo when creating a new plugin for Essentials. For more information about plugins, refer to the Essentials Wiki Plugins article.

This repo contains example classes for the three main categories of devices:

  • MakeModelDevice: Used for most third party devices which require communication over a streaming mechanism such as a Com port, TCP/SSh/UDP socket, CEC, etc
  • MakeModelLogicDevice: Used for devices that contain logic, but don't require any communication with third parties outside the program
  • MakeModelCrestronDevice: Used for devices that represent a piece of Crestron hardware

There are matching factory classes for each of the three categories of devices. The MakeModelConfigObject should be used as a template and modified for any of the categories of device. Same goes for the MakeModeleBridgeJoinMap.

This also illustrates how a plugin can contain multiple devices.

Cloning Instructions

After forking this repository into your own GitHub space, you can create a new repository using this one as the template. Then you must install the necessary dependencies as indicated below.

Dependencies

The Essentials libraries are required. They referenced via nuget. You must have nuget.exe installed and in the PATH environment variable to use the following command. Nuget.exe is available at nuget.org.

Installing Dependencies

Dependencies will be automatically installed when

Instructions for Renaming Solution and Files

See the Task List in Visual Studio for a guide on how to start using the template. There is extensive inline documentation and examples as well.

For renaming instructions in particular, see the XML remarks tags on class definitions

Build Instructions (PepperDash Internal)

Generating Nuget Package

A nuget package is automatically generated when the plugin is build. To modify the name and other details of the package, edit the following properties in the .csproj file:

  1. PackageId - This is the name that will be used to pull the package from Nuget once it's published
  2. PackgeProjectUrl - This should match the URL for the plugin repo
  3. AssemblyTitle - This is the dll file name that is will show on a processor when the plugin is loaded
Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0 225 7/29/2025
2.0.0-remove-3series.2 149 7/29/2025
2.0.0-remove-3series.1 164 7/29/2025
1.1.0-feature-essentials-2x... 84 2/12/2026
1.0.0-feature-4-series.1 88 1/21/2026