Skip to content

Releases: ChriD/node-raumkernel

1.2.23

03 Jan 10:14
7b6a928
Compare
Choose a tag to compare

Bugfixes

  • Fix getDeviceFromUDN not returning result. Thanks to @mdoelker !
  • Some other fixes

1.2.16

03 Jan 10:12
Compare
Choose a tag to compare

Bugfixes

  • Fixed a lot of coding bugs. Thanks to @Alex9779 !!

1.2.1

17 Jan 09:11
Compare
Choose a tag to compare

Bugfixes

  • Fixed problem on some linux systems with empty responses on "ping"

Updates

  • Added some more logs

1.2.0

13 Jan 10:53
Compare
Choose a tag to compare

Bugfixes

  • Fixed another "port stays open" bug when unsubscribting devuces which were no longer present
  • Fixed some "undefined property" errors
  • Fixed rediscovering of host via Bonjour
  • Fixed rediscovering of host via SSDP

1.1.10

22 Dec 18:56
Compare
Choose a tag to compare

Bugfixes

  • Fixed error of unwanted "systemReady" events (@ChriD #28)

1.1.9

23 Oct 11:14
Compare
Choose a tag to compare

Bugfixes

1.1.8

10 Sep 15:41
Compare
Choose a tag to compare

Bugfixes

  • Enhanced SSDP and Bonjour discovery of host (@ChriD)
  • Fix some rediscovery of devices on host re-appearance (@ChriD)
  • Fixed some exception on device cleaning

1.1.6

10 Sep 15:40
Compare
Choose a tag to compare

Bugfixes

  • zoneConfigurationChanged event didt fire (#bugfix @ChriD)

1.1.5

07 May 09:41
Compare
Choose a tag to compare

Updates

  • added assignStationButton(...) and getStationButtonAssignment(...) method on raumfeld media server (#17 @ChriD)
  • added and tested triggers for play, stop, pause, setPlayMode, mute, setVolume, loadPlaylist, loadShuffle, loadUri, loadLineIn, loadSingle, connectRoomToZone, dropRoomFromZone
    You can set _confirm parameter for each methods to true to consider the state changes (#22 @ChriD)
  • added ability to set a fixed host in the settings which will force to use this address. So no discovering is done (#feature @ChriD)
  • added 4 more events on the kernel class zoneCreated, zoneRemoved, roomAddedToZone, roomRemovedFromZone (#22 @ChriD)

1.1.4 (2017-04-21)

21 Apr 17:18
Compare
Choose a tag to compare

Updates

  • added setting for the uriMetaDataTemplate file for using with node-raumserver (@ChriD)
  • added loadLineIn(_roomNameOrRoomDeviceUDN) method for virtual renderers (#5 @ChriD)

Bugfixes

  • loadPlaylist command could not load playlists with _ within the name. I have updated the tools script to not encode/decode this character (@ChriD)
  • minor bugfixes and code cleaning