mirror of https://github.com/arendst/Tasmota.git
Update esp-knx-ip library. DPT.h
This commit is contained in:
parent
7b25271735
commit
09af192a21
|
@ -40,13 +40,14 @@ typedef enum __dpt_3_007
|
|||
|
||||
typedef enum __weekday
|
||||
{
|
||||
DPT_10_001_WEEKDAY_NODAY = 0,
|
||||
DPT_10_001_WEEKDAY_MONDAY = 1,
|
||||
DPT_10_001_WEEKDAY_TUESDAY = 2,
|
||||
DPT_10_001_WEEKDAY_WEDNESDAY = 3,
|
||||
DPT_10_001_WEEKDAY_THURSDAY = 4,
|
||||
DPT_10_001_WEEKDAY_FRIDAY = 5,
|
||||
DPT_10_001_WEEKDAY_SATURDAY = 6,
|
||||
DPT_10_001_WEEKDAY_SUNDAY = 8,
|
||||
DPT_10_001_WEEKDAY_SUNDAY = 7,
|
||||
} weekday_t;
|
||||
|
||||
typedef struct __time_of_day
|
||||
|
|
Loading…
Reference in New Issue