增加对 设备 无线锁_杨格无线锁_(RS485-主动) 的支持

This commit is contained in:
zhihao
2025-12-25 15:55:38 +08:00
parent f6cfed9a05
commit 5e9358ffb9
45 changed files with 4298 additions and 264 deletions

View File

@@ -1563,8 +1563,9 @@ Public Class FrmMain
'Me.Hide()
' Dic_Devicemodel.Add(model.Name, model) ' hostname = model.Name
If ReleaseControlFrom.ShowDialog() <> DialogResult.OK Then Return
_TableInteraction.TestReportingScenario(Account, _project.HotelCode, _project.RoomType(g_CurrentTreeNodeRoomTypeItemIndex).structRoomType_ID, tmpXmlName, _TableInteraction.ConfigInfo.CfgFileVersion)
_TableInteraction.TestReportingScenario(Account, _project.HotelCode, _project.RoomType(g_CurrentTreeNodeRoomTypeItemIndex).structRoomType_ID, tmpXmlName, _TableInteraction.ConfigInfo.CfgFileVersion)
_TableInteraction.UploadConfiguredDevicesList(_project.HotelCode, _project.RoomType(g_CurrentTreeNodeRoomTypeItemIndex).structRoomType_ID, DbConnString)
Dim ReleasePassword As String = ReleaseControlFrom.ReleasePassword_txt.Text
Dim ReleaseNote As String = ReleaseControlFrom.ReleaseNotes_txt.Text
Dim Firmwarefilename = ReleaseControlFrom.FromDic