Skip to content
BatteryFact.json 1.51 KiB
Newer Older
DoinLakeFlyer's avatar
 
DoinLakeFlyer committed
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
Don Gagne's avatar
Don Gagne committed
{
    "name":             "voltage",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "shortDesc": "Voltage",
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "v"
},
{
    "name":             "percentRemaining",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "shortDesc": "Percent",
DoinLakeFlyer's avatar
 
DoinLakeFlyer committed
    "type":             "double",
    "decimalPlaces":    0,
    "units":            "%"
},
{
    "name":             "mahConsumed",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "shortDesc": "Consumed",
DoinLakeFlyer's avatar
 
DoinLakeFlyer committed
    "type":             "double",
    "decimalPlaces":    0,
    "units":            "mAh"
},
{
    "name":             "current",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "shortDesc": "Current",
DoinLakeFlyer's avatar
 
DoinLakeFlyer committed
    "type":             "double",
    "decimalPlaces":    2,
},
{
    "name":             "temperature",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "shortDesc": "Temperature",
    "units":            "C"
},
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "shortDesc": "Watts",
DoinLakeFlyer's avatar
 
DoinLakeFlyer committed
    "type":             "double",
    "decimalPlaces":    2,
    "units":            "W"
},
{
    "name":             "timeRemaining",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "shortDesc": "Time Remaining",
DoinLakeFlyer's avatar
 
DoinLakeFlyer committed
    "type":             "double",
    "decimalPlaces":    0,
    "units":            "s"
},
{
    "name":             "chargeState",
DonLakeFlyer's avatar
 
DonLakeFlyer committed
    "shortDesc": "Charge State",
DoinLakeFlyer's avatar
 
DoinLakeFlyer committed
    "enumStrings":      "n/a,Normal Operation,Low Battery State,Critical Battery State,Emergency Battery State,Battery Failed,Battery Unhealthy",
    "enumValues":       "0,1,2,3,4,5,6",
    "decimalPlaces":    0
Don Gagne's avatar
Don Gagne committed
}
DoinLakeFlyer's avatar
 
DoinLakeFlyer committed
}