fix missing type in upd record

This commit is contained in:
Chris Adamson
2025-04-12 17:44:59 -05:00
parent 1e409982cf
commit 42f4db20fc
@@ -361,6 +361,12 @@ public record Upd
get;
set;
}
public bool? Lockable
{
get;
set;
}
}
public enum PinLockState