tagyoureit / nodejs-Pentair

An application to read/write to Pentair pool controllers.
14 stars 6 forks source link

Remove 'fs' and 'http' dependencies #4

Closed pdehaan closed 8 years ago

pdehaan commented 8 years ago

Ref: http://npm.im/fs

Not sure you need http dependency either: https://www.npmjs.com/package/http You're probably using the built-in http Node.js dependency: https://nodejs.org/api/http.html

tagyoureit commented 8 years ago

Thanks, I didn't know that these were included in NodeJS. I might add back the native fs functionality to store preferences (1. logging levels, possibly and 2. which "features" should really be assigned to the pool or spa areas. This info is only stored in the ScreenLogic controller.) But for now, yes, they can both be removed.