Skip to content

Commit 9a27a61

Browse files
authored
Update ajaxSystem.class.php
1 parent b389a5d commit 9a27a61

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

core/class/ajaxSystem.class.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,11 @@ public static function templateWidget() {
3333
'test' => array(
3434
array('operation' => '#value# == "ARMED"', 'state_light' => '<i class="fas fa-lock"></i>'),
3535
array('operation' => '#value# == "DISARMED"', 'state_light' => '<i class="fas fa-lock-open"></i>'),
36+
array('operation' => '#value# == "ARMED_NIGHT_MODE_OFF"', 'state_light' => '<i class="fas fa-lock"></i>'),
37+
array('operation' => '#value# == "DISARMED_NIGHT_MODE_ON"', 'state_light' => '<i class="fas fa-moon"></i>'),
3638
array('operation' => '#value# == "DISARMED_NIGHT_MODE_OFF"', 'state_light' => '<i class="fas fa-lock-open"></i>'),
3739
array('operation' => '#value# == "NIGHT_MODE"', 'state_light' => '<i class="fas fa-moon"></i>'),
40+
array('operation' => '#value# == "ARMED_NIGHT_MODE_ON"', 'state_light' => '<i class="fas fa-lock"></i>'),
3841
array('operation' => '#value# == "PANIC"', 'state_light' => '<i class="fas fa-exclamation-circle"></i>')
3942
)
4043
);

0 commit comments

Comments
 (0)