Skip to content

An example of a working Essentials Plugin for a Panasonic Display

License

Notifications You must be signed in to change notification settings

PepperDash/PanasonicDisplay.EPI

Repository files navigation

PepperDash Essentials Panasonic Display EPI (c) 2020

License

Provided under MIT license

Overview

This is an example of an Essentials Plugin for a Panasonic Display.

Minimum Requirements

  • Essentials runs on any Crestron 3-series processor or Crestron's VC-4 platform.
  • To edit and compile the source, Microsoft Visual Studio 2008 Professional with SP1 is required.
  • Crestron's Simpl# Plugin is also required (must be obtained from Crestron).

Dependencies

The Essentials application is required. It is referenced as a submodule and will be automatically checked out when cloning this repo if set to recurse submodules. This allows different builds of the Essentials application to be referenced by checking out the desired submodule commit.

Documentation

For detailed documentation about how Plugins work, see the Wiki article.

How-To (Getting Started)

See Getting Started