Exemple #1
0
        public OHMSensor(ISensor sensor, DataType dataType, string label, bool round = false)
        {
            _sensor = sensor;

            DataType = dataType;
            Append = dataType.GetAppend();
            Label = label;
            Round = round;
        }