From bd011493e5f67c08cccc157049f82b5ddf65f172 Mon Sep 17 00:00:00 2001 From: Adrian Scillato Date: Thu, 18 Jun 2020 15:23:58 -0300 Subject: [PATCH] KNX: Add Scenes Slot --- tasmota/tasmota.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasmota/tasmota.h b/tasmota/tasmota.h index 3d3811c89..4eceddb5c 100644 --- a/tasmota/tasmota.h +++ b/tasmota/tasmota.h @@ -203,7 +203,8 @@ const uint32_t LOOP_SLEEP_DELAY = 50; // Lowest number of milliseconds to #define KNX_SLOT3 28 #define KNX_SLOT4 29 #define KNX_SLOT5 30 -#define KNX_MAX_device_param 30 +#define KNX_SCENE 31 +#define KNX_MAX_device_param 31 #define MAX_KNXTX_CMNDS 5 /*********************************************************************************************\