1
0
Fork 0
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:
Steffen Vogel 2021-07-09 19:06:39 +02:00
parent 169e58422f
commit 2eeca3abda

View 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"
}
)
}