mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
0ef72c36ce
Adding examples to 3 tables!
11 lines
197 B
YAML
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';
|
|
|
|
```
|