Releases: ChriD/node-raumkernel
Releases · ChriD/node-raumkernel
1.2.23
1.2.16
1.2.1
1.2.0
1.1.10
1.1.9
1.1.8
1.1.6
1.1.5
Updates
- added
assignStationButton(...)
andgetStationButtonAssignment(...)
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)
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