[teleinfo] Add power dimension to apparent power channels (#10512)
* Add Power dimension to PAPP channels Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh> * Add PAPP dimension in documentation Signed-off-by: Olivier Marceau <hollysaiqs@marceau.ovh>
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<channel-type id="pappType">
|
||||
<item-type>Number</item-type>
|
||||
<item-type>Number:Power</item-type>
|
||||
<label>PAPP</label>
|
||||
<description>Instantaneous apparent power</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d VA" readOnly="true"/>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
|
||||
@@ -74,11 +74,11 @@
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="pappType">
|
||||
<item-type>Number</item-type>
|
||||
<item-type>Number:Power</item-type>
|
||||
<label>PAPP</label>
|
||||
<description>Instantaneous apparent power</description>
|
||||
<category>Energy</category>
|
||||
<state pattern="%d VA" readOnly="true"/>
|
||||
<state pattern="%d %unit%" readOnly="true"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="ppotType">
|
||||
|
||||
Reference in New Issue
Block a user