Update DreamcamModel.java

This commit is contained in:
Jafea7 2025-04-26 20:18:41 +10:00
parent 8e3f28f737
commit 2b14302427
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class DreamcamModel extends AbstractModel {
private static final String API_URL = "https://bss.dreamcamtrue.com";
private int[] resolution = new int[2];
private JSONObject modelInfo;
// private boolean VRMode = false;
private boolean VRMode = false;
private transient Instant lastInfoRequest = Instant.EPOCH;