영문화완료
This commit is contained in:
@@ -52,7 +52,7 @@ namespace Project
|
||||
var ts = DateTime.Now - IdleStartTime;
|
||||
if (ts.TotalMinutes > AR.SETTING.Data.AutoOffRoomLightMin)
|
||||
{
|
||||
PUB.log.Add("대기상태 전환으로 인해 조명을 끕니다");
|
||||
PUB.log.Add("Turning off lights due to idle state transition");
|
||||
IdleSleep = true;
|
||||
DIO.SetRoomLight(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user