Skip to content

Commit

Permalink
Add missing test file
Browse files Browse the repository at this point in the history
  • Loading branch information
koskev committed Apr 20, 2024
1 parent 3172a56 commit 4352ccd
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions test/all_curves.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
sensors:
- id: test_sensor
sensor:
type: file
path: "test"
curves:
- id: max_curve
function:
type: maximum
sensors:
- test_sensor
- id: avg_curve
function:
type: average
sensors:
- test_sensor
- id: linear_curve
function:
type: linear
sensor: test_sensor
steps:
1: 50
2: 100
- id: pid_curve
function:
type: pid
p: 1.0
i: 1.0
d: 1.0
sensor: "test_sensor"
target: 5.0
- id: static_curve
function:
type: static
value: 5
fans:

0 comments on commit 4352ccd

Please sign in to comment.