Sensor types - SoftFx/Hierarchical-Sensor-Monitoring GitHub Wiki
Simple sensors:
- Bool - possible values
- Integer - possible values
- Double - possible values
- String - possible values
- Timespan (v3.15.0) - possible values
- Version (v3.18.0) - possible values
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