mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Publish 2.1.1
This commit is contained in:
parent
5c06f2a6d4
commit
cd24ca3510
6 changed files with 8 additions and 7 deletions
|
|
@ -1 +1 @@
|
|||
2.1.0
|
||||
2.1.1
|
||||
|
|
@ -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.1.0" type="text/css" />
|
||||
<link rel="stylesheet" href="widgets.css?v=2.1.0" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=2.1.0" type="text/css" />
|
||||
<link rel="stylesheet" href="main.css?v=2.1.1" type="text/css" />
|
||||
<link rel="stylesheet" href="widgets.css?v=2.1.1" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=2.1.1" type="text/css" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
<script type="text/javascript" src="index.js?v=2.1.0"></script>
|
||||
<script type="text/javascript" src="index.js?v=2.1.1"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="divContainer" class="container main" data-auth="false">
|
||||
|
|
|
|||
|
|
@ -1197,7 +1197,7 @@ var security = new Security();
|
|||
|
||||
class General {
|
||||
initialized = false;
|
||||
appVersion = 'v2.1.0';
|
||||
appVersion = 'v2.1.1';
|
||||
reloadApp = false;
|
||||
init() {
|
||||
if (this.initialized) return;
|
||||
|
|
@ -3163,6 +3163,7 @@ class Somfy {
|
|||
remoteAddress: remoteAddress
|
||||
};
|
||||
putJSONSync('/unlinkRemote', obj, (err, shade) => {
|
||||
|
||||
console.log(shade);
|
||||
prompt.remove();
|
||||
this.setLinkedRemotesList(shade);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue