mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 11:02:12 +01:00
Set checksum for RTV prog command
This commit is contained in:
parent
fe2f50ab9f
commit
0314760bec
6 changed files with 3 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
#ifndef configsettings_h
|
#ifndef configsettings_h
|
||||||
#define configsettings_h
|
#define configsettings_h
|
||||||
|
|
||||||
#define FW_VERSION "v2.1.3"
|
#define FW_VERSION "v2.1.4"
|
||||||
enum DeviceStatus {
|
enum DeviceStatus {
|
||||||
DS_OK = 0,
|
DS_OK = 0,
|
||||||
DS_ERROR = 1,
|
DS_ERROR = 1,
|
||||||
|
|
|
||||||
|
|
@ -339,7 +339,6 @@ void somfy_frame_t::encodeFrame(byte *frame) {
|
||||||
break;
|
break;
|
||||||
case somfy_commands::Prog:
|
case somfy_commands::Prog:
|
||||||
frame[0] = 156;
|
frame[0] = 156;
|
||||||
frame[1] = 0xFD;
|
|
||||||
break;
|
break;
|
||||||
case somfy_commands::SunFlag:
|
case somfy_commands::SunFlag:
|
||||||
frame[0] = 157;
|
frame[0] = 157;
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
2.1.3
|
2.1.4
|
||||||
|
|
@ -1197,7 +1197,7 @@ var security = new Security();
|
||||||
|
|
||||||
class General {
|
class General {
|
||||||
initialized = false;
|
initialized = false;
|
||||||
appVersion = 'v2.1.3';
|
appVersion = 'v2.1.4';
|
||||||
reloadApp = false;
|
reloadApp = false;
|
||||||
init() {
|
init() {
|
||||||
if (this.initialized) return;
|
if (this.initialized) return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue