summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2019-06-21 10:50:40 -0400
committerJackLivio <jack@livio.io>2019-06-21 10:50:40 -0400
commit009949655f9e34154a5a1ad75eb64a141fc9a44f (patch)
tree672f7f50a00343c16f72798b62150c69004c566f
parent87a724577cf93b3632d335e9e67d2524f1937d0e (diff)
downloadsdl_core-009949655f9e34154a5a1ad75eb64a141fc9a44f.tar.gz
Fixed min value for proposal implementation
-rw-r--r--src/components/interfaces/HMI_API.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index beefad9863..488c986df5 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -1888,7 +1888,7 @@
<param name="availableHdChannels" type="Integer" minvalue="0" maxvalue="7" array="true" minsize="0" maxsize="8" mandatory="false">
<description>The list of available hd sub-channel indexes. Empty list means no Hd channel is available. Read-only.</description>
</param>
- <param name="hdChannel" type="Integer" minvalue="1" maxvalue="7" mandatory="false">
+ <param name="hdChannel" type="Integer" minvalue="0" maxvalue="7" mandatory="false">
<description>Current HD sub-channel if available</description>
</param>
<param name="signalStrength" type="Integer" minvalue="0" maxvalue="100" mandatory="false">