From dc29a463418d49e02c71493ca7d3e13b6b65e650 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Fri, 23 Oct 2015 07:25:36 -0400 Subject: You can now specify a minimum reporting interval per monitor for notifications --- www/js/DataModel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/DataModel.js') 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, -- cgit v1.2.3