mirror of https://github.com/lumapu/ahoy.git
Browse Source
reduced maximum allowed JSON size for API to 6000Bytes #660 small fix: output command at `prepareDevInformCmd` #692 improved inverter handling for MQTT #671pull/729/head
lumapu
2 years ago
21 changed files with 278 additions and 376 deletions
@ -0,0 +1,16 @@ |
|||
<div id="footer"> |
|||
<div class="left"> |
|||
<a href="https://ahoydtu.de" target="_blank">AhoyDTU © 2023</a> |
|||
<ul> |
|||
<li><a href="https://discord.gg/WzhxEY62mB" target="_blank">Discord</a></li> |
|||
<li><a href="https://github.com/lumapu/ahoy" target="_blank">Github</a></li> |
|||
</ul> |
|||
</div> |
|||
<div class="right"> |
|||
<ul> |
|||
<li>{#VERSION}</li> |
|||
<li><span id="esp_type"></span></li> |
|||
<li><a href="https://creativecommons.org/licenses/by-nc-sa/3.0/de" target="_blank" >CC BY-NC-SA 3.0</a></li> |
|||
</ul> |
|||
</div> |
|||
</div> |
@ -0,0 +1,3 @@ |
|||
<link rel="stylesheet" type="text/css" href="style.css"/> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|||
<script type="text/javascript" src="api.js"></script> |
@ -0,0 +1,27 @@ |
|||
<div class="topnav"> |
|||
<a href="/" class="title">AhoyDTU</a> |
|||
<a href="javascript:void(0);" class="icon" onclick="topnav()"> |
|||
<span></span> |
|||
<span></span> |
|||
<span></span> |
|||
</a> |
|||
<div id="topnav" class="mobile"> |
|||
<div id="topnav" class="mobile"> |
|||
<a id="nav2" class="hide" href="/live">Live</a> |
|||
<a id="nav3" class="hide" href="/serial">Serial / Control</a> |
|||
<a id="nav4" class="hide" href="/setup">Settings</a> |
|||
<span class="seperator"></span> |
|||
<a id="nav5" class="hide" href="/update">Update</a> |
|||
<a id="nav6" class="hide" href="/system">System</a> |
|||
<span class="seperator"></span> |
|||
<a id="nav7" href="/api" target="_blank">REST API</a> |
|||
<a id="nav8" href="https://ahoydtu.de" target="_blank">Documentation</a> |
|||
<span class="seperator"></span> |
|||
<a id="nav0" class="hide" href="/login">Login</a> |
|||
<a id="nav1" class="hide" href="/logout">Logout</a> |
|||
</div> |
|||
</div> |
|||
<div id="wifiicon" class="info"></div> |
|||
</div> |
|||
|
|||
|
Loading…
Reference in new issue