UNPKG

node-enocean-ts

Version:

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

6 lines (5 loc) 116 B
export default function (eep: any, data: any): { type: string; unit: string; value: string; }[] | null;