Good afternoon, please tell me on this issue, there is a collection of values of type Sensors
public class Sensor { public SensorType SensorType { get; set; } public int RegisterAddress { get; set; } public int BitNumber { get; set; } public int Position { get; set; } public int Value { get; set; } }
How to change the Value for elements with a given SensorType?