Splashtop Device Status
splashtop_device_statusRetrieve Splashtop installation and registration status for a device to determine remote control availability. Returns installation flag, registration flag, install time, and error.
Instructions
List Splashtop installation and registration status for a device. Returns installation_status, registration_status, install_time, and any install error. Per the API spec (not live-verified by this server): installation_status=true means the client install completed (install_time is set); registration_status=true means the device has registered with Splashtop (a device identifier exists). These are independent — a device can be installed but not yet registered, so check both before assuming remote control is usable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_uuid | Yes | ||
| output_format | No | json |