|
@@ -709,18 +709,18 @@ public class ServiceMain extends Service {
|
|
|
|
|
|
else if(attsName.equals("CookTopFinder_Driver"))
|
|
|
{
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- cooktopfinder_Controller = new CookTopFinder_Controller();
|
|
|
-
|
|
|
-
|
|
|
- RegistrationDeviceManager = cooktopfinder_Controller;
|
|
|
-
|
|
|
-
|
|
|
- ServiceMain.deviceInitChecker.Add(attsName);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
}
|
|
|
else if (attsName.equals("GasValve_Driver")) {
|
|
@@ -741,7 +741,7 @@ public class ServiceMain extends Service {
|
|
|
|
|
|
RegistrationDeviceManager = gasValve_Controller;
|
|
|
|
|
|
- bSetDeviceHandler = false;
|
|
|
+
|
|
|
|
|
|
|
|
|
ServiceMain.deviceInitChecker.Add(attsName);
|