fix(S2-b): use authenticated WSS on standard TLS port

This commit is contained in:
Brent Perteet
2026-08-20 15:43:42 -05:00
parent 71fcb9b63f
commit f9fb9f59f4
5 changed files with 17 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ public sealed partial class SettingsViewModel : ObservableObject
private string _mqttHost = "";
[ObservableProperty]
private string _mqttPort = "8884";
private string _mqttPort = "443";
[ObservableProperty]
private string _mqttOrgId = "";