30 #include <ArduinoJson.h>
38 int send(String to, String message, String attachment = (
const char*) 0);
Definition: VirtualShield.h:50
VirtualShield & shield
Definition: Sensor.h:55
void onJsonReceived(JsonObject &root, ShieldEvent *shieldEvent) override
Event called when a valid json message was received. Consumes the proper values for this sensor...
Definition: Sms.cpp:61
int send(String to, String message, String attachment=(const char *) 0)
Initiates an SMS to the specified number.
Definition: Sms.cpp:50
Definition: ShieldEvent.h:35
Sms(const VirtualShield &shield)
Initializes a new instance of the Sms class.
Definition: Sms.cpp:40