Mercurial > code > home > repos > homeauto
view service/rdf_from_mqtt/index.html @ 718:edc14422f128
add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
Ignore-this: 11b16f06340adc7228930f3774323d1a
author | drewp@bigasterisk.com |
---|---|
date | Tue, 04 Feb 2020 23:33:21 -0800 |
parents | |
children |
line wrap: on
line source
<!doctype html> <html> <head> <title>rdf_from_mqtt</title> <meta charset="utf-8"> <script src="/lib/polymer/1.0.9/webcomponentsjs/webcomponents.min.js"></script> <script src="/lib/require/require-2.3.3.js"></script> <script src="/rdf/common_paths_and_ns.js"></script> <link rel="stylesheet" href="/rdf/browse/style.css"> <link rel="import" href="/rdf/streamed-graph.html"> <link rel="import" href="/lib/polymer/1.0.9/polymer/polymer.html"> <meta name="mobile-web-app-capable" content="yes"> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body class="rdfBrowsePage"> <template id="t" is="dom-bind"> <streamed-graph url="mqtt/events" graph="{{graph}}"></streamed-graph> <div id="out"></div> <script type="module" src="/rdf/streamed_graph_view.js"></script> </template> <div class="served-resources"> <a href="stats/">/stats/</a> <a href="mqtt">/mqtt</a> <a href="mqtt/events">/mqtt/events</a> </div> </body> </html>