[rotel] Add support for models M8 and S5 (Michi) (#13060)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo
2022-07-02 13:31:10 +02:00
committed by GitHub
parent 6e33b04a91
commit 03d37232c3
8 changed files with 70 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ This binding supports the following thing types:
| a14 | Connection to the Rotel A14 or A14MKII integrated amplifier |
| cd11 | Connection to the Rotel CD11 CD player |
| cd14 | Connection to the Rotel CD14 or CD14MKII CD player |
| m8 | Connection to the Rotel Michi M8 monoblock amplifier |
| p5 | Connection to the Rotel Michi P5 stereo preamplifier |
| ra11 | Connection to the Rotel RA-11 integrated amplifier |
| ra12 | Connection to the Rotel RA-12 integrated amplifier |
@@ -70,6 +71,7 @@ This binding supports the following thing types:
| rt09 | Connection to the Rotel RT-09 tuner |
| rt11 | Connection to the Rotel RT-11 tuner |
| rt1570 | Connection to the Rotel RT-1570 tuner |
| s5 | Connection to the Rotel Michi S5 stereo amplifier |
| t11 | Connection to the Rotel T11 tuner |
| t14 | Connection to the Rotel T14 tuner |
| x3 | Connection to the Rotel Michi X3 integrated amplifier |
@@ -179,6 +181,7 @@ Here are the list of channels available for each thing type:
| a14 | power, source, volume, mute, bass, treble, frequency, brightness, tcbypass, balance, speakera, speakerb |
| cd11 | power, playControl, track, brightness |
| cd14 | power, playControl, track, brightness |
| m8 | power, brightness |
| p5 | power, source, volume, mute, bass, treble, frequency, brightness, tcbypass, balance |
| ra11 | power, source, volume, mute, bass, treble, playControl, frequency, brightness, tcbypass, balance |
| ra12 | power, source, volume, mute, bass, treble, playControl, frequency, brightness, tcbypass, balance |
@@ -214,6 +217,7 @@ Here are the list of channels available for each thing type:
| rt09 | power, source, playControl, brightness |
| rt11 | power, source, brightness |
| rt1570 | power, source, brightness |
| s5 | power, brightness |
| t11 | power, source, brightness |
| t14 | power, source, brightness |
| x3 | power, source, volume, mute, bass, treble, frequency, brightness, tcbypass, balance |