Skip to content

Commit

Permalink
adjusted label and description
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisFierlings authored Aug 6, 2023
1 parent 6dd6101 commit fce18c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/OH-INF/thing/channels.xml
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@
<!-- Energy - Energy Consumption (kVAh) -->
<channel-type id="meter_kvah">
<item-type>Number</item-type>
<label>Energy Consumption</label>
<label>Apperent Energy Consumption</label>
<description>Indicates the apperent energy consumption (kVAh)</description>
<category>Energy</category>
<state pattern="%.1f" readOnly="true">
Expand All @@ -559,7 +559,7 @@
<!-- Energy - Energy Consumption (kVarh) -->
<channel-type id="meter_kvarh">
<item-type>Number</item-type>
<label>Energy Consumption</label>
<label>Reactive Energy Consumption</label>
<description>Indicates the reactive energy consumption (kVarh)</description>
<category>Energy</category>
<state pattern="%.1f" readOnly="true">
Expand All @@ -570,7 +570,7 @@
<channel-type id="meter_kwh">
<item-type>Number</item-type>
<label>Energy Consumption</label>
<description>Indicates the instantaneous energy consumption (kWh)</description>
<description>Indicates the energy consumption (kWh)</description>
<category>Energy</category>
<state pattern="%.1f" readOnly="true">
</state>
Expand Down Expand Up @@ -657,7 +657,7 @@
<!-- Energy - Power Consumption -->
<channel-type id="meter_watts">
<item-type>Number</item-type>
<label>Electric Power Consumption</label>
<label>Power Consumption</label>
<description>Indicates the instantaneous power consumption</description>
<category>Energy</category>
<state pattern="%.1f" readOnly="true">
Expand All @@ -667,7 +667,7 @@
<!-- Energy - Power Consumption -->
<channel-type id="meter_kvar">
<item-type>Number</item-type>
<label>Electric Power Consumption</label>
<label>Reactive Power Consumption</label>
<description>Indicates the reactive power consumption</description>
<category>Energy</category>
<state pattern="%.1f" readOnly="true">
Expand Down

0 comments on commit fce18c9

Please sign in to comment.