UNPKG

node-enocean-ts

Version:

Typescript full implementation of the enocean protocol (ESP3 + EEP2.6)

5 lines (4 loc) 178 B
import eepa50601 from "./eep/eep-a5-06-01"; import eepd1ff00 from "./eep/eep-d1-ff-00"; declare const _default: (typeof eepa50601 | typeof eepd1ff00)[]; export default _default;