Skip to content

Commit

Permalink
fixed: iCloud response invalid: null (openhab#10710)
Browse files Browse the repository at this point in the history
changed: appVersion from 2.0 to 3.0
added: missing productType

Signed-off-by: Tom Blum <[email protected]>
Signed-off-by: Bo Biene <[email protected]>
  • Loading branch information
Trinitus01 authored and BoBiene committed May 23, 2021
1 parent 774c845 commit 19e7391
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static class ClientContext {
@SuppressWarnings("unused")
private boolean fmly = true;
@SuppressWarnings("unused")
private String appVersion = "2.0";
private String appVersion = "3.0";
@SuppressWarnings("unused")
private String timezone = "US/Eastern";
@SuppressWarnings("unused")
Expand All @@ -48,6 +48,8 @@ public static class ClientContext {
private String apiVersion = "3.0";
@SuppressWarnings("unused")
private String webStats = "0:15";
@SuppressWarnings("unused")
private String productType = "iPhone6,1";

private ClientContext() {
// empty to hide constructor
Expand Down

0 comments on commit 19e7391

Please sign in to comment.