File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,11 @@ Example 1
119119 SinricPro[" YOUR-DOORBELL-ID-HERE" ].as<SinricProDoorbell>().sendDoorbellEvent();
120120```
121121
122+ ## How to send a push notification?
123+ ``` C++
124+ SinricProSwitch& mySwitch = SinricPro[SWITCH_ID];
125+ mySwitch.sendPushNotification(" Hello SinricPro!" );
126+ ```
122127
123128---
124129
Original file line number Diff line number Diff line change 11# Changelog
2+
3+ ## Version 2.10.0
4+ - Feature: Push Notification.
5+
26## Version 2.9.17
37- Fixed: Case sensivitiy include [ #251 ] ( https://github.com/sinricpro/esp8266-esp32-sdk/issues/251 )
48- Fixed: platformio.ini example [ #252 ] ( https://github.com/sinricpro/esp8266-esp32-sdk/issues/252 )
Original file line number Diff line number Diff line change 1313 "maintainer" : true
1414 }
1515 ],
16- "version" : " 2.9.17 " ,
16+ "version" : " 2.10.0 " ,
1717 "frameworks" : " arduino" ,
1818 "platforms" : [
1919 " espressif8266" ,
Original file line number Diff line number Diff line change 11name =SinricPro
2- version =2.9.17
2+ version =2.10.0
33author =Boris Jaeger <sivar2311@gmail.com>
44maintainer =Boris Jaeger <sivar2311@gmail.com>
55sentence =Library for https://sinric.pro - simple way to connect your device to alexa
You can’t perform that action at this time.
0 commit comments