diff --git a/daemons/acton-2150i.avpr b/daemons/acton-2150i.avpr index 5117536e..a13fe2f9 100644 --- a/daemons/acton-2150i.avpr +++ b/daemons/acton-2150i.avpr @@ -264,13 +264,13 @@ }, "properties": { "destination": { - "control_kind": "normal", + "control_kind": "hinted", "dynamic": true, "getter": "get_destination", - "limits_getter": null, + "limits_getter": "get_limits", "options_getter": null, "record_kind": "data", - "setter": null, + "setter": "set_position", "type": "double", "units_getter": "get_units" }, @@ -281,7 +281,7 @@ "limits_getter": "get_limits", "options_getter": null, "record_kind": "data", - "setter": "set_position", + "setter": null, "type": "double", "units_getter": "get_units" }, diff --git a/daemons/acton-sp2300i.avpr b/daemons/acton-sp2300i.avpr index ac8f8079..e91dd6bb 100644 --- a/daemons/acton-sp2300i.avpr +++ b/daemons/acton-sp2300i.avpr @@ -373,13 +373,13 @@ }, "properties": { "destination": { - "control_kind": "normal", + "control_kind": "hinted", "dynamic": true, "getter": "get_destination", - "limits_getter": null, + "limits_getter": "get_limits", "options_getter": null, "record_kind": "data", - "setter": null, + "setter": "set_position", "type": "double", "units_getter": "get_units" }, @@ -423,7 +423,7 @@ "limits_getter": "get_limits", "options_getter": null, "record_kind": "data", - "setter": "set_position", + "setter": null, "type": "double", "units_getter": "get_units" },