Releases: NEEOInc/neeo-sdk
Releases · NEEOInc/neeo-sdk
0.51.13 (08/24/2018)
Changelog
- improve sensor label fallbacks
- fixes addSensor() not properly handling all different sensor types
- fixed multiroom notifications - when a device was added in several rooms, only the first room was updated with new values
- added new addAnotherDevice capability, like bridgeDevice, but for non bridge devices to show correct text.
- added sanity check to validate the devices array
- added setListTitle function to list builder
- added addListItems function to list builder
- added setTotalMatchingItems function to list builder
- added addRootDirectory and addQueueDirectory functions, deprecated addDirectory function
- added icon buttons
- improve brain discovery, ignore outdated NEEO Brains instead failing
- fix sdk shutdown issue when no NEEO Brain was found
- fix registration
- update and fixed documentation
0.50.5 (05/23/2018)
Changelog
- added new device type MUSICPLAYER
- added flag to hide the label for a textlabel
- added support for lists for SDK devices
- added more sanity checks, thanks @tmrobert8
- added new bridgeDevice capability, for example a Philips Hue is a bridge device which can add multiple devices.
- added new option to register a device
- update devicestate service, added registerStateUpdate function
- implement CLI with automatic server start support
- added Brain version validation before starting the server
- (Breaking) addSwitch setter now provides a boolean value instead of string
bump to 0.49.2
- improved validation errors to include details about the component that failed validation - added DeviceBuilder function to set icon - added DeviceBuilder function to set preferred display name - fixes unhandled promise rejection when adapterid on incoming request is invalid - added support for brain search on multiple network interfaces, thanks @tmrobert8 - updated dependencies