diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-12-15 17:51:48 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-12-15 17:51:48 -0500 |
| commit | 2ee1efe5ea057bea5d99d3a955fca04f915bff59 (patch) | |
| tree | 4bfb7c65c82f1a9cd18453109b6a76e47182555d /www/js/DataModel.js | |
| parent | f4c6ca2e3d1bc5f986d4a6907d06d3ea20e8c701 (diff) | |
#569 #563 event playback with warning for inprogress streams (will fail in video, so warning is needed)
Diffstat (limited to 'www/js/DataModel.js')
| -rwxr-xr-x | www/js/DataModel.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index de09d8cc..a9602ed1 100755 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -1860,6 +1860,8 @@ angular.module('zmApp.controllers') // monitorId == 0 means all monitors (ZM starts from 1) //----------------------------------------------------------------------------- + // new reminder + // https://zm/api/events.json?&sort=StartTime&direction=desc getEvents: function (monitorId, pageId, loadingStr, startTime, endTime) { //console.log("ZMData getEvents called with ID=" + monitorId + "and Page=" + pageId); |
