Player Full Status Entity (2022/06)
All player full status entities are structured as follows:
entity
:
Group
GroupInfo:ÂId
int read-only: The unique identifier for the groupName
string read-only: The name of the group
BrightWall
BrightWallScreenInfo:ÂId
Nullable<int> read-only:Â A unique identifier for the BrightWallName
string read-only: The BrightWall nameScreen
byte read-only:Â The BrightWall screen number to which the device is assignedLink
Uri read-only:Â The Uri of the BSN.cloud API for the BrightWall
Presentation
PresentationInfo read-only: An array of Presentation Info entities for each presentation on the deviceScript
PlayerScript:ÂType
ScriptType read-only:Â "Setup", "Autorun", "Recovery" or "Custom" enumeration valuesVersion
string read-only:Â The reported version of the autorun/setup/recovery script running on the playerPlugins
ScriptPluginInfo[]:ÂFileName
string read-only: The plugin .brs file name for the device instanceFileSize
uint read-only:Â The size of the file in bytesFileHash
string read-only: The 40 digits hexadecimal SHA-1 hash of the file
Firmware
FirmwareInfo:ÂVersion
string read-only: The BrightSignOS version running on the player
Storage
StorageStatus[] read-only: See the Storage Status EntityNetwork
PlayerNetworkStatus:ÂExternalIp
string read-only: An IPv4 or IPv6 addressÂ
Interfaces
PlayerNetworkInterfaceStatus[] read-only: See the Player Network Interface Status Entity
Uptime
TimeSpan read-only: The length of time that the player has been running. See TimeSpan for more information about this data type.CurrentSettingsTimestamp
DateTime read-only: The date and time. See DateTime for more information about this data type.CurrentScheduleTimestamp
DateTime read-only: The date and time of the current schedule. See DateTime for more information about this data type.Timezone
string read-only: The time zone of the playerHealth
PlayerHealthStatus read-only: Returns either "Normal", "Warning", "Error", or "Unknown"LastModifiedDate
Nullable<DateTime> read-only: A UTC timestamp indicating when the dynamic playlist was last modified on BSN.cloud. See DateTime for more information on this data type.Synchronization
PlayerSynchronizationStatus read-only:Â Supported representations include:Settings
PlayerSettingsSynchronizationStatus:ÂEnabled
bool read-only: Whether or not the player settings synchronization status is enabled
Schedule
PlayerScheduleSynchronizationStatus:ÂEnabled
bool read-only:Â Whether or not the player schedule synchronization status is enabled
Content
PlayerContentSynchronizationStatus:ÂEnabled
bool read-only:Â Whether or not the player content synchronization status is enabled