Skip to content

Commit a68f3ec

Browse files
committed
https://trello.com/c/qfWfRRCE Changes to how we identify Nox Access Rings
1 parent bed0e88 commit a68f3ec

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

ProReception.DistributionServerInfrastructure/ProReceptionApi/NoxConnector/Models/CheckInRequest.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ public class CheckInRequest
66

77
public DateTime Timestamp { get; set; }
88

9-
public int AccessRingId { get; set; }
9+
public int NoxSystemNumber { get; set; }
10+
11+
public int AccessRingRingId { get; set; }
1012
}

ProReception.DistributionServerInfrastructure/ProReceptionApi/NoxConnector/Models/SaveNoxAccessRingsRequest.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ public class NoxAccessRing
1010
{
1111
public required string Name { get; set; }
1212

13-
public int NoxAccessRingId { get; set; }
13+
public int NoxSystemNumber { get; set; }
14+
15+
public int NoxAccessRingRingId { get; set; }
1416
}
1517
}

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.0.0</Version>
3+
<Version>1.1.0</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)