]> git.basschouten.com Git - openhab-addons.git/commitdiff
[netatmo] Fix the description of the new channel request-count (#13512)
authorlolodomo <lg.hc@free.fr>
Sat, 8 Oct 2022 10:51:11 +0000 (12:51 +0200)
committerGitHub <noreply@github.com>
Sat, 8 Oct 2022 10:51:11 +0000 (12:51 +0200)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.binding.netatmo/README.md
bundles/org.openhab.binding.netatmo/src/main/resources/OH-INF/i18n/netatmo.properties
bundles/org.openhab.binding.netatmo/src/main/resources/OH-INF/thing/channels.xml

index adcb2bc596a5c713c9afd89dca7879e6f427bab5..1282464776b496db78e466a97f2d259111598174 100644 (file)
@@ -54,9 +54,9 @@ The Account bridge has the following configuration elements:
 
 **Supported channels for the Account bridge thing:**
 
-| Channel Group | Channel Id    | Item Type | Description                                                       |
-|---------------|---------------|-----------|-------------------------------------------------------------------|
-| monitoring    | request-count | Number    | Number of request transmitted to Netatmo API during the last hour |
+| Channel Group | Channel Id    | Item Type | Description                                                        |
+|---------------|---------------|-----------|--------------------------------------------------------------------|
+| monitoring    | request-count | Number    | Number of requests transmitted to Netatmo API during the last hour |
 
 
 ### Configure the Bridge
index a716315f36b216e27b657468ca701b1ead04906e..82cd51dc66cbc91455112f84c988c4a25b2aee53 100644 (file)
@@ -9,7 +9,7 @@ binding.config.netatmo.readFriends.label = Access Guests
 binding.config.netatmo.readFriends.description = For Weather Stations: A friend gave you access to their Netatmo Weather Station.
 
 # channel group types
-channel-group-type.netatmo.monitoring.label = API Monitoring
+
 channel-group-type.netatmo.airquality-extended.label = Air Quality
 channel-group-type.netatmo.airquality.label = Air Quality
 channel-group-type.netatmo.battery-extended.label = Battery
@@ -54,6 +54,7 @@ channel-group-type.netatmo.live.channel.vpn-picture-url.description = URL of the
 channel-group-type.netatmo.live.channel.vpn-stream-url.label = Live Stream VPN URL
 channel-group-type.netatmo.live.channel.vpn-stream-url.description = URL of the live stream for this camera through Netatmo VPN.
 channel-group-type.netatmo.location.label = Location
+channel-group-type.netatmo.monitoring.label = API Monitoring
 channel-group-type.netatmo.noise.label = Noise
 channel-group-type.netatmo.person.label = Person
 channel-group-type.netatmo.person.channel.last-seen.label = Last Seen
@@ -117,8 +118,7 @@ channel-group-type.netatmo.wind.channel.max-strength-date.label = Date Max Wind
 channel-group-type.netatmo.wind.channel.max-strength-date.description = Moment when max wind strength was recorded.
 
 # channel types
-channel-type.netatmo.request-count.label = Request Count
-channel-type.netatmo.request-count.description = Number of request transmitted to Netatmo API during the last hour.
+
 channel-type.netatmo.absolute-pressure.label = Absolute Pressure
 channel-type.netatmo.absolute-pressure.description = Pressure measured relative to a full vacuum.
 channel-type.netatmo.alim-status.label = Alim State
@@ -276,6 +276,8 @@ channel-type.netatmo.rain-intensity.label = Rain Intensity
 channel-type.netatmo.rain-intensity.description = Current precipitation intensity.
 channel-type.netatmo.rain-quantity.label = Rain Quantity
 channel-type.netatmo.rain-quantity.description = Quantity of water over the period.
+channel-type.netatmo.request-count.label = Request Count
+channel-type.netatmo.request-count.description = Number of requests transmitted to Netatmo API during the last hour.
 channel-type.netatmo.room-heating-percent.label = Heating Power
 channel-type.netatmo.room-heating-percent.description = Percentage of heating power.
 channel-type.netatmo.rssi.label = Signal
index d91a77d0e3656428c94c1860149a1c01f468ffa0..71c77eda4c4df6b1cc967dade13c3e08fc49b5bb 100644 (file)
@@ -88,7 +88,7 @@
        <channel-type id="request-count" advanced="true">
                <item-type>Number</item-type>
                <label>Request Count</label>
-               <description>Number of request transmitted to Netatmo API during the last hour.</description>
+               <description>Number of requests transmitted to Netatmo API during the last hour.</description>
                <state readOnly="true" pattern="%d"/>
        </channel-type>