Skip to content

Commit

Permalink
[icloud] Fixes COMMUNICATION_ERROR iCloud response invalid: null (Jul…
Browse files Browse the repository at this point in the history
…y 2022) (openhab#13117)

Signed-off-by: Andras Uhrin <[email protected]>
  • Loading branch information
peteraquino authored and andrasU committed Nov 12, 2022
1 parent 1744f1f commit 70c4e54
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ public static class ClientContext {
@SuppressWarnings("unused")
private int inactiveTime = 1;
@SuppressWarnings("unused")
private String osVersion = "7.0.3";
private String osVersion = "14.0";
@SuppressWarnings("unused")
private String productType = "iPhone6,1";
private String productType = "iPhone14,2";

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

0 comments on commit 70c4e54

Please sign in to comment.