You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,10 +204,10 @@ A Bulletin is a piece of content displayed in Carousel. The closest analogy wou
204
204
|IsAlert|boolean|Is this Bulletin an alert bulletin? Alerts will override any non-alert content in a zone.|
205
205
|IsDeleted|boolean|Soft deletion property, soft deleted bulletins will be cleaned up and permanently deleted after a time.|
206
206
|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)|
211
211
|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)|
212
212
|WeekdayOnOffDescription|string (read only)|A human readable representation of the WeekdayOnOff value.|
213
213
|IsRepeating|boolean|Does this bulletin repeat playback every Nth bulletin.|
0 commit comments