From 61eac1aa9bc93ee15ed6380bd11503235cc0075d Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Mon, 16 Jun 2025 15:56:39 +0200 Subject: [PATCH] dil12: add 'off' to the heater range enum --- tcl/drivers/dil12.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcl/drivers/dil12.tcl b/tcl/drivers/dil12.tcl index 4aa078e..44e5522 100644 --- a/tcl/drivers/dil12.tcl +++ b/tcl/drivers/dil12.tcl @@ -62,7 +62,7 @@ proc stdConfig::dil12 args { pollperiod 5 5 node heaterrange -text wr - prop enum 2uW=1,20uW=2,200uW=3,2mW=4,20mW=5 + prop enum off=0,2uW=1,20uW=2,200uW=3,2mW=4,20mW=5 prop check dil12::check_heaterrange prop write stdSct::complete prop read dil12::get_heater