dickydoouk / tp-link-tapo-connect

Unofficial Node.js library for connecting to TP-Link Tapo devices. Currently limited to the P100 & P105 smart plugs and L510E smart bulbs.
115 stars 41 forks source link

Update `local-devices` dependency to `v4.0.0` #32

Closed timrogers closed 2 years ago

timrogers commented 2 years ago

This updates the local-devices package which we depend on to its latest version, v4.0.0. This version includes breaking changes to the function definition, so we also adapt our code to those changes.

dickydoouk commented 2 years ago

Thanks @timrogers for this contribution