Skip to content

Commit

Permalink
Merge pull request #4 from ajorg/main
Browse files Browse the repository at this point in the history
Add LYWSD02MMC variant to BLE filter
  • Loading branch information
reillyeon authored Nov 7, 2023
2 parents e68be0f + 0d87ab1 commit 6ffb6d9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions xiaomi-lywsd02-set-time.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<html>
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Xiaomi LYWSD02 Set Time</title>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=2">
</head>
<body>
<button id="set">Set Time</button> <span id="status"></span>
Expand All @@ -13,7 +16,8 @@

const options = {
filters: [
{name: 'LYWSD02'}
{name: 'LYWSD02'},
{name: 'LYWSD02MMC'}
],
optionalServices: [SERVICE_UUID],
};
Expand Down

0 comments on commit 6ffb6d9

Please sign in to comment.