frappy/etc/test.cfg
Enrico Faulhaber 96ac437fd3 fix transport and display of node-properties
Change-Id: I35a3021768e386a5ce922c8e24128d0bc3a039be
2017-09-12 16:10:22 +02:00

39 lines
684 B
INI

[node test config]
description=description of the testing sec-node
.
Here should be the long description.
It can be very long.
.
a single . on a line gets stripped so you can make paragraphs.
.
These texts are supposed to be possibly very long.
[interface tcp]
interface=tcp
bindto=0.0.0.0
bindport=10768
# protocol to use for this interface
framing=eol
encoding=demo
[device LN2]
class=secop_demo.test.LN2
[device heater]
class=secop_demo.test.Heater
maxheaterpower=10
[device T1]
class=secop_demo.test.Temp
sensor="X34598T7"
[device T2]
class=secop_demo.modules.CoilTemp
sensor="X34598T8"
[device T3]
class=secop_demo.modules.CoilTemp
sensor="X34598T9"