Skip to content

Commit

Permalink
doc: describe data_store:fields config
Browse files Browse the repository at this point in the history
Signed-off-by: Sanaa Hamel <[email protected]>
  • Loading branch information
SanaaHamel committed Apr 8, 2024
1 parent 5f0bb00 commit 2f5a780
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,10 @@ temperature_store_size: 1200
# store approximately 20 minutes of data at one value per second.
gcode_store_size: 1000
# The maximum number "gcode lines" to store. The default is 1000.
fields:
# Case-sensitive newline separated list of sensor fields to store.
# The following fields are implicitly added: temperature, target, power, speed
# The default is no additional fields.
```

### `[job_queue]`
Expand Down Expand Up @@ -1324,9 +1328,9 @@ address:
# A valid ip address or hostname of the Philips Hue Bridge. This
# parameter must be provided.
port:
# A port number if an alternative Zigbee bridge is used on a HTTP port
# A port number if an alternative Zigbee bridge is used on a HTTP port
# different from the default 80/443
#
#
user:
# The api key used for request authorization. This option accepts
# Jinja2 Templates, see the [secrets] section for details.
Expand Down

0 comments on commit 2f5a780

Please sign in to comment.