ClockFact.json 293 Bytes
Newer Older
1 2 3 4
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
dheideman's avatar
dheideman committed
5 6 7
[
{
    "name":             "currentTime",
8
    "shortDesc": "Time",
dheideman's avatar
dheideman committed
9 10 11 12
    "type":             "string"
},
{
    "name":             "currentDate",
13
    "shortDesc": "Date",
dheideman's avatar
dheideman committed
14 15 16
    "type":             "string"
}
]
17
}