13 lines
361 B
Plaintext
13 lines
361 B
Plaintext
# vim: ts=8 sts=2 sw=2 expandtab autoindent smartindent nocindent
|
|
driver west4100 = {
|
|
protocol = std
|
|
class = environment
|
|
simulation_group = environment_simulation
|
|
wrapper_property nosctcontroller = True
|
|
add_args = 'dev_id'
|
|
make_args = 'dev_id'
|
|
code mkWrapper = {%%
|
|
::environment::temperature::mkwest400 ${name} ${ip_address} ${dev_id}
|
|
%%}
|
|
}
|