Fix network configurator verbs and misc fixes (#16210)

This commit is contained in:
Julian Giebel
2023-05-07 12:58:12 +02:00
committed by GitHub
parent d072cb6144
commit 5c86778fff
3 changed files with 10 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ public sealed class NetworkConfiguratorComponent : Component
/// </summary>
[DataField("linkModeActive")]
[ViewVariables(VVAccess.ReadWrite)]
public bool LinkModeActive = false;
public bool LinkModeActive = true;
/// <summary>
/// The entity containing a <see cref="DeviceListComponent"/> this configurator is currently interacting with