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

22 lines
210 B
Text

nodes = {
temper_node = {
type = "temper",
calibration = {
scale = 1.0
offset = 0.0
}
# bus = 3
# port = 33
}
}
logging = {
expressions = (
{
name = "usb*"
level = "info"
}
)
}