pyremoteplay.register module
Register methods for pyremoteplay.
- pyremoteplay.register.register(host, psn_id, pin, timeout=2.0)
Return Register info. Register this client and a PSN Account with a Remote Play Device.
- Parameters
host (
str) – IP Address of Remote Play Devicepsn_id (
str) – Base64 encoded PSN ID from completing OAuth loginpin (
str) – PIN for linking found on Remote Play Hosttimeout (
float) – Timeout to wait for completion
- Return type
dict
- async pyremoteplay.register.async_register(host, psn_id, pin, timeout=2.0)
Return Register info. Register this client and a PSN Account with a Remote Play Device.
- Parameters
host (
str) – IP Address of Remote Play Devicepsn_id (
str) – Base64 encoded PSN ID from completing OAuth loginpin (
str) – PIN for linking found on Remote Play Hosttimeout (
float) – Timeout to wait for completion
- Return type
dict