-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6743ca6
commit 62039b6
Showing
6 changed files
with
59 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
docs/AnyShake Observer/Configuration/Services/helicorder.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
sidebar_position: 5 | ||
--- | ||
|
||
# Helicorder Settings | ||
|
||
- Key: `helicorder` | ||
- Description: Helicorder settings for AnyShake Observer | ||
|
||
This object manages helicorder settings for AnyShake Observer, which are optional for its core functionality. When enabled, AnyShake Observer will generate daily helicorder images accessible through the web interface. | ||
|
||
## Fields | ||
|
||
### enable | ||
|
||
- Type: `bool` | ||
- Description: Enable helicorder output | ||
|
||
### lifecycle | ||
|
||
- Type: `int` | ||
- Description: helicorder file lifecycle, in days. Set to 0 to disable | ||
|
||
### path | ||
|
||
- Type: `string` | ||
- Description: Path to store helicorder files | ||
|
||
## Example | ||
|
||
```json | ||
{ | ||
"services_settings": { | ||
"helicorder": { | ||
"enable": false, | ||
"lifecycle": 10, | ||
"path": "/data/helicorder" | ||
} | ||
} | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters