changeset 134 | 8b3b9b2e28e5 |
parent 118 | 407f98562c3b |
child 151 | 76e18684713d |
1.1 --- a/Hardware/ISensor.cs Sat Jun 05 18:59:54 2010 +0000 1.2 +++ b/Hardware/ISensor.cs Sun Jun 06 11:07:57 2010 +0000 1.3 @@ -72,8 +72,7 @@ 1.4 1.5 float? Value { get; } 1.6 float? Min { get; } 1.7 - float? Max { get; } 1.8 - float? Limit { get; set; } 1.9 + float? Max { get; } 1.10 1.11 IEnumerable<ISensorEntry> Plot { get; } 1.12 }