Skip to content

Commit

Permalink
add nf code
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Oct 2, 2023
1 parent 52d7c09 commit 4cbf599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/class/ajaxSystem.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')),
Expand Down

0 comments on commit 4cbf599

Please sign in to comment.