Added poll support

This commit is contained in:
M66B
2018-08-23 09:48:27 +00:00
parent 65a4a25101
commit 510bc3be43
15 changed files with 902 additions and 122 deletions

View File

@@ -48,6 +48,8 @@ public class EntityAccount {
public Boolean synchronize;
@NonNull
public Boolean store_sent;
@NonNull
public Integer poll_interval;
public Long seen_until;
public String state;
public String error;