Skip to content

Commit

Permalink
RRD Plugin fixes typo as described in issue #386
Browse files Browse the repository at this point in the history
  • Loading branch information
bmxp committed May 1, 2020
1 parent f70aa04 commit a1f8148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rrd/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ parameters:
de: 'Zeit zwischen zwei Datenpunkten. Default ist 300 Sekunden.'
en: 'Time period between two data points. Default is 300 seconds.'

rrddir:
rrd_dir:
type: str
description:
de: 'Verzeichnis der rrd Datenbanken. Wenn leer, wird der SmartHomeNG Basis Pfad + /var/rrd genutzt'
Expand Down

3 comments on commit a1f8148

@onkelandy
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any idea why this is in the stateengine PR?

@bmxp
Copy link
Member Author

@bmxp bmxp commented on a1f8148 Jun 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No!?

@ohinckel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's just a typo: 386 should be 368.

Please sign in to comment.