GraphQL/Objects
CapacityAlert
No description
type CapacityAlert {
critical: Float
warning: Float
}
Fields
CapacityAlert
.critical
● Float
scalar
Percentage of the capacity at which the tank is considered at critical level. Users will be notified when the tank's water level goes below this percentage. max: 500 min: 0
CapacityAlert
.warning
● Float
scalar
Percentage of the capacity at which the tank is considered at warning level. Users will be notified when the tank's water level goes below this percentage. max: 500 min: 0
Member Of
object