summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/interfaces/HMI_API.xml4
-rw-r--r--src/components/interfaces/MOBILE_API.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index cb317a227b..a13f0049e1 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -3368,10 +3368,10 @@
<param name="hapticSpatialDataSupported" type="Boolean" mandatory="false">
<description>True if the system can utilize the haptic spatial data from the source being streamed. </description>
</param>
- <param name="diagonalScreenSize" type="Float" mandatory="false">
+ <param name="diagonalScreenSize" type="Float" minvalue="0" mandatory="false">
<description>The diagonal screen size in inches.</description>
</param>
- <param name="pixelPerInch" type="Float" mandatory="false">
+ <param name="pixelPerInch" type="Float" minvalue="0" 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" minvalue="1" maxvalue="10" mandatory="false">
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 3f2ffb47f2..3329951c1b 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -2928,10 +2928,10 @@
<param name="hapticSpatialDataSupported" type="Boolean" mandatory="false">
<description>True if the system can utilize the haptic spatial data from the source being streamed. If not included, it can be assumed the module doesn't support haptic spatial data'. </description>
</param>
- <param name="diagonalScreenSize" type="Float" mandatory="false" since="6.0">
+ <param name="diagonalScreenSize" type="Float" minvalue="0" mandatory="false" since="6.0">
<description>The diagonal screen size in inches.</description>
</param>
- <param name="pixelPerInch" type="Float" mandatory="false" since="6.0">
+ <param name="pixelPerInch" type="Float" minvalue="0" 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" minvalue="1" maxvalue="10" mandatory="false" since="6.0">