aarons22 / homebridge-bond

Homebridge plugin for Bond
MIT License
63 stars 31 forks source link

Ignore double underscore properties #216

Closed diffness closed 2 years ago

diffness commented 2 years ago

Fix #213 by ignoring __ items in getDeviceIds and getCommandIds.

aarons22 commented 2 years ago

Thanks @diffness! I think the npm tests are failing for the repo because of an outdated package. I'll have to get that fixed first before this gets merged

diffness commented 2 years ago

Thanks @aarons22! Let me know if you need anything more from me.

FYI, I've updated the PR to filter out any "all underscore" property, just in case they decide to add ___ in the future. :smile: