Skip to content

Commit

Permalink
[miio] fix Error parsing miot data null for new miot devices (openhab…
Browse files Browse the repository at this point in the history
…#11658)

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
Signed-off-by: Nick Waterton <n.waterton@outlook.com>
  • Loading branch information
marcelrv authored and NickWaterton committed Dec 30, 2021
1 parent bff3312 commit 9bcf7e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
public class MiotParser {
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 boolean SKIP_SIID_1 = true;

Expand Down

0 comments on commit 9bcf7e8

Please sign in to comment.