- without files from frappy/cfg (mlz version) - moved ~ other files from frappy/cfg to boxes/
15 lines
249 B
Python
15 lines
249 B
Python
Node('collectortest.config.frappy.demo', 'collector test',
|
|
'tcp://5001',
|
|
)
|
|
|
|
Mod('c',
|
|
'frappy_demo.test.CollectorTest',
|
|
'a collector test',
|
|
)
|
|
|
|
Mod('temp',
|
|
'frappy_demo.test.Temp',
|
|
'random temperature',
|
|
sensor = 'x1234567',
|
|
)
|