Skip to content

Commit

Permalink
Update scenarioExpression.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Nov 2, 2023
1 parent 850801e commit 2850fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/class/scenarioExpression.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ public static function getRequestTags($_expression) {
case '#nday#':
$return['#nday#'] = (int) date('w');
break;
case '#jeedom_name#':
case '#jeedomName#':
$return['#jeedom_name#'] = config::byKey('name');
break;
case '#hostname#':
Expand All @@ -1165,7 +1165,7 @@ public static function getRequestTags($_expression) {
case '#trigger#':
$return['#trigger#'] = '';
break;
case '#trigger_value#':
case '#triggerValue#':
$return['#trigger_value#'] = '';
break;
}
Expand Down

0 comments on commit 2850fa4

Please sign in to comment.