Releases: dhleong/ps4-waker
Releases · dhleong/ps4-waker
1.2.2
1.2.1
1.2.0
New Features:
- New, high-level
Device
scripting API to simplify interactions with a PS4 device from Javascript - Support holding keys from CLI
ps4-waker remote
command
Changes:
- Simplified CLI code greatly, sitting on the new
Device
API. Should be more stable and easier to maintain
Notes:
- The
Socket.remoteControl
method has changed slightly, possibly breaking. It no longer automatically sends a KEY_OFF event; you must do that yourself, or upgrade to theDevice.sendKeys
API which handles a lot of weird cases for you.