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>
  • Loading branch information
marcelrv authored and andan67 committed Nov 5, 2022
1 parent bb5d58a commit f6b32eb
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 f6b32eb

Please sign in to comment.