-
Notifications
You must be signed in to change notification settings - Fork 4
CLI Lid Awake Battery
Sets the low-battery percentage below which an active Lid Awake session pauses.
ed lid-awake battery <threshold> [--json]
| Name | Type / values | Default | What it does |
|---|---|---|---|
<threshold> |
integer 1 through 100, or off, none, disabled
|
required | Set the pause threshold, or store 0 to disable the policy. |
--json |
flag | off | Emit the stored threshold as JSON. |
The off spellings are case-insensitive. A number outside 1 through 100, a fraction or other text exits 1 without changing the stored value.
ed lid-awake battery 20
ed lid-awake battery off
ed lid-awake battery disabled --json
Human output is battery auto-pause = 20% or battery auto-pause = off. JSON
contains only the stored integer:
{
"batteryThreshold": 20
}This is a preference write, so it works with Edith closed and posts
settingsChanged for a running app. It does not start or stop Lid Awake by
itself. While running on battery, the engine pauses below the threshold and
retains requestedActive: true; after AC power is connected and the battery is
at least five percentage points above the threshold, it resumes. Setting the
threshold to off resumes a session that is currently battery-paused.
-
ed lid-awake, the rest of this group -
ed lid-awake status, see the current pause state -
ed config get lidAwakeBatteryThreshold, read the same preference - All
edcommands
Auto-generated from docs/, edit the docs in the repo, not the wiki.
CLI reference
Companion
- Deploy
- Concepts
- Concepts Memory
- Concepts Ingestion
- Concepts Search
- Concepts Chat
- Concepts Learning
- Concepts Brain
- Concepts Friend
- Hosts
- Stack
- Status
- Doctor
- Search
- Index
- Ingest
- Episodes
- Sync
- Observations
- Reflect
- Beliefs
- Ask
- Extract
- Claims
- Corroborate
- Runs
- Chat
- Conversations
- Forget
- Export
- Import
- Erase
- Wipe
- Episode
- Nightly
- Reason
- Personas
- Council
- Lenses
- Core
- Why
- Hypotheses
- Predictions
- Commitments
- Discrepancies
- Calibration
- Inquire
- Entities
- Eval
- Standup
- Machines
- Baselines
- Connectors
- Facts
- Correct
- Weekly
- Db
Guides