[miio] fix Error parsing miot data null for new miot devices (#11658)
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
This commit is contained in:
parent
0adacaf596
commit
497cffb084
@ -63,7 +63,7 @@ import com.google.gson.JsonParser;
|
|||||||
public class MiotParser {
|
public class MiotParser {
|
||||||
private final Logger logger = LoggerFactory.getLogger(MiotParser.class);
|
private final Logger logger = LoggerFactory.getLogger(MiotParser.class);
|
||||||
|
|
||||||
private static final String BASEURL = "http://miot-spec.org/miot-spec-v2/";
|
private static final String BASEURL = "https://miot-spec.org/miot-spec-v2/";
|
||||||
private static final Gson GSON = new GsonBuilder().setPrettyPrinting().create();
|
private static final Gson GSON = new GsonBuilder().setPrettyPrinting().create();
|
||||||
private static final boolean SKIP_SIID_1 = true;
|
private static final boolean SKIP_SIID_1 = true;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user