remove ping me

This commit is contained in:
Milos Kozak 2017-02-21 11:17:46 +01:00
parent 99b66ab393
commit 615af399f8

View file

@ -253,7 +253,6 @@ public class NSClientService extends Service {
authMessage.put("client", "Android_" + nsDevice);
authMessage.put("history", nsHours);
authMessage.put("status", true); // receive status
authMessage.put("pingme", true); // send mi pings to keep alive
authMessage.put("from", latestDateInReceivedData); // send data newer than
authMessage.put("secret", nsAPIhashCode);
} catch (JSONException e) {