ScreenCondition
ScreenCondition
A condition to be used against Screen
object types. All fields are tested for equality and combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | UUID | Checks for equality with the object’s `id` field. | |
orgId | UUID | Checks for equality with the object’s `orgId` field. | |
spaceId | UUID | Checks for equality with the object’s `spaceId` field. | |
screenGroupId | UUID | Checks for equality with the object’s `screenGroupId` field. | |
castId | UUID | Checks for equality with the object’s `castId` field. | |
name | String | Checks for equality with the object’s `name` field. | |
content | JSON | Checks for equality with the object’s `content` field. | |
status | ScreenStatus | Checks for equality with the object’s `status` field. | |
preview | Boolean | Checks for equality with the object’s `preview` field. | |
device | JSON | Checks for equality with the object’s `device` field. | |
rotation | ScreenRotation | Checks for equality with the object’s `rotation` field. | |
tags | [String] | Checks for equality with the object’s `tags` field. | |
env | JSON | Checks for equality with the object’s `env` field. | |
notes | String | Checks for equality with the object’s `notes` field. | |
createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |
updatedAt | Datetime | Checks for equality with the object’s `updatedAt` field. | |
createdBy | UUID | Checks for equality with the object’s `createdBy` field. | |
updatedBy | UUID | Checks for equality with the object’s `updatedBy` field. | |
preferences | JSON | Checks for equality with the object’s `preferences` field. | |
connectedAt | Datetime | Checks for equality with the object’s `connectedAt` field. | |
disconnectedAt | Datetime | Checks for equality with the object’s `disconnectedAt` field. | |
isConnected | Boolean | Checks for equality with the object’s `isConnected` field. | |
deviceProvider | String | Checks for equality with the object’s `deviceProvider` field. | |
deviceBak | JSON | Checks for equality with the object’s `deviceBak` field. | |
preferencesBak | JSON | Checks for equality with the object’s `preferencesBak` field. | |
deviceId | String | Checks for equality with the object’s `deviceId` field. | |
deviceModel | String | Checks for equality with the object’s `deviceModel` field. | |
devicePlatform | String | Checks for equality with the object’s `devicePlatform` field. | |
deviceRelease | String | Checks for equality with the object’s `deviceRelease` field. | |
playerTimezone | String | Checks for equality with the object’s `playerTimezone` field. | |
playerRelease | String | Checks for equality with the object’s `playerRelease` field. | |
playerHeight | Int | Checks for equality with the object’s `playerHeight` field. | |
playerWidth | Int | Checks for equality with the object’s `playerWidth` field. | |
timezoneOverride | String | Checks for equality with the object’s `timezoneOverride` field. | |
operatingHours | JSON | Checks for equality with the object’s `operatingHours` field. | |
additionalDeviceSettings | JSON | Checks for equality with the object’s `additionalDeviceSettings` field. | |
additionalPlayerSettings | JSON | Checks for equality with the object’s `additionalPlayerSettings` field. | |
timezone | String | Checks for equality with the object’s `timezone` field. |