初步完成报警设置

This commit is contained in:
2025-09-12 12:26:57 +08:00
parent c8d7543c7e
commit 071347bc91
8 changed files with 216 additions and 17 deletions

View File

@@ -26,7 +26,8 @@ namespace DMS.WPF.Services
{ typeof(MqttDialogViewModel), typeof(MqttDialog) },
{ typeof(MqttSelectionDialogViewModel), typeof(MqttSelectionDialog) },
{ typeof(MqttAliasBatchEditDialogViewModel), typeof(MqttAliasBatchEditDialog) },
{ typeof(HistorySettingsDialogViewModel), typeof(HistorySettingsDialog) }
{ typeof(HistorySettingsDialogViewModel), typeof(HistorySettingsDialog) },
{ typeof(AlarmSettingsDialogViewModel), typeof(AlarmSettingsDialog) }
// Add other mappings here
// ... other dialogs
};