|
@@ -98,6 +98,9 @@ public class ControlUtil {
|
|
|
String meter = infoValue.substring(0, index_);
|
|
|
int funcid = Integer.parseInt(infoValue.substring(index_ + 1));
|
|
|
JSONObject point = new JSONObject();
|
|
|
+ if (key.equals("manualAutoSet")) {
|
|
|
+ point.put("virtual", true);
|
|
|
+ }
|
|
|
point.put("meter", meter);
|
|
|
point.put("funcid", funcid);
|
|
|
point.put("data", infoValueSet.get(key));
|