tibber-api
Version:
Node.js module for connecting to Tibber API and extract data from your connected homes, including realtime data from Tibber Pulse.
12 lines • 363 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.gqlSendPushNotification = void 0;
exports.gqlSendPushNotification = `
mutation sendPushNotification($input: PushNotificationInput!) {
sendPushNotification(input: $input) {
successful
pushedToNumberOfDevices
}
}
`;
//# sourceMappingURL=sendPushNotification.gql.js.map
;