Skip to content

Commit

Permalink
Added bit to bindings that was missing from #18
Browse files Browse the repository at this point in the history
At least this was caught before I actually ended up doing a release?
>_>
  • Loading branch information
kitlith committed Jun 19, 2024
1 parent 92e2e92 commit 5092d88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bindings/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@
"name": "/actions/main/in/fast_reset",
"type": "boolean",
"requirement": "optional"
},
{
"name": "/actions/main/in/pause_tracking",
"type": "boolean",
"requirement": "optional"
}
],
"action_sets": [
Expand Down

0 comments on commit 5092d88

Please sign in to comment.