mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
[icloud] Fixes COMMUNICATION_ERROR iCloud response invalid: null (July 2022) (#13117)
This commit is contained in:
parent
94615b7728
commit
c780d7598a
@ -49,9 +49,9 @@ public class ICloudAccountDataRequest {
|
||||
@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
|
||||
|
Loading…
Reference in New Issue
Block a user