Skip to content

Commit 52819eb

Browse files
committed
Includeunofficial flag to Includebeta and description updated
1 parent 16a1c61 commit 52819eb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

doc/Core.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5008,13 +5008,13 @@ onvif://www.onvif.org/name/ARV-453
50085008
<section xml:id="_Ref276040130">
50095009
<title>GetAvailableFirmwares</title>
50105010
<para>This operation retrieves a list of available firmware versions for the device.</para>
5011-
<para>The returned list contains firmware information including name, description, and optional information about release date, whether its official one and whether its a bridge firmware essential for upgrade or downgrade. The firmware names returned can be used with firmware upgrade operations.</para>
5011+
<para>The returned list contains firmware information including name, description, and optional information about the release date, whether it is a beta version, and whether it is a bridge firmware essential for upgrade or downgrade. The firmware names returned can be used with the <emphasis role="bold">UpgradeFirmware</emphasis> operation.</para>
50125012
<variablelist role="op">
50135013
<varlistentry>
50145014
<term>request</term>
50155015
<listitem>
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>
5016+
<para role="param">IncludeBeta - optional [xs:boolean]</para>
5017+
<para role="text">Optional flag to include beta firmware versions in the response. If not specified or set to false, only stable firmware versions are returned. Note that beta versions may not be available for devices via this channel.</para>
50185018
</listitem>
50195019
<listitem>
50205020
<para role="param">IncludePreviousVersions - optional [xs:boolean]</para>

wsdl/ver10/device/wsdl/devicemgmt.wsdl

Lines changed: 4 additions & 4 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="IncludeUnofficial" type="xs:boolean" minOccurs="0" maxOccurs="1">
2505+
<xs:element name="IncludeBeta" type="xs:boolean" minOccurs="0" maxOccurs="1">
25062506
<xs:annotation>
2507-
<xs:documentation>Optional flag to include non-official firmware versions in the response. If not passed, only official versions are listed.</xs:documentation>
2507+
<xs:documentation>Optional flag to include beta firmware versions in the response. If not passed, only stable firmware versions would be listed. Note that beta versions may not be available for devices via this channel.</xs:documentation>
25082508
</xs:annotation>
25092509
</xs:element>
25102510
<xs:element name="IncludePreviousVersions" type="xs:boolean" minOccurs="0" maxOccurs="1">
@@ -2549,9 +2549,9 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
25492549
</xs:element>
25502550
<xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> <!-- first Vendor then ONVIF -->
25512551
</xs:sequence>
2552-
<xs:attribute name="Official" type="xs:boolean" use="optional">
2552+
<xs:attribute name="Beta" type="xs:boolean" use="optional">
25532553
<xs:annotation>
2554-
<xs:documentation>Indicates whether the firmware version is an official release.</xs:documentation>
2554+
<xs:documentation>Indicates whether the firmware version is a beta release.</xs:documentation>
25552555
</xs:annotation>
25562556
</xs:attribute>
25572557
<xs:attribute name="BridgeFirmware" type="xs:boolean" use="optional">

0 commit comments

Comments
 (0)