aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/nfc/index.html
blob: 999dc0d16b66de694861021cc946f690bc8409d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!doctype html>
<html>
    <head>
        <title>nfc-binding</title>
        <meta charset="UTF-8">
 
        <!--
        <link rel="stylesheet" type="text/css" href="prettify.css">
        <script type="text/javascript" src="prettify.js"></script>
        -->

        <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>hl-persistence-binding</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>