Release v1.5.2

* Additional filters for invalid frames
* Added tilt calibration for integrated tilt blinds
This commit is contained in:
Robert Strouse 2023-05-07 12:08:39 -07:00
parent e8296d3782
commit 156bdee0a5
6 changed files with 11 additions and 6 deletions

View file

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