From 60d7c29357435918e04d82436fd64c4212934ed1 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Fri, 4 Apr 2014 16:05:37 +0200 Subject: [PATCH] put cardnumber from SmartX into content --- scripts/RFID-JSONP-server.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/RFID-JSONP-server.pl b/scripts/RFID-JSONP-server.pl index 5baff85..974a316 100755 --- a/scripts/RFID-JSONP-server.pl +++ b/scripts/RFID-JSONP-server.pl @@ -141,6 +141,7 @@ sub http_server { warn "ERROR ", dump($borrower); } else { $hash->{borrower} = $borrower->{borrower}; + $hash->{content} = $borrower->{borrower}->{cardnumber}; # compatibile with 3M tags } } else { $hash->{security} = uc unpack 'H*', $rfid->afi( $tag ); -- 2.20.1