« Back to Product

Documentation

DS_Play

Require: IP-Symcon >= 5.4

 boolean DS_Play (int $InstanceID, string $Text) 

Parameters

InstanceID

ID of the Instance

Text

Text to be played

Returns

If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.

Description

Plays the text as an announcement.

Example

DS_Play(12345, "This is a text");
Any questions?