mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 19:12:10 +01:00
Add MQTT settings to backup/restore #284
This commit is contained in:
parent
632dd3900b
commit
ea5614c700
12 changed files with 89 additions and 47 deletions
|
|
@ -3,11 +3,11 @@
|
|||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="main.css?v=2.4.0a" type="text/css" />
|
||||
<link rel="stylesheet" href="widgets.css?v=2.4.0a" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=2.4.0a" type="text/css" />
|
||||
<link rel="stylesheet" href="main.css?v=2.4.0c" type="text/css" />
|
||||
<link rel="stylesheet" href="widgets.css?v=2.4.0c" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=2.4.0c" type="text/css" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
<script type="text/javascript" src="index.js?v=2.4.0a"></script>
|
||||
<script type="text/javascript" src="index.js?v=2.4.0c"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="divContainer" class="container main" data-auth="false">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue