summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/interfaces/HMI_API.xml2
-rw-r--r--src/components/interfaces/MOBILE_API.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index a21c45d97b..13d9a51a78 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -3374,7 +3374,7 @@
<param name="pixelPerInch" type="Float" mandatory="false">
<description>PPI is the diagonal resolution in pixels divided by the diagonal screen size in inches.</description>
</param>
- <param name="scale" type="Float" mandatory="false">
+ <param name="scale" type="Float" minvalue="1" maxvalue="10" mandatory="false">
<description>The scaling factor the app should use to change the size of the projecting view.</description>
</param>
</struct>
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 62237b666a..3f2ffb47f2 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -2934,7 +2934,7 @@
<param name="pixelPerInch" type="Float" mandatory="false" since="6.0">
<description>PPI is the diagonal resolution in pixels divided by the diagonal screen size in inches.</description>
</param>
- <param name="scale" type="Float" mandatory="false" since="6.0">
+ <param name="scale" type="Float" minvalue="1" maxvalue="10" mandatory="false" since="6.0">
<description>The scaling factor the app should use to change the size of the projecting view.</description>
</param>
</struct>