UNPKG

@hg8496/energyday-creator

Version:

A tool that create proto buffers from GridVis REST API

5 lines (4 loc) 280 B
import { janitza } from "@hg8496/definitions"; import EnergyValueType = janitza.values.EnergyValueType; export declare function mapGridVisToProtoBuffer(value: string): EnergyValueType | null; export declare function mapProtoBufferToGridVis(value: EnergyValueType): string | null;