コード例 #1
0
 /*
  * Indicates that user has ended house sections picking and ready to apply the
  * transaction.
  */
 public TransactionStatus endControlLighting() {
   TransactionStatus status = lct.process();
   house.logTransaction(lct, TransactionType.CONTROL_LIGHTING, status);
   return status;
 }