Skip to content

Commit

Permalink
Add Stop action
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemKiyashko committed Jan 20, 2025
1 parent 8a2c0ab commit 70c93e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/ControlPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,10 @@ export default {
'Initiate learn mode on primary controller first and then click OK here.',
},
},
{
name: 'Stop',
action: 'stopLearnMode',
},
],
icon: 'join_inner',
desc: 'Instruct controller to run learning mode (can join pre-existing network)',
Expand Down

0 comments on commit 70c93e0

Please sign in to comment.