|
|
@ -570,8 +570,8 @@ public class DcDeviceController extends BaseController { |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
break; |
|
|
|
} |
|
|
|
} else { |
|
|
|
|
|
|
|
JSONObject mdJSONObject = (JSONObject) JSON.toJSON(getDeviceLatestProperty(iotDeviceId, UniversalEnum.MD.getValue()).get("data")); |
|
|
|
|
|
|
|
String mdValue = mdJSONObject.getString("value"); |
|
|
@ -636,6 +636,7 @@ public class DcDeviceController extends BaseController { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} else { |
|
|
|
|
|
|
|
for (Object function : functions) { |
|
|
|