Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.20.2, 3.x
-
None
-
Patch Available
-
Novice
-
Patch
Description
The dataChangeFilterTrigger configured is not applied when the monitoring is set up.
return new DataChangeFilter( DataChangeTrigger.StatusValueTimestamp, this.getDataChangeFilterDeadbandType(), this.getDataChangeFilterDeadbandValue()); }
I think the code above has to be changed to something like this:
return new DataChangeFilter( this.dataChangeFilterTrigger != null ? this.dataChangeFilterTrigger : DataChangeTrigger.StatusValueTimestamp, this.getDataChangeFilterDeadbandType(), this.getDataChangeFilterDeadbandValue()); }
Attachments
Attachments
Issue Links
- links to