
+ docu-converter + some python source files + Makefile Change-Id: I055522c2feff9b72fc4bc88d6663642c78693fe8
17 lines
217 B
INI
17 lines
217 B
INI
[server]
|
|
bindto=localhost
|
|
bindport=10767
|
|
protocol=pickle
|
|
|
|
[device "LN2"]
|
|
class=devices.test.LN2
|
|
|
|
[device "heater"]
|
|
class=devices.test.Heater
|
|
maxheaterpower=10
|
|
|
|
[device "T1"]
|
|
class=devices.test.temp
|
|
sensor="X34598T7"
|
|
|