Releases: dhleong/ps4-waker
Releases · dhleong/ps4-waker
1.7.0
Enhancements:
- Add
check
command to specifically check if a device is awake or not (#107)
Notes:
The new check
command looks a lot like search
, but never prints more than one
device (even with -t
) and exits with a success (0
code) only if the device
is awake (200
status code). This is to help home automation users (eg #106)
1.6.0
Bug Fixes:
- Benign, seemingly random "Cipher is not initialized" errors (#31)
Notes:
- Disable login retry in favor of a longer timeout; this shouldn't break anything, but please open a ticket if it does
- Verbose debug logging can now be enabled using the
DEBUG
environment variable, for example:DEBUG=* ps4-waker
Device.close()
is now anasync
function and returns a promise that will resolve when the connection is closed- Fail fast from Device methods if we didn't login successfully
- Update other dependencies
- Update babel to v7