Searched refs:MaxHumidity (Results 1 – 1 of 1) sorted by relevance
76 if(MinHumidity > value || value > MaxHumidity)78 …eException("The humidity value must be between {0} and {1}.".FormatWith(MinHumidity, MaxHumidity));152 private const decimal MaxHumidity = 100; field in Antmicro.Renode.Peripherals.Sensors.SI70xx