|
@@ -399,12 +399,12 @@ public class Ventilation_Controller extends DeviceManager {
|
|
|
}
|
|
|
|
|
|
// 2세대 처음 들어간 곳 중에, 버전 정보를 물어보지 않는곳이 발생하여 10번 물어본 후 응답이 없으면 환기 상태를 노멀로 확인
|
|
|
- if(Version == null && Version2 == null)
|
|
|
+ if(Version == null)
|
|
|
{
|
|
|
VersionRetryCount ++;
|
|
|
}
|
|
|
|
|
|
- if(VersionRetryCount == 10)
|
|
|
+ if(VersionRetryCount == 5)
|
|
|
{
|
|
|
VersionRetryCount = 0;
|
|
|
mDriver.Polling.SetStatus(Driver.PollingList.STATUS.Normal);
|