Send feedback!
(Edit)
IPS_SendMediaEvent
boolean IPS_SendMediaEvent (integer $MediaID)
Parameters
MediaID |
ID of the media object
|
Returns
If the command succeeds, it returns TRUE, otherwise FALSE. |
Description
The command sends a message that the media object with ID MediaID has changed. This message is used for different purposes, e.g., to update an image/ form. The command is not needed for media files within the 'media' folder, as these are monitored internally by IP-Symcon. Thus, notifications for changes are sent automatically.
Example
IPS_SendMediaEvent(12345);