[monopriceaudio] Update README (#13688)
* Update README Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
This commit is contained in:
parent
3ed44f1ba5
commit
69b9f9895f
|
@ -18,8 +18,8 @@ Or you can connect it for example to a Raspberry Pi and use [ser2net Linux tool]
|
||||||
|
|
||||||
## Supported Things
|
## Supported Things
|
||||||
|
|
||||||
There is exactly one supported thing type, which represents the amplifier controller.
|
Monoprice 10761 & 39261 and Dayton Audio DAX66 Amplifiers use the `amplifier` thing id. Up to 18 zones with 3 linked amps, 6 source inputs.
|
||||||
It has the `amplifier` id.
|
Note: Compatible clones (including 4 zone versions) from McLELLAND, Factor, Soundavo, etc. should work as well.
|
||||||
|
|
||||||
## Discovery
|
## Discovery
|
||||||
|
|
||||||
|
@ -130,7 +130,7 @@ sitemap monoprice label="Audio Control" {
|
||||||
Setpoint item=all_volume minValue=0 maxValue=100 step=1
|
Setpoint item=all_volume minValue=0 maxValue=100 step=1
|
||||||
Switch item=all_mute
|
Switch item=all_mute
|
||||||
}
|
}
|
||||||
|
|
||||||
Frame label="Zone 1" {
|
Frame label="Zone 1" {
|
||||||
Switch item=z1_power
|
Switch item=z1_power
|
||||||
Selection item=z1_source visibility=[z1_power==ON]
|
Selection item=z1_source visibility=[z1_power==ON]
|
||||||
|
@ -144,7 +144,7 @@ sitemap monoprice label="Audio Control" {
|
||||||
Text item=z1_page label="Page Active: [%s]" visibility=[z1_power==ON]
|
Text item=z1_page label="Page Active: [%s]" visibility=[z1_power==ON]
|
||||||
Text item=z1_keypad label="Keypad Connected: [%s]" visibility=[z1_power==ON]
|
Text item=z1_keypad label="Keypad Connected: [%s]" visibility=[z1_power==ON]
|
||||||
}
|
}
|
||||||
|
|
||||||
// repeat for zones 2-18 (substitute z1)
|
// repeat for zones 2-18 (substitute z1)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue