diff --git a/README.md b/README.md index 6741418..3e03aeb 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ if __name__ == '__main__': - **TOKEN**: Authentication token. ### Optional Env Vars +- **HEART_BEAT**: Defaults to `None` - _If # of seconds is set, background health check with the server will be enabled_ - **DEBUG**: Defaults to `False` - _Enable debug level logging_

- **SPEECH_TIMEOUT**: Defaults to `0` for macOS, `10` for Windows - _Timeout for speech synthesis_ diff --git a/doc_generator/index.rst b/doc_generator/index.rst index 082a127..b9bc7fd 100644 --- a/doc_generator/index.rst +++ b/doc_generator/index.rst @@ -66,6 +66,13 @@ Models :members: :undoc-members: +Repeated Timer +============== + +.. automodule:: jarvis_ui.modules.timer + :members: + :undoc-members: + Speaker ======= diff --git a/docs/README.html b/docs/README.html index e44cd42..01970c0 100644 --- a/docs/README.html +++ b/docs/README.html @@ -74,6 +74,7 @@

Mandatory Env Vars

Optional Env Vars