diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-23 07:25:36 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-23 07:25:36 -0400 |
| commit | dc29a463418d49e02c71493ca7d3e13b6b65e650 (patch) | |
| tree | 5083f3a8f66e9a55e8f5c44134090fd336764872 /www/js/DataModel.js | |
| parent | b5cbc97a8b555d73d102d7742ae1f014e7349492 (diff) | |
You can now specify a minimum reporting interval per monitor for notifications
Diffstat (limited to 'www/js/DataModel.js')
| -rw-r--r-- | www/js/DataModel.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 3c0765c2..b8a5e53b 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -39,8 +39,8 @@ angular.module('zmApp.controllers') 'keepAwake':true, // don't dim/dim during live view 'isUseAuth':true, // true if user wants ZM auth 'isUseEventServer':false, // true if you configure the websocket event server - 'eventServerMonitors':'', - 'eventServerInterval':0, + 'eventServerMonitors':'', // list of monitors to notify from ES + 'eventServerInterval':'', // list of intervals for all monitors 'refreshSec':"2", // timer value for frame change in sec 'enableDebug':false, // if enabled with log messages with "debug" 'usePin':false, |
