Skip to content

Commit

Permalink
Allow operator dx for /config/localtime
Browse files Browse the repository at this point in the history
  • Loading branch information
manup committed Mar 11, 2018
1 parent 0fc795a commit 6e8b89d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rest_rules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1317,6 +1317,8 @@ bool DeRestPluginPrivate::evaluateRule(Rule &rule, const Event &e, Resource *eRe

if (eItem->descriptor().suffix == RStateLastUpdated)
{}
else if (eItem->descriptor().suffix == RConfigLocalTime)
{}
else if (e.num() == e.numPrevious())
{
return false;
Expand Down

0 comments on commit 6e8b89d

Please sign in to comment.