Add support for Jarolift rollers by Keeloq algorithm

Add support for Jarolift rollers by Keeloq algorithm
This commit is contained in:
Theo Arends 2020-02-27 17:48:27 +01:00
parent e7f1e0ac3c
commit 1973bb2474
4 changed files with 4 additions and 1 deletions

View File

@ -109,3 +109,4 @@ The following binary downloads have been compiled with ESP8266/Arduino library c
- Add Zigbee enhanced commands decoding, added ``ZbPing``
- Add commands ``SetOption85 0/1`` and ``DevGroupShare`` supporting UDP Group command using ``GroupTopic`` without MQTT by Paul Diem (#7790)
- Add support for Martin Jerry/acenx/Tessan/NTONPOWER SD0x PWM dimmer switches by Paul Diem (#7791)
- Add support for Jarolift rollers by Keeloq algorithm

View File

@ -3,6 +3,7 @@
### 8.1.0.10 20200227
- Change default my_user_config.h driver and sensor support removing most sensors and adding most drivers
- Add support for Jarolift rollers by Keeloq algorithm
### 8.1.0.9 20200220

View File

@ -418,7 +418,7 @@
#define USE_DEVICE_GROUPS // Add support for device groups (+5k6 code)
#define USE_PWM_DIMMER // Add support for MJ-SD01/acenx/NTONPOWER PWM dimmers (+4k5 code)
#define USE_PWM_DIMMER_REMOTE // Add support for remote switches to PWM Dimmer, also adds device groups support (+0k7 code, also includes device groups)
//#define USE_KEELOQ // Add support for controling Jarolift rollers by Keeloq algorithm
//#define USE_KEELOQ // Add support for Jarolift rollers by Keeloq algorithm (+4k5 code)
// -- Optional light modules ----------------------
#define USE_WS2812 // WS2812 Led string using library NeoPixelBus (+5k code, +1k mem, 232 iram) - Disable by //

View File

@ -469,6 +469,7 @@ struct SYSCFG {
uint8_t bri_min; // F05
uint8_t bri_preset_low; // F06
uint8_t bri_preset_high; // F07
uint8_t free_f08[180]; // F08
uint32_t keeloq_master_msb; // FBC