|
@@ -6111,7 +6111,8 @@ public class iMapServer extends Service {
|
|
|
}
|
|
|
|
|
|
WallpadiCMDParser DevListCMD = new WallpadiCMDParser(ele);
|
|
|
- String[] devlist = {"gas", "livinglight", "doorlock", "light", "ventil", "thermostat", "electric", "smartlight", "cooktop"};
|
|
|
+ // String[] devlist = {"gas", "livinglight", "doorlock", "light", "ventil", "thermostat", "electric", "smartlight", "cooktop"};
|
|
|
+ String[] devlist = {"gas", "livinglight", "light", "ventil", "thermostat", "electric", "smartlight", "cooktop"};
|
|
|
strResult += "\"ok\">\r\n";
|
|
|
strResult +=" <target name=\""+DevListCMD.target+"\" id=\""+DevListCMD.tid+"\" msg_no=\""+DevListCMD.msgno+"\"/>\r\n";
|
|
|
strResult += " <devlist total_count=\""+devlist.length+"\"/>\r\n";
|