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 Device

  • psn_id (str) – Base64 encoded PSN ID from completing OAuth login

  • pin (str) – PIN for linking found on Remote Play Host

  • timeout (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 Device

  • psn_id (str) – Base64 encoded PSN ID from completing OAuth login

  • pin (str) – PIN for linking found on Remote Play Host

  • timeout (float) – Timeout to wait for completion

Return type

dict