Remove obsoleted texts and update description (#15176)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
parent
ae1a7475a7
commit
3d7fa51c65
|
@ -71,7 +71,7 @@ channel-group-type.energidataservice.electricity.channel.transmission-net-tariff
|
|||
channel-type.energidataservice.datahub-price.label = Datahub Price
|
||||
channel-type.energidataservice.datahub-price.description = Datahub price.
|
||||
channel-type.energidataservice.hourly-prices.label = Hourly Prices
|
||||
channel-type.energidataservice.hourly-prices.description = JSON array with hourly prices from 12 hours ago and onward.
|
||||
channel-type.energidataservice.hourly-prices.description = JSON array with hourly prices from 24 hours ago and onward.
|
||||
channel-type.energidataservice.spot-price.label = Spot Price
|
||||
channel-type.energidataservice.spot-price.description = Spot price.
|
||||
|
||||
|
@ -87,19 +87,6 @@ channel-type.config.energidataservice.datahub-price.start.option.StartOfDay = St
|
|||
channel-type.config.energidataservice.datahub-price.start.option.StartOfMonth = Start of month
|
||||
channel-type.config.energidataservice.datahub-price.start.option.StartOfYear = Start of year
|
||||
|
||||
# channel group types
|
||||
|
||||
channel-group-type.energidataservice.electricity.channel.current-electricity-tax.label = Current Electricity Tax
|
||||
channel-group-type.energidataservice.electricity.channel.current-electricity-tax.description = Electricity Tax in DKK per kWh for current hour.
|
||||
channel-group-type.energidataservice.electricity.channel.current-net-tariff.label = Current Net Tariff
|
||||
channel-group-type.energidataservice.electricity.channel.current-net-tariff.description = Net tariff in DKK per kWh for current hour.
|
||||
channel-group-type.energidataservice.electricity.channel.current-spot-price.label = Current Spot Price
|
||||
channel-group-type.energidataservice.electricity.channel.current-spot-price.description = Spot price in DKK or EUR per kWh for current hour.
|
||||
channel-group-type.energidataservice.electricity.channel.current-system-tariff.label = Current System Tariff
|
||||
channel-group-type.energidataservice.electricity.channel.current-system-tariff.description = System tariff in DKK per kWh for current hour.
|
||||
channel-group-type.energidataservice.electricity.channel.current-transmission-net-tariff.label = Current Transmission Tariff
|
||||
channel-group-type.energidataservice.electricity.channel.current-transmission-net-tariff.description = Transmission Net Tariff in DKK per kWh for current hour.
|
||||
|
||||
# thing status descriptions
|
||||
|
||||
offline.conf-error.no-price-area = Price area must be set
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<channel-type id="hourly-prices" advanced="true">
|
||||
<item-type>String</item-type>
|
||||
<label>Hourly Prices</label>
|
||||
<description>JSON array with hourly prices from 12 hours ago and onward.</description>
|
||||
<description>JSON array with hourly prices from 24 hours ago and onward.</description>
|
||||
<category>Price</category>
|
||||
<state readOnly="true"></state>
|
||||
</channel-type>
|
||||
|
|
Loading…
Reference in New Issue