diff --git a/Readme.md b/Readme.md index 010fc38..e21aff1 100644 --- a/Readme.md +++ b/Readme.md @@ -88,7 +88,7 @@ HEOS change events include the following configurations: So this node is completely generic and can get any change event available in the HEOS network. For a complete reference of available events please see the HEOS CLI reference linked at the [bottom of this page](#external-documentation). -The data of the change event can be read from the output in the `payload.heos` attribute. +The data of the change event can be read from the output in the `msg.heos` attribute. For example to register player state events (like `play`, `pause` and `stop`) or player volume events use the following node configurations. diff --git a/heos/heos-command.html b/heos/heos-command.html index aa3b470..76b588b 100644 --- a/heos/heos-command.html +++ b/heos/heos-command.html @@ -125,7 +125,7 @@

Outputs

  • Standard output
    payload JSON
    -
    The payload output of the HEOS response. Only available if there is a payload object in the HEOS reponse for the specific command. Payload is only available for some commands that requests more detailed data. A simple response is always provided via the heos attribute.
    +
    The payload output of the HEOS response. Only available if there is a payload object in the HEOS response for the specific command. Payload is only available for some commands that requests more detailed data. A simple response is always provided via the heos attribute.
    heos JSON
    diff --git a/heos/heos-listener.html b/heos/heos-listener.html index 8edff77..4266334 100644 --- a/heos/heos-listener.html +++ b/heos/heos-listener.html @@ -91,13 +91,9 @@

    Inputs

    Outputs

    1. Standard output -
      -
      payload JSON
      -
      The payload output of the HEOS response. Only available if there is a payload object in the HEOS reponse for the specific command. Payload is only available for some commands that requests more detailed data. A simple response is always provided via the heos attribute.
      -
      heos JSON
      -
      The heos data object of the HEOS response.
      +
      The heos data object of the HEOS change event response.
    diff --git a/package-lock.json b/package-lock.json index 55b80dd..fcb7194 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jn-se/node-red-contrib-heos", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jn-se/node-red-contrib-heos", - "version": "0.3.0", + "version": "0.3.1", "license": "Apache-2.0", "dependencies": { "heos-api": "^4.0.0" diff --git a/package.json b/package.json index 649597f..fe4f53f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jn-se/node-red-contrib-heos", - "version": "0.3.0", + "version": "0.3.1", "description": "Node-RED node for Denon HEOS devices and Denon Home.", "homepage": "https://github.com/jn-se/node-red-contrib-heos", "keywords": ["node-red", "heos", "denon", "denon home"],