From 404a921f4501bdb7f2a3a0b1f0092a25fc410db4 Mon Sep 17 00:00:00 2001 From: Matt <927830+mattmattmatt@users.noreply.github.com> Date: Sun, 2 Dec 2018 01:36:45 -0800 Subject: [PATCH] docs: update node descriptions with better documentation --- README.md | 6 +++--- pioneer-avr-config.html | 4 ++-- pioneer-avr-out.html | 34 +++++++++++++++------------------- 3 files changed, 20 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index ec9416f..d841264 100644 --- a/README.md +++ b/README.md @@ -30,19 +30,19 @@ Provides two palette nodes – one to send control commands to a Pioneer AVR, an Sets the state of the receiver. -`msg.payload` must be an object containing the new state's properties of the selected Yeelight device. +`msg.payload` must be an object containing the new state's properties of the Pioneer receiver. | Property | Details | | :---| :---| | `on` | Sets the `on` state where the value is `true` or `false` | | `muted` | Sets the `muted` state where the value is `true` or `false` | -| `volume` | Sets the volume from `0` to `153` | +| `volume` | Sets the volume from `0` to `74`, or whatever your receiver's maximum is | | `channel` | Sets the active input channel, must be one of `CD`, `TUNER`, `DVD`, `TV`, `SAT/CBL`, `VIDEO`, `DVR/BDR`, `IPOD/USB`, `BD`, `ADAPTER`, `NETRADIO`, `MEDIA SERVER`, `FAVORITE`, `GAME` | #### Example payloads ```JSON - { +{ "on": true } ``` diff --git a/pioneer-avr-config.html b/pioneer-avr-config.html index a059a8e..8b4eb57 100644 --- a/pioneer-avr-config.html +++ b/pioneer-avr-config.html @@ -39,8 +39,8 @@
- - + +
diff --git a/pioneer-avr-out.html b/pioneer-avr-out.html index fa14492..dcc15d7 100644 --- a/pioneer-avr-out.html +++ b/pioneer-avr-out.html @@ -27,7 +27,7 @@