Releases: Badisi/samsung-tv-remote
Releases · Badisi/samsung-tv-remote
v2.0.3
v2.0.2
v2.0.1
v2.0.0
BREAKING CHANGES
- all APIs are now
async
remote.isTvAlive()
was removed
Features
- 🚀 wol: new api
remote.wakeTV()
was added to wake TV from sleep mode - 🚀 2018+: added support for TVs from 2018 (consent is now required on TV and a token needs to be persisted)
- apis: new api
remote.sendKeys()
was added to send multiple keys to the TV at once - keys: all keys are now predefined through an enum object
- debug: a debug mode was added to enable more detailed output
- ts: this library is now also available with
Typings
Improvements
- 🚀 2018+: websocket connection is now made with
ws/wss
protocol instead ofhttp
- docs: improve documentation
- deps: upgrade dependencies