Michael Zanetti 5ccc29a205 New Plugin: PushNotifications
This plugin allows to send push notifications to nymea:app without the need to
go through nymea:cloud.

This is useful for users that prefer to not have a cloud account at all and
improves privacy and server costs as it cuts out one server hop of the messages.
2020-12-13 00:04:47 +01:00

14 lines
222 B
Prolog

include(../plugins.pri)
TARGET = $$qtLibraryTarget(nymea_integrationpluginpushnotifications)
QT+= network
SOURCES += \
integrationpluginpushnotifications.cpp
HEADERS += \
integrationpluginpushnotifications.h