RafaelKa / node-serialport-enocean-parser

ESP3 parser for nodes serialport
Do What The F*ck You Want To Public License
6 stars 2 forks source link

add ESP3 Packet Type classes #32

Closed Holger-Will closed 6 years ago

Holger-Will commented 6 years ago

this will fix #17

Holger-Will commented 6 years ago

what do you think?

Holger-Will commented 6 years ago

when we switch to standard js styling, it will complain about SMART_ACK_COMMAND not beeing in camel case... so SmartAckCommand is standard js compliant.

Holger-Will commented 6 years ago

I have implemented all ERP3 Packet Types now. I would really like to check this in.

Holger-Will commented 6 years ago

If you are ok with the decoupling, merge #25 not this PR