diff --git a/bundles/org.openhab.binding.monopriceaudio/README.md b/bundles/org.openhab.binding.monopriceaudio/README.md index d7ead8dd0..eb30ee1fd 100644 --- a/bundles/org.openhab.binding.monopriceaudio/README.md +++ b/bundles/org.openhab.binding.monopriceaudio/README.md @@ -18,8 +18,8 @@ Or you can connect it for example to a Raspberry Pi and use [ser2net Linux tool] ## Supported Things -There is exactly one supported thing type, which represents the amplifier controller. -It has the `amplifier` id. +Monoprice 10761 & 39261 and Dayton Audio DAX66 Amplifiers use the `amplifier` thing id. Up to 18 zones with 3 linked amps, 6 source inputs. +Note: Compatible clones (including 4 zone versions) from McLELLAND, Factor, Soundavo, etc. should work as well. ## Discovery @@ -130,7 +130,7 @@ sitemap monoprice label="Audio Control" { Setpoint item=all_volume minValue=0 maxValue=100 step=1 Switch item=all_mute } - + Frame label="Zone 1" { Switch item=z1_power 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_keypad label="Keypad Connected: [%s]" visibility=[z1_power==ON] } - + // repeat for zones 2-18 (substitute z1) } ```