Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Aug 16, 2024
1 parent 9060dea commit e68b407
Showing 1 changed file with 34 additions and 5 deletions.
39 changes: 34 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,41 @@ provides various bus APIs that integrate with ovos-shell
- brightness control (night mode etc)


these used to be several individual plugins but they all are ovos-shell specific integrations and ovos-shell requires all of them, so they have been unified
## Features

```javascript
{
"gui": {
"ovos-gui-plugin-shell-companion": {
"auto_dim": false,
"auto_nightmode": false
}
}
}
```

### AutoDim

autodim will lower the screen brightness after 60 seconds of inactivity, until the user interacts with the GUI or talks to the OVOS device

### Nightmode

nightmode will perform actions based on sunset/sunrise times

currently only the homescreen changes to a simple clock with white text on black background

TODO, spec nighttime actions:
- lower volume
- set max brightness
- enable autodim

## DEPRECATION WARNING

> in **ovos-core version 0.0.7** the bus apis provided by this repo used to be several individual PHAL plugins
the following packages have been deprecated in favor of this repo:
- https://github.com/OpenVoiceOS/ovos-PHAL-plugin-dashboard <- DEPRECATED, community maintained, no official replacement, [removed from ovos-shell](https://github.com/OpenVoiceOS/ovos-gui/pull/10)
- https://github.com/OpenVoiceOS/ovos-PHAL-plugin-configuration-provider
- https://github.com/OpenVoiceOS/ovos-PHAL-plugin-notification-widgets
- https://github.com/OpenVoiceOS/ovos-PHAL-plugin-brightness-control-rpi
- https://github.com/OpenVoiceOS/ovos-PHAL-plugin-color-scheme-manager
- https://github.com/OpenVoiceOS/ovos-PHAL-plugin-configuration-provider <- now part of this repo
- https://github.com/OpenVoiceOS/ovos-PHAL-plugin-notification-widgets <- now part of this repo
- https://github.com/OpenVoiceOS/ovos-PHAL-plugin-brightness-control-rpi <- now part of this repo
- https://github.com/OpenVoiceOS/ovos-PHAL-plugin-color-scheme-manager <- now part of this repo

0 comments on commit e68b407

Please sign in to comment.