diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -13,6 +13,16 @@ NFC service uses the respective libnfc package to detect the presence of NFC tag ## Events +### libnfc response + | Name | Description | JSON Response | -|--------------------|:-------------------------------------|:------------------------------------------ ----------------------------| +|--------------------|:-------------------------------------|:-----------------------------------------------------------------------| | presence | event that reports NFC tag presence | *Response:* {"status": "detected", "uid": "042eb3628e4981"} | + + +### neard response + +| Name | Description | JSON Response | +|--------------------|:-------------------------------------|:-----------------------------------------------------------------------| +| presence | event that reports NFC tag presence | *Response:* {"status": "detected", | +| | | "record": { "Type": "URI", "URI": "http://www.nfc-forum.com" } } | |