From cf7ebe189ca1440e6155b436bd774b610d14f424 Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Thu, 6 Feb 2020 17:21:50 -0700 Subject: [PATCH] Created Glossary of T (markdown) --- Glossary-of-T.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Glossary-of-T.md diff --git a/Glossary-of-T.md b/Glossary-of-T.md new file mode 100644 index 0000000..cb1fb8b --- /dev/null +++ b/Glossary-of-T.md @@ -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. + + +