Skip to main content

SystemLogPolicyChanged

Reported when the policy applied on a device changes.

Payload

FieldTypeRequiredDescription
ownerobjectOwnership envelope identifying the company or organization that owns this event.
owner.ownershipType"organization" (literal)Discriminator for the ownership envelope; always organization for these events.
owner.organizationUidstringUID of the organization that owns the event.
owner.parentCompanyUidstringUID of the owning organization's parent company.
type"Device.SystemLog.PolicyChanged" (literal)Fully-qualified event type discriminator (e.g. Device.DeviceConnectionAdded).
deviceIdentityHashstringServer-generated unique identifier of the device, used as the public-facing identifier in the REST API.
receivedAtstring (date-time)When the platform received the system log.
recordedAtstring (date-time)When the device recorded the system log; present for logs uploaded offline.
source"online" | "offline" (literal)Whether the log arrived over the live device socket or via an offline upload.
updatedAtnumber
actualobject[]
differenceobject[]

Example

{
"id": "string",
"kind": "systemLog",
"type": "Device.SystemLog.PolicyChanged",
"payload": {
"owner": {
"ownershipType": "organization",
"organizationUid": "ab447e50xxxxxxxxxxxxxxxx34bd728b",
"parentCompanyUid": "db556e68xxxxxxxxxxxxxxxxec6a56f3"
},
"type": "Device.SystemLog.PolicyChanged",
"deviceIdentityHash": "9d6e5498xxxxxxxxxxxxxxxx0235f0dd",
"receivedAt": "string",
"recordedAt": "string",
"source": "online",
"updatedAt": 10,
"actual": [
"string"
],
"difference": [
"string"
]
}
}

Shape

{
"id": "string",
"kind": "systemLog",
"type": "Device.SystemLog.PolicyChanged",
"payload": {
"owner": {
"ownershipType": "organization",
"organizationUid": "string",
"parentCompanyUid": "string"
},
"type": "Device.SystemLog.PolicyChanged",
"deviceIdentityHash": "string",
"receivedAt": "string (date-time)",
"recordedAt?": "string (date-time)",
"source": "online | offline",
"updatedAt": "number",
"actual": [
{
"anyOf": [
{
"value": {
"volume": "number"
},
"type": "VOLUME",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": [
{
"time": "string",
"brightness": "number"
}
],
"type": "BRIGHTNESS",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": [
{
"type": "TIMER_1 | TIMER_2 | TIMER_3 | TIMER_4 | TIMER_5 | TIMER_6 | TIMER_7",
"volume": "number",
"weekdays": [
"SUNDAY | MONDAY | TUESDAY | WEDNESDAY | THURSDAY | FRIDAY | SATURDAY"
],
"timeOn": "string | null",
"timeOff": "string | null"
}
],
"type": "TIMERS",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": [
{
"type": "string",
"weekdays": [
"SUNDAY | MONDAY | TUESDAY | WEDNESDAY | THURSDAY | FRIDAY | SATURDAY"
],
"timeOn": "string | null",
"timeOff": "string | null",
"keepAppletRunning?": "boolean"
}
],
"type": "PROPRIETARY_TIMERS",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"width": "number",
"height": "number",
"framerate?": "number"
},
"type": "RESOLUTION",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"orientation": "PORTRAIT | LANDSCAPE | PORTRAIT_FLIPPED | LANDSCAPE_FLIPPED | AUTO",
"videoOrientation?": "LANDSCAPE | LANDSCAPE_FLIPPED"
},
"type": "ORIENTATION",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"enabled": "boolean"
},
"type": "REMOTE_CONTROL",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"version": "string"
},
"type": "APPLICATION_VERSION",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"version": "string"
},
"type": "FIRMWARE_VERSION",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"appletEnabled": "boolean",
"nativeEnabled": "boolean"
},
"type": "DEBUG",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"timezone": "string | null",
"ntpServer": "string | null"
},
"type": "DATETIME",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": [
{
"time": "string",
"weekdays": [
"SUNDAY | MONDAY | TUESDAY | WEDNESDAY | THURSDAY | FRIDAY | SATURDAY"
],
"uid": "string",
"powerType": "APP_RESTART | SYSTEM_REBOOT | APPLET_RELOAD | APPLET_REFRESH | DISPLAY_POWER_ON | DISPLAY_POWER_OFF | BACKUP_RESTART | APPLET_ENABLE | APPLET_DISABLE | FILE_SYSTEM_WIPEOUT | REAPPLY_POLICY"
}
],
"type": "POWER_ACTIONS_SCHEDULE",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"temperatureLimit": "number"
},
"type": "TEMPERATURE",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"enabled": "boolean",
"healthcheckIntervalMs?": "number",
"autoEnableTimeoutMs?": "number"
},
"type": "AUTO_RECOVERY",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"enabled": "boolean",
"autoEnableTimeoutMs?": "number",
"urlLauncherAddress?": "string"
},
"type": "PEER_RECOVERY",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"enabled": "boolean",
"uri": "string | null"
},
"type": "PROXY",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": "ws | http | null",
"type": "CONNECTION_METHOD",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"toInstall": [
{
"applicationType": "android",
"packageName": "string",
"ownerOrganizationUid": "string",
"buildHash": "string",
"version": "string",
"build": "string | null",
"specs": {
"packageName": "string",
"sdkVersion": "number",
"supportedAbis?": [
"string"
],
"multiArch?": "boolean | null",
"versionCode?": "number",
"targetSdkVersion?": "number"
}
}
],
"toUninstall": [
{
"applicationType": "android",
"packageName": "string",
"specs": {
"packageName": "string"
}
}
]
},
"type": "PACKAGES",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"telemetryIntervals": {
"screenshots?": "number",
"temperature?": "number",
"applicationVersion?": "number",
"frontDisplayVersion?": "number",
"brightness?": "number",
"datetime?": "number",
"debug?": "number",
"firmwareVersion?": "number",
"orientation?": "number",
"powerActionsSchedule?": "number",
"proprietaryTimers?": "number",
"remoteControl?": "number",
"resolution?": "number",
"timers?": "number",
"volume?": "number",
"storage?": "number",
"battery?": "number",
"policy?": "number",
"peerRecovery?": "number",
"autoRecovery?": "number",
"extendedManagement?": "number",
"appModules?": "number",
"runner?": "number",
"runnerCustom?": "number",
"plugin?": "number",
"cpuUsage?": "number",
"memoryUsage?": "number",
"supra?": "number",
"default?": "number"
}
},
"type": "TELEMETRY_INTERVALS",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"appletUid": "string",
"appletVersion": "string",
"configuration": "object",
"startsAt?": "string (date-time)",
"endsAt?": "string (date-time)",
"finishEvent?": {
"type": "DURATION | IDLE_TIMEOUT | SCREEN_TAP",
"data?": "unknown"
},
"position?": "number"
},
"type": "APPLET",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"url": "string | null"
},
"type": "EXTENDED_MANAGEMENT",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"configurations": [
{
"brand": "Sony",
"settings": {
"rs232c-control?": {
"value": "boolean | Off | Standard | VDA"
},
"proxy-enabled?": {
"value": "None | Static"
},
"proxy-host?": {
"value": "string"
},
"proxy-port?": {
"value": "number"
},
"proxy-exclusive-list?": {
"value": "string"
},
"simple-ip-control-enabled?": {
"value": "boolean"
},
"control4-enabled?": {
"value": "boolean"
},
"system-software-update-automatically-check?": {
"value": "boolean"
},
"power-saving?": {
"value": "Off | Low | High"
},
"auto-shut-off-enabled?": {
"value": "boolean"
},
"stay-awake-enabled?": {
"value": "boolean"
},
"time-zone?": {
"value": "Auto | Midway | HawaiiAleutianStandardTime | AlaskaDaylightTime | MountainStandardTime | PacificDaylightTime | Tijuana | Chihuahua | CostaRica | MexicoCity | MountainDaylightTime | Regina | Bogota | CentralDaylightTime | Asuncion | Barbados | Caracas | EasternDaylightTime | Manaus | Santiago | BuenosAires | Halifax | Montevideo | Recife | SaoPaulo | StJohns | SouthGeorgia | CapeVerde | Nuuk | Accra | Azores | CoordinatedUniversalTime | Brazzaville | Lagos | GreenwichMeanTime | Amsterdam | Belgrade | Brussels | Harare | Madrid | Sarajevo | Windhoek | Amman | Athens | Baghdad | Beirut | Cairo | Helsinki | Istanbul | Jerusalem | Kuwait | Minsk | Moscow | Nairobi | Tehran | Baku | Dubai | Tbilisi | Yerevan | Kabul | Karachi | Oral | Yekaterinburg | Colombo | Kolkata | Kathmandu | Almaty | Yangon | Bangkok | Jakarta | Krasnoyarsk | HongKong | Irkutsk | KualaLumpur | Perth | Beijing | Taipei | Seoul | Tokyo | Yakutsk | Adelaide | Darwin | Brisbane | Guam | Hobart | Sydney | Vladivostok | Magadan | Noumea | Srednekolymsk | Auckland | Fiji | Majuro | Tongatapu"
},
"bluetooth-enabled?": {
"value": "boolean"
},
"ac-power-on?": {
"value": "Standard | AlwaysOn | AlwaysStandby"
},
"wake-up-on-signal?": {
"value": "boolean | Disable | AlwaysEnabled | InputChangeOnly | SpecifiedHours"
},
"home-key-behavior?": {
"value": "boolean | Standard | Custom | Toggle | Disabled | HomeMenu"
},
"custom-home-uri?": {
"value": "string"
},
"ntp-server?": {
"value": "string"
},
"pro-mode-lock?": {
"value": "string"
},
"charge-usb-during-standby-enabled?": {
"value": "boolean"
},
"import-enabled?": {
"value": "boolean"
},
"install-bpk-enabled?": {
"value": "boolean"
},
"launch-web-app-enabled?": {
"value": "boolean"
},
"web-apps-installation-enabled?": {
"value": "boolean"
},
"font-scale?": {
"value": "number"
},
"initial-input-source?": {
"value": "Default | ExternalInput | StartupApp | AndroidApps"
},
"initial-input-source-external-input?": {
"value": "hdmi1 | hdmi2 | hdmi3 | hdmi4 | video1"
},
"initial-input-source-startup-app-uri?": {
"value": "string"
},
"initial-input-source-android-app-package?": {
"value": "string"
},
"initial-input-source-android-app-activity?": {
"value": "string"
},
"initial-input-source-android-app-intent-data?": {
"value": "string"
},
"initial-input-source-android-app-intent-extra-key?": {
"value": "string"
},
"initial-input-source-android-app-intent-extra-value?": {
"value": "string"
},
"display-key-control-enabled?": {
"value": "boolean"
},
"ir-remote-control-enabled?": {
"value": "boolean"
},
"external-input-restriction-hdmi1?": {
"value": "UseWithLabels | UseWithoutLabels | NotUse"
},
"external-input-restriction-hdmi2?": {
"value": "UseWithLabels | UseWithoutLabels | NotUse"
},
"external-input-restriction-hdmi3?": {
"value": "UseWithLabels | UseWithoutLabels | NotUse"
},
"external-input-restriction-hdmi4?": {
"value": "UseWithLabels | UseWithoutLabels | NotUse"
},
"enabled-apps?": {
"value": [
{
"value": "disabled | enabled | limited-enabled",
"packageName": "string",
"appName": "string",
"availableValues?": [
"disabled | enabled | limited-enabled"
]
}
]
}
},
"settings-android12?": {
"picture-mode-hdmi1?": {
"value": "Standard | Custom | Vivid | Cinema | Game | Graphics | Photo"
},
"auto-picture-mode-enabled-hdmi1?": {
"value": "boolean"
},
"light-sensor-enabled-hdmi1?": {
"value": "boolean"
},
"ambient-light-sensor-enabled-hdmi1?": {
"value": "boolean"
},
"ambient-light-sensor-light-enabled-hdmi1?": {
"value": "boolean"
},
"ambient-light-sensor-gamma-enabled-hdmi1?": {
"value": "boolean"
},
"brightness-hdmi1?": {
"value": "number"
},
"picture-mode-hdmi2?": {
"value": "Standard | Custom | Vivid | Cinema | Game | Graphics | Photo"
},
"auto-picture-mode-enabled-hdmi2?": {
"value": "boolean"
},
"light-sensor-enabled-hdmi2?": {
"value": "boolean"
},
"ambient-light-sensor-enabled-hdmi2?": {
"value": "boolean"
},
"ambient-light-sensor-light-enabled-hdmi2?": {
"value": "boolean"
},
"ambient-light-sensor-gamma-enabled-hdmi2?": {
"value": "boolean"
},
"brightness-hdmi2?": {
"value": "number"
},
"picture-mode-hdmi3?": {
"value": "Standard | Custom | Vivid | Cinema | Game | Graphics | Photo"
},
"auto-picture-mode-enabled-hdmi3?": {
"value": "boolean"
},
"light-sensor-enabled-hdmi3?": {
"value": "boolean"
},
"ambient-light-sensor-enabled-hdmi3?": {
"value": "boolean"
},
"ambient-light-sensor-light-enabled-hdmi3?": {
"value": "boolean"
},
"ambient-light-sensor-gamma-enabled-hdmi3?": {
"value": "boolean"
},
"brightness-hdmi3?": {
"value": "number"
},
"picture-mode-hdmi4?": {
"value": "Standard | Custom | Vivid | Cinema | Game | Graphics | Photo"
},
"auto-picture-mode-enabled-hdmi4?": {
"value": "boolean"
},
"light-sensor-enabled-hdmi4?": {
"value": "boolean"
},
"ambient-light-sensor-enabled-hdmi4?": {
"value": "boolean"
},
"ambient-light-sensor-light-enabled-hdmi4?": {
"value": "boolean"
},
"ambient-light-sensor-gamma-enabled-hdmi4?": {
"value": "boolean"
},
"brightness-hdmi4?": {
"value": "number"
},
"picture-mode-video1?": {
"value": "Standard | Custom | Vivid | Cinema | Game"
},
"light-sensor-enabled-video1?": {
"value": "boolean"
},
"ambient-light-sensor-enabled-video1?": {
"value": "boolean"
},
"ambient-light-sensor-light-enabled-video1?": {
"value": "boolean"
},
"ambient-light-sensor-gamma-enabled-video1?": {
"value": "boolean"
},
"brightness-video1?": {
"value": "number"
},
"picture-mode-video2?": {
"value": "Standard | Custom | Vivid | Cinema | Game"
},
"light-sensor-enabled-video2?": {
"value": "boolean"
},
"ambient-light-sensor-enabled-video2?": {
"value": "boolean"
},
"ambient-light-sensor-light-enabled-video2?": {
"value": "boolean"
},
"ambient-light-sensor-gamma-enabled-video2?": {
"value": "boolean"
},
"brightness-video2?": {
"value": "number"
},
"picture-mode-app-video?": {
"value": "Standard | Custom | Vivid | Cinema"
},
"light-sensor-enabled-app-video?": {
"value": "boolean"
},
"ambient-light-sensor-enabled-app-video?": {
"value": "boolean"
},
"ambient-light-sensor-light-enabled-app-video?": {
"value": "boolean"
},
"ambient-light-sensor-gamma-enabled-app-video?": {
"value": "boolean"
},
"brightness-app-video?": {
"value": "number"
},
"picture-mode-app-photo?": {
"value": "Photo"
},
"light-sensor-enabled-app-photo?": {
"value": "boolean"
},
"ambient-light-sensor-enabled-app-photo?": {
"value": "boolean"
},
"ambient-light-sensor-light-enabled-app-photo?": {
"value": "boolean"
},
"ambient-light-sensor-gamma-enabled-app-photo?": {
"value": "boolean"
},
"brightness-app-photo?": {
"value": "number"
},
"picture-mode-app-game?": {
"value": "Game | Graphics"
},
"light-sensor-enabled-app-game?": {
"value": "boolean"
},
"ambient-light-sensor-enabled-app-game?": {
"value": "boolean"
},
"ambient-light-sensor-light-enabled-app-game?": {
"value": "boolean"
},
"ambient-light-sensor-gamma-enabled-app-game?": {
"value": "boolean"
},
"brightness-app-game?": {
"value": "number"
},
"picture-mode-app-general?": {
"value": "Standard | Custom | Vivid | Cinema | Game | Graphics | Photo"
},
"light-sensor-enabled-app-general?": {
"value": "boolean"
},
"ambient-light-sensor-enabled-app-general?": {
"value": "boolean"
},
"ambient-light-sensor-light-enabled-app-general?": {
"value": "boolean"
},
"ambient-light-sensor-gamma-enabled-app-general?": {
"value": "boolean"
},
"brightness-app-general?": {
"value": "number"
},
"idle-tv-standby?": {
"value": "15min | 30min | 1h | 2h | 4h | 8h | 12h | 24h | Never"
},
"pc-input-optimization-enabled?": {
"value": "boolean"
},
"wake-up-on-signal-detect-start-time?": {
"value": "string"
},
"wake-up-on-signal-detect-end-time?": {
"value": "string"
},
"power-scheduling?": {
"value": "Off | Daily | Weekly"
},
"power-scheduling-on-time?": {
"value": "string"
},
"power-scheduling-off-time?": {
"value": "string"
},
"power-scheduling-weekly?": {
"value": [
"Monday | Tuesday | Wednesday | Thursday | Friday | Saturday | Sunday"
]
},
"periodic-restart?": {
"value": "Off | Daily | Weekly"
},
"periodic-restart-time?": {
"value": "string"
},
"periodic-restart-weekly?": {
"value": [
"Monday | Tuesday | Wednesday | Thursday | Friday | Saturday | Sunday"
]
},
"periodic-restart-force?": {
"value": "boolean"
},
"bluetooth-remote-control-enabled?": {
"value": "boolean"
},
"external-input-restriction-video1?": {
"value": "UseWithLabels | UseWithoutLabels | NotUse"
},
"external-input-restriction-video2?": {
"value": "UseWithLabels | UseWithoutLabels | NotUse"
}
},
"settings-android14?": {
"energy-modes-enabled?": {
"value": "boolean"
},
"energy-modes?": {
"value": "Low | Optimized | Increased"
},
"auto-shut-off-when-inactive?": {
"value": "Never | 15minutes | 20minutes | 30minutes | 1hour | 2hours | 3hours | 4hours | 8hours | 12hours | 24hours"
},
"auto-shut-off-when-watching?": {
"value": "Never | 15minutes | 20minutes | 30minutes | 1hour | 2hours | 3hours | 4hours | 8hours | 12hours | 24hours"
},
"content-mode-info-sync-hdmi1?": {
"value": "boolean"
},
"content-mode-info-sync-hdmi2?": {
"value": "boolean"
},
"content-mode-info-sync-hdmi3?": {
"value": "boolean"
},
"content-mode-info-sync-hdmi4?": {
"value": "boolean"
},
"target-hdmi1-content-type?": {
"value": "Game | Video | PC"
},
"target-hdmi2-content-type?": {
"value": "Game | Video | PC"
},
"target-hdmi3-content-type?": {
"value": "Game | Video | PC"
},
"target-hdmi4-content-type?": {
"value": "Game | Video | PC"
},
"picture-common-video-picture-mode?": {
"value": "Standard | Vivid | Photo | Professional"
},
"picture-common-game-picture-mode?": {
"value": "StandardGame"
},
"picture-common-pc-picture-mode?": {
"value": "StandardPC"
},
"picture-common-vivid-brightness?": {
"value": "number"
},
"picture-common-standard-brightness?": {
"value": "number"
},
"picture-common-professional-brightness?": {
"value": "number"
},
"picture-common-photo-brightness?": {
"value": "number"
},
"picture-common-standardgame-brightness?": {
"value": "number"
},
"picture-common-standardpc-brightness?": {
"value": "number"
},
"sensor-auto-adjustment?": {
"value": "boolean"
},
"wake-up-on-signal-hdmi1?": {
"value": "boolean"
},
"wake-up-on-signal-hdmi2?": {
"value": "boolean"
},
"wake-up-on-signal-hdmi3?": {
"value": "boolean"
},
"wake-up-on-signal-hdmi4?": {
"value": "boolean"
},
"wake-up-on-signal-auto-power-on?": {
"value": "boolean"
},
"wake-up-on-signal-auto-power-off?": {
"value": "boolean"
},
"remote-device-control-remotely?": {
"value": "boolean"
},
"enable-developer-options?": {
"value": "boolean"
}
}
}
]
},
"type": "EXTENDED_CONTROL",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": [
{
"anyOf": [
{
"type": "wifi",
"name": "string",
"macAddress": "string",
"disabled?": "boolean",
"gateway?": "string",
"localAddress?": "string",
"netmask?": "string",
"dns?": [
"string"
],
"wifiStrength?": "number",
"wifiSsid?": "string"
},
{
"type": "ethernet",
"name": "string",
"macAddress": "string",
"disabled?": "boolean",
"gateway?": "string",
"localAddress?": "string",
"netmask?": "string",
"dns?": [
"string"
]
},
{
"type": "vpn",
"name": "string",
"macAddress": "string",
"disabled?": "boolean",
"gateway?": "string",
"localAddress?": "string",
"netmask?": "string",
"dns?": [
"string"
]
},
{
"type": "mobile",
"name": "string",
"macAddress": "string",
"disabled?": "boolean",
"gateway?": "string",
"localAddress?": "string",
"netmask?": "string",
"dns?": [
"string"
]
}
]
}
],
"type": "NETWORK_INTERFACES",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"powerOn": "boolean"
},
"type": "DISPLAY_POWER_ON",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"enabled": "boolean"
},
"type": "SCREENSHOT_CAPTURE",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"set": "object",
"configuration": "object",
"pluginUid": "string",
"pluginVersion": "string"
},
"type": "PLUGIN",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"configuration": "object",
"runnerUid": "string",
"runnerVersion": "string"
},
"type": "RUNNER",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"screenshotCapture?": "boolean",
"systemLogs?": "boolean",
"cpuUsage?": "boolean",
"memoryUsage?": "boolean",
"plugins?": "boolean",
"runners?": "boolean",
"customScripts?": "boolean",
"screenshotAnalysis?": "boolean"
},
"type": "FEATURE_FLAGS",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
}
]
}
],
"difference": [
{
"anyOf": [
{
"value": {
"volume": "number"
},
"type": "VOLUME",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": [
{
"time": "string",
"brightness": "number"
}
],
"type": "BRIGHTNESS",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": [
{
"type": "TIMER_1 | TIMER_2 | TIMER_3 | TIMER_4 | TIMER_5 | TIMER_6 | TIMER_7",
"volume": "number",
"weekdays": [
"SUNDAY | MONDAY | TUESDAY | WEDNESDAY | THURSDAY | FRIDAY | SATURDAY"
],
"timeOn": "string | null",
"timeOff": "string | null"
}
],
"type": "TIMERS",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": [
{
"type": "string",
"weekdays": [
"SUNDAY | MONDAY | TUESDAY | WEDNESDAY | THURSDAY | FRIDAY | SATURDAY"
],
"timeOn": "string | null",
"timeOff": "string | null",
"keepAppletRunning?": "boolean"
}
],
"type": "PROPRIETARY_TIMERS",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"width": "number",
"height": "number",
"framerate?": "number"
},
"type": "RESOLUTION",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"orientation": "PORTRAIT | LANDSCAPE | PORTRAIT_FLIPPED | LANDSCAPE_FLIPPED | AUTO",
"videoOrientation?": "LANDSCAPE | LANDSCAPE_FLIPPED"
},
"type": "ORIENTATION",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"enabled": "boolean"
},
"type": "REMOTE_CONTROL",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"version": "string"
},
"type": "APPLICATION_VERSION",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"version": "string"
},
"type": "FIRMWARE_VERSION",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"appletEnabled": "boolean",
"nativeEnabled": "boolean"
},
"type": "DEBUG",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"timezone": "string | null",
"ntpServer": "string | null"
},
"type": "DATETIME",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": [
{
"time": "string",
"weekdays": [
"SUNDAY | MONDAY | TUESDAY | WEDNESDAY | THURSDAY | FRIDAY | SATURDAY"
],
"uid": "string",
"powerType": "APP_RESTART | SYSTEM_REBOOT | APPLET_RELOAD | APPLET_REFRESH | DISPLAY_POWER_ON | DISPLAY_POWER_OFF | BACKUP_RESTART | APPLET_ENABLE | APPLET_DISABLE | FILE_SYSTEM_WIPEOUT | REAPPLY_POLICY"
}
],
"type": "POWER_ACTIONS_SCHEDULE",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"temperatureLimit": "number"
},
"type": "TEMPERATURE",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"enabled": "boolean",
"healthcheckIntervalMs?": "number",
"autoEnableTimeoutMs?": "number"
},
"type": "AUTO_RECOVERY",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"enabled": "boolean",
"autoEnableTimeoutMs?": "number",
"urlLauncherAddress?": "string"
},
"type": "PEER_RECOVERY",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"enabled": "boolean",
"uri": "string | null"
},
"type": "PROXY",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": "ws | http | null",
"type": "CONNECTION_METHOD",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"toInstall": [
{
"applicationType": "android",
"packageName": "string",
"ownerOrganizationUid": "string",
"buildHash": "string",
"version": "string",
"build": "string | null",
"specs": {
"packageName": "string",
"sdkVersion": "number",
"supportedAbis?": [
"string"
],
"multiArch?": "boolean | null",
"versionCode?": "number",
"targetSdkVersion?": "number"
}
}
],
"toUninstall": [
{
"applicationType": "android",
"packageName": "string",
"specs": {
"packageName": "string"
}
}
]
},
"type": "PACKAGES",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"telemetryIntervals": {
"screenshots?": "number",
"temperature?": "number",
"applicationVersion?": "number",
"frontDisplayVersion?": "number",
"brightness?": "number",
"datetime?": "number",
"debug?": "number",
"firmwareVersion?": "number",
"orientation?": "number",
"powerActionsSchedule?": "number",
"proprietaryTimers?": "number",
"remoteControl?": "number",
"resolution?": "number",
"timers?": "number",
"volume?": "number",
"storage?": "number",
"battery?": "number",
"policy?": "number",
"peerRecovery?": "number",
"autoRecovery?": "number",
"extendedManagement?": "number",
"appModules?": "number",
"runner?": "number",
"runnerCustom?": "number",
"plugin?": "number",
"cpuUsage?": "number",
"memoryUsage?": "number",
"supra?": "number",
"default?": "number"
}
},
"type": "TELEMETRY_INTERVALS",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"appletUid": "string",
"appletVersion": "string",
"configuration": "object",
"startsAt?": "string (date-time)",
"endsAt?": "string (date-time)",
"finishEvent?": {
"type": "DURATION | IDLE_TIMEOUT | SCREEN_TAP",
"data?": "unknown"
},
"position?": "number"
},
"type": "APPLET",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"url": "string | null"
},
"type": "EXTENDED_MANAGEMENT",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"configurations": [
{
"brand": "Sony",
"settings": {
"rs232c-control?": {
"value": "boolean | Off | Standard | VDA"
},
"proxy-enabled?": {
"value": "None | Static"
},
"proxy-host?": {
"value": "string"
},
"proxy-port?": {
"value": "number"
},
"proxy-exclusive-list?": {
"value": "string"
},
"simple-ip-control-enabled?": {
"value": "boolean"
},
"control4-enabled?": {
"value": "boolean"
},
"system-software-update-automatically-check?": {
"value": "boolean"
},
"power-saving?": {
"value": "Off | Low | High"
},
"auto-shut-off-enabled?": {
"value": "boolean"
},
"stay-awake-enabled?": {
"value": "boolean"
},
"time-zone?": {
"value": "Auto | Midway | HawaiiAleutianStandardTime | AlaskaDaylightTime | MountainStandardTime | PacificDaylightTime | Tijuana | Chihuahua | CostaRica | MexicoCity | MountainDaylightTime | Regina | Bogota | CentralDaylightTime | Asuncion | Barbados | Caracas | EasternDaylightTime | Manaus | Santiago | BuenosAires | Halifax | Montevideo | Recife | SaoPaulo | StJohns | SouthGeorgia | CapeVerde | Nuuk | Accra | Azores | CoordinatedUniversalTime | Brazzaville | Lagos | GreenwichMeanTime | Amsterdam | Belgrade | Brussels | Harare | Madrid | Sarajevo | Windhoek | Amman | Athens | Baghdad | Beirut | Cairo | Helsinki | Istanbul | Jerusalem | Kuwait | Minsk | Moscow | Nairobi | Tehran | Baku | Dubai | Tbilisi | Yerevan | Kabul | Karachi | Oral | Yekaterinburg | Colombo | Kolkata | Kathmandu | Almaty | Yangon | Bangkok | Jakarta | Krasnoyarsk | HongKong | Irkutsk | KualaLumpur | Perth | Beijing | Taipei | Seoul | Tokyo | Yakutsk | Adelaide | Darwin | Brisbane | Guam | Hobart | Sydney | Vladivostok | Magadan | Noumea | Srednekolymsk | Auckland | Fiji | Majuro | Tongatapu"
},
"bluetooth-enabled?": {
"value": "boolean"
},
"ac-power-on?": {
"value": "Standard | AlwaysOn | AlwaysStandby"
},
"wake-up-on-signal?": {
"value": "boolean | Disable | AlwaysEnabled | InputChangeOnly | SpecifiedHours"
},
"home-key-behavior?": {
"value": "boolean | Standard | Custom | Toggle | Disabled | HomeMenu"
},
"custom-home-uri?": {
"value": "string"
},
"ntp-server?": {
"value": "string"
},
"pro-mode-lock?": {
"value": "string"
},
"charge-usb-during-standby-enabled?": {
"value": "boolean"
},
"import-enabled?": {
"value": "boolean"
},
"install-bpk-enabled?": {
"value": "boolean"
},
"launch-web-app-enabled?": {
"value": "boolean"
},
"web-apps-installation-enabled?": {
"value": "boolean"
},
"font-scale?": {
"value": "number"
},
"initial-input-source?": {
"value": "Default | ExternalInput | StartupApp | AndroidApps"
},
"initial-input-source-external-input?": {
"value": "hdmi1 | hdmi2 | hdmi3 | hdmi4 | video1"
},
"initial-input-source-startup-app-uri?": {
"value": "string"
},
"initial-input-source-android-app-package?": {
"value": "string"
},
"initial-input-source-android-app-activity?": {
"value": "string"
},
"initial-input-source-android-app-intent-data?": {
"value": "string"
},
"initial-input-source-android-app-intent-extra-key?": {
"value": "string"
},
"initial-input-source-android-app-intent-extra-value?": {
"value": "string"
},
"display-key-control-enabled?": {
"value": "boolean"
},
"ir-remote-control-enabled?": {
"value": "boolean"
},
"external-input-restriction-hdmi1?": {
"value": "UseWithLabels | UseWithoutLabels | NotUse"
},
"external-input-restriction-hdmi2?": {
"value": "UseWithLabels | UseWithoutLabels | NotUse"
},
"external-input-restriction-hdmi3?": {
"value": "UseWithLabels | UseWithoutLabels | NotUse"
},
"external-input-restriction-hdmi4?": {
"value": "UseWithLabels | UseWithoutLabels | NotUse"
},
"enabled-apps?": {
"value": [
{
"value": "disabled | enabled | limited-enabled",
"packageName": "string",
"appName": "string",
"availableValues?": [
"disabled | enabled | limited-enabled"
]
}
]
}
},
"settings-android12?": {
"picture-mode-hdmi1?": {
"value": "Standard | Custom | Vivid | Cinema | Game | Graphics | Photo"
},
"auto-picture-mode-enabled-hdmi1?": {
"value": "boolean"
},
"light-sensor-enabled-hdmi1?": {
"value": "boolean"
},
"ambient-light-sensor-enabled-hdmi1?": {
"value": "boolean"
},
"ambient-light-sensor-light-enabled-hdmi1?": {
"value": "boolean"
},
"ambient-light-sensor-gamma-enabled-hdmi1?": {
"value": "boolean"
},
"brightness-hdmi1?": {
"value": "number"
},
"picture-mode-hdmi2?": {
"value": "Standard | Custom | Vivid | Cinema | Game | Graphics | Photo"
},
"auto-picture-mode-enabled-hdmi2?": {
"value": "boolean"
},
"light-sensor-enabled-hdmi2?": {
"value": "boolean"
},
"ambient-light-sensor-enabled-hdmi2?": {
"value": "boolean"
},
"ambient-light-sensor-light-enabled-hdmi2?": {
"value": "boolean"
},
"ambient-light-sensor-gamma-enabled-hdmi2?": {
"value": "boolean"
},
"brightness-hdmi2?": {
"value": "number"
},
"picture-mode-hdmi3?": {
"value": "Standard | Custom | Vivid | Cinema | Game | Graphics | Photo"
},
"auto-picture-mode-enabled-hdmi3?": {
"value": "boolean"
},
"light-sensor-enabled-hdmi3?": {
"value": "boolean"
},
"ambient-light-sensor-enabled-hdmi3?": {
"value": "boolean"
},
"ambient-light-sensor-light-enabled-hdmi3?": {
"value": "boolean"
},
"ambient-light-sensor-gamma-enabled-hdmi3?": {
"value": "boolean"
},
"brightness-hdmi3?": {
"value": "number"
},
"picture-mode-hdmi4?": {
"value": "Standard | Custom | Vivid | Cinema | Game | Graphics | Photo"
},
"auto-picture-mode-enabled-hdmi4?": {
"value": "boolean"
},
"light-sensor-enabled-hdmi4?": {
"value": "boolean"
},
"ambient-light-sensor-enabled-hdmi4?": {
"value": "boolean"
},
"ambient-light-sensor-light-enabled-hdmi4?": {
"value": "boolean"
},
"ambient-light-sensor-gamma-enabled-hdmi4?": {
"value": "boolean"
},
"brightness-hdmi4?": {
"value": "number"
},
"picture-mode-video1?": {
"value": "Standard | Custom | Vivid | Cinema | Game"
},
"light-sensor-enabled-video1?": {
"value": "boolean"
},
"ambient-light-sensor-enabled-video1?": {
"value": "boolean"
},
"ambient-light-sensor-light-enabled-video1?": {
"value": "boolean"
},
"ambient-light-sensor-gamma-enabled-video1?": {
"value": "boolean"
},
"brightness-video1?": {
"value": "number"
},
"picture-mode-video2?": {
"value": "Standard | Custom | Vivid | Cinema | Game"
},
"light-sensor-enabled-video2?": {
"value": "boolean"
},
"ambient-light-sensor-enabled-video2?": {
"value": "boolean"
},
"ambient-light-sensor-light-enabled-video2?": {
"value": "boolean"
},
"ambient-light-sensor-gamma-enabled-video2?": {
"value": "boolean"
},
"brightness-video2?": {
"value": "number"
},
"picture-mode-app-video?": {
"value": "Standard | Custom | Vivid | Cinema"
},
"light-sensor-enabled-app-video?": {
"value": "boolean"
},
"ambient-light-sensor-enabled-app-video?": {
"value": "boolean"
},
"ambient-light-sensor-light-enabled-app-video?": {
"value": "boolean"
},
"ambient-light-sensor-gamma-enabled-app-video?": {
"value": "boolean"
},
"brightness-app-video?": {
"value": "number"
},
"picture-mode-app-photo?": {
"value": "Photo"
},
"light-sensor-enabled-app-photo?": {
"value": "boolean"
},
"ambient-light-sensor-enabled-app-photo?": {
"value": "boolean"
},
"ambient-light-sensor-light-enabled-app-photo?": {
"value": "boolean"
},
"ambient-light-sensor-gamma-enabled-app-photo?": {
"value": "boolean"
},
"brightness-app-photo?": {
"value": "number"
},
"picture-mode-app-game?": {
"value": "Game | Graphics"
},
"light-sensor-enabled-app-game?": {
"value": "boolean"
},
"ambient-light-sensor-enabled-app-game?": {
"value": "boolean"
},
"ambient-light-sensor-light-enabled-app-game?": {
"value": "boolean"
},
"ambient-light-sensor-gamma-enabled-app-game?": {
"value": "boolean"
},
"brightness-app-game?": {
"value": "number"
},
"picture-mode-app-general?": {
"value": "Standard | Custom | Vivid | Cinema | Game | Graphics | Photo"
},
"light-sensor-enabled-app-general?": {
"value": "boolean"
},
"ambient-light-sensor-enabled-app-general?": {
"value": "boolean"
},
"ambient-light-sensor-light-enabled-app-general?": {
"value": "boolean"
},
"ambient-light-sensor-gamma-enabled-app-general?": {
"value": "boolean"
},
"brightness-app-general?": {
"value": "number"
},
"idle-tv-standby?": {
"value": "15min | 30min | 1h | 2h | 4h | 8h | 12h | 24h | Never"
},
"pc-input-optimization-enabled?": {
"value": "boolean"
},
"wake-up-on-signal-detect-start-time?": {
"value": "string"
},
"wake-up-on-signal-detect-end-time?": {
"value": "string"
},
"power-scheduling?": {
"value": "Off | Daily | Weekly"
},
"power-scheduling-on-time?": {
"value": "string"
},
"power-scheduling-off-time?": {
"value": "string"
},
"power-scheduling-weekly?": {
"value": [
"Monday | Tuesday | Wednesday | Thursday | Friday | Saturday | Sunday"
]
},
"periodic-restart?": {
"value": "Off | Daily | Weekly"
},
"periodic-restart-time?": {
"value": "string"
},
"periodic-restart-weekly?": {
"value": [
"Monday | Tuesday | Wednesday | Thursday | Friday | Saturday | Sunday"
]
},
"periodic-restart-force?": {
"value": "boolean"
},
"bluetooth-remote-control-enabled?": {
"value": "boolean"
},
"external-input-restriction-video1?": {
"value": "UseWithLabels | UseWithoutLabels | NotUse"
},
"external-input-restriction-video2?": {
"value": "UseWithLabels | UseWithoutLabels | NotUse"
}
},
"settings-android14?": {
"energy-modes-enabled?": {
"value": "boolean"
},
"energy-modes?": {
"value": "Low | Optimized | Increased"
},
"auto-shut-off-when-inactive?": {
"value": "Never | 15minutes | 20minutes | 30minutes | 1hour | 2hours | 3hours | 4hours | 8hours | 12hours | 24hours"
},
"auto-shut-off-when-watching?": {
"value": "Never | 15minutes | 20minutes | 30minutes | 1hour | 2hours | 3hours | 4hours | 8hours | 12hours | 24hours"
},
"content-mode-info-sync-hdmi1?": {
"value": "boolean"
},
"content-mode-info-sync-hdmi2?": {
"value": "boolean"
},
"content-mode-info-sync-hdmi3?": {
"value": "boolean"
},
"content-mode-info-sync-hdmi4?": {
"value": "boolean"
},
"target-hdmi1-content-type?": {
"value": "Game | Video | PC"
},
"target-hdmi2-content-type?": {
"value": "Game | Video | PC"
},
"target-hdmi3-content-type?": {
"value": "Game | Video | PC"
},
"target-hdmi4-content-type?": {
"value": "Game | Video | PC"
},
"picture-common-video-picture-mode?": {
"value": "Standard | Vivid | Photo | Professional"
},
"picture-common-game-picture-mode?": {
"value": "StandardGame"
},
"picture-common-pc-picture-mode?": {
"value": "StandardPC"
},
"picture-common-vivid-brightness?": {
"value": "number"
},
"picture-common-standard-brightness?": {
"value": "number"
},
"picture-common-professional-brightness?": {
"value": "number"
},
"picture-common-photo-brightness?": {
"value": "number"
},
"picture-common-standardgame-brightness?": {
"value": "number"
},
"picture-common-standardpc-brightness?": {
"value": "number"
},
"sensor-auto-adjustment?": {
"value": "boolean"
},
"wake-up-on-signal-hdmi1?": {
"value": "boolean"
},
"wake-up-on-signal-hdmi2?": {
"value": "boolean"
},
"wake-up-on-signal-hdmi3?": {
"value": "boolean"
},
"wake-up-on-signal-hdmi4?": {
"value": "boolean"
},
"wake-up-on-signal-auto-power-on?": {
"value": "boolean"
},
"wake-up-on-signal-auto-power-off?": {
"value": "boolean"
},
"remote-device-control-remotely?": {
"value": "boolean"
},
"enable-developer-options?": {
"value": "boolean"
}
}
}
]
},
"type": "EXTENDED_CONTROL",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": [
{
"anyOf": [
{
"type": "wifi",
"name": "string",
"macAddress": "string",
"disabled?": "boolean",
"gateway?": "string",
"localAddress?": "string",
"netmask?": "string",
"dns?": [
"string"
],
"wifiStrength?": "number",
"wifiSsid?": "string"
},
{
"type": "ethernet",
"name": "string",
"macAddress": "string",
"disabled?": "boolean",
"gateway?": "string",
"localAddress?": "string",
"netmask?": "string",
"dns?": [
"string"
]
},
{
"type": "vpn",
"name": "string",
"macAddress": "string",
"disabled?": "boolean",
"gateway?": "string",
"localAddress?": "string",
"netmask?": "string",
"dns?": [
"string"
]
},
{
"type": "mobile",
"name": "string",
"macAddress": "string",
"disabled?": "boolean",
"gateway?": "string",
"localAddress?": "string",
"netmask?": "string",
"dns?": [
"string"
]
}
]
}
],
"type": "NETWORK_INTERFACES",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"powerOn": "boolean"
},
"type": "DISPLAY_POWER_ON",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"enabled": "boolean"
},
"type": "SCREENSHOT_CAPTURE",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"set": "object",
"configuration": "object",
"pluginUid": "string",
"pluginVersion": "string"
},
"type": "PLUGIN",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"configuration": "object",
"runnerUid": "string",
"runnerVersion": "string"
},
"type": "RUNNER",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
},
{
"value": {
"screenshotCapture?": "boolean",
"systemLogs?": "boolean",
"cpuUsage?": "boolean",
"memoryUsage?": "boolean",
"plugins?": "boolean",
"runners?": "boolean",
"customScripts?": "boolean",
"screenshotAnalysis?": "boolean"
},
"type": "FEATURE_FLAGS",
"updatedAt": "string (date-time)",
"applicationType?": "default | sssp | tizen | webos | android | chrome | brightsign | linux | windows | chromeos"
}
]
}
]
}
}