UNPKG

node-enocean-ts

Version:

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

10 lines (9 loc) 179 B
export default function (eep: any, data: any): ({ type: string; unit: string; value: number; } | { type: string; unit: string; value: string; })[] | null;