diff --git a/core/class/ajaxSystem.class.php b/core/class/ajaxSystem.class.php index f858d2f..c89d5d2 100644 --- a/core/class/ajaxSystem.class.php +++ b/core/class/ajaxSystem.class.php @@ -25,6 +25,7 @@ class ajaxSystem extends eqLogic { public static $_SIA_CONVERT = array( 'CF' => array(array('cmd' => 'state', 'value' => 'ARMED')), + 'NF' => array(array('cmd' => 'state', 'value' => 'ARMED')), 'CG' => array(array('cmd' => 'state', 'value' => 'ARMED')), 'OG' => array(array('cmd' => 'state', 'value' => 'DISARMED')), 'NF' => array(array('cmd' => 'state', 'value' => 'NIGHT_MODE')),