Fix automation name/description (#14890)
Declare automation connection Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
parent
dba7fcc697
commit
e73650366c
|
@ -6,5 +6,6 @@
|
||||||
<type>automation</type>
|
<type>automation</type>
|
||||||
<name>Groovy Scripting</name>
|
<name>Groovy Scripting</name>
|
||||||
<description>This adds a Groovy script engine.</description>
|
<description>This adds a Groovy script engine.</description>
|
||||||
|
<connection>none</connection>
|
||||||
|
|
||||||
</addon:addon>
|
</addon:addon>
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
<type>automation</type>
|
<type>automation</type>
|
||||||
<name>JRuby Scripting</name>
|
<name>JRuby Scripting</name>
|
||||||
<description>This adds a JRuby script engine.</description>
|
<description>This adds a JRuby script engine.</description>
|
||||||
|
<connection>none</connection>
|
||||||
|
|
||||||
<service-id>org.openhab.automation.jrubyscripting</service-id>
|
<service-id>org.openhab.automation.jrubyscripting</service-id>
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
<type>automation</type>
|
<type>automation</type>
|
||||||
<name>JavaScript Scripting</name>
|
<name>JavaScript Scripting</name>
|
||||||
<description>This adds a JS (ECMAScript-2021) script engine.</description>
|
<description>This adds a JS (ECMAScript-2021) script engine.</description>
|
||||||
|
<connection>none</connection>
|
||||||
|
|
||||||
<service-id>org.openhab.jsscripting</service-id>
|
<service-id>org.openhab.jsscripting</service-id>
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,6 @@
|
||||||
<type>automation</type>
|
<type>automation</type>
|
||||||
<name>JavaScript Scripting (Nashorn)</name>
|
<name>JavaScript Scripting (Nashorn)</name>
|
||||||
<description>This adds a JS (Nashorn) script engine.</description>
|
<description>This adds a JS (Nashorn) script engine.</description>
|
||||||
|
<connection>none</connection>
|
||||||
|
|
||||||
</addon:addon>
|
</addon:addon>
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">
|
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">
|
||||||
|
|
||||||
<type>automation</type>
|
<type>automation</type>
|
||||||
<name>PID Controller</name>
|
<name>Jython Scripting</name>
|
||||||
<description>A PID controller for triggering rules.</description>
|
<description>This adds a Jython script engine.</description>
|
||||||
|
<connection>none</connection>
|
||||||
|
|
||||||
</addon:addon>
|
</addon:addon>
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">
|
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">
|
||||||
|
|
||||||
<type>automation</type>
|
<type>automation</type>
|
||||||
<name>Groovy Scripting</name>
|
<name>PID Controller</name>
|
||||||
<description>This adds a Groovy script engine.</description>
|
<description>A PID controller for triggering rules.</description>
|
||||||
|
<connection>none</connection>
|
||||||
|
|
||||||
</addon:addon>
|
</addon:addon>
|
||||||
|
|
|
@ -6,5 +6,6 @@
|
||||||
<type>automation</type>
|
<type>automation</type>
|
||||||
<name>PWM Controller</name>
|
<name>PWM Controller</name>
|
||||||
<description>A trigger module for pulse-width modulation.</description>
|
<description>A trigger module for pulse-width modulation.</description>
|
||||||
|
<connection>none</connection>
|
||||||
|
|
||||||
</addon:addon>
|
</addon:addon>
|
||||||
|
|
Loading…
Reference in New Issue