TerrainFactGroup.json 423 Bytes
Newer Older
1 2 3 4
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
5 6 7
[
{
    "name":             "blocksPending",
8
    "shortDesc": "Blocks Pending",
9 10 11 12 13 14
    "type":             "double",
    "decimalPlaces":    0,
    "default":          0
},
{
    "name":             "blocksLoaded",
15
    "shortDesc": "Blocks Loaded",
16 17 18 19 20
    "type":             "double",
    "decimalPlaces":    0,
    "default":          0
}
]
21
}