Skip to content

Commit

Permalink
[create-pull-request] automated change (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: untzag <[email protected]>
  • Loading branch information
github-actions[bot] and untzag authored Sep 19, 2023
1 parent f712ccf commit fc52a81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions daemons/acton-2150i.avpr
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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"
},
Expand Down
8 changes: 4 additions & 4 deletions daemons/acton-sp2300i.avpr
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit fc52a81

Please sign in to comment.