]> git.basschouten.com Git - openhab-addons.git/blob
d84743bc7331d9bfda6420e33480f159c7b9f352
[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="channel-type:mqtt:ha-channel">
8                 <parameter name="component" type="text" readOnly="true" required="true">
9                         <label>Component</label>
10                         <description>Home Assistant component type (e.g. binary_sensor, switch, light)</description>
11                         <default></default>
12                 </parameter>
13                 <parameter name="nodeid" type="text" readOnly="true">
14                         <label>Node ID</label>
15                         <description>Optional node name of the component</description>
16                         <default></default>
17                 </parameter>
18                 <parameter name="objectid" type="text" readOnly="true" required="true">
19                         <label>Object ID</label>
20                         <description>Object ID of the component</description>
21                         <default></default>
22                 </parameter>
23                 <parameter name="config" type="text" readOnly="true" required="true">
24                         <label>JSON Configuration</label>
25                         <description>The JSON configuration string received by the component via MQTT.</description>
26                         <default></default>
27                 </parameter>
28         </config-description>
29 </config-description:config-descriptions>