mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
10 lines
197 B
YAML
10 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';
|
|
|
|
```
|