Sensor types - SoftFx/Hierarchical-Sensor-Monitoring GitHub Wiki

Simple sensors:

Bar sensors:

  • IntegerBar - a bar that contains int Min, Max, Mean, Last Value properties for some period of time
  • DoubleBar - a bar that contains double Min, Max, Mean, Last Value properties for some period of time

Advanced sensors:

  • File - any file that can be converted to a byte stream