1
0
Fork 0
mirror of https://github.com/HackHerz/pusher synced 2026-01-26 00:00:20 +00:00

Updated README

This commit is contained in:
Daniel Stein 2014-09-11 17:58:50 +02:00
parent 15bfe96264
commit 4e2e035c4c
2 changed files with 38 additions and 5 deletions

View file

@ -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;