annotate service/shuttlepro/index.html @ 1754:92999dfbf321 default tip

add shelly support
author drewp@bigasterisk.com
date Tue, 04 Jun 2024 13:03:43 -0700
parents 57ae7dc0f417
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
130
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
1 <!DOCTYPE html>
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
2 <html>
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
3 <head>
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
4 <meta charset="utf8">
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
5 <style>
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
6 pre {
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
7 font-family: sans-serif;
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
8 font-size: 75%;
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
9 }
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
10 </style>
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
11 </head>
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
12 <body>
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
13 <h1>shuttlepro</h1>
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
14
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
15 <div class="connectionDiagram"><a href="#">host slash</a> → <a href="#">shuttlepro in living room</a></div>
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
16
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
17 <p>pics</p>
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
18
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
19 <section>
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
20 <h2>Current state</h2>
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
21 <pre data-bind="text: current"></pre>
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
22 <button data-bind="click: refreshGraph">Refresh</button>
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
23 </section>
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
24 <script src="//bigasterisk.com/lib/jquery-2.0.3.min.js"></script>
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
25 <script src="//bigasterisk.com/lib/knockout-2.3.0.js"></script>
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
26 <script src="gui.js"></script>
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
27
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
28 </body>
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
29 </html>
57ae7dc0f417 new shuttlepro web service with /graph
drewp@bigasterisk.com
parents:
diff changeset
30