diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-13 13:53:36 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-13 13:53:36 -0500 |
| commit | 23b05e3ba46a01b0aef63774004d0f1dd4359c03 (patch) | |
| tree | 34567e236ab4fafa02c37a6caf14d3467f6e2ee8 /www/js/app.js | |
| parent | 4e5e7d28a94106dab8ecf8ff08acfdf5589fe4c6 (diff) | |
#82 - alarm indication
Former-commit-id: 8ff19d73113773b4969e89e529ed3829766cde6b
Diffstat (limited to 'www/js/app.js')
| -rw-r--r-- | www/js/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js index 94551555..8cb5e869 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -34,6 +34,7 @@ angular.module('zmApp', [ .constant('zm', { minAppVersion: '1.28.107', // if ZM is less than this, the app won't work minEventServerVersion: '0.4', + alarmFlashTimer:20000, // time to flash alarm gcmSenderId:'710936220256', httpTimeout: 15000, largeHttpTimeout: 60000, |
