Skip to content

Commit

Permalink
Merge pull request #74 from MxLabs/development
Browse files Browse the repository at this point in the history
ScheduledBell HasValue
  • Loading branch information
JohnKiller committed Jan 16, 2024
2 parents 7765f26 + b5f9757 commit 393dfa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Anviz.SDK/Responses/ScheduledBell.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ public enum DayName

public DayName Days { get; set; }

public bool HasValue => Days != 0 && Days != (DayName)255;

public ScheduledBell()
{
Days = 0;
Expand Down

0 comments on commit 393dfa4

Please sign in to comment.