Difference between revisions of "LinuxMCE Standard Plug-ins"

From LinuxMCE
Jump to: navigation, search
 
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
[[Category: Documentation]]
 
<h1>Do I need them?  What are they for?</h1>
 
<h1>Do I need them?  What are they for?</h1>
 
<p>All the standard plug-ins are added automatically to a LinuxMCE installation.  There are no options or settings.</p>
 
<p>All the standard plug-ins are added automatically to a LinuxMCE installation.  There are no options or settings.</p>
<p>By putting all the logic in the Plugins, the DCE Devices become very simple.  For example, if you want to add support for an alarm panel, you need only add a DCE Device that talks to the panel and fires 1 Event: Sensor tripped.  You don't need to worry about whether the house is armed or not, or how the user wants LinuxMCE to response to security breaches.  All that logic is in the Security Plugin.  Therefore the homeowner can mix and match a variety of alarm panels and sensors, even add sensors that are wired directly to an interface module, like a gc100.  They are all treated like a single security system, and there is no logic in any of the low-level devices.</p>
+
<p>By putting all the logic in the Plugins, the DCE Devices become very simple.  For example, if you want to add support for an alarm panel, you need only add a DCE Device that talks to the panel and fires 1 Event: Sensor tripped.  You don't need to worry about whether the house is armed or not, or how the user wants LinuxMCE to response to security breaches.  All that logic is in the Security Plugin.  Therefore the homeowner can mix and match a variety of alarm panels and sensors, even add sensors that are wired directly to an interface module, like a [[gc100]].  They are all treated like a single security system, and there is no logic in any of the low-level devices.</p>

Latest revision as of 18:56, 24 August 2009

Do I need them? What are they for?

All the standard plug-ins are added automatically to a LinuxMCE installation. There are no options or settings.

By putting all the logic in the Plugins, the DCE Devices become very simple. For example, if you want to add support for an alarm panel, you need only add a DCE Device that talks to the panel and fires 1 Event: Sensor tripped. You don't need to worry about whether the house is armed or not, or how the user wants LinuxMCE to response to security breaches. All that logic is in the Security Plugin. Therefore the homeowner can mix and match a variety of alarm panels and sensors, even add sensors that are wired directly to an interface module, like a gc100. They are all treated like a single security system, and there is no logic in any of the low-level devices.