Documentation
SPO_SetShuffle
Require: IP-Symcon >= 5.3
boolean SPO_SetShuffle (int $InstanceID, boolean $Shuffle)
Parameters
InstanceID | ID of the Instance |
Shuffle | De-/Aktiviert die zufällige Wiedergabe |
Returns
If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.
Description
If Shuffle is true, random playback is enabled, otherwise disabled.
Example
SPO_SetShuffle(12345, true);