1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
VILLASnode/etc/examples/nodes/temper.conf

23 lines
210 B
Text
Raw Permalink Normal View History

2021-07-09 19:06:39 +02:00
nodes = {
temper_node = {
type = "temper",
calibration = {
scale = 1.0
offset = 0.0
}
# bus = 3
# port = 33
}
}
logging = {
expressions = (
{
name = "usb*"
level = "info"
}
)
}