Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/RPC Spec/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3586,7 +3586,7 @@ Updates the persistent display. Supported fields depend on display capabilities.
|`graphic`|Image|False|Image struct determining whether static or dynamic image to display in app. If omitted on supported displays, the displayed graphic shall not change. |
|`secondaryGraphic`|Image|False|Image struct determining whether static or dynamic secondary image to display in app. If omitted on supported displays, the displayed secondary graphic shall not change. |
|`softButtons`|SoftButton[]|False|App defined SoftButtons. If omitted on supported displays, the currently displayed SoftButton values will not change. |
|`customPresets`|String[]|False|App labeled on-screen presets (i.e. on-screen media presets or dynamic search suggestions). If omitted on supported displays, the presets will be shown as not defined. |
|`customPresets`|String[]|False|App labeled on-screen presets. (i.e. on-screen media presets or dynamic search suggestions). If all 10 presets are available the order will be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9. If omitted on supported displays, the presets will be shown as Preset {number}. |
|`metadataTags`|MetadataTags|False|App defined metadata information. See MetadataStruct. Uses mainField1, mainField2, mainField3, mainField4. If omitted on supported displays, the currently set metadata tags will not change. If any text field contains no tags or the none tag, the metadata tag for that textfield should be removed. |
|`templateTitle`|String|False|The title of the new template that will be displayed. How this will be displayed is dependent on the OEM design and implementation of the template. |
|`windowID`|Integer|False|This is the unique ID assigned to the window that this RPC is intended. If this param is not included, it will be assumed that this request is specifically for the main window on the main display. See PredefinedWindows enum. |
Expand Down