示例#1
0
 /// <summary>
 /// Request the status of the module.
 /// </summary>
 public void GetStatus()
 {
     if (x10 != null)
     {
         x10.StatusRequest(houseCode, unitCode);
     }
 }