diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-05-24 22:57:13 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-07-04 23:18:45 -0700 |
commit | 6eb99ceb647cf35c39dc97292f00040fbb821170 (patch) | |
tree | 1db97cb18370f6b25902bb06b2e01a74aae169e2 /htdocs/nfc/index.html | |
parent | f9e5259d74c8cf521921a96377c64691b5b3c3ae (diff) |
binding: nfc: new initial binding
Slight rewrite to use libnfc initially for getting tag uid's for
user settings.
Bug-AGL: SPEC-1554
Change-Id: I7b8c30102b82e86a92c89909bcbfba9ab7164c1f
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'htdocs/nfc/index.html')
-rw-r--r-- | htdocs/nfc/index.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/htdocs/nfc/index.html b/htdocs/nfc/index.html deleted file mode 100644 index c7c049e..0000000 --- a/htdocs/nfc/index.html +++ /dev/null @@ -1,25 +0,0 @@ -<!doctype html> -<html> - <head> - <title>agl-service-nfc</title> - <meta charset="UTF-8"> - <script type="text/javascript" src="AFB-websock.js"></script> - <script type="text/javascript" src="nfc-binding.js"></script> - <link rel="stylesheet" type="text/css" href="binding-debug.css" /> - </head> - - <body onload="init();" id="app-body"> - <div id="debug-panel-container"></div> - <h1>agl-service-nfc</h1> - <p> - <ul> - <li><button onclick="subscribe();">Subscribe</button></li> - <li><button onclick="unsubscribe();">Unsubscribe</button></li> - <li><button onclick="list_devices();">list-devices</button></li> - <li><button onclick="list_devices_capabilities();">list-device-capabilities</button></li> - <li><button onclick="start_polling();">start-polling</button></li> - <li><button onclick="stop_polling();">stop-polling</button></li> - </ul> - </p> - </body> -</html> |