UNPKG

myenergi-api

Version:

NodeJS implementation of MyEnergi API for controlling Zappi, Eddi and other MyEnergi products

5 lines (4 loc) 64 B
export interface KeyValue { key: string; val: string; }