From 0e985b3f0747d59fc5d581b6e1732bf60dda6e7b Mon Sep 17 00:00:00 2001
From: Paul Chote
Date: Mon, 1 Apr 2024 19:39:18 +0000
Subject: [PATCH] Update for dome installation.
---
10-clasp-chiller.rules | 2 +-
clasp.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/10-clasp-chiller.rules b/10-clasp-chiller.rules
index 44c6f2d..0ebd083 100644
--- a/10-clasp-chiller.rules
+++ b/10-clasp-chiller.rules
@@ -1 +1 @@
-SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ATTRS{serial}=="AU04NUIY", SYMLINK="lensheater", MODE="0666"
+SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ATTRS{serial}=="MVDWMAXW", SYMLINK="chiller", MODE="0666"
diff --git a/clasp.json b/clasp.json
index 9831469..e4b07ff 100644
--- a/clasp.json
+++ b/clasp.json
@@ -2,7 +2,7 @@
"daemon": "clasp_chiller",
"log_name": "chillerd@clasp",
"control_machines": ["CLASPTCS"],
- "camera_machines": ["CLASPDAS"],
+ "camera_machines": ["CLASPTCS", "CLASPDAS"],
"serial_port": "/dev/chiller",
"serial_baud": 9600,
"serial_timeout": 5,