Created Glossary of T (markdown)

Neil Dorin
2020-02-06 17:21:50 -07:00
parent 8a078f5681
commit cf7ebe189c

14
Glossary-of-T.md Normal file

@@ -0,0 +1,14 @@
**Essentials Application**
A Crestron SIMPL# Pro application that is made up of the Essentials Framework and any optionally any number of Essentials Plugins
**Essentials Framework**
The collection of core libraries that make up the framework
**Essentials Plugins**
SIMPL# Pro libraries that reference the Essentials Framework and are loaded at runtime to add or extend functionality
**Device**
A base class, defined in the PepperDash.Core library. It can represent a physical device, or a virtual device or behaviour. Generally, most new classes defined in the Essentials ecosystem should derive from Device.