Browse Source

start stop token

master
Tim Zeuner 1 year ago
parent
commit
1f172a8b7a

+ 2
- 1
MobileApp/app/src/main/java/com/example/lfrmobileapp/Communication.java View File

@@ -29,7 +29,7 @@ public class Communication {
}

public String telegram(boolean startStop, ArrayList<String> list){
String tel = "";
String tel = "aa";
tel += "1"; //Autonomous mode
if(startStop){
tel += ";1";
@@ -44,6 +44,7 @@ public class Communication {
tel += ";1";
}
}
tel += "zz";
return tel;
}


Loading…
Cancel
Save