Skip to content

Commit a032891

Browse files
committed
v1.0.4
1 parent 47a2951 commit a032891

File tree

3 files changed

+5864
-260
lines changed

3 files changed

+5864
-260
lines changed

lib/switchbot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ class Switchbot {
218218
if (id) {
219219
id = id.toLowerCase().replace(/\:/g, '');
220220
ad_id = ad.address.toLowerCase().replace(/[^a-z0-9]/g, '');
221-
if (ad_id !== id) {
221+
if (ad_id !== id) {
222222
return false;
223223
}
224224
}

0 commit comments

Comments
 (0)