Commit f58290cad307c9bb8018ae53cf2bf93bbe9d7bf5
1 parent
408df377
更新版本信息
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/cmd/impl/SIPCommanderFroPlatform.java
| @@ -264,9 +264,9 @@ public class SIPCommanderFroPlatform implements ISIPCommanderForPlatform { | @@ -264,9 +264,9 @@ public class SIPCommanderFroPlatform implements ISIPCommanderForPlatform { | ||
| 264 | deviceInfoXml.append("<SN>" +sn + "</SN>\r\n"); | 264 | deviceInfoXml.append("<SN>" +sn + "</SN>\r\n"); |
| 265 | deviceInfoXml.append("<DeviceID>" + parentPlatform.getDeviceGBId() + "</DeviceID>\r\n"); | 265 | deviceInfoXml.append("<DeviceID>" + parentPlatform.getDeviceGBId() + "</DeviceID>\r\n"); |
| 266 | deviceInfoXml.append("<DeviceName>" + parentPlatform.getName() + "</DeviceName>\r\n"); | 266 | deviceInfoXml.append("<DeviceName>" + parentPlatform.getName() + "</DeviceName>\r\n"); |
| 267 | - deviceInfoXml.append("<Manufacturer>WVP</Manufacturer>\r\n"); | 267 | + deviceInfoXml.append("<Manufacturer>wvp</Manufacturer>\r\n"); |
| 268 | deviceInfoXml.append("<Model>wvp-28181-2.0</Model>\r\n"); | 268 | deviceInfoXml.append("<Model>wvp-28181-2.0</Model>\r\n"); |
| 269 | - deviceInfoXml.append("<Firmware>2.0.202103</Firmware>\r\n"); | 269 | + deviceInfoXml.append("<Firmware>2.0.202107</Firmware>\r\n"); |
| 270 | deviceInfoXml.append("<Result>OK</Result>\r\n"); | 270 | deviceInfoXml.append("<Result>OK</Result>\r\n"); |
| 271 | deviceInfoXml.append("</Response>\r\n"); | 271 | deviceInfoXml.append("</Response>\r\n"); |
| 272 | 272 |