First checkin, base point for development
+ docu-converter + some python source files + Makefile Change-Id: I055522c2feff9b72fc4bc88d6663642c78693fe8
This commit is contained in:
16
etc/config.ini
Normal file
16
etc/config.ini
Normal file
@ -0,0 +1,16 @@
|
||||
[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"
|
||||
|
Reference in New Issue
Block a user