Added the weekly-schedule property write in basic schedule object. (#990)

This commit is contained in:
Steve Karg
2025-05-08 08:15:16 -05:00
committed by GitHub
parent 2101748a0b
commit 1a7d823959
7 changed files with 195 additions and 49 deletions
+2 -1
View File
@@ -20,8 +20,9 @@
extern "C" {
#endif /* __cplusplus */
#define BACNET_WEEKLY_SCHEDULE_SIZE 7
typedef struct BACnet_Weekly_Schedule {
BACNET_DAILY_SCHEDULE weeklySchedule[7];
BACNET_DAILY_SCHEDULE weeklySchedule[BACNET_WEEKLY_SCHEDULE_SIZE];
bool singleDay;
} BACNET_WEEKLY_SCHEDULE;