Changes to protocol_args to add defaults

This commit is contained in:
Douglas Clowes
2014-11-06 16:27:15 +11:00
parent ad29e66160
commit f1595151cd
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ driver isotech_ps = {
vendor = isotech; device = ps; protocol = std;
class = environment;
simulation_group = environment_simulation;
protocol_args = '"\r"';
protocol_args = '{terminator "\r"}';
group = {
readable = 5
mutable = true

View File

@ -8,7 +8,7 @@ driver julabo_lh45_gen = {
simulation_group = environment_simulation
add_args = '{id 1} {ctrl_sensor "bath"} {tol 5.0}';
make_args = 'id ctrl_sensor tol';
protocol_args = '"\r"';
protocol_args = '{terminator "\r"}';
#
# Unnamed group has variables at device level
#