Skip to content

Commit

Permalink
Revision: Remove defvalue for menuLayout parameter (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Byrne authored and theresalech committed Aug 7, 2019
1 parent 8148a53 commit 9a9eb40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proposals/0231-main-menu-tiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ We will then add the ability to change the menu to a tiled layout using `SetGlob
<function name="SetGlobalProperties" functionID="SetGlobalPropertiesID" messagetype="request">
...
<!-- Additions -->
<param name="menuLayout" type="MenuLayout" defvalue="LIST" mandatory="false" since="X.Y">
<param name="menuLayout" type="MenuLayout" mandatory="false" since="X.Y">
<description>Sets the layout of the main menu screen. If this is sent while a menu is already on-screen, the head unit will change the display to the new layout type.</description>
</param>
</function>
Expand All @@ -66,7 +66,7 @@ We will then add the ability to change the menu to a tiled layout using `SetGlob

...
<!-- Additions -->
<param name="menuLayout" type="MenuLayout" defvalue="LIST" mandatory="false" since="X.Y">
<param name="menuLayout" type="MenuLayout" mandatory="false" since="X.Y">
<description>Sets the layout of the submenu screen.</description>
</param>
</function>
Expand Down Expand Up @@ -99,7 +99,7 @@ The HMI_API updates are very similar to the MOBILE_API updates.
<function name="UI.SetGlobalProperties" messagetype="request">
...
<!-- Additions -->
<param name="menuLayout" type="MenuLayout" defvalue="LIST" mandatory="false">
<param name="menuLayout" type="MenuLayout" mandatory="false">
<description>Sets the layout of the main menu screen. If this is sent while a menu is already on-screen, the head unit will change the display to the new layout type.</description>
</param>
</function>
Expand All @@ -109,7 +109,7 @@ The HMI_API updates are very similar to the MOBILE_API updates.

...
<!-- Additions -->
<param name="menuLayout" type="MenuLayout" defvalue="LIST" mandatory="false" since="X.Y">
<param name="menuLayout" type="MenuLayout" mandatory="false" since="X.Y">
<description>Sets the layout of the submenu screen.</description>
</param>
</function>
Expand Down

0 comments on commit 9a9eb40

Please # to comment.