UNPKG

node-red-contrib-victron-ble

Version:

node-red node to parse Instant Readout advertisement data from Victron BLE devices

8 lines (7 loc) 271 B
export interface ProductMapping { id: number; name: string; } export declare function loadProductMappings(): ProductMapping[]; export declare function getProductName(modelId: number): string | null; export declare function getProductMappings(): ProductMapping[];