Merge pull request #524 from menakaj/release-3.0.x

Replacing android-sense apk and changing portal home url
revert-dabc3590
Ruwan 8 years ago committed by GitHub
commit 8ad75198eb

@ -21,5 +21,5 @@ function onRequest(context) {
var deviceId = request.getParameter("deviceId");
//Redirects to the portal app as we do not use the old analytics view.
response.sendRedirect(context.app.conf["portalURL"] + "/portal/dashboards/android-iot/real-time?owner=" + user.username + "&deviceId=" + deviceId);
response.sendRedirect(context.app.conf["portalURL"] + "/portal/dashboards/android-iot/sensors?owner=" + user.username + "&deviceId=" + deviceId);
}
Loading…
Cancel
Save