frappy/etc/test.cfg
Enrico Faulhaber c5671dd26e implement Writable as specified.
Change-Id: I8a1b192dcfba91ae1828a2b2e0e2e8bd24538c08
2017-09-13 09:32:59 +02:00

43 lines
729 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"
[device Lower]
class=secop_demo.test.Lower