Skip to content

Commit f0808c7

Browse files
committed
firmwarename changed to firmwareversion
1 parent 52819eb commit f0808c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/Core.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5008,7 +5008,7 @@ 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 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>
5011+
<para>The returned list contains firmware information including version, 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 versions returned can be used with the <emphasis role="bold">UpgradeFirmware</emphasis> operation.</para>
50125012
<variablelist role="op">
50135013
<varlistentry>
50145014
<term>request</term>

wsdl/ver10/device/wsdl/devicemgmt.wsdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2532,9 +2532,9 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
25322532
</xs:element>
25332533
<xs:complexType name="FirmwareInfo">
25342534
<xs:sequence>
2535-
<xs:element name="FirmwareName" type="xs:string">
2535+
<xs:element name="FirmwareVersion" type="xs:string">
25362536
<xs:annotation>
2537-
<xs:documentation>The name of the firmware version.</xs:documentation>
2537+
<xs:documentation>Version identifier of the firmware.</xs:documentation>
25382538
</xs:annotation>
25392539
</xs:element>
25402540
<xs:element name="FirmwareDescription" type="xs:string" minOccurs="0" maxOccurs="1">

0 commit comments

Comments
 (0)