Skip to content

Commit 3573894

Browse files
committed
Add static parameters to registration
1 parent 05ed58d commit 3573894

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

RMBTClient/src/main/java/at/rtr/rmbt/client/helper/SettingsServerConnection.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,11 @@ public String SettingsConnection(final String host, final boolean encryption, fi
7878
{
7979
regData.put("uuid", uuid);
8080
regData.put("terms_and_conditions_accepted", true);
81-
regData.put("terms_and_conditions_accepted_version", 1);
82-
83-
81+
// regData.put("type","CLI");
82+
regData.put("name", "RTR-Netztest");
83+
// regData.put("version_name","0.1");
84+
// regData.put("version_code", "1");
85+
regData.put("terms_and_conditions_accepted_version", 6);
8486
}
8587
catch (final JSONException e1)
8688
{

0 commit comments

Comments
 (0)