cleaned code, as per inputs from cjkas

This commit is contained in:
Shailen Sobhee 2026-04-11 12:08:55 +02:00
commit 174f9a2287
5 changed files with 37 additions and 30 deletions

View file

@ -1 +1 @@
3.0.10
3.0.11

View file

@ -8,9 +8,9 @@
<meta name="apple-mobile-web-app-title" content="ESPSomfy RTS App">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="stylesheet" href="main.css?v=3.0.10c" type="text/css" />
<link rel="stylesheet" href="widgets.css?v=3.0.10c" type="text/css" />
<link rel="stylesheet" href="icons.css?v=3.0.10c" type="text/css" />
<link rel="stylesheet" href="main.css?v=3.0.11c" type="text/css" />
<link rel="stylesheet" href="widgets.css?v=3.0.11c" type="text/css" />
<link rel="stylesheet" href="icons.css?v=3.0.11c" type="text/css" />
<link rel="icon" type="image/png" href="favicon.png" />
<!-- iPad retina icon -->
@ -114,7 +114,7 @@
rel="apple-touch-startup-image">
<script type="text/javascript" src="index.js?v=3.0.10c"></script>
<script type="text/javascript" src="index.js?v=3.0.11c"></script>
</head>
<body>
<div id="divContainer" class="container main" data-auth="false">

View file

@ -1,4 +1,8 @@
//var hst = '192.168.1.208';
/**
* hst is a development convenience variable: it's a hardcoded IP address used when the HTML file is opened directly
* from the filesystem (i.e., file:// protocol) rather than served from the ESP32.
* Adapt the IP accordingly based on your router configuration.
**/
var hst = '192.168.178.20';
var _rooms = [{ roomId: 0, name: 'Home' }];