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.
14 lines
222 B
Prolog
14 lines
222 B
Prolog
include(../plugins.pri)
|
|
|
|
TARGET = $$qtLibraryTarget(nymea_integrationpluginpushnotifications)
|
|
|
|
QT+= network
|
|
|
|
SOURCES += \
|
|
integrationpluginpushnotifications.cpp
|
|
|
|
HEADERS += \
|
|
integrationpluginpushnotifications.h
|
|
|
|
|