ESP3D  3.0
Firmware for ESP boards connected to 3D Printer
notifications_service.cpp File Reference
Include dependency graph for notifications_service.cpp:

Go to the source code of this file.

Macros

#define PUSHOVERTIMEOUT   5000
 
#define PUSHOVERSERVER   "api.pushover.net"
 
#define PUSHOVERPORT   443
 
#define LINETIMEOUT   5000
 
#define LINESERVER   "notify-api.line.me"
 
#define LINEPORT   443
 
#define EMAILTIMEOUT   5000
 

Functions

bool Wait4Answer (TSecureClient &client, const char *linetrigger, const char *expected_answer, uint32_t timeout)
 

Variables

NotificationsService notificationsservice
 

Macro Definition Documentation

◆ EMAILTIMEOUT

#define EMAILTIMEOUT   5000

Definition at line 65 of file notifications_service.cpp.

◆ LINEPORT

#define LINEPORT   443

Definition at line 63 of file notifications_service.cpp.

◆ LINESERVER

#define LINESERVER   "notify-api.line.me"

Definition at line 62 of file notifications_service.cpp.

◆ LINETIMEOUT

#define LINETIMEOUT   5000

Definition at line 61 of file notifications_service.cpp.

◆ PUSHOVERPORT

#define PUSHOVERPORT   443

Definition at line 59 of file notifications_service.cpp.

◆ PUSHOVERSERVER

#define PUSHOVERSERVER   "api.pushover.net"

Definition at line 58 of file notifications_service.cpp.

◆ PUSHOVERTIMEOUT

#define PUSHOVERTIMEOUT   5000

Definition at line 57 of file notifications_service.cpp.

Function Documentation

◆ Wait4Answer()

bool Wait4Answer ( TSecureClient &  client,
const char *  linetrigger,
const char *  expected_answer,
uint32_t  timeout 
)

Definition at line 69 of file notifications_service.cpp.

Here is the call graph for this function:

Variable Documentation

◆ notificationsservice

NotificationsService notificationsservice

Definition at line 67 of file notifications_service.cpp.