Skip to content

Commit de7e48e

Browse files
committed
Update readme
1 parent 04cf1bc commit de7e48e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Automation Library for Yamaha receivers that support the YNCA protocol.
55
Supported receivers according to protocol documentation (not all tested) or logs found on the internet.
66
There might be more receivers that support this protocol. If you find some let met know so the list can be updated.
77

8-
> RX-A700, RX-A710, RX-A800, RX-A810, RX-A840, RX-A850, RX-A1000, RX-A1010, RX-A1040, RX-A2000, RX-A2010, RX-A3000, RX-A3010, RX-V671, RX-V867, RX-V871, RX-V1067, RX-V2067, RX-V2600, RX-V3067
8+
> RX-A700, RX-A710, RX-A720, RX-A800, RX-A810, RX-A820, RX-A840, RX-A850, RX-A1000, RX-A1010, RX-A1020, RX-A1040, RX-A2000, RX-A2010, RX-A2020, RX-A3000, RX-A3010, RX-A3020, RX-V671, RX-V867, RX-V871, RX-V1067, RX-V2067, RX-V2600, RX-V3067
99
1010

1111
## Installation
@@ -27,6 +27,10 @@ The Ynca class is exposing the YNCA API as defined in the specification and allo
2727
This helper gets a list of all the inputs available on the device from the Ynca API to be used with the inputs on the Zone subunits.
2828
It is provided as a convenience because it is a bit tricky to build that list.
2929

30+
### Get_modelinfo helper function
31+
32+
Gets info specific to a certain model that can otherwise not be determined through YNCA (e.g. supported SoundPrg)
33+
3034
### YNCA Terminal
3135

3236
The YNCA Terminal provides an interactive terminal for YNCA commands intended for debugging. Examples on how to start below.

0 commit comments

Comments
 (0)