mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-16 00:00:02 +01:00
23 lines
210 B
Text
23 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"
|
||
|
}
|
||
|
)
|
||
|
}
|