Push Notification Capability

The Push Notification capability in SinricPro device templates gives you the capability to send a push notification message from your device.

Please make sure

   
SinricProSwitch& mySwitch = SinricPro[SWITCH_ID];
String notification = "Hello SinricPro";
bool success = mySwitch.sendPushNotification(notification);

In order to work this correctly, you must enable Alerts from Notifications in device settings.

Sinric Pro Device Template Setting capabilities

Documentation

Supports

Alexa

Not Supported

Google Home

Not Supported

This document is open source. See a typo? Please create an issue