Creating and Tracking a Metric
Create and Track a Metric
Add Gauge to Hero Asset
PUT api.skyledge.com/controlrooms/{controlRoomId}/asset-types/{assetTypeId}
{
"displaySettings":{
"MAP":[
{
"tagName":"slc-gauge",
"options":{
"metric":"remainingPower",
"unhealthy":"remainingPower <= 10"
}
}
]
}
}
Last updated