UNPKG

@tfaster/node-stiebel-isg-parser

Version:

Parser for the Stiebel Eltron ISG web interface written in typescript

4 lines (3 loc) 270 B
import { StiebelIsgSystemInfo, StiebelIsgVentilationStages } from './StiebelIsgParserTypes'; export declare function parseVentilationStages(rawData: string): StiebelIsgVentilationStages; export declare function parseSystemInfo(rawData: string): StiebelIsgSystemInfo;