mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
[icloud] iCloud response invalid: null (second time) (#11600)
* fixed: iCloud response invalid: null (second time) Signed-off-by: Tom Blum <trinitus01@googlemail.com> * added: re-added fmly parameter Signed-off-by: Tom Blum <trinitus01@googlemail.com>
This commit is contained in:
parent
09f3b03ee2
commit
a350bb34d5
@ -35,19 +35,21 @@ public class ICloudAccountDataRequest {
|
||||
|
||||
public static class ClientContext {
|
||||
@SuppressWarnings("unused")
|
||||
private String appName = "iCloud Find (Web)";
|
||||
private String appName = "FindMyiPhone";
|
||||
@SuppressWarnings("unused")
|
||||
private boolean fmly = true;
|
||||
@SuppressWarnings("unused")
|
||||
private String appVersion = "3.0";
|
||||
private String appVersion = "5.0";
|
||||
@SuppressWarnings("unused")
|
||||
private String timezone = "US/Eastern";
|
||||
private String buildVersion = "376";
|
||||
@SuppressWarnings("unused")
|
||||
private int inactiveTime = 2255;
|
||||
private int clientTimestamp = 0;
|
||||
@SuppressWarnings("unused")
|
||||
private String apiVersion = "3.0";
|
||||
private String deviceUDID = "";
|
||||
@SuppressWarnings("unused")
|
||||
private String webStats = "0:15";
|
||||
private int inactiveTime = 1;
|
||||
@SuppressWarnings("unused")
|
||||
private String osVersion = "7.0.3";
|
||||
@SuppressWarnings("unused")
|
||||
private String productType = "iPhone6,1";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user