From f1edba59d1f8d461221ee8ffcdffbf130b1a7543 Mon Sep 17 00:00:00 2001 From: Markus Ressel Date: Tue, 3 Oct 2023 13:58:29 +0200 Subject: [PATCH] updated README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6f8c602..7dfc1cc 100644 --- a/README.md +++ b/README.md @@ -173,12 +173,17 @@ fans: fans: - id: file_fan file: + # Path to a file to set the PWM target for this fan path: /tmp/file_fan + # Path to a file to read the current RPM value of this fan + rpmPath: /tmp/file_fan_rpm ``` ```shell > cat /tmp/file_fan 255 +> cat /tmp/file_fan_rpm +3421 ``` #### CMD