fleet/schema/tables/power_sensors.yml
Guillaume Ross 0ef72c36ce
Adding examples (#8500)
Adding examples to 3 tables!
2022-11-09 11:15:26 -05:00

11 lines
197 B
YAML

name: power_sensors
notes: Returns useful results on Intel Macs only.
examples: >-
See the total power usage of an Intel Mac.
```
SELECT * FROM power_sensors WHERE key='PSTR';
```