Standard query library: Add description to "Get laptops with failing batteries" (#3254)

This commit is contained in:
Omereshone Kelvin 2021-12-09 18:23:54 +01:00 committed by GitHub
parent 2abae381e9
commit 10871172f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,7 +145,7 @@ kind: query
spec:
name: Get laptops with failing batteries
platforms: macOS
description:
description: Get all laptops with batteries that are not well-performing.
query: SELECT * FROM battery WHERE health != 'Good' AND condition NOT IN ('', 'Normal');
purpose: Informational
contributors: zwass