|
@@ -95,7 +95,7 @@ void executeDecition(const iv::brain::decition decition)
|
|
|
gcontroller->control_air_worktime(decition.air_worktime());
|
|
|
gcontroller->control_air_offtime(decition.air_offtime());
|
|
|
|
|
|
- if(decition.has_door())
|
|
|
+ /*if(decition.has_door())
|
|
|
{
|
|
|
if(decition.door())
|
|
|
{
|
|
@@ -103,7 +103,7 @@ void executeDecition(const iv::brain::decition decition)
|
|
|
}else{
|
|
|
gcontroller->control_door(3);
|
|
|
}
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
|
|
|
|