add neodry to hepump
This commit is contained in:
@ -8,6 +8,8 @@ proc makeHePump {} {
|
||||
set type 1
|
||||
} elseif {$type eq "sv65"} {
|
||||
set type 2
|
||||
} elseif {$type eq "neodry"} {
|
||||
set type 8
|
||||
} else {
|
||||
error "unknown hepump type: $type"
|
||||
}
|
||||
@ -37,8 +39,8 @@ proc pump_is_off {} {
|
||||
}
|
||||
}
|
||||
hupdate [sct]/status $pmsg
|
||||
return 1
|
||||
}
|
||||
return 1
|
||||
}
|
||||
if {[string match ${msghead}* [hvali [sct]/status]]} {
|
||||
hupdate [sct]/status ""
|
||||
}
|
||||
|
Reference in New Issue
Block a user