ruudverheijden / node-p1-reader

Node.js package for reading and parsing data from the P1 port of a Dutch or Belgian Smart Meter.
MIT License
25 stars 25 forks source link

emit raw data #3

Closed timoline closed 7 years ago

timoline commented 7 years ago

Is it possible you add the possibility to get the raw data?

constructor.emit('raw', Packet);

ruudverheijden commented 7 years ago

Sure! I'm quite busy next few days so I will have time end of the week to fix it. Or you can send me a pull request ;)

ruudverheijden commented 7 years ago

The feature has been added in version 1.4.0, which is now released.

timoline commented 7 years ago

great thx