Skip to content
Snippets Groups Projects
Commit 5d5123b8 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

#187 - Add new stop-action

parent caf71a8d
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,13 @@ module.exports = function (self) {
'action': event.options.type
});
},
},
stop_action: {
name: 'Stop All',
options: [],
callback: async (event) => {
self.sendToWebSocket('stop-action', {});
},
}
})
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment