[monopriceaudio] Update README (#13688)

* Update README

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
This commit is contained in:
mlobstein 2022-11-11 06:07:59 -06:00 committed by GitHub
parent 3ed44f1ba5
commit 69b9f9895f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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)
} }
``` ```