Skip to content

Commit

Permalink
fix: typing + wait for skills
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 6, 2024
1 parent f1fa063 commit aa8378c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ The `ready_settings` option allows for flexible notifications based on the devic

> If `ready_settings` is omitted, the skill defaults to waiting for `ovos-core` and **all installed skills** to be ready before sending a notification.
Valid ready settings options:
- `internet` -> device is connected to the internet
- `network` -> device is connected to local network, might not have internet
- `gui_connected` -> a gui client connected to the gui socket
- `skills` -> ovos-core reported ready
- `voice` -> ovos-dinkum-listener reported ready
- `audio` -> ovos-audio reported ready
- `gui` -> ovos-gui websocket reported ready
- `PHAL` -> PHAL reported ready
- specific skills can also be waited for via their `skill_id`

## Voice Commands

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ovos-workshop<3.0.0
ovos-workshop>=2.1.0,<3.0.0
ovos-utils<2.0.0
ovos-bus-client<2.0.0
ovos-plugin-manager

0 comments on commit aa8378c

Please sign in to comment.