UNPKG

eep-packet

Version:

Parses an EnOcean Serial Protocol 3 buffer to an EEP packet.

8 lines (5 loc) 167 B
const EEPs = []; EEPs['a502'] = require('./a5-02-xx'); EEPs['d50001'] = require('./d5-00-01'); EEPs['f60203'] = require('./f6-02-03'); module.exports = EEPs;