Skip to content

Version 4.0.2

Compare
Choose a tag to compare
@neuralfraud neuralfraud released this 25 Jul 13:20
· 22 commits to master since this release

[4.0.2] - 2017-07-24

Fixed

  • API: Missed a bug that caused the query editor to show ALL sensors when Device was set to "*" even if Group was specified.
  • API: Added query string parameter "&count=9999" to group, device, and sensor queries to resolve issues for larger deployments. Addresses #49

Changed

  • API: Updated method to retrieve historic data, fixes an issue where no values are returned if the channel display name differes from the name in the API XML response. For instance, SSL Security sensors display the channel "Security Rating", when the actual value contains additional descriptive text.
  • API: Performance improvements in the collection of historic data, the array index to retrieve the channel value from is determined using the first result record instead of being determined for each result, which has a noticable impact with multiple-channel queries and thousands of data points.

Added

  • Query Editor: Added option to include a device's name in an item's label. Addresses #47