Documentation
SPO_PlayURI
Require: IP-Symcon >= 5.3
boolean SPO_PlayURI (int $InstanceID, string $URI)
Parameters
InstanceID | ID of the Instance |
URI | URI of the Spotify resource |
Returns
If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.
Description
Plays the Spotify resource with the URI URI on the currently selected device.
Example
SPO_PlayURI(12345, 'spotify:artist:1Lw1vZvhgNZk7hVSvdY4OA');