Beispiel #1
0
 private void SetFanLevelOptions(FanLevels options, string s) => _fanLevels = options;
 public static double ConvertEnum(FanLevels value) => (int)value;