Ejemplo n.º 1
0
 /// <summary>
 /// Open the shutter module by the specified percentage.
 /// </summary>
 /// <param name="percentage">Percentage.</param>
 public void ShOpen(int percentage = 5)
 {
     if (x10 != null)
     {
         x10.ShOpen(houseCode, unitCode, percentage);
     }
 }