UNPKG

homebridge-nordpool-baltics

Version:

Plugin exposes virtual accessories (switch, light, presence, temperature) and enables HomeKit automation by Nordpool electricity price in Lithuania, Latvia, Estonia, Sweden, Norway, Denmark.

17 lines 507 B
import { Logger, PlatformConfig } from 'homebridge'; export declare function spothinta_getNordpoolData(log: Logger, config: PlatformConfig): Promise<{ day: string; hour: number; price: number; }[] | null>; export declare function spothinta_convertDataStructure(data: { Rank: number; DateTime: string; PriceNoTax: number; PriceWithTax: number; }[], config: PlatformConfig): { day: string; hour: number; price: number; }[]; //# sourceMappingURL=funcs_SpotHinta.d.ts.map