Make .sct hook code match newer generated code
This commit is contained in:
@ -82,7 +82,7 @@ driver julabo_lh45_gen = {
|
|||||||
|
|
||||||
code read_function rdState = {
|
code read_function rdState = {
|
||||||
@ if {${data} != [sct oldval]} {
|
@ if {${data} != [sct oldval]} {
|
||||||
@ debug_log 1 "[sct] changed to new:${data}, from old:[sct oldval]"
|
@ debug_log ${tc_root} 1 "[sct] changed to new:${data}, from old:[sct oldval]"
|
||||||
@ sct oldval ${data}
|
@ sct oldval ${data}
|
||||||
@ sct update ${data}
|
@ sct update ${data}
|
||||||
@ sct utime readtime
|
@ sct utime readtime
|
||||||
|
Reference in New Issue
Block a user