UNPKG

tibber-api

Version:

Node.js module for connecting to Tibber API and extract data from your connected homes, including realtime data from Tibber Pulse.

9 lines (8 loc) 198 B
import { AppScreen } from './enums/AppScreen'; export interface ISendPushNotificationPayload { input: { title: string; message: string; screenToOpen: AppScreen; }; }