UNPKG

myenergi-api

Version:

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

5 lines (4 loc) 105 B
import { KeyValue } from './KeyValue'; export interface AppKeyValues { [name: string]: KeyValue[]; }