playactor
=========

*play around with your playstation devices*

## What?

playactor is a command line tool and node.js API for interacting with Sony
PS4 and PS5 devices. It is the successor to my older project,
[ps4-waker][ps4-waker]. It currently supports:

|                  | PS4 | PS5 |
|------------------|-----|-----|
| Wake             | ✅  | ✅  |
| Standby          | ✅  | ✅  |
| Keyboard control | ✅  | ❌  |
| Key/Button press | ✅  | ❌  |
| App/Game start   | ✅  | ❌  |

## How?

The playactor CLI tool can be installed using npm:

    npm install -g playactor

## Disclaimer

I take no responsibility for your usage of this code, whatsoever. By using
this code, directly or indirectly, you agree that I shall not be held
responsible in any way for anything that may happen to you or any of your
devices, etc. as a result, directly or indirectly, of your use of this
project, in any way whatsoever, etc. etc.

[ps4-waker]: https://github.com/dhleong/ps4-waker
