Skip to content

Commit 0020e8f

Browse files
committed
#12 fix typos in readme
1 parent db461ca commit 0020e8f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,10 @@ A Bulletin is a piece of content displayed in Carousel. The closest analogy wou
204204
|IsAlert|boolean|Is this Bulletin an alert bulletin? Alerts will override any non-alert content in a zone.|
205205
|IsDeleted|boolean|Soft deletion property, soft deleted bulletins will be cleaned up and permanently deleted after a time.|
206206
|IsScheduled|boolean|Does this bulletin respect the DateTimeOn and DateTimeOff values|
207-
|DateTimeIOn|string|The date and time the bulletin will begin playing. (there are helper methods for setting this value)|
208-
|DateTimeIOff|string|The date and time the bulletin will stop playing. (there are helper methods for setting this value)|
209-
|CycleTimeIOn|string|The time the bulletin will begin playing each day it is scheduled Only the time portion of this is used by the server. (there are helper methods for setting this value)|
210-
|CycleTimeIOn|string|The time the bulletin will begin playing each day it is scheduled Only the time portion of this is used by the server. (there are helper methods for setting this value)|
207+
|DateTimeOn|string|The date and time the bulletin will begin playing. (there are helper methods for setting this value)|
208+
|DateTimeOff|string|The date and time the bulletin will stop playing. (there are helper methods for setting this value)|
209+
|CycleTimeOn|string|The time the bulletin will begin playing each day it is scheduled Only the time portion of this is used by the server. (there are helper methods for setting this value)|
210+
|CycleTimeOff|string|The time the bulletin will stop playing each day it is scheduled Only the time portion of this is used by the server. (there are helper methods for setting this value)|
211211
|WeekdayOnOff|int|A bit-field representation of the days of the week that this bulletin will play during its schedule. (there are helper methods for setting this value)|
212212
|WeekdayOnOffDescription|string (read only)|A human readable representation of the WeekdayOnOff value.|
213213
|IsRepeating|boolean|Does this bulletin repeat playback every Nth bulletin.|

0 commit comments

Comments
 (0)