Update DreamcamModel.java
This commit is contained in:
parent
8e3f28f737
commit
2b14302427
|
@ -34,7 +34,7 @@ public class DreamcamModel extends AbstractModel {
|
||||||
private static final String API_URL = "https://bss.dreamcamtrue.com";
|
private static final String API_URL = "https://bss.dreamcamtrue.com";
|
||||||
private int[] resolution = new int[2];
|
private int[] resolution = new int[2];
|
||||||
private JSONObject modelInfo;
|
private JSONObject modelInfo;
|
||||||
// private boolean VRMode = false;
|
private boolean VRMode = false;
|
||||||
|
|
||||||
private transient Instant lastInfoRequest = Instant.EPOCH;
|
private transient Instant lastInfoRequest = Instant.EPOCH;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue