Change SCT wrappers to use ip_address and tcp_port
This commit is contained in:
@@ -3,9 +3,10 @@ driver west4100 = {
|
||||
protocol = std
|
||||
class = environment
|
||||
simulation_group = environment_simulation
|
||||
wrapper_property nosctcontroller = True
|
||||
add_args = 'dev_id'
|
||||
make_args = 'IP dev_id'
|
||||
code mkDriver = {%%
|
||||
::environment::temperature::mkwest400 $name $IP $dev_id
|
||||
make_args = 'dev_id'
|
||||
code mkWrapper = {%%
|
||||
::environment::temperature::mkwest400 ${name} ${ip_address} ${dev_id}
|
||||
%%}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user