You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I am aware, the fields ServiceActivationDate and ServiceExpirationDate returned in the response from the SMP when querying an endpoint are ignored as of now.
As of version 1.2.0 of the SMP it was clarified that they should be checked for validity and the connection to that endpoint should be refused when they are not valid yet/anymore.
I guess it should be a check in the SMPClientReadOnly class in the getEndpoint() Method. I can try to add it myself if you have not planned anything yet.
The text was updated successfully, but these errors were encountered:
As this change is only due at May 1st, 2022 I have some time to get this done.
Key point will be, that the LocalDateTime und question needs to be added to the API.
It will be done soon
As far as I am aware, the fields ServiceActivationDate and ServiceExpirationDate returned in the response from the SMP when querying an endpoint are ignored as of now.
As of version 1.2.0 of the SMP it was clarified that they should be checked for validity and the connection to that endpoint should be refused when they are not valid yet/anymore.
I guess it should be a check in the
SMPClientReadOnly
class in thegetEndpoint()
Method. I can try to add it myself if you have not planned anything yet.The text was updated successfully, but these errors were encountered: