示例#1
0
 /// <summary>
 /// Brighten the module by the specified percentage.
 /// </summary>
 /// <param name="percentage">Percentage.</param>
 public void Bright(int percentage = 5)
 {
     if (x10 != null)
     {
         x10.Bright(houseCode, unitCode, percentage);
     }
 }