Torc
0.1
|
#include "torclogging.h"
#include "torchttprequest.h"
#include "torcnetwork.h"
#include "torcthingspeaknotifier.h"
Go to the source code of this file.
Classes | |
class | TorcThingSpeakNotifierFactory |
Macros | |
#define | THINGSPEAK_UPDATE_URL QStringLiteral("https://api.thingspeak.com/update") |
#define | THINGSPEAK_MAX_ERRORS 5 |
#define | THINGSPEAK_MAX_FIELDS 8 |
Variables | |
TorcThingSpeakNotifierFactory | TorcThingSpeakNotifierFactory |
#define THINGSPEAK_MAX_ERRORS 5 |
Definition at line 30 of file torcthingspeaknotifier.cpp.
#define THINGSPEAK_MAX_FIELDS 8 |
Definition at line 31 of file torcthingspeaknotifier.cpp.
#define THINGSPEAK_UPDATE_URL QStringLiteral("https://api.thingspeak.com/update") |
Definition at line 29 of file torcthingspeaknotifier.cpp.