BrightSign Network Web API Reference Manual v.3.8 User Manual

Page 120

Advertising
background image

108

[string] CardSize:(Read Only) The total size of the device storage. This information is displayed in the format
“{0} MiB” or “{0:F2} GiB” (where F2 is equivalent to a fixed-point number with two decimal digits (e.g. “1.75 GiB”)).

[string] CardFreeSize:(Read Only) The amount of free space on the device storage. This information is
displayed in the format “{0} MiB” or “{0:F2} GiB” (where F2 is equivalent to a fixed-point number with two decimal
digits (e.g. “1.75 GiB”)).

[string] TargetTimeZone: The string name of the time zone that the device should use.

[string] ReportedTimeZone: (Read Only) The string name of the time zone that the device reported using the
last time it synced with the server.

[DeviceConnectionsPeriod] ContentCheckPeriod: A

DeviceConnectionsPeriod

enumeration

representing the time interval between synchronization events, when the device checks with the BrightSign
Network servers for content updates.

[Nullable<TimeSpan>] ContentDownloadsStartTime: The time each day (according to the reported time
zone) when the device should begin downloading content from the BrightSign Network persistent storage. A Null
value indicates that the device can download content at any time during the day.

[Nullable<TimeSpan>] ContentDownloadsEndTime: The time each day (according to the reported time
zone) when the device should finish downloading content from the BrightSign Network persistent storage. A Null
value indicates that the device can download content at any time during the day.

[DeviceConnectionsPeriod] HealthReportingPeriod: A

DeviceConnectionsPeriod

enumeration

representing the interval between health-report events, when the device checks in with the server to report its
status.

[Nullable<TimeSpan>] HealthReportingStartTime: The time each day (according to the reported time
zone) when the device should begin sending health status updates to the BrightSign Network servers. A Null value
indicates that the device can send reports at any time during the day.

[Nullable<TimeSpan>] HealthReportingEndTime: The time each day (according to the reported time
zone) when the device should stop sending health status updates to the BrightSign network servers. A Null value
indicates that the device can send reports at any time during the day.

[DateTime] LastContentCheckTime:(Read Only) A UTC timestamp indicating when the device last checked
in with the BrightSign Network servers for content updates.

Advertising