Skip to content

Commit 44d3d22

Browse files
committed
dates
1 parent cb47d61 commit 44d3d22

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

message-types/messages/measureddata.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
{
22
"deviceId": "",
33
"moduleId": "",
4-
"timestamp": 0,
4+
"messageCreationDate": 0,
5+
"messageTransmissionDate": 0,
56
"messageType": "data",
67
"schemaVersion": "v1.0",
78
"data": [
89
{
9-
"timestamp": 0,
10+
"propertyMeasureDate": 0,
1011
"propertyName": "P1",
1112
"propertyValue": 35,
1213
"propertyUnit": "T",
1314
"propertyDivFactor": 1
1415
},
1516
{
16-
"timestamp": 0,
17+
"propertyMeasureDate": 0,
1718
"propertyName": "P2",
1819
"propertyValue": 1566,
1920
"propertyUnit": "U",

0 commit comments

Comments
 (0)