homebridge-nordpool-baltics
Version:
Plugin exposes virtual accessories (switch, light, presence, temperature) and enables HomeKit automation by Nordpool electricity price in Lithuania, Latvia, Estonia, Finland, Sweden, Norway, Denmark, Germany, Luxembourg, Austria.
10 lines • 503 B
TypeScript
/// <reference types="node" />
/**
* Jest setup: write console.log directly to stdout so Jest's console interceptor
* does not annotate every log line with "at Object.<anonymous> (...)" source info.
*/
declare const write: {
(buffer: string | Uint8Array, cb?: ((err?: Error | undefined) => void) | undefined): boolean;
(str: string | Uint8Array, encoding?: BufferEncoding | undefined, cb?: ((err?: Error | undefined) => void) | undefined): boolean;
};
//# sourceMappingURL=jest.setup.d.ts.map