mirror of https://github.com/arendst/Tasmota.git
Add KNX Slots to be used in Rules
This commit is contained in:
parent
72f36a88a6
commit
bc4abb1a04
|
@ -147,7 +147,12 @@ typedef unsigned long power_t; // Power (Relay) type
|
|||
#define KNX_ENERGY_DAILY 23
|
||||
#define KNX_ENERGY_START 24
|
||||
#define KNX_ENERGY_TOTAL 25
|
||||
#define KNX_MAX_device_param 25
|
||||
#define KNX_SLOT1 26
|
||||
#define KNX_SLOT2 27
|
||||
#define KNX_SLOT3 28
|
||||
#define KNX_SLOT4 29
|
||||
#define KNX_SLOT5 30
|
||||
#define KNX_MAX_device_param 30
|
||||
|
||||
/*********************************************************************************************\
|
||||
* Enumeration
|
||||
|
|
Loading…
Reference in New Issue