Skip to content

Commit

Permalink
[create-pull-request] automated change (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: untzag <untzag@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and untzag authored Feb 9, 2024
1 parent 699e14f commit c1e4ea9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions daemons/gpio-digital-output.avpr
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,13 @@
},
"properties": {
"destination": {
"control_kind": "normal",
"control_kind": "hinted",
"dynamic": true,
"getter": "get_destination",
"limits_getter": null,
"options_getter": null,
"record_kind": "data",
"setter": null,
"setter": "set_position",
"type": "double",
"units_getter": "get_units"
},
Expand All @@ -238,7 +238,7 @@
"limits_getter": null,
"options_getter": null,
"record_kind": "data",
"setter": "set_position",
"setter": null,
"type": "double",
"units_getter": "get_units"
},
Expand Down
4 changes: 2 additions & 2 deletions daemons/gpio-digital-sensor.avpr
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@
"response": {
"type": "map",
"values": [
"int",
"double",
"ndarray",
"int"
"ndarray"
]
}
},
Expand Down

0 comments on commit c1e4ea9

Please sign in to comment.