added

28 May 2024 - Added current_time to Get License API

A new field current_time has been added to the responce from Get License API containing the current time on the server. The field can be used to verify the time on the device is near the server time, as the server time is used as base for epxires_at.

{
    "data": "device specific license info...",
    "signature": "53de0d68-8c19-4dbf-911a-d6e2d24f733d",
    "id": "bc3ee841-73c5-460c-aa8a-12adcf5e699a",
    "action": "add",
    "expires_at": "2122-12-19T09:40:43Z",
    "current_time": "2024-05-28T07:44:57Z"
}