All device entities are structured as follows:
entity
:
Id int:
A unique identifier for the device instance
Serial
The device serial number
: string
Name
The device name
:string
ConcatUnitNameAndSerial
The device-naming method:
:bool
True
indicates that clients should append the device serial number to the device name, False
indicates that nothing should be appended to the device name.
Description
A customer-defined description of the device. The description does not need to be unique within the scope of the account.
:string
CurrentSubscription
See Device Subscription Entity
:DeviceSubscription
TargetGroup
: GroupInfo
Id int:
The unique identifier for the group instance to which the device belongs.
Name
The name of the group instance to which the device belongs
:string
TaggedGroups
TaggedGroupInfo[]
:
Id int:
The unique identifier for the tagged group
Name
The name of the tagged group
:string
TargetBrightWall
BrightWallInfo
:
A unique identifier for the BrightWallI
d int?:
Name
The BrightWall name
:string
TargetBrightWallScreenNumber
:Nullable<byte>
Reported
Group
:GroupInfo
Id int:
.The unique identifier for the reported group
Name
The name of the reported group
: string
ReportedBrightWall
:BrightWallInfo
Id int:
The identifier and primary key of the BrightWall instance.
Name
The user-defined name of the BrightWall instance. This alternate key must be unique in the scope of the BSN account.
: string
The BrightWall screen number that the device reported belonging to when it last synchronized with the server. This value is set to Null when the device is assigned to a group instance.ReportedBrightWallScreenNumber
: Nullable<byte>
Presentation
See the Presentation Info EntityPresentationInfo
:
Model
The device model name and suffixDeviceModel
:
Family
The model family of the device ("Sebring", "Pagani", etc.)DeviceFamily
:
LastModifiedDate
A UTC timestamp indicating when the player instance was last modified. See DateTime for more information about this data type.DateTime
:
Autorun
DeviceAutorun
:
Version
The current presentation autorun version assigned to the group
: string
IsCustom bool:
Whether the autorun is a standard BrightAuthor file (false) or a custom-built file (true)
MinFirmwares
An array of firmware instances indicating the minimum firmware version required to run the autorun on a player. Since different model families can have different minimum firmware requirements, this array can contain more than one firmware instance.DeviceFirmware[]
:
version
: The firmware version numberstring
supportedModels
[ ]: An array of string values indicating which model numbers (e.g. "XDx233") apply for the minimum-firmware requirementstring
IsRevoked bool:
Whether or not the current presentation autorun version is supported/in service
FirmwareVersion
The version of firmware that the device was using the last time it synced with the server.
: string
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”)).CardSize
: string
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”)).CardFreeSize
: string
The string name of the time zone that the device should useTargetTimeZone
: string
The string name of the time zone that the device reported using the last time it synced with the server.ReportedTimeZone
: string
ScreenColor
The background color of the screen string
:
ContentCheckPeriod
Represents the time interval between synchronization events, when the device checks with the BrightSign Network servers for content updates.DeviceConnectionsPeriod
:
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.
:
TimeSpan>Nullable<
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. See TimeSpan for more information about this data type.
:
TimeSpan>Nullable<
HealthReportingPeriod
A DeviceConnectionsPeriod enumeration representing the interval between health-report events, when the device checks in with the server to report its status.DeviceConnectionsPeriod
:
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. See TimeSpan for more information about this data type.
:
TimeSpan>Nullable<
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. See TimeSpan for more information about this data type.
:
TimeSpan>Nullable<
LastContentCheckTime
A timestamp indicating when the device last checked in with the BrightSign Network servers for content updates. See DateTime for more information about this data type.
: DateTime
LastSyncSpecProcessedTime
A timestamp indicating when the player finished processing the last retrieved sync spec. See DateTime for more information about this data type.
: DateTime
LastContentDownloadStartTime
A timestamp indicating when the device last began downloading content from the BrightSign Network servers. See DateTime for more information about this data type.
: DateTime
LastContentDownloadEndTime
A timestamp indicating when the device last completed downloading content from the BrightSign Network servers. See DateTime for more information about this data type.
: DateTime
LastHeartbeatTime
A timestamp indicating when the device last reported its health status to the BrightSign Network servers. See DateTime for more information about this data type.
: DateTime
LastErrorTime
A timestamp indicating the most recent time that the device reported a current error. See DateTime for more information about this data type.DateTime
:
Uptime
The length of time that the player has been running. See TimeSpan for more information about this data type.TimeSpan
:
HealthStatus
Returns either "Normal", "Warning", "Error", or "Unknown"DeviceHealthStatus
:
NetworkSettings
See Device Network Settings EntityDeviceNetworkSettings
:
RemoteSnapshotSettings
RemoteSnapshotSettings
:
Enabled
A flag specifying whether the remote snapshot feature is enabled or disabled on the device.bool
:
CaptureInterval
The amount of time to elapse between each screenshot. This value can be between 00:01:00 and 24:00:00.TimeSpan
:
ScreenShotsCountLimit
The maximum number of remote snapshot images allowed on player storage. Once this number is reached, the player will begin deleting Remote Snapshot images, beginning with the oldest first. This value can range from 1 to 100.ushort
:
ImageQuality
The quality of remote snapshot images on the player. This value can range from 1 to 100.byte
:
ScreenOrientation
A ScreenOrientation enumeration indicating whether the remote snapshot images are landscape or portrait oriented. There are two portrait modes, so the return values would be either landscape, portrait bottom left, or portrait bottom right.ScreenOrientation
:
LogsSettings
See Device Logs Settings EntityDeviceLogsSettings
:
DiagnosticWebServerSettings
: See DiagnosticWebServer Settings EntityDiagnosticWebServerSettings
LocalWebServerSettings
See LocalWebServer Settings EntityLocalWebServerSettings
:
DeviceLocation
See Device Location EntityDeviceLocation
:
Beacons
See Device Beacon EntityDeviceBeacon[]
:
Tags
An object where the tag keys are object properties and the tag values are the values of these properties. See the example below but note that the value is not necessarily "Country", "City", and "Number", but can be any object property value:Dictionary<string, string>
:
string::[Device].<Country>:
"Ukraine"
string::[Device].<City>:
"Odesa"
number::[Device].<Number>:
"1"
Permissions
The device permissions entity. See the Permission EntityList<Permission>
: