Updated external content (Jenkins build 922)

pull/1839/head
openHAB Build Server 2022-05-02 03:33:47 +00:00
parent 5499c305e3
commit 1cc5a6058a
3 changed files with 8 additions and 7 deletions

View File

@ -5,6 +5,7 @@ title: Jellyfin - Bindings
type: binding
description: "This is the binding for [Jellyfin](https://jellyfin.org) the volunteer-built media solution that puts you in control of your media."
since: 3x
logo: images/addons/jellyfin.png
install: manual
---

View File

@ -65,7 +65,7 @@ You can also use *RADIO / TUNER* (as *tuner*).
| mute | Switch | Mute ON/OFF |
| volume | Dimmer | Volume as % (recalculated based on Max Volume Model) |
| volumeAbs | Number | Volume as absolute value |
| volumeDB | Number:Dimensionless | Volume in decibel (dB) (returns -90 dB if not available on device) |
| volumeDB | Number:Dimensionless | Volume in decibel (dB) (availability depends on device) |
| input | String | See below for list |
| soundProgram | String | See below for list |
| selectPreset | String | Select Netradio/USB preset (fetched from Model) |

View File

@ -92,35 +92,35 @@
<channel-type id="volumeAbs">
<item-type>Number</item-type>
<label>Volume</label>
<description>Volume channel - Absolute value</description>
<description>Volume level - Absolute value</description>
<category>SoundVolume</category>
</channel-type>
<channel-type id="volumeDB">
<item-type>Number:Dimensionless</item-type>
<label>Volume in dB</label>
<description>Volume channel - in decibel (dB) (-90 dB if not available)</description>
<description>Volume level - decibel (dB)</description>
<category>SoundVolume</category>
<state min="-80" max="12" step="0.5" pattern="%.1f %unit%"/>
</channel-type>
<channel-type id="input">
<item-type>String</item-type>
<label>Input</label>
<description>Input channel</description>
<description>Input source</description>
</channel-type>
<channel-type id="soundProgram">
<item-type>String</item-type>
<label>Sound Program</label>
<description>SoundProgram channel</description>
<description>SoundProgram</description>
</channel-type>
<channel-type id="selectPreset">
<item-type>String</item-type>
<label>NetRadio/USB Preset</label>
<description>Select Net Radio/USB Preset channel</description>
<description>Select Net Radio/USB Preset</description>
</channel-type>
<channel-type id="player">
<item-type>Player</item-type>
<label>NetRadio/USB Player</label>
<description>Player for Net Radio/USB channel</description>
<description>Player for Net Radio/USB</description>
</channel-type>
<channel-type id="sleep">
<item-type>Number</item-type>