diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2020-08-29 10:20:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-29 10:20:04 -0400 |
| commit | 7953a77243231f65660787b22a8187fa2dc7bfbf (patch) | |
| tree | e7a0d7689195fcb813b31d22612a71eb9e44cd5c /www/js/app.js | |
| parent | 53d63eb1445603975c556aa49d4b3f15a87867a8 (diff) | |
| parent | ca768975f2d0258e4e09acc896cee4dd1ee5b0ca (diff) | |
Merge pull request #964 from pliablepixels/dev
Dev
Diffstat (limited to 'www/js/app.js')
| -rwxr-xr-x | www/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js index 26fef2fb..f84673a5 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -34,7 +34,7 @@ angular.module('zmApp', [ .constant('zm', { minAppVersion: '1.28.107', // if ZM is less than this, the app won't work //minAppVersion:'1.44', - minEventServerVersion: '2.4', + minEventServerVersion: '6.0', castAppId: 'BA30FB4C', alarmFlashTimer: 20000, // time to flash alarm gcmSenderId: '710936220256', |
