Update esp-knx-ip library. DPT.h

This commit is contained in:
Adrian Scillato 2019-07-09 19:53:01 -03:00 committed by GitHub
parent 7b25271735
commit 09af192a21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -40,13 +40,14 @@ typedef enum __dpt_3_007
typedef enum __weekday typedef enum __weekday
{ {
DPT_10_001_WEEKDAY_NODAY = 0,
DPT_10_001_WEEKDAY_MONDAY = 1, DPT_10_001_WEEKDAY_MONDAY = 1,
DPT_10_001_WEEKDAY_TUESDAY = 2, DPT_10_001_WEEKDAY_TUESDAY = 2,
DPT_10_001_WEEKDAY_WEDNESDAY = 3, DPT_10_001_WEEKDAY_WEDNESDAY = 3,
DPT_10_001_WEEKDAY_THURSDAY = 4, DPT_10_001_WEEKDAY_THURSDAY = 4,
DPT_10_001_WEEKDAY_FRIDAY = 5, DPT_10_001_WEEKDAY_FRIDAY = 5,
DPT_10_001_WEEKDAY_SATURDAY = 6, DPT_10_001_WEEKDAY_SATURDAY = 6,
DPT_10_001_WEEKDAY_SUNDAY = 8, DPT_10_001_WEEKDAY_SUNDAY = 7,
} weekday_t; } weekday_t;
typedef struct __time_of_day typedef struct __time_of_day