]> git.basschouten.com Git - openhab-addons.git/blob
e0c83296549ad88a09eec4aebb93a5fe05d6be72
[openhab-addons.git] /
1 <?xml version="1.0" encoding="UTF-8"?>
2 <config-description:config-descriptions
3         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4         xmlns:config-description="https://openhab.org/schemas/config-description/v1.0.0"
5         xsi:schemaLocation="https://openhab.org/schemas/config-description/v1.0.0 https://openhab.org/schemas/config-description-1.0.0.xsd">
6
7         <config-description uri="thing-type:mqtt:trigger_channel">
8                 <parameter-group name="transformations">
9                         <label>Transform Values</label>
10                         <description>These configuration parameters allow you to alter before a received value is used in the trigger.</description>
11                         <advanced>true</advanced>
12                 </parameter-group>
13
14                 <parameter name="stateTopic" type="text" required="true">
15                         <label>MQTT Trigger Topic</label>
16                         <description>An MQTT topic that this thing will subscribe to, to receive the trigger</description>
17                 </parameter>
18                 <parameter name="transformationPattern" type="text" groupName="transformations">
19                         <label>Incoming Value Transformations</label>
20                         <description><![CDATA[
21                         Applies transformations to an incoming MQTT topic value.
22                         This can be used to map the events sent by the device to common values for all devices using,
23                         e.g. the MAP transformation.
24
25                         You can chain transformations by separating them with the intersection character ∩.
26                         ]]></description>
27                         <advanced>true</advanced>
28                 </parameter>
29         </config-description>
30 </config-description:config-descriptions>