Mercurial > code > home > repos > homeauto
comparison service/arduinoNode/static/index.html @ 218:f8ffb9d8d982
multi-boards on one service, new devices, devices return their current
Ignore-this: e214852bca67519e79f9ddb3644576e1
values in the graph, jsonld support, multiple temp sensors on OW bus
author | drewp@bigasterisk.com |
---|---|
date | Sun, 03 Jan 2016 02:29:14 -0800 |
parents | 06795f84fe29 |
children | e606f1d89d89 |
comparison
equal
deleted
inserted
replaced
217:163cfa384372 | 218:f8ffb9d8d982 |
---|---|
27 <script> | 27 <script> |
28 window.NS = { | 28 window.NS = { |
29 dev: 'http://projects.bigasterisk.com/device/', | 29 dev: 'http://projects.bigasterisk.com/device/', |
30 room: 'http://projects.bigasterisk.com/room/', | 30 room: 'http://projects.bigasterisk.com/room/', |
31 rdfs: 'http://www.w3.org/2000/01/rdf-schema#', | 31 rdfs: 'http://www.w3.org/2000/01/rdf-schema#', |
32 sensor: 'http://bigasterisk.com/homeauto/sensor/' | 32 sensor: 'http://bigasterisk.com/homeauto/sensor/', |
33 b0: 'http://bigasterisk.com/homeauto/board0/', | |
33 }; | 34 }; |
34 </script> | 35 </script> |
35 | 36 |
36 <dom-module id="linked-uri"> | 37 <dom-module id="linked-uri"> |
37 <template> | 38 <template> |