Skip to content

Commit 16a1c61

Browse files
committed
Only Official flag updated for better clarity
1 parent 7b2c4d8 commit 16a1c61

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/Core.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5013,8 +5013,8 @@ onvif://www.onvif.org/name/ARV-453
50135013
<varlistentry>
50145014
<term>request</term>
50155015
<listitem>
5016-
<para role="param">OnlyOfficial - optional [xs:boolean]</para>
5017-
<para role="text">Optional flag to filter only official firmware versions. If not specified or set to false, all available firmware versions are returned.</para>
5016+
<para role="param">IncludeUnofficial - optional [xs:boolean]</para>
5017+
<para role="text">Optional flag to include non-official firmware versions (like beta firmwares or customized firmwares) in the response. If not specified or set to false, only official firmware versions are returned.</para>
50185018
</listitem>
50195019
<listitem>
50205020
<para role="param">IncludePreviousVersions - optional [xs:boolean]</para>

wsdl/ver10/device/wsdl/devicemgmt.wsdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2502,9 +2502,9 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
25022502
<xs:element name="GetAvailableFirmwares">
25032503
<xs:complexType>
25042504
<xs:sequence>
2505-
<xs:element name="OnlyOfficial" type="xs:boolean" minOccurs="0" maxOccurs="1">
2505+
<xs:element name="IncludeUnofficial" type="xs:boolean" minOccurs="0" maxOccurs="1">
25062506
<xs:annotation>
2507-
<xs:documentation>Optional flag to filter only official firmware versions.</xs:documentation>
2507+
<xs:documentation>Optional flag to include non-official firmware versions in the response. If not passed, only official versions are listed.</xs:documentation>
25082508
</xs:annotation>
25092509
</xs:element>
25102510
<xs:element name="IncludePreviousVersions" type="xs:boolean" minOccurs="0" maxOccurs="1">

0 commit comments

Comments
 (0)