**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
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
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
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
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
<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>