change the config to be set

This commit is contained in:
atef 2023-11-27 09:30:07 +01:00
parent 9cd85f1d31
commit 0f9a4ddc4e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public record StatusRecord
public required DcPowerDevice? LoadOnDc { get; init; } public required DcPowerDevice? LoadOnDc { get; init; }
public required RelaysRecord? Relays { get; init; } public required RelaysRecord? Relays { get; init; }
public required AmptStatus? PvOnDc { get; init; } public required AmptStatus? PvOnDc { get; init; }
public required Config Config { get; init; } public required Config Config { get; set; }
public required SystemLog Log { get; set; } // TODO: init only public required SystemLog Log { get; set; } // TODO: init only
public required EssControl EssControl { get; set; } // TODO: init only public required EssControl EssControl { get; set; } // TODO: init only