mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Add support for Jarolift rollers by Keeloq algorithm
Add support for Jarolift rollers by Keeloq algorithm
This commit is contained in:
parent
e7f1e0ac3c
commit
1973bb2474
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 //
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user