soef / ioBroker.lightify

OSRAM Lightify Adapter for ioBroker
MIT License
4 stars 4 forks source link

Update adapter in Repo ?! #12

Closed Apollon77 closed 7 years ago

Apollon77 commented 7 years ago

Hey,

Repo still has 0.0.28, NPM is at 0.2.7

GermanBluefox commented 7 years ago

No.

With soef@0.4.x I get always following error:

D:\pWork\node_modules\iobroker.lightify\node_modules\soef\soef.js:1322
    fns.adapter = fns.adapter(options);
                      ^

TypeError: fns.adapter is not a function
GermanBluefox commented 7 years ago

@soef Can you check it?

Apollon77 commented 7 years ago

Saw that in Travis-CI too ... tests failing because of this

soef commented 7 years ago

Hi, i have fixed the problem in version 0.2.10 (soef 0.4.6). Older versions of utils.js returns Adapter, newer versions Adapter with a capital A letter.