Update 188 attribute to cover value with 0

pull/551/head
Illia Antypenko 5 months ago committed by GitHub
parent 5bbd4c3b64
commit eb9004abce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -692,6 +692,12 @@ var AtaMetadata = map[int]AtaAttributeMetadata{
return rawValue
},
ObservedThresholds: []ObservedThreshold{
{
Low: 0,
High: 0,
AnnualFailureRate: 0.024893587674442153,
ErrorInterval: []float64{0.020857343769186413, 0.0294830350167543},
},
{
Low: 0,
// This is set arbitrarily to avoid notifications caused by low

Loading…
Cancel
Save