]> git.basschouten.com Git - openhab-addons.git/commitdiff
[monopriceaudio] Update README (#13688)
authormlobstein <michael.lobstein@gmail.com>
Fri, 11 Nov 2022 12:07:59 +0000 (06:07 -0600)
committerGitHub <noreply@github.com>
Fri, 11 Nov 2022 12:07:59 +0000 (13:07 +0100)
* Update README

Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
bundles/org.openhab.binding.monopriceaudio/README.md

index d7ead8dd027dc846835f76f9144d4aefac4203e2..eb30ee1fd35f18351c1d6c84ccb3e0b3d41710f3 100644 (file)
@@ -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)
 }
 ```