diff --git a/bundles/org.openhab.binding.denonmarantz/src/main/resources/OH-INF/i18n/denonmarantz.properties b/bundles/org.openhab.binding.denonmarantz/src/main/resources/OH-INF/i18n/denonmarantz.properties index 69f0d70cdee25..d255529ebfae0 100644 --- a/bundles/org.openhab.binding.denonmarantz/src/main/resources/OH-INF/i18n/denonmarantz.properties +++ b/bundles/org.openhab.binding.denonmarantz/src/main/resources/OH-INF/i18n/denonmarantz.properties @@ -41,8 +41,12 @@ thing-type.config.denonmarantz.avr.zoneCount.description = Number of zones (incl channel-group-type.denonmarantz.general.label = General Control channel-group-type.denonmarantz.general.description = General channels for this AVR. +channel-group-type.denonmarantz.general.channel.power.description = Power ON/OFF the AVR channel-group-type.denonmarantz.zone.label = Zone Control channel-group-type.denonmarantz.zone.description = Channels for a zone of this AVR. +channel-group-type.denonmarantz.zone.channel.mute.description = Mute audio on this zone of the AVR +channel-group-type.denonmarantz.zone.channel.power.description = Power ON/OFF this zone of the AVR +channel-group-type.denonmarantz.zone.channel.volume.description = Set the volume level of this zone # channel types @@ -94,23 +98,15 @@ channel-type.denonmarantz.input.state.option.IPD = IPD channel-type.denonmarantz.input.state.option.IRP = IRP channel-type.denonmarantz.input.state.option.FVP = FVP channel-type.denonmarantz.input.state.option.OTP = OTP +channel-type.denonmarantz.input.state.option.BLUETOOTH = BLUETOOTH +channel-type.denonmarantz.input.state.option.COAXIAL = COAXIAL channel-type.denonmarantz.input.state.option.DIGITALIN1 = DIGITALIN1 channel-type.denonmarantz.input.state.option.DIGITALIN2 = DIGITALIN2 channel-type.denonmarantz.input.state.option.ANALOGIN = ANALOGIN channel-type.denonmarantz.input.state.option.ANALOGIN2 = ANALOGIN2 -channel-type.denonmarantz.input.state.option.BLUETOOTH = BLUETOOTH -channel-type.denonmarantz.input.state.option.COAXIAL = COAXIAL -channel-type.denonmarantz.mainPower.label = Power -channel-type.denonmarantz.mainPower.description = Power ON/OFF the AVR -channel-type.denonmarantz.mute.label = Mute -channel-type.denonmarantz.mute.description = Enable/Disable Mute on this zone of the AVR channel-type.denonmarantz.surroundProgram.label = Surround Program channel-type.denonmarantz.surroundProgram.description = Select the surround program of the AVR channel-type.denonmarantz.track.label = Now Playing (track) channel-type.denonmarantz.track.description = Displays the title of the now playing track. -channel-type.denonmarantz.volume.label = Volume -channel-type.denonmarantz.volume.description = Set the volume level of this zone channel-type.denonmarantz.volumeDB.label = Volume (dB) channel-type.denonmarantz.volumeDB.description = Set the volume level (dB). Same as [mainVolume - 80]. -channel-type.denonmarantz.zonePower.label = Power (zone) -channel-type.denonmarantz.zonePower.description = Power ON/OFF this zone of the AVR diff --git a/bundles/org.openhab.binding.denonmarantz/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.denonmarantz/src/main/resources/OH-INF/thing/thing-types.xml index 1030e7d36d5f8..726a857a54aa2 100644 --- a/bundles/org.openhab.binding.denonmarantz/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.denonmarantz/src/main/resources/OH-INF/thing/thing-types.xml @@ -30,7 +30,7 @@ - 1 + 2 serialNumber @@ -101,7 +101,9 @@ General channels for this AVR. - + + Power ON/OFF the AVR + @@ -114,33 +116,20 @@ Channels for a zone of this AVR. - - + + Power ON/OFF this zone of the AVR + + + Set the volume level of this zone + - + + Mute audio on this zone of the AVR + - - Switch - - Power ON/OFF the AVR - - - - Switch - - Power ON/OFF this zone of the AVR - - - - Dimmer - - Set the volume level of this zone - SoundVolume - - Number:Dimensionless @@ -149,12 +138,6 @@ - - Switch - - Enable/Disable Mute on this zone of the AVR - - String diff --git a/bundles/org.openhab.binding.denonmarantz/src/main/resources/OH-INF/update/instructions.xml b/bundles/org.openhab.binding.denonmarantz/src/main/resources/OH-INF/update/instructions.xml index c7d06192e466c..0a07e8d167971 100644 --- a/bundles/org.openhab.binding.denonmarantz/src/main/resources/OH-INF/update/instructions.xml +++ b/bundles/org.openhab.binding.denonmarantz/src/main/resources/OH-INF/update/instructions.xml @@ -11,6 +11,25 @@ + + + system:power + Power ON/OFF the AVR + + + system:power + Power ON/OFF this zone of the AVR + + + system:volume + Set the volume level of this zone + + + system:mute + Mute audio on this zone of the AVR + + +