Add STATE_UNKOWN == -1

pull/4202/head
Isaac Connor 2022-04-27 17:38:26 -04:00
parent d8ed0d2774
commit 6ff0ce4793
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ define('ZM_PCRE', '@ZM_PCRE@'); // PCRE support enabled
//
// Alarm states
//
define('STATE_UNKNOWN', -1);
define('STATE_IDLE', 0);
define('STATE_PREALARM', 1);
define('STATE_ALARM', 2);