Skip to content

Commit

Permalink
Merge branch 'hotfix/documentation-update'
Browse files Browse the repository at this point in the history
  • Loading branch information
gdespirito committed Apr 27, 2015
2 parents 17395d8 + d3bbc9f commit 31083a0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,6 @@ var server = gps.server(opts,function(device,connection){
return data;
});
device.on("save_ping",function(ping_id, data){
//After the ping is received and saved
});
/******************************
ALARM - When the gps sends and alarm
Expand Down Expand Up @@ -339,7 +335,6 @@ var adapter = function(device){
this.receive_alarm = function(msg_parts){
//@TODO: implement this

//Maybe we can save the gps data too.
//gps_data = msg_parts.data.substr(1);
alarm_code = msg_parts.data.substr(0,1);
alarm = false;
Expand Down

0 comments on commit 31083a0

Please sign in to comment.