Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@juliuscc juliuscc released this 26 Sep 08:04
· 1 commit to master since this release

4.0.0 (2019-09-26)

Features

  • Parse message of HEOS response as object (#27) (bf6f55d), closes #19

BREAKING CHANGES

  • The message field in HeosResponse and HeosEvent is now an object instead of a string. If the message sent from the HEOS device is key-value pair formatted, it will be parsed into an object. The message object is an empty object if there was no message field in the response. Otherwise it is an object with two fields. It always has the field unparsed which is the raw string recieved. If the message can be parsed there is a field parsed with the key-value pairs in an object.