OBJECT
Device
link GraphQL Schema definition
- type Device {
- # the screen UUID
- : String
- : String!
- # account identity
- : String
- # the timestamp that this player is activated
- : DateTime
- : String
- : KeyValueItem
- : String
- : String
- : String
- : String
- # the screen background option
- : String
- # created timestamp
- : DateTime
- # created by user
- : String
- # the timestamp that this player is registered
- : DateTime
- # the current schedule id
- : String
- # the current playlist id
- : String
- # the current schedule id
- : String
- # when content was assigned
- : DateTime
- # the media type is playing, eg, asset, playlist or schedule
- : String
- : String
- # the screen name
- : String
- # the total document duration to play
- : Float
- # Additional features such as remote, ai, ...
- : JSONObject
- # Provide some additional data for supporting features ...
- : JSONObject
- : String
- : String
- # the interval the application to update if it is online
- : Float
- : Boolean
- # if the player is the web player
- : Boolean
- # last timestamp the screen was online
- : DateTime
- : String
- # last updated by user
- : String
- # last update timestamp
- : DateTime
- # the application version
- : String
- # the manufacturer of the physical device
- : String
- # the model of the physical device
- : String
- : String
- # the screen orientation
- : String
- # the operating systems of the device, eg: android, windows, linux, ...
- : String
- # the operating systems version
- : String
- # the pairing code displaying on screen
- : String
- # the folder location
- : String
- # the platform of device
- : String
- # the interval the application to check the update, min is 4s
- : Float
- : Boolean
- : Float
- : String
- # if asset is stretched
- : Boolean
- # if enabled, the content playing is in sync amongs screens
- : Boolean
- # the tags
- : [String!]
- : String
- # the total storage in bytes
- : Float
- # the used storage in bytes
- : Float
- # For Raspberry only, if using omxplayer or html5 to play videos
- : String
- }