Try fix time offset serialization issues (#17580)
This commit is contained in:
@@ -12,7 +12,7 @@ public sealed class AnomalyPulsingComponent : Component
|
||||
/// The time at which the pulse will be over.
|
||||
/// </summary>
|
||||
[DataField("endTime", customTypeSerializer: typeof(TimeOffsetSerializer)), ViewVariables(VVAccess.ReadWrite)]
|
||||
public TimeSpan EndTime = TimeSpan.MaxValue;
|
||||
public TimeSpan EndTime;
|
||||
|
||||
/// <summary>
|
||||
/// How long the pulse visual lasts
|
||||
|
||||
Reference in New Issue
Block a user