fix for sieger, typo in devices library - #266

This commit is contained in:
proddy
2019-12-26 17:34:37 +01:00
parent 3002e0dfac
commit f27088c035
2 changed files with 2 additions and 2 deletions

View File

@@ -281,7 +281,7 @@ static const _EMS_Device EMS_Devices[] = {
{165, EMS_DEVICE_TYPE_THERMOSTAT, "RC100/Moduline 1010", EMS_DEVICE_FLAG_RC300 | EMS_DEVICE_FLAG_NO_WRITE}, // 0x18, cannot write
// Sieger
{076, EMS_DEVICE_TYPE_THERMOSTAT, "Sieger ES73", EMS_DEVICE_FLAG_RC35}, // 0x10
{76, EMS_DEVICE_TYPE_THERMOSTAT, "Sieger ES73", EMS_DEVICE_FLAG_RC35}, // 0x10
// Junkers
{105, EMS_DEVICE_TYPE_THERMOSTAT, "Junkers FW100", EMS_DEVICE_FLAG_JUNKERS | EMS_DEVICE_FLAG_NO_WRITE}, // 0x10, cannot write

View File

@@ -1 +1 @@
#define APP_VERSION "1.9.5b4"
#define APP_VERSION "1.9.5b5"