Mercurial > code > home > repos > homeauto
comparison service/rdf_to_mqtt/index.html @ 739:03bad43bbcb3
more renaming, build updates
Ignore-this: 94a0df55a1d8a74d90ec84bb7351d3ef
author | drewp@bigasterisk.com |
---|---|
date | Mon, 10 Feb 2020 23:56:42 -0800 |
parents | fdddbdaf07b5 |
children | 1f8abec7f687 |
comparison
equal
deleted
inserted
replaced
738:4167101b816f | 739:03bad43bbcb3 |
---|---|
1 <!doctype html> | 1 <!doctype html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>mqtt_graph_bridge</title> | 4 <title>rdf_to_mqtt</title> |
5 <meta charset="utf-8"> | 5 <meta charset="utf-8"> |
6 <script src="/lib/polymer/1.0.9/webcomponentsjs/webcomponents.min.js"></script> | 6 <script src="/lib/polymer/1.0.9/webcomponentsjs/webcomponents.min.js"></script> |
7 <script src="/lib/require/require-2.3.3.js"></script> | 7 <script src="/lib/require/require-2.3.3.js"></script> |
8 <script src="/rdf/common_paths_and_ns.js"></script> | 8 <script src="/rdf/common_paths_and_ns.js"></script> |
9 | 9 |
10 <link rel="stylesheet" href="/rdf/browse/style.css"> | 10 <link rel="stylesheet" href="/rdf/browse/style.css"> |
11 | 11 |
12 </head> | 12 </head> |
13 <body class="rdfBrowsePage"> | 13 <body class="rdfBrowsePage"> |
14 mqtt_graph_bridge | 14 rdf_to_mqtt |
15 | 15 |
16 | 16 |
17 <p>Send demo statements to bridge:</p> | 17 <p>Send demo statements to bridge:</p> |
18 <div><button data-post="output?s=:kitchenLight&p=:brightness" data-body="0.0">Send (:kitchenLight :brightness 0.0)</button></div> | 18 <div><button data-post="output?s=:kitchenLight&p=:brightness" data-body="0.0">Send (:kitchenLight :brightness 0.0)</button></div> |
19 <div><button data-post="output?s=:kitchenLight&p=:brightness" data-body="1.0">Send (:kitchenLight :brightness 1.0)</button></div> | 19 <div><button data-post="output?s=:kitchenLight&p=:brightness" data-body="1.0">Send (:kitchenLight :brightness 1.0)</button></div> |