Coding for sun and wind flag processing v1.7.0

* Added MQTT control for sunFlag and tiltTarget.
* Move my position if it is set per sun sensor instructions.
* Add sun/wind states to persistence.
* Bump restore file version
This commit is contained in:
Robert Strouse 2023-06-04 13:04:57 -07:00
parent 883dd63d3f
commit 2ecc0de36e
8 changed files with 21 additions and 8 deletions

View file

@ -1 +1 @@
1.6.2
1.7.0

View file

@ -3,10 +3,10 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<link rel="stylesheet" href="main.css?v=1.6.2" type="text/css" />
<link rel="stylesheet" href="icons.css?v=1.6.2" type="text/css" />
<link rel="stylesheet" href="main.css?v=1.7.0" type="text/css" />
<link rel="stylesheet" href="icons.css?v=1.7.0" type="text/css" />
<link rel="icon" type="image/png" href="favicon.png" />
<script type="text/javascript" src="index.js?v=1.6.2"></script>
<script type="text/javascript" src="index.js?v=1.7.0"></script>
</head>
<body>
<div id="divContainer" class="container" style="user-select:none;position:relative;border-radius:27px;">

View file

@ -378,7 +378,7 @@ async function reopenSocket() {
await initSockets();
}
class General {
appVersion = 'v1.6.2';
appVersion = 'v1.7.0';
reloadApp = false;
async init() {
this.setAppVersion();