
DEVICE
Device Entity
The Device entity has the following properties:
• [int] Id:(Read Only) The identifier and primary key of the Device instance.
• [string] Serial:(Read Only) The serial number of the device. This is a unique alternate key for the Device
instance.
• [string] Name: The user-defined name of the device. This designation does not need to be unique within the
scope of an account.
• [string] Description: The user-defined description of the device. The description does not need to be unique
within the scope of an account.
• [DeviceSubscription] CurrentSubscription: (Read Only) A DeviceSubscription instance representing
the BrightSign Network subscription that is currently in use by the associated device.
• [int] TargetGroupId: The identifier of the Group instance to which the device is assigned.
• [int] ReportedGroupId:(Read Only) The identifier of the Group instance that the device reported belonging to
during its last synchronization with the server.
• [Nullable<int>] PresentationId: (Read Only) The identifier of the Presentation instance that the device
reported playing during its last synchronization with the server. A Null value indicates that the device was not
playing a presentation during its last synchronization with the server.
• [string] PresentationName:(Read Only) The user-defined name of the Presentation instance that the device
reported playing during its last synchronization with the server.
• [DeviceModel] Model:(Read Only) A DeviceModel enumeration indicating the model number of the device.
• [string] AutorunVersion:(Read Only) The version of autorun script that the device was using the last time it
synced with the server.
• [string] FirmwareVersion:(Read Only) The version of firmware that the device was using the last time it
synced with the server.
Comentários a estes Manuais