Changeset 2518:4f41e138ea93
- Timestamp:
- 07/29/10 10:03:29 (6 weeks ago)
- Author:
- Fritz
- Branch:
- default
- Message:
-
ipx800 : change db_installer
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r2514
|
r2518
|
|
| 147 | 147 | db.add_actuator_feature_model(af_name='Switch', af_device_type_id=device_type.id, |
| 148 | 148 | 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) |
| 150 | 151 | # TODO : voltmeter, logical_input, counter |
| 151 | 152 | |