]> git.basschouten.com Git - openhab-addons.git/blob
f7a9cdda5b957e5116d536a14ae48891a5903904
[openhab-addons.git] /
1 <?xml version="1.0" encoding="UTF-8"?>
2 <thing:thing-descriptions bindingId="teleinfo"
3         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4         xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
5         xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
6
7         <channel-type id="pappType">
8                 <item-type>Number:Power</item-type>
9                 <label>PAPP</label>
10                 <description>Instantaneous apparent power</description>
11                 <category>Energy</category>
12                 <state pattern="%d %unit%" readOnly="true"/>
13         </channel-type>
14
15 </thing:thing-descriptions>