mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
temper: add example config
This commit is contained in:
parent
169e58422f
commit
2eeca3abda
1 changed files with 22 additions and 0 deletions
22
etc/examples/nodes/temper.conf
Normal file
22
etc/examples/nodes/temper.conf
Normal file
|
@ -0,0 +1,22 @@
|
|||
nodes = {
|
||||
temper_node = {
|
||||
type = "temper",
|
||||
|
||||
calibration = {
|
||||
scale = 1.0
|
||||
offset = 0.0
|
||||
}
|
||||
|
||||
# bus = 3
|
||||
# port = 33
|
||||
}
|
||||
}
|
||||
|
||||
logging = {
|
||||
expressions = (
|
||||
{
|
||||
name = "usb*"
|
||||
level = "info"
|
||||
}
|
||||
)
|
||||
}
|
Loading…
Add table
Reference in a new issue