mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
13 lines
326 B
YAML
13 lines
326 B
YAML
|
name: battery
|
||
|
examples: >-
|
||
|
This table contains a lot of information about the health of batteries. This
|
||
|
query shows how many cycles the battery of a device was used for, allowing you
|
||
|
to identify users who put more wear on it and might need more frequent
|
||
|
replacements.
|
||
|
|
||
|
```
|
||
|
|
||
|
SELECT cycle_count FROM battery;
|
||
|
|
||
|
```
|