Mercurial > code > home > repos > homeauto
view service/mqtt_to_rdf/index.html @ 1562:c2ed44ed1e3c dependabot/pip/service/collector/twisted-19.7.0
Bump twisted from 19.2.0 to 19.7.0 in /service/collector
Bumps [twisted](https://github.com/twisted/twisted) from 19.2.0 to 19.7.0.
- [Release notes](https://github.com/twisted/twisted/releases)
- [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst)
- [Commits](https://github.com/twisted/twisted/compare/twisted-19.2.0...twisted-19.7.0)
Signed-off-by: dependabot[bot] <support@github.com>
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
---|---|
date | Fri, 14 Feb 2020 10:01:26 +0000 |
parents | a598d2141587 |
children |
line wrap: on
line source
<!doctype html> <html> <head> <title>mqtt_to_rdf</title> <meta charset="utf-8"> <script type="module" src="./build/bundle.js"></script> <meta name="mobile-web-app-capable" content="yes"> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body class="rdfBrowsePage"> <mqtt-to-rdf-page></mqtt-to-rdf-page> <!-- <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>