mirror of
https://github.com/HackHerz/pusher
synced 2026-01-26 00:00:20 +00:00
Updated README
This commit is contained in:
parent
15bfe96264
commit
4e2e035c4c
2 changed files with 38 additions and 5 deletions
|
|
@ -205,7 +205,7 @@ void PushHandler::sendToDevice(int id, string message)
|
|||
boost::property_tree::read_json(jsonData, pt);
|
||||
|
||||
|
||||
switch(pt.get<int>("id"))
|
||||
switch(pt.get<int>("code"))
|
||||
{
|
||||
case 0: //return 0;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue