UNPKG

@tfaster/node-stiebel-isg-parser

Version:

Parser for the Stiebel Eltron ISG web interface written in typescript

6 lines (5 loc) 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var StiebelIsgParser_1 = require("./StiebelIsgParser"); exports.parseSystemInfo = StiebelIsgParser_1.parseSystemInfo; exports.parseVentilationStages = StiebelIsgParser_1.parseVentilationStages;