Add KNX Slots to be used in Rules

This commit is contained in:
Adrian Scillato
2018-05-30 15:19:17 -03:00
committed by GitHub
parent 72f36a88a6
commit bc4abb1a04

View File

@@ -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
@@ -202,4 +207,4 @@ const char kCommandSource[] PROGMEM = "I|MQTT|Restart|Button|Switch|Backlog|Seri
extern uint8_t light_device; // Light device number
#endif // _SONOFF_H_
#endif // _SONOFF_H_