VLM core API to expose VLM schedules
There are queries such as VLM_GET_MEDIAS
to get VLM media objects, but those don't include VLM schedules, for which there is no equivalent: there is only a VLM_CLEAR_SCHEDULES
accompanied by the comment /* TODO: missing schedule control */
The show
command doesn't properly display the useful details of a VLM schedule either. Currently the only option would be to export
and then re-parse the whole configuration, which is impractical.