addoninfo for new add-on suggestion finder "process" (#16031)

* addoninfo for new add-on suggestion finder "process"

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich 2023-12-16 10:53:37 +01:00 committed by GitHub
parent 7a1884d4d1
commit 157d3d0141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 107 additions and 0 deletions

View File

@ -29,6 +29,15 @@
</match-property>
</match-properties>
</discovery-method>
<discovery-method>
<service-type>process</service-type>
<match-properties>
<match-property>
<name>command</name>
<regex>(?i).*[/\\](deconz)(\.exe)?$</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>
</addon:addon>

View File

@ -16,4 +16,16 @@
</parameter>
</config-description>
<discovery-methods>
<discovery-method>
<service-type>process</service-type>
<match-properties>
<match-property>
<name>command</name>
<regex>(?i).*[/\\](knxd)(\.exe)?$</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>
</addon:addon>

View File

@ -8,4 +8,17 @@
<description>Allows management of MQTT broker connections and linking
of MQTT topics to Things and Channels</description>
<connection>local</connection>
<discovery-methods>
<discovery-method>
<service-type>process</service-type>
<match-properties>
<match-property>
<name>command</name>
<regex>(?i).*[/\\](mosquitto)(\.exe)?$</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>
</addon:addon>

View File

@ -6,4 +6,17 @@
<name>OneWire Binding</name>
<description>This is the binding for OneWire.</description>
<connection>local</connection>
<discovery-methods>
<discovery-method>
<service-type>process</service-type>
<match-properties>
<match-property>
<name>command</name>
<regex>(?i).*[/\\](owserver)(\.exe)?$</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>
</addon:addon>

View File

@ -12,4 +12,16 @@
<config-description-ref uri="persistence:influxdb"/>
<discovery-methods>
<discovery-method>
<service-type>process</service-type>
<match-properties>
<match-property>
<name>command</name>
<regex>(?i).*[/\\](influxd)(\.exe)?$</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>
</addon:addon>

View File

@ -11,4 +11,16 @@
<config-description-ref uri="persistence:jdbc"/>
<discovery-methods>
<discovery-method>
<service-type>process</service-type>
<match-properties>
<match-property>
<name>command</name>
<regex>(?i).*[/\\](mysqld)(\.exe)?$</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>
</addon:addon>

View File

@ -11,4 +11,16 @@
<config-description-ref uri="persistence:jdbc"/>
<discovery-methods>
<discovery-method>
<service-type>process</service-type>
<match-properties>
<match-property>
<name>command</name>
<regex>(?i).*[/\\](mysqld)(\.exe)?$</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>
</addon:addon>

View File

@ -11,4 +11,16 @@
<config-description-ref uri="persistence:jdbc"/>
<discovery-methods>
<discovery-method>
<service-type>process</service-type>
<match-properties>
<match-property>
<name>command</name>
<regex>(?i).*[/\\](postgres)(\.exe)?$</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>
</addon:addon>

View File

@ -24,4 +24,16 @@
</parameter>
</config-description>
<discovery-methods>
<discovery-method>
<service-type>process</service-type>
<match-properties>
<match-property>
<name>command</name>
<regex>(?i).*[/\\](mongod)(\.exe)?$</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>
</addon:addon>