Mercurial > code > home > repos > homeauto
view service/wifi/index.html @ 1754:92999dfbf321 default tip
add shelly support
author | drewp@bigasterisk.com |
---|---|
date | Tue, 04 Jun 2024 13:03:43 -0700 |
parents | b267511ec4fc |
children |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <title>wifi</title> <meta charset="utf-8" /> <script src="/lib/webcomponents/2.4.0/webcomponents-bundle.js"></script> <script src="/rdf/common_paths_and_ns.js?v3"></script> <script type="module" src="build/bundle.js"></script> </head> <link rel="stylesheet" href="/rdf/streamed-graph.css" /> <body class="rdfBrowsePage"> <dom-bind> <template> <style> body { background: #3a3a3a; } #subjectRequest { width: 50em; } </style> <streamed-graph url="/sse_collector/graph/network" static="['demo.n3']" graph="{{graph}}" ></streamed-graph> <wifi-display></wifi-display> </template> </dom-bind> <form method="POST" action="remoteSuspend"> <button>Suspend windows/VR machine</button> </form> <!-- also put wakeonlan actions down here --> </body> </html>