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.
Supports
- Alexa
- Google Home
- SmartThings
- SinricPro Portal
- SinricPro App
Alexa
Not Supported
Google Home
Not Supported
This document is open source. See a typo? Please create an issue