Changeset 2518:4f41e138ea93

Show
Ignore:
Timestamp:
07/29/10 10:03:29 (6 weeks ago)
Author:
Fritz
Branch:
default
Message:

ipx800 : change db_installer

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • db_installer.py

    r2514 r2518  
    147147db.add_actuator_feature_model(af_name='Switch', af_device_type_id=device_type.id, 
    148148                              af_parameters='{"command":"","value0":"off", "value1":"on"}', 
    149                               af_value_type='binary', af_return_confirmation=True) 
     149                              af_value_type='binary', af_stat_key='command', 
     150                              af_return_confirmation=True) 
    150151# TODO : voltmeter, logical_input, counter 
    151152