aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/lock_eit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lock_eit.py b/examples/lock_eit.py
index e4fedad..ce9e452 100644
--- a/examples/lock_eit.py
+++ b/examples/lock_eit.py
@@ -331,7 +331,7 @@ async def main():
ai['rfgen'] = rfgen
ai['lockin'] = lockin
ai['pid'] = pid
- ai['cellTemperatureController'] = I800()
+ ai['cellTemperatureController'] = I800(device_nickname='.'.join([app_nickname, 'cellTemperatureController']), tsdb_ingester=tsdb_ingester)
ai['scope.feedback'] = scope_fdbk
scope_fdbk.setRoll(False)
scope_fdbk.setRun(True)