Skip to content

Sensor types

AndrewKhloptsau edited this page May 2, 2023 · 7 revisions

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

Clone this wiki locally