morzzz007 / node-tradfri

Node API to control IKEA Tradfri Lights
MIT License
49 stars 17 forks source link

Misspelling of lodash/isUndefined #1

Closed selstam closed 7 years ago

selstam commented 7 years ago

Hi!

Had to change the ... const isUndefined = require('lodash/isundefined'); ... lines to "lodash/isUndefined" to make this work for me.

Also the coap client can be downloaded from https://libcoap.net/files/ if you don't want to build them yourself.

Anyway, great work! Thank you! :)

morzzz007 commented 7 years ago

Nice catch, thank you for your pull request :) I plan to add more functionality and unit tests this week. I'll check out the downloadable client if it has tinydtls built in and I'll add it to the documentation.