- 温控风风速模式提示音、开关机提示音的控制改到温控设备存在的私有属性中
This commit is contained in:
@@ -2180,6 +2180,7 @@ Public Class FrmMain
|
||||
If projectCompile(tmp_Local_XmlFullName, False, True, devdic) Then
|
||||
'取当前时间
|
||||
ReleaseConfigXmlToDB(tmpPath, tmpXmlName, cfgVer, newcfgVer, devdic)
|
||||
UploadDeviceList1(cfgVer)
|
||||
Else
|
||||
|
||||
End If
|
||||
@@ -4793,6 +4794,7 @@ Public Class FrmMain
|
||||
|
||||
'取当前时间
|
||||
ReleaseConfigBLVToDB(tmpPath, tmpXmlName, cfgVer, newcfgVer, devdic)
|
||||
UploadDeviceList(cfgVer)
|
||||
Else
|
||||
|
||||
End If
|
||||
@@ -4830,17 +4832,6 @@ Public Class FrmMain
|
||||
End Sub
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Private Sub ToolStripButton19_Click(sender As Object, e As EventArgs) Handles ToolStripButton19.Click
|
||||
If Releaseflag And Not IsNothing(TvwMain.SelectedNode) Then
|
||||
Else
|
||||
@@ -4866,7 +4857,7 @@ Public Class FrmMain
|
||||
|
||||
Public Sub UploadDeviceList(pzVer As Integer)
|
||||
' 1. 参数验证
|
||||
If Not Releaseflag OrElse IsNothing(TvwMain.SelectedNode) Then
|
||||
If IsNothing(TvwMain.SelectedNode) Then
|
||||
MsgBox("Please select the publishing node.")
|
||||
Return
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user